
Public Member Functions | |
| index ($args) | |
| instructions ($args) | |
| setupTemplate ($subclass=false, $articleId=0, $parentPage=null, $showSidebar=true) | |
| validate () | |
Definition at line 20 of file ProofreaderHandler.inc.php.
| ProofreaderHandler.index | ( | $ | args | ) |
Display proofreader index page.
Definition at line 25 of file ProofreaderHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Handler.getRangeInfo(), Request.getUser(), Request.getUserDateVar(), Request.getUserVar(), setupTemplate(), and validate().
| ProofreaderHandler.instructions | ( | $ | args | ) |
Display submission management instructions.
| $args | (type) |
Definition at line 126 of file ProofreaderHandler.inc.php.
References Request.getRequestedPage(), Action.instructions(), and Request.redirect().
| ProofreaderHandler.setupTemplate | ( | $ | subclass = false, |
|
| $ | articleId = 0, |
|||
| $ | parentPage = null, |
|||
| $ | showSidebar = true | |||
| ) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy |
Definition at line 109 of file ProofreaderHandler.inc.php.
References TemplateManager.getManager(), SectionEditorAction.submissionBreadcrumb(), and Request.url().
Referenced by SubmissionCommentsHandler.deleteComment(), SubmissionCommentsHandler.editComment(), index(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.postProofreadComment(), SubmissionCommentsHandler.saveComment(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCommentsHandler.viewProofreadComments().
| ProofreaderHandler.validate | ( | ) |
Validate that user is a proofreader in the selected journal. Redirects to user index page if not properly authenticated.
Definition at line 97 of file ProofreaderHandler.inc.php.
References Request.getJournal(), Validation.isProofreader(), and Validation.redirectLogin().
Referenced by SubmissionProofreadHandler.completeProofreader(), SubmissionCommentsHandler.deleteComment(), SubmissionProofreadHandler.downloadFile(), SubmissionCommentsHandler.editComment(), index(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.postProofreadComment(), SubmissionProofreadHandler.proofGalley(), SubmissionProofreadHandler.proofGalleyFile(), SubmissionProofreadHandler.proofGalleyTop(), SubmissionCommentsHandler.saveComment(), SubmissionProofreadHandler.submission(), SubmissionProofreadHandler.viewFile(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCommentsHandler.viewProofreadComments().
1.5.6