File:  [Repository] / ECHO_content / zpt / AddECHO_copyrightTypeForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri May 28 10:43:05 2004 UTC (20 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
copyrighttype added

<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>
    <form name="form" action="manage_addECHO_copyrightType">
    <table>
    
      <tr><td> ID: </td><td><input type="text" name="id" size=50></td></tr>
      <tr><td> Title: </td><td><input type="text" name="title" size=50></td></tr>
      <tr><td> Label: </td><td><input type="text" name="label" size=50 value="copyright"></td></tr>
   
      </table>
      <input type="submit" value="Add">
    </form>
  </body>
</html>

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