~quam-plures-core/quam-plures/hic-sunt-dracones

« back to all changes in this revision

Viewing changes to phpdoc/smarty_template/templates/tutorial.tpl

  • Committer: yabs
  • Date: 2010-01-04 17:32:41 UTC
  • Revision ID: yabs@innervisions.org.uk-20100104173241-u1fx0xjelcvnio6m
distilling trunk to essentials

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{include file="header.tpl" title=$title}
2
 
{if $nav}
3
 
<table width="100%" border="0" cellpadding="0" cellspacing="0">
4
 
<tr>
5
 
<td width="10%" align="left" valign="bottom">{if $prev}<a href=
6
 
"{$prev}">{/if}Prev{if $prev}</a>{/if}</td>
7
 
<td width="80%" align="center" valign="bottom"></td>
8
 
<td width="10%" align="right" valign="bottom">{if $next}<a href=
9
 
"{$next}">{/if}Next{if $next}</a>{/if}</td>
10
 
</tr>
11
 
</table>
12
 
{/if}
13
 
{$contents}
14
 
{if $nav}
15
 
<table width="100%" border="0" cellpadding="0" cellspacing="0">
16
 
<tr>
17
 
<td width="33%" align="left" valign="top">{if $prev}<a href="{$prev}">{/if}
18
 
Prev{if $prev}</a>{/if}</td>
19
 
<td width="34%" align="center" valign="top">{if $up}<a href=
20
 
"{$up}">Up</a>{else}&nbsp;{/if}</td>
21
 
<td width="33%" align="right" valign="top">{if $next}<a href=
22
 
"{$next}">{/if}Next{if $next}</a>{/if}</td>
23
 
</tr>
24
 
 
25
 
<tr>
26
 
<td width="33%" align="left" valign="top">{if $prevtitle}{$prevtitle}{/if}</td>
27
 
<td width="34%" align="center" valign="top">{if $uptitle}{$uptitle}{/if}</td>
28
 
<td width="33%" align="right" valign="top">{if $nexttitle}{$nexttitle}{/if}</td>
29
 
</tr>
30
 
</table>
31
 
{/if}
32
 
{include file="footer.tpl"}
 
 
b'\\ No newline at end of file'