home *** CD-ROM | disk | FTP | other *** search
- <?php /* Smarty version 2.5.0, created on 2003-04-23 22:06:10
- compiled from tutorial.tpl */ ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include("header.tpl", array('title' => $this->_tpl_vars['title']));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
- <?php if ($this->_tpl_vars['nav']): ?>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="10%" align="left" valign="bottom"><?php if ($this->_tpl_vars['prev']): ?><a href=
- "<?php echo $this->_tpl_vars['prev']; ?>
- "><?php endif; ?>Prev<?php if ($this->_tpl_vars['prev']): ?></a><?php endif; ?></td>
- <td width="80%" align="center" valign="bottom"></td>
- <td width="10%" align="right" valign="bottom"><?php if ($this->_tpl_vars['next']): ?><a href=
- "<?php echo $this->_tpl_vars['next']; ?>
- "><?php endif; ?>Next<?php if ($this->_tpl_vars['next']): ?></a><?php endif; ?></td>
- </tr>
- </table>
- <?php endif; ?>
- <?php echo $this->_tpl_vars['contents']; ?>
-
- <?php if ($this->_tpl_vars['nav']): ?>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="33%" align="left" valign="top"><?php if ($this->_tpl_vars['prev']): ?><a href="<?php echo $this->_tpl_vars['prev']; ?>
- "><?php endif; ?>
- Prev<?php if ($this->_tpl_vars['prev']): ?></a><?php endif; ?></td>
- <td width="34%" align="center" valign="top"><?php if ($this->_tpl_vars['up']): ?><a href=
- "<?php echo $this->_tpl_vars['up']; ?>
- ">Up</a><?php else: ?> <?php endif; ?></td>
- <td width="33%" align="right" valign="top"><?php if ($this->_tpl_vars['next']): ?><a href=
- "<?php echo $this->_tpl_vars['next']; ?>
- "><?php endif; ?>Next<?php if ($this->_tpl_vars['next']): ?></a><?php endif; ?></td>
- </tr>
-
- <tr>
- <td width="33%" align="left" valign="top"><?php if ($this->_tpl_vars['prevtitle']): ?><?php echo $this->_tpl_vars['prevtitle']; ?>
- <?php endif; ?></td>
- <td width="34%" align="center" valign="top"><?php if ($this->_tpl_vars['uptitle']): ?><?php echo $this->_tpl_vars['uptitle']; ?>
- <?php endif; ?></td>
- <td width="33%" align="right" valign="top"><?php if ($this->_tpl_vars['nexttitle']): ?><?php echo $this->_tpl_vars['nexttitle']; ?>
- <?php endif; ?></td>
- </tr>
- </table>
- <?php endif; ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include("footer.tpl", array());
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>