Show
Ignore:
Timestamp:
11/06/07 18:53:41 (5 years ago)
Author:
francois
Message:

Ajout affichage valeur download et upload

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/server/templates/index.html

    r3 r4  
    2323            </tr> 
    2424          </thead> 
    25                 <tfoot> 
    26                   <tr> 
    27                     <th></th> 
    28                     <th></th> 
    29                     <th></th> 
    30                     <th></th> 
    31                     <th></th> 
    32                     <th> 
    33                       <form method="post" action=""> 
    34                         {{ select_download  }} 
    35                         <input type="submit" value="ok" /> 
    36                       </form> 
    37                     </th> 
    38                     <th> 
    39                       <form method="post" action=""> 
    40                         {{ select_upload }} 
    41                         <input type="submit" value="ok" /> 
    42                       </form> 
    43                     </th> 
    44                     <th></th> 
    45                     <th></th> 
    46                   </tr> 
    47                 </tfoot> 
     25          <tfoot> 
     26            <tr> 
     27              <th></th> 
     28              <th></th> 
     29              <th></th> 
     30              <th></th> 
     31              <th></th> 
     32              <th> 
     33                {{ download_speed }} 
     34                <form method="post" action=""> 
     35                  {{ select_download  }} 
     36                  <input type="submit" value="ok" /> 
     37                </form> 
     38              </th> 
     39              <th> 
     40                {{ upload_speed }} 
     41                <form method="post" action=""> 
     42                  {{ select_upload }} 
     43                  <input type="submit" value="ok" /> 
     44                </form> 
     45              </th> 
     46              <th></th> 
     47              <th></th> 
     48            </tr> 
     49          </tfoot> 
    4850                <tbody> 
    4951                        {% for torrent in torrents %}