##=============================================## ## Frameset ## ##=============================================## ## Here we have three different possibilities for right-hand frame. This ## is to maintain the same context when switching from non-frames to frames ## mode. This uses Flipomatic's powerful "if/else if/else" form of associated ## text (i.e., $[ if || else if || else ]$ ). In non-frames mode, if the user ## is looking at an individual page, switching to frames mode will put that ## same page in the right-hand frame. If they were looking at a particular ## group of thumbnail images, switching to frames mode will put that specific ## group into the right-hand frame. Otherwise the view defaults to the "opening" ## or book home page. ## Note how this "clutters" up the URL somewhat. The same thing could be ## accomplished without messing up the URL using cookies and some javascript ## but we're not doing that in this template. [Template _DEFAULT]
| {TITLE} | Book Home | View Thumbnails | No Frames |
|
|||||||||||||
| {TITLE} | Book Home | View Thumbnails | No Frames |
|
| {TITLE} | Book Home | $[{|&info|}Hide Thumbnails || Hide Thumbnails]$ | No Frames |
| $[ < Prev Group]$ | {*_THUMBNAILS} | $[ Next Group >]$ |
| $[ < Prev Group]$ | {*_THUMBNAILS} | $[ Next Group >]$ |
[Template !_PAGES:CURRENT]
##=============================================##
## Previous page and next page links ##
##=============================================##
[Template PREVPAGELINK]
$[
< Previous Page ]$
[Template NEXTPAGELINK]
$[
Next Page > ]$
##=============================================##
## High Resolution Template ##
##=============================================##
[Template HighRes]
|
|
|
| {TITLE} | Book Home | View Thumbnails | Show Frames |
|
|
|
||||||||||||||||||
| {TITLE} | Book Home | View Thumbnails | Show Frames |
|
| {TITLE} | Book Home | $[{|&info|}Hide Thumbnails || Hide Thumbnails]$ | Show Frames |
| $[ < Prev Group]$ | {*_NFTHUMBNAILS} | $[ Next Group >]$ |
| $[ < Prev Group]$ | {*_NFTHUMBNAILS} | $[ Next Group >]$ |
[Template !_NFPAGES:CURRENT]
##=============================================##
## Previous page and next page links ##
##=============================================##
[Template NFPREVPAGELINK]
$[
< Previous Page ]$
[Template NFNEXTPAGELINK]
$[
Next Page > ]$