
Public Member Functions | |
| aboutThisPublishingSystem () | |
| contact () | |
| displayMembership ($args) | |
| editorialPolicies () | |
| editorialTeam () | |
| editorialTeamBio ($args) | |
| index () | |
| journalSponsorship () | |
| memberships () | |
| setupTemplate ($subclass=false) | |
| siteMap () | |
| statistics () | |
| submissions () | |
| subscriptions () | |
Definition at line 18 of file AboutHandler.inc.php.
| AboutHandler.aboutThisPublishingSystem | ( | ) |
Display aboutThisPublishingSystem page.
Definition at line 481 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Locale.getLocale(), TemplateManager.getManager(), Locale.getPrimaryLocale(), and setupTemplate().
| AboutHandler.contact | ( | ) |
Display contact page.
Definition at line 83 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), and setupTemplate().
| AboutHandler.displayMembership | ( | $ | args | ) |
Display group info for a particular group.
| $args | array |
Definition at line 171 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Request.redirect(), and setupTemplate().
| AboutHandler.editorialPolicies | ( | ) |
Display editorialPolicies page.
Definition at line 300 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), and setupTemplate().
| AboutHandler.editorialTeam | ( | ) |
Display editorialTeam page.
Definition at line 100 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), and setupTemplate().
| AboutHandler.editorialTeamBio | ( | $ | args | ) |
Display a biography for an editorial team member.
| $args | array |
Definition at line 210 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Request.redirect(), and setupTemplate().
| AboutHandler.index | ( | ) |
Display about index page.
Reimplemented from Handler.
Definition at line 23 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), Locale.getLocale(), TemplateManager.getManager(), Locale.getPrimaryLocale(), Request.getRequestedJournalPath(), and Request.getSite().
| AboutHandler.journalSponsorship | ( | ) |
Display Journal Sponsorship page.
Definition at line 422 of file AboutHandler.inc.php.
References Request.getJournal(), TemplateManager.getManager(), and setupTemplate().
| AboutHandler.memberships | ( | ) |
Display subscriptions page.
Definition at line 364 of file AboutHandler.inc.php.
References Request.getJournal(), TemplateManager.getManager(), OJSPaymentManager.getManager(), Request.redirect(), and setupTemplate().
| AboutHandler.setupTemplate | ( | $ | subclass = false |
) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy |
Definition at line 69 of file AboutHandler.inc.php.
References Request.getJournal(), TemplateManager.getManager(), and Request.url().
Referenced by aboutThisPublishingSystem(), contact(), displayMembership(), editorialPolicies(), editorialTeam(), editorialTeamBio(), journalSponsorship(), memberships(), siteMap(), statistics(), submissions(), and subscriptions().
| AboutHandler.siteMap | ( | ) |
Display siteMap page.
Definition at line 443 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), Request.getUser(), and setupTemplate().
| AboutHandler.statistics | ( | ) |
Display a list of public stats for the current journal. WARNING: This implementation should be kept roughly synchronized with the reader's statistics view in the About pages.
Definition at line 506 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Request.getUserVar(), and setupTemplate().
| AboutHandler.submissions | ( | ) |
Display submissions page.
Definition at line 398 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), and setupTemplate().
| AboutHandler.subscriptions | ( | ) |
Display subscriptions page.
Definition at line 329 of file AboutHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), and setupTemplate().
1.5.6