]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/help_extern.tpl
Minor spelling corrections
[bacula/bacula] / gui / bweb / tpl / help_extern.tpl
1 <br/>
2 <div class='titlediv'>
3  <h1 class='newstitle'> Help to eject media (part 1/2)</h1>
4 </div>
5 <div class='bodydiv'>
6 This tool will select the best candidate to eject. You will
7 be asked for choose the selection on the next screen. 
8   <form action="?" method='GET'>
9    <table>
10     <tr><td>Pool:</td>      
11         <td><select name='pool' class='formulaire' multiple>
12 <TMPL_LOOP NAME=db_pools>
13              <option><TMPL_VAR NAME=name></option>
14 </TMPL_LOOP>
15            </select>
16         </td>
17     </tr>
18     <tr><td>Media Type:</td>      
19         <td><select name='mediatype' class='formulaire' multiple>
20 <TMPL_LOOP NAME=db_mediatypes>
21              <option><TMPL_VAR NAME=mediatype></option>
22 </TMPL_LOOP>
23            </select>
24         </td>
25     </tr>
26     <tr><td> Location : </td>
27         <td><select name='location' class='formulaire'>
28   <TMPL_LOOP NAME=db_locations>
29       <option id='loc_<TMPL_VAR NAME=location>' value='<TMPL_VAR NAME=location>'><TMPL_VAR NAME=location></option>
30   </TMPL_LOOP>
31     </select>
32         </td>
33     </tr>
34     <tr>
35         <td>Number of media <br/> to eject:</td> 
36         <td> <input type='text' name='limit' size='3' class='formulaire' 
37               value='10'> </td>
38     </tr>
39     <tr>
40         <td><input type="image" name='action' value='compute_extern_media' title='Next' src='/bweb/next.png'>
41         </td><td/>
42     </tr>
43    </table>
44    </form>
45 </div>