Diff for /loncom/interface/lonpdfupload.pm between versions 1.2 and 1.3

version 1.2, 2009/04/03 15:40:17 version 1.3, 2009/04/04 21:47:41
Line 143  sub get_uploadform() { Line 143  sub get_uploadform() {
     <p height='25'>       <p height='25'> 
     </p>      </p>
     <form method="post" enctype="multipart/form-data" onsubmit="return checkFilename(this);">      <form method="post" enctype="multipart/form-data" onsubmit="return checkFilename(this);">
       <input type="hidden" name="type" value="upload">        <input type="hidden" name="type" value="upload" />
       <div align="center">        <div align="center">
         <table bgcolor="#000000" width="450" cellspacing="0" cellpadding="0" border="0">          <table bgcolor="#000000" width="450" cellspacing="0" cellpadding="0" border="0">
           <tr>            <tr>
Line 159  sub get_uploadform() { Line 159  sub get_uploadform() {
                       Datei ausw&auml;hlen                        Datei ausw&auml;hlen
                   </td>                    </td>
                   <td bgcolor="#F8F8F8">                    <td bgcolor="#F8F8F8">
                     <input type="file" name="file" id="filename">                      <input type="file" name="file" id="filename" />
                   </td>                    </td>
                 </tr>                  </tr>
                 <tr>                  <tr>
                   <td bgcolor="#F8F8F8" colspan="2" align="right" style="margin-right: 30px;">                    <td bgcolor="#F8F8F8" colspan="2" align="right" style="margin-right: 30px;">
                     <input type="submit" name="Uploaded" value="Absenden" >                      <input type="submit" name="Uploaded" value="Absenden" />
                   </td>                    </td>
                 </tr>                  </tr>
                 </table>                  </table>

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


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