home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / tutorial.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  2.3 KB  |  51 lines

  1. <?php /* Smarty version 2.5.0, created on 2003-04-23 22:06:10
  2.          compiled from tutorial.tpl */ ?>
  3. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  4. $this->_smarty_include("header.tpl", array('title' => $this->_tpl_vars['title']));
  5. $this->_tpl_vars = $_smarty_tpl_vars;
  6. unset($_smarty_tpl_vars);
  7.  ?>
  8. <?php if ($this->_tpl_vars['nav']): ?>
  9. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  10. <tr>
  11. <td width="10%" align="left" valign="bottom"><?php if ($this->_tpl_vars['prev']): ?><a href=
  12. "<?php echo $this->_tpl_vars['prev']; ?>
  13. "><?php endif; ?>Prev<?php if ($this->_tpl_vars['prev']): ?></a><?php endif; ?></td>
  14. <td width="80%" align="center" valign="bottom"></td>
  15. <td width="10%" align="right" valign="bottom"><?php if ($this->_tpl_vars['next']): ?><a href=
  16. "<?php echo $this->_tpl_vars['next']; ?>
  17. "><?php endif; ?>Next<?php if ($this->_tpl_vars['next']): ?></a><?php endif; ?></td>
  18. </tr>
  19. </table>
  20. <?php endif; ?>
  21. <?php echo $this->_tpl_vars['contents']; ?>
  22.  
  23. <?php if ($this->_tpl_vars['nav']): ?>
  24. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  25. <tr>
  26. <td width="33%" align="left" valign="top"><?php if ($this->_tpl_vars['prev']): ?><a href="<?php echo $this->_tpl_vars['prev']; ?>
  27. "><?php endif; ?>
  28. Prev<?php if ($this->_tpl_vars['prev']): ?></a><?php endif; ?></td>
  29. <td width="34%" align="center" valign="top"><?php if ($this->_tpl_vars['up']): ?><a href=
  30. "<?php echo $this->_tpl_vars['up']; ?>
  31. ">Up</a><?php else: ?> <?php endif; ?></td>
  32. <td width="33%" align="right" valign="top"><?php if ($this->_tpl_vars['next']): ?><a href=
  33. "<?php echo $this->_tpl_vars['next']; ?>
  34. "><?php endif; ?>Next<?php if ($this->_tpl_vars['next']): ?></a><?php endif; ?></td>
  35. </tr>
  36.  
  37. <tr>
  38. <td width="33%" align="left" valign="top"><?php if ($this->_tpl_vars['prevtitle']): ?><?php echo $this->_tpl_vars['prevtitle']; ?>
  39. <?php endif; ?></td>
  40. <td width="34%" align="center" valign="top"><?php if ($this->_tpl_vars['uptitle']): ?><?php echo $this->_tpl_vars['uptitle']; ?>
  41. <?php endif; ?></td>
  42. <td width="33%" align="right" valign="top"><?php if ($this->_tpl_vars['nexttitle']): ?><?php echo $this->_tpl_vars['nexttitle']; ?>
  43. <?php endif; ?></td>
  44. </tr>
  45. </table>
  46. <?php endif; ?>
  47. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  48. $this->_smarty_include("footer.tpl", array());
  49. $this->_tpl_vars = $_smarty_tpl_vars;
  50. unset($_smarty_tpl_vars);
  51.  ?>