- or download this
[% WRAPPER 'pagebase.t'
title="| Mark's Log"
...
[% END %]
</div>
[% END %]
- or download this
<h3>
[% log.Subject %]<br />
...
[% IF log.Date_Added != log.Date_Modified %]
<p class="revision">last revised [% log.Date_Modified %]</p>
[% END %]
- or download this
<hr /><p class="more" >[% view %] [% list.offset + 1 %] - [% IF
+list.offset + list.limit < list.total %][% list.offset + list.limit %
+][% ELSE %][% list.total %][% END %] of [% list.total %]</p>
[% content %]
...
[ <a href="index.cgi?view=[% view %]&offset=[% list.offset +
+ list.limit %]">next [% list.limit %] </a>> ]
[% END %]
</p>
- or download this
Content-Type: text/html; charset=UTF-8
...
</body>
</html>
- or download this
#-------------------------------------
# PRAGMAS
...
return $text
}