File:  [Repository] / OSAS / OSA_system / zpt / changeOSAS_viewerTemplateSet.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Jun 20 16:10:22 2004 UTC (20 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
project exchanged by viewerTemplateSet

<html>
  <h2>Change the design information of a project</h2>
  <form action="configOSAS_project" method="post">
    <table>
      <tr>
	<td>
	  title:
	 </td>
	<td>
	  <input tal:attributes="value here/title" size="40" name="title">
	 </td>
      </tr>
      <tr>
      <td>
	<em>URL of the Startpage:</em>
	 </td>
      <td>
	<input tal:attributes="value here/startpage" size="100" name="startpage">
	 </td>
      </tr>
      <tr>  
  <!--
    <tr>
	<td>
	  <em>URL of the TopTemplate:</em>
	 </td>
	<td>
	  <input size="100" name="toptemplate" tal:attributes="value here/toptemplate">
	 </td>
      </tr>
      <tr>
	<td>
	  <em>URL of the thumbtemplate:</em>
	 </td>
	<td>
	  <input size="100" name="thumbtemplate" tal:attributes="value here/thumbtemplate">
	 </td>
      </tr>
-->
      <tr>
      <td>  
	<em>Path to the Templates (normally /mpiwg/temp/online/texttools), do not change if you don't know where this path is good for:</em>
	 </td>
      <td>
	<input size="100" name="templatePath" tal:attributes="value here/templatePath">
	 </td>
      </tr>

      <tr>
	<td>
	  <em>URL of the xsl:</em>
	</td>
	<td>
	  <input size="100" name="xsl" tal:attributes="value here/xsl">
	</td>
      </tr>
   </table>
<input type="submit">
   </form>
</html>

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