%{ These templates define the tables used to display attachments. }% %{ Header definition for topic attachments and top table in attach screen }% %TMPL:DEF{ATTACH:files:header(basic)}%

%TMPL:END% %{ A basic row definition, for attachment table and attach screen }% %TMPL:DEF{ATTACH:files:row(basic)}%%TMPL:END% %{ Header for topic attachment table }% %TMPL:DEF{ATTACH:files:header}%%TMPL:P{ATTACH:files:header(basic)}% %TMPL:END% %{ Row for topic attachment table }% %TMPL:DEF{ATTACH:files:row}%%TMPL:P{ATTACH:files:row(basic)}% %TMPL:END% %{ Footer for topic attachment table }% %TMPL:DEF{ATTACH:files:footer}%
[[%TWIKIWEB%.FileAttachment][Attachment]] Action Size Date Who Comment
%A_ICON% %A_FILE% manage %A_SIZE% %A_DATE% %A_USER% %A_COMMENT%

%TMPL:END% %{ Header for table at top of attach screen }% %TMPL:DEF{ATTACH:files:header:A}%%TMPL:P{ATTACH:files:header(basic)}% [[%TWIKIWEB%.FileAttribute][Attribute]] %TMPL:END% %{ Row for table at top of attach screen }% %TMPL:DEF{ATTACH:files:row:A}%%TMPL:P{ATTACH:files:row(basic)}% %A_ATTRS% %TMPL:END% %{ Footer for table at top of attach screen }% %TMPL:DEF{ATTACH:files:footer:A}% %TMPL:END% %{ Header for versions table in attach screen }% %TMPL:DEF{ATTACH:versions:header}%
%TMPL:END% %{ Row for versions table in attach screen }% %TMPL:DEF{ATTACH:versions:row}% %TMPL:END% %{ Footer for versions table in attach screen }% %TMPL:DEF{ATTACH:versions:footer}%
Version Action Date Who Comment
%A_REV% view %A_DATE% %A_USER% %A_COMMENT%
%TMPL:END%