File:  [Repository] / OSAS / OSA_system / zpt / addOSAS_viewerTemplateSet.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Jun 22 06:39:04 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added new viewerTemplateSetOBject

<html>
  <h2>Add the design information for a Viewer Template Set</h2>
  <form method="post" action="manage_addOSAS_viewerTemplateSet">
    <table>
      <tr>
	<td>
	  ID:
	 </td>
	<td>
	  <input size="40" name="id">
	 </td>
      </tr>
      <tr>
	<td>
	  title:
	 </td>
	<td>
	  <input size="40" name="title">
	 </td>
      </tr>
      <tr>
      <td>
	<em>URL of the Startpage:</em>
	 </td>
      <td>
	<input size="100" name="startpage">
	 </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" value="/mpiwg/temp/online/texttools">
	 </td>
      </tr>
<!--  
    <tr>
	<td>
	  <em>URL of the TopTemplate:</em>
	 </td>
	<td>
	  <input size="100" name="toptemplate">
	 </td>
      </tr>
      <tr>
	<td>
	  <em>URL of the thumbtemplate:</em>
	 </td>
	<td>
	  <input size="100" name="thumbtemplate">
	 </td>
      </tr>
-->
      <tr>
	<td>
	  <em>URL of the xsl:</em>
	</td>
	<td>
	  <input size="100" name="xsl">
	</td>
      </tr>
   </table>
   <input type="submit" value="submit">
   </form>
</html>

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