
Public Member Functions | |
| futureIssues () | |
| index () | |
| instructions ($args) | |
| setupTemplate ($subclass=false, $articleId=0, $parentPage=null) | |
| submissions ($args) | |
| validate () | |
Definition at line 20 of file LayoutEditorHandler.inc.php.
| LayoutEditorHandler.futureIssues | ( | ) |
Display Future Isshes page.
Definition at line 106 of file LayoutEditorHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), and Handler.getRangeInfo().
| LayoutEditorHandler.index | ( | ) |
Display layout editor index page.
Reimplemented from Handler.
Definition at line 24 of file LayoutEditorHandler.inc.php.
References TemplateManager.getManager(), setupTemplate(), and validate().
| LayoutEditorHandler.instructions | ( | $ | args | ) |
Display submission management instructions.
| $args | (type) |
Definition at line 195 of file LayoutEditorHandler.inc.php.
References Request.getRequestedPage(), Action.instructions(), and Request.redirect().
| LayoutEditorHandler.setupTemplate | ( | $ | subclass = false, |
|
| $ | articleId = 0, |
|||
| $ | parentPage = null | |||
| ) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy |
Definition at line 178 of file LayoutEditorHandler.inc.php.
References TemplateManager.getManager(), SectionEditorAction.submissionBreadcrumb(), and Request.url().
Referenced by SubmissionCommentsHandler.deleteComment(), SubmissionCommentsHandler.editComment(), index(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.postProofreadComment(), SubmissionCommentsHandler.saveComment(), submissions(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCommentsHandler.viewProofreadComments().
| LayoutEditorHandler.submissions | ( | $ | args | ) |
Display layout editor submissions page.
Definition at line 36 of file LayoutEditorHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Handler.getRangeInfo(), Request.getUser(), Request.getUserDateVar(), Request.getUserVar(), setupTemplate(), and validate().
| LayoutEditorHandler.validate | ( | ) |
Validate that user is a layout editor in the selected journal. Redirects to user index page if not properly authenticated.
Definition at line 166 of file LayoutEditorHandler.inc.php.
References Request.getJournal(), Validation.isLayoutEditor(), and Validation.redirectLogin().
Referenced by SubmissionLayoutHandler.completeAssignment(), SubmissionLayoutHandler.deleteArticleImage(), SubmissionCommentsHandler.deleteComment(), SubmissionLayoutHandler.deleteGalley(), SubmissionLayoutHandler.deleteSuppFile(), SubmissionLayoutHandler.downloadFile(), SubmissionCommentsHandler.editComment(), SubmissionLayoutHandler.editGalley(), SubmissionLayoutHandler.editSuppFile(), index(), SubmissionLayoutHandler.layoutEditorProofreadingComplete(), SubmissionLayoutHandler.orderGalley(), SubmissionLayoutHandler.orderSuppFile(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.postProofreadComment(), SubmissionLayoutHandler.proofGalley(), SubmissionLayoutHandler.proofGalleyFile(), SubmissionLayoutHandler.proofGalleyTop(), SubmissionCommentsHandler.saveComment(), SubmissionLayoutHandler.saveGalley(), SubmissionLayoutHandler.saveSuppFile(), SubmissionLayoutHandler.submission(), submissions(), SubmissionLayoutHandler.uploadLayoutFile(), SubmissionLayoutHandler.viewFile(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCommentsHandler.viewProofreadComments().
1.5.6