File:  [Repository] / MPIWGWeb / zpt / Attic / AddMPIWGTemplate.zpt~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 3 17:36:46 2004 UTC (19 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

<html>
<body>
<h2>Generate Templates for ECHO Documents (templates will be valid for all documents in subtrees if existing)</h2>

<h3>Template for the layout of the different Types in the content list of a collection</h3>

<form method="post" action="manage_addECHO_layoutTemplate">

<input type="checkbox" name="EchoType" value="collection">ECHO_Collection (collection_template)<br>
<input type="checkbox" name="EchoType" value="externalLink">ECHO_externalLink (externalLink_template)<br>
<input type="checkbox" name="EchoType" value="link">ECHO_link (link_template)<br>
<input type="checkbox" name="EchoType" value="resource">ECHO_resource (resource_template)<br>
<input type="checkbox" name="EchoType" value="group">ECHO_group (group_template)<br>

<h3>Template for main view of a collection</h3>
<input type="checkbox" name="EchoType" value="main_index">main_index_template<br>
<!--<input type="checkbox" name="EchoType" value="collection_index">collection_index_template<br>
<input type="checkbox" name="EchoType" value="group_index">group_index_template<br>-->

<h3>Template for the startpage of a resource of</h3>
<input type="checkbox" name="EchoType" value="startpage_index">startpage_index_template<br>


<input type="submit" value="create">

</form>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>