]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/run_job.tpl
85eb1f79eb5f93780296b1d92d81c0c2a95942f8
[bacula/bacula] / gui / bweb / tpl / run_job.tpl
1 <br/>
2  <div class='titlediv'>
3   <h1 class='newstitle'> Defined jobs : </h1>
4  </div>
5  <div class='bodydiv'>
6   <form name='form1' action='?' method='GET'>  
7   <table border='0'>
8
9    <tr><td>Job Name: </td><td>
10    <select name='job'>
11     <TMPL_LOOP jobs>
12      <option value='<TMPL_VAR name>'>
13        <TMPL_VAR name>
14      </option>
15     </TMPL_LOOP>
16    </select>
17    </td></tr>
18    </table>
19    <br/>
20    <label>
21    <input type="image" name='action' value='enable_job' title='Enable'
22     src='/bweb/inflag1.png'> Enable
23    </label>
24    <label>
25    <input type="image" name='action' value='disable_job' title='Disable'
26     src='/bweb/inflag0.png'> Disable
27    </label>
28    <label>
29    <input type="image" name='action' value='run_job_mod' title='Run now'
30     src='/bweb/R.png'> Run now 
31    </label>
32   </form>
33  </div>