20 lines
594 B
Cheetah
20 lines
594 B
Cheetah
%{ These templates define the form attached at the bottom of viewed page. }%
|
|
|
|
%{ Header definition for topic attachments and top table in attach screen }%
|
|
%TMPL:DEF{FORM:display:header}%<div class="twikiForm">
|
|
<!--%TABLE{tableborder="0" cellpadding="0" cellspacing="0"}%-->
|
|
<table border='1'><tr><th class='twikiFirstCol' colspan='2'>
|
|
[[%A_TITLE%]]
|
|
</th></tr>
|
|
%TMPL:END%
|
|
|
|
%{ Each row }%
|
|
%TMPL:DEF{FORM:display:row}%<tr valign='top'><td class='twikiFirstCol' align='right'>%A_TITLE%</td><td>
|
|
%A_VALUE%
|
|
</td></tr>
|
|
%TMPL:END%
|
|
|
|
%{ Footer }%
|
|
%TMPL:DEF{FORM:display:footer}%</table></div>
|
|
%TMPL:END%
|