Personal tools
You are here: Home Knowledge Techie Central OpenACS presentation acs-template.html
Document Actions

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>

       &lt;master&gt;
       &lt;multiple name=version&gt;
         &lt;tr&gt;
           &lt;td&gt;&lt;img src="graphics/file.gif"&gt;
             &lt;a href="download/index?version_id=@version.version_id@"&gt;@version.title@&lt;/a&gt;
           &lt;/td&gt;
           &lt;td&gt;@version.author@&lt;/td&gt;
           &lt;td align=right&gt;@version.content_size@&lt;/td&gt;
           &lt;td&gt;@version.type@&lt;/td&gt;
           &lt;td&gt;@version.last_modified@&lt;/td&gt;
           &lt;td&gt;@version.description@&nbsp;&lt;/td&gt;
           &lt;td&gt;
             &nbsp;&lt;if @version.delete_p@ true&gt;
             &lt;a href="version-delete?version_id=@version.version_id@"&gt;delete&lt;/a&gt; 
               &lt;if @version.admin_p@ true and @show_administer_permissions_link_p@ true&gt;|&lt;/if&gt;
             &lt;/if&gt;
             &lt;if @version.admin_p@ true and @show_administer_permissions_link_p@ true&gt;
               &lt;a href="/permissions/one?object_id=@version.version_id@"&gt;administer permissions&lt;/a&gt;
             &lt;/if&gt;
           &lt;/td&gt;
         &lt;/tr&gt;
       &lt;/multiple&gt;


<hr />
<address><a href="mailto:tristancohen@yahoo.com">tristancohen@yahoo.com</a></address>

</body>
</html>


by admin last modified 2003-04-28 10:22
 


View My Stats