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

    1: <html>
    2:   <h2>Change the design information of a project</h2>
    3:   <form action="configOSAS_project" method="post">
    4:     <table>
    5:       <tr>
    6: 	<td>
    7: 	  title:
    8: 	 </td>
    9: 	<td>
   10: 	  <input tal:attributes="value here/title" size="40" name="title">
   11: 	 </td>
   12:       </tr>
   13:       <tr>
   14:       <td>
   15: 	<em>URL of the Startpage:</em>
   16: 	 </td>
   17:       <td>
   18: 	<input tal:attributes="value here/startpage" size="100" name="startpage">
   19: 	 </td>
   20:       </tr>
   21:       <tr>  
   22:   <!--
   23:     <tr>
   24: 	<td>
   25: 	  <em>URL of the TopTemplate:</em>
   26: 	 </td>
   27: 	<td>
   28: 	  <input size="100" name="toptemplate" tal:attributes="value here/toptemplate">
   29: 	 </td>
   30:       </tr>
   31:       <tr>
   32: 	<td>
   33: 	  <em>URL of the thumbtemplate:</em>
   34: 	 </td>
   35: 	<td>
   36: 	  <input size="100" name="thumbtemplate" tal:attributes="value here/thumbtemplate">
   37: 	 </td>
   38:       </tr>
   39: -->
   40:       <tr>
   41:       <td>  
   42: 	<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>
   43: 	 </td>
   44:       <td>
   45: 	<input size="100" name="templatePath" tal:attributes="value here/templatePath">
   46: 	 </td>
   47:       </tr>
   48: 
   49:       <tr>
   50: 	<td>
   51: 	  <em>URL of the xsl:</em>
   52: 	</td>
   53: 	<td>
   54: 	  <input size="100" name="xsl" tal:attributes="value here/xsl">
   55: 	</td>
   56:       </tr>
   57:    </table>
   58: <input type="submit">
   59:    </form>
   60: </html>

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