]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/help_intern.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / help_intern.tpl
1 <br/>
2 <div class='titlediv'>
3   <h1 class='newstitle'> __Help loading media (part 1/2)__</h1>
4 </div>
5 <div class="bodydiv">
6 __This tool will select the best candidates to load. 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></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>
26     __Location:__ 
27     </td><td><select name='location' class='formulaire'>
28   <TMPL_LOOP db_locations>
29       <option value='<TMPL_VAR location>'><TMPL_VAR location></option>
30   </TMPL_LOOP>
31     </select>
32     </td>
33     </tr>
34     <tr>
35         <td>__Expired:__</td> 
36         <td> <input type='checkbox' name='expired' class='formulaire' 
37                 checked> </td>
38     </tr>
39     <tr>
40         <td>__Number of media <br/> to load:__</td> 
41         <td> <input type='text' name='limit' class='formulaire' 
42                 size='3' value='10'> </td>
43     </tr>
44     <tr>
45         <td><button type="submit" class="bp" name='action' value='compute_intern_media' title='__Next__'> <img src='/bweb/next.png' alt=''>__Next__</button>
46         </td><td/>
47     </tr>
48    </table>
49    </form>
50 </div>