tt2/overview
branchtesting
changeset 21 d1d25ca0be3f
parent 19 81457c55a562
equal deleted inserted replaced
19:81457c55a562 21:d1d25ca0be3f
     1 [%USE date%]
     1 [%USE date%]
     2 <html>
     2 <html>
       
     3 <style type="text/css"> 
       
     4 <!--
       
     5     form#uploader > label { display:block; float:left; width:12ex; }
       
     6     //form#uploader > label { display:inline-block; width:12ex; }
       
     7 --> 
       
     8 </style>
     3 <head>
     9 <head>
     4     <title>Up &amp; Down</title>
    10     <title>Up &amp; Down</title>
     5 </head>
    11 </head>
     6 <body>
    12 <body>
     7 <div align="right">
    13 <div align="right">
    21 dem Datei-Namen verbirgt. (Firefox: Rechte Maustaste, Link-Location).
    27 dem Datei-Namen verbirgt. (Firefox: Rechte Maustaste, Link-Location).
    22 Nach Ablauf des <a href="http://de.wikipedia.org/wiki/Mindesthaltbarkeitsdatum">MHD</a>
    28 Nach Ablauf des <a href="http://de.wikipedia.org/wiki/Mindesthaltbarkeitsdatum">MHD</a>
    23 wird die Datei automatisch gelöscht.
    29 wird die Datei automatisch gelöscht.
    24 <hr/>
    30 <hr/>
    25 
    31 
    26 <div style='width:800px'>
    32 <form id="uploader" method="POST" enctype="multipart/form-data">
    27 <form method=POST enctype="multipart/form-data">
    33 
    28     <div style='float:left'>Filename:<br />Löschung in:</div>
    34     <label for="upload">Filename:</label> 
    29     <div style='float:right;text-align:right'><input name="upload" type="file"  style="width:600px"/><br /><select name="expires" style="width:100px" type=popup>
    35     <input id="upload" name="upload" type="file"/>
       
    36     <br/>
       
    37 
       
    38     <label for="expires">Löschung in:</label>
       
    39     <select id="expires" name="expires" type=popup>
    30 	    <option value=1  [%sel.1 %]> 1 Tag  </option>
    40 	    <option value=1  [%sel.1 %]> 1 Tag  </option>
    31 	    <option value=7  [%sel.7 %]> 7 Tagen</option>
    41 	    <option value=7  [%sel.7 %]> 7 Tagen</option>
    32 	    <option value=10 [%sel.10%]>10 Tagen</option>
    42 	    <option value=10 [%sel.10%]>10 Tagen</option>
    33 	    <option value=30 [%sel.30%]>30 Tagen</option>
    43 	    <option value=30 [%sel.30%]>30 Tagen</option>
    34 	    <option value=90 [%sel.90%]>90 Tagen</option>
    44 	    <option value=90 [%sel.90%]>90 Tagen</option>
    35 	</select><br/><input type="submit" style="width:100px" value="Hochladen"/>
    45     </select>
    36     </div>
    46     <br/>
    37     <dir style='clear:both'></dir>
    47 
       
    48     <label for="go"></label>
       
    49     <input id="go" type="submit" name=".uploader" value="Hochladen"/>
       
    50     <br/>
       
    51 
    38 </form>
    52 </form>
    39 </div>
       
    40 
    53 
    41 [%IF files.size%]
    54 [%IF files.size%]
    42 <hr/>
    55 <hr/>
    43 <table>
    56 <table>
    44     <tr>
    57     <tr>
    61 [%END%]
    74 [%END%]
    62 
    75 
    63 [%INCLUDE footer%]
    76 [%INCLUDE footer%]
    64 </body>
    77 </body>
    65 </html>
    78 </html>
       
    79 [%# vim:ft=html: 
       
    80 %]