Inheritance diagram for Document:

Public Member Functions | |
| title () | |
| version ($type=VERSION_TYPE_SHORT) | |
| logo () | |
| theme () | |
| header () | |
| subheader () | |
| about ($type=ABOUT_TYPE_VERSION) | |
| navigation ($type=null) | |
| signinout ($type=SIGN_TYPE_WIDE) | |
| failedSignIn () | |
| albums () | |
| photo () | |
| caption ($photo=null) | |
| comments () | |
| addCommentBox () | |
|
|
Link to the about page Inserts link to the about page. Link text will be full version string of ImaComm
Definition at line 177 of file Document.php. References popupLink(). |
|
|
Adds comment adding textarea if allowed. Users can add their own comments by using add a new comment -box. This method adds that box if commenting is allowed by current album/user/globally.
Definition at line 701 of file Document.php. References album, config, formBegin(), formEnd(), get_albumdata(), getAlbum(), and onPage(). |
|
|
Returns all albums and photos that current album contains. First it generates all albums and then all photos. Format of output is reader from template
Definition at line 394 of file Document.php. References album, config, genLink(), path, themeEngine, and translate(). |
|
|
You can give captions to photos. This method returns caption of wanted photo and it can be printed to screen by theme.
Definition at line 587 of file Document.php. References album, config, and get_albumdata(). |
|
|
Prints out data table which contains all comments related to current item.
Definition at line 613 of file Document.php. References album, config, genLink(), get_albumdata(), getAlbum(), theme(), themeEngine, and translate(). |
|
|
Sometimes users do forgot their password. This method returns information text that says nicely: You have forgot your password. This method also gives a link that by clicking it user can send a new password to his/her e-mail.
Definition at line 375 of file Document.php. References _SESSION, popupLink(), and translate(). |
|
|
Inserts header text of current page, like Photo albums or Photo viewer, etc.
Reimplemented in SetupDocument. Definition at line 141 of file Document.php. |
|
|
Inserts logo of ImaComm, readed from theme. If current page is under development, logo will be development logo.
Definition at line 100 of file Document.php. |
|
|
Inserts navigation bar. This object will ganerate correct navigation links to browse next album, photo etc. or to navigate to higher album.
Reimplemented in SetupDocument. Definition at line 201 of file Document.php. References album, config, genLink(), get_albumdata(), NAVIGATION_STYLE_IMAGES, NAVIGATION_STYLE_NUMERIC, NAVIGATION_TYPE_TALL, NAVIGATION_TYPE_WIDE, path, theme(), and translate(). |
|
|
Definition at line 567 of file Document.php. References album, config, and get_albumdata(). |
|
|
Insert links to sign in/sign out/modify our settings or administrate ImaComm Server.
Definition at line 301 of file Document.php. References _SESSION, config, formBegin(), formEnd(), genLink(), SIGN_TYPE_TALL, SIGN_TYPE_WIDE, theme(), and translate(). |
|
|
Definition at line 159 of file Document.php. |
|
|
Returns current theme, with path and theme name
Reimplemented in SetupDocument. Definition at line 129 of file Document.php. |
|
|
Inserts title of current page.
Reimplemented in SetupDocument. Definition at line 72 of file Document.php. |
|
|
Inserts current ImaComm version number.
Definition at line 87 of file Document.php. Referenced by SetupDocument::header(). |
1.3