]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/help_extern.tpl
bweb: fix expired button in media view
[bacula/bacula] / gui / bweb / tpl / help_extern.tpl
1 <br/>
2 <div class='titlediv'>
3  <h1 class='newstitle'>__Help ejecting media (part 1/2)__</h1>
4 </div>
5 <div class='bodydiv'>
6 __This tool will select the best candidates to eject. You will be asked to make your selection on the next screen.__
7   <form action="?" method='GET'>
8    <table>
9     <tr><td>__Pool:__</td>      
10         <td><select name='pool' class='formulaire' multiple>
11 <TMPL_LOOP db_pools>
12              <option selected><TMPL_VAR NAME=name></option>
13 </TMPL_LOOP>
14            </select>
15         </td>
16     </tr>
17     <tr><td>__Media Type:__</td>      
18         <td><select name='mediatype' class='formulaire' multiple>
19 <TMPL_LOOP db_mediatypes>
20              <option><TMPL_VAR mediatype></option>
21 </TMPL_LOOP>
22            </select>
23         </td>
24     </tr>
25     <tr><td> __Location:__ </td>
26         <td><select name='location' class='formulaire'>
27   <TMPL_LOOP db_locations>
28       <option id='loc_<TMPL_VAR location>' value='<TMPL_VAR location>'><TMPL_VAR location></option>
29   </TMPL_LOOP>
30     </select>
31         </td>
32     </tr>
33     <tr>
34         <td>__Number of media <br/> to eject:__</td> 
35         <td> <input type='text' name='limit' size='3' class='formulaire' 
36               value='10'> </td>
37     </tr>
38     <tr>
39         <td><button type="submit" class="bp" name='action' value='compute_extern_media' title='__Next__'> <img src='/bweb/next.png' alt=''>__Next__</button>
40         </td><td/>
41     </tr>
42    </table>
43    </form>
44 </div>