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

  1. <?php /* Smarty version 2.5.0, created on 2003-07-27 19:40:57
  2.          compiled from toc.tpl */ ?>
  3. <?php $this->_load_plugins(array(
  4. array('function', 'assign', 'toc.tpl', 6, false),)); ?><pdffunction:ezStopPageNumbers arg="1" arg="1" />
  5. <pdffunction:ezInsertMode arg="1" arg="1" arg="after" />
  6. <newpage />
  7. <text size="26" justification="centre">Contents
  8. </text>
  9. <?php echo smarty_function_assign(array('var' => 'xpos','value' => '520'), $this) ; ?>
  10.  
  11. <?php if (count((array)$this->_tpl_vars['contents'])):
  12.     foreach ((array)$this->_tpl_vars['contents'] as $this->_tpl_vars['k'] => $this->_tpl_vars['v']):
  13. ?>
  14. <?php if ($this->_tpl_vars['v'][2] == '1'): ?>
  15. <text size="16" aright="<?php echo $this->_tpl_vars['xpos']; ?>
  16. "><c:ilink:toc<?php echo $this->_tpl_vars['k']; ?>
  17. ><?php echo $this->_tpl_vars['v'][0]; ?>
  18. </c:ilink><C:dots:3<?php echo $this->_tpl_vars['v'][1]; ?>
  19. ></text>
  20. <?php elseif ($this->_tpl_vars['v'][2] == '2'): ?>
  21. <text size="12" aright="<?php echo $this->_tpl_vars['xpos']; ?>
  22. " left="30"><c:ilink:toc<?php echo $this->_tpl_vars['k']; ?>
  23. ><?php echo $this->_tpl_vars['v'][0]; ?>
  24. </c:ilink><C:dots:3<?php echo $this->_tpl_vars['v'][1]; ?>
  25. ></text>
  26. <?php elseif ($this->_tpl_vars['v'][2] == '3'): ?>
  27. <text size="12" aright="<?php echo $this->_tpl_vars['xpos']; ?>
  28. " left="40"><c:ilink:toc<?php echo $this->_tpl_vars['k']; ?>
  29. ><?php echo $this->_tpl_vars['v'][0]; ?>
  30. </c:ilink><C:dots:3<?php echo $this->_tpl_vars['v'][1]; ?>
  31. ></text>
  32. <?php endif; ?>
  33. <?php endforeach; endif; ?>