Diff for /cdli/dtml/fileAdd.dtml between versions 1.1 and 1.2

version 1.1, 2005/11/03 01:47:58 version 1.2, 2006/07/14 19:08:30
Line 1 Line 1
 <dtml-var manage_page_header>  <dtml-var dtml_header>
   
 <dtml-var "manage_form_title(this(), _,  <dtml-var "manage_form_title(this(), _,
            form_title='Add %s' % Kind,             form_title='',
            help_product='OFSP',             help_product='OFSP',
            help_topic='File_Add.stx'             help_topic='File_Add.stx'
        )">         )">
Line 16  Select a file to upload from your local Line 16  Select a file to upload from your local
   
 <form action="manage_add<dtml-var Kind>" method="post"  <form action="manage_add<dtml-var Kind>" method="post"
       enctype="multipart/form-data">        enctype="multipart/form-data">
 <input type="hidden" name="id" size="40" value="<dtml-var version>"/        <input type="hidden" name="come_from" value="<dtml-var "REQUEST.get('come_from','')">">
   <input type="hidden" name="id" size="40" value="<dtml-var version>">
   
 <table cellspacing="0" cellpadding="2" border="0">  <table cellspacing="0" cellpadding="2" border="0">
 <tr>  <tr>
Line 54  Select a file to upload from your local Line 55  Select a file to upload from your local
       Name of the versioned file:        Name of the versioned file:
     </div>      </div>
     <td>      <td>
       <input type="text" size="50" checked  name="newName" value="<dtml-var title>"        <input type="text" size="50" checked  name="newName" value="<dtml-var title>">
     </td>      </td>
 <!-- from <dtml-var title> to the name of the upload file.<br>  <!-- from <dtml-var title> to the name of the upload file.<br>
       <input type="radio" checked  name="changeName" value="no">No         <input type="radio" checked  name="changeName" value="no">No 
Line 73  Select a file to upload from your local Line 74  Select a file to upload from your local
 </table>  </table>
 </form>  </form>
   
 <dtml-var manage_page_footer>  <dtml-var dtml_footer>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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