File:  [Repository] / ECHO_content / zpt / AddECHO_copyrightTypeForm.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Jul 2 10:49:54 2004 UTC (19 years, 11 months ago) by jdamerow
Branches: MAIN
CVS tags: HEAD
copyrightTypes Eingabemasken geƤndert

<html>
  <body>
    <h2>Add a new copyright type</h2>
    <p>After adding put into the new object a standard page template with the name "copyright.html"</p>
    
    <p><b>bold = required</b>; <i>italic = optional</i></p>
    
    <form name="form" action="manage_addECHO_copyrightType">
    <table>
    
      <tr><td> <b>ID</b>: </td><td><input type="text" name="id" size=50></td></tr>
      <tr><td> <i>Title</i>: </td><td><input type="text" name="title" size=50></td></tr>
      <tr><td> <b>Label</b> (for navigation): </td><td><input type="text" name="label" size=50 value="copyright"></td></tr>
      <tr><td> <i>Url</i>: </td><td><input type="text" name="url" size=50 value=""></td></tr>
      <tr><td><a href="http://echo.mpiwg-berlin.mpg.de/technology/webdesign/documentation/doc_copyright" target="_blank">help</a></td></tr>
      </table>
      <input type="submit" value="Add">
    </form>
  </body>
</html>

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