acs-template.html
Click here to get the file
Size
1.4 kB
-
File type
text/html
File contents
<html>
<head>
<title>Sample Template</title>
</head>
<body bgcolor="white" text="black">
<h2>Sample Template</h2>
<hr>
<pre>
<master>
<multiple name=version>
<tr>
<td><img src="graphics/file.gif">
<a href="download/index?version_id=@version.version_id@">@version.title@</a>
</td>
<td>@version.author@</td>
<td align=right>@version.content_size@</td>
<td>@version.type@</td>
<td>@version.last_modified@</td>
<td>@version.description@ </td>
<td>
<if @version.delete_p@ true>
<a href="version-delete?version_id=@version.version_id@">delete</a>
<if @version.admin_p@ true and @show_administer_permissions_link_p@ true>|</if>
</if>
<if @version.admin_p@ true and @show_administer_permissions_link_p@ true>
<a href="/permissions/one?object_id=@version.version_id@">administer permissions</a>
</if>
</td>
</tr>
</multiple>
<hr />
<address><a href="mailto:tristancohen@yahoo.com">tristancohen@yahoo.com</a></address>
</body>
</html>
by
admin
—
last modified
2003-04-28 10:22