home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / tutorial_nav.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  1.5 KB  |  49 lines

  1. <?php /* Smarty version 2.5.0, created on 2003-04-23 14:31:54
  2.          compiled from tutorial_nav.tpl */ ?>
  3. <table class="tutorial-nav-box">
  4.     <tr>
  5.         <td style="width: 30%">
  6.             <?php if ($this->_tpl_vars['prev']): ?>
  7.                 <a href="<?php echo $this->_tpl_vars['prev']; ?>
  8. " class="nav-button">Previous</a>
  9.             <?php else: ?>
  10.                 <span class="nav-button-disabled">Previous</span>
  11.             <?php endif; ?>
  12.         </td>
  13.         <td style="text-align: center">
  14.             <?php if ($this->_tpl_vars['up']): ?>
  15.                 <a href="<?php echo $this->_tpl_vars['up']; ?>
  16. " class="nav-button">Up</a>
  17.             <?php endif; ?>
  18.         </td>
  19.         <td style="text-align: right; width: 30%">
  20.             <?php if ($this->_tpl_vars['next']): ?>
  21.                 <a href="<?php echo $this->_tpl_vars['next']; ?>
  22. " class="nav-button">Next</a>
  23.             <?php else: ?>
  24.                 <span class="nav-button-disabled">Next</span>
  25.             <?php endif; ?>
  26.         </td>
  27.     </tr>
  28.     <tr>
  29.         <td style="width: 30%">
  30.             <?php if ($this->_tpl_vars['prevtitle']): ?>
  31.                 <span class="detail"><?php echo $this->_tpl_vars['prevtitle']; ?>
  32. </span>
  33.             <?php endif; ?>
  34.         </td>
  35.         <td style="text-align: center">
  36.             <?php if ($this->_tpl_vars['uptitle']): ?>
  37.                 <span class="detail"><?php echo $this->_tpl_vars['uptitle']; ?>
  38. </span>
  39.             <?php endif; ?>
  40.         </td>
  41.         <td style="text-align: right; width: 30%">
  42.             <?php if ($this->_tpl_vars['nexttitle']): ?>
  43.                 <span class="detail"><?php echo $this->_tpl_vars['nexttitle']; ?>
  44. </span>
  45.             <?php endif; ?>
  46.         </td>
  47.     </tr>
  48. </table>
  49.