]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/change_location.tpl
Spelling updates
[bacula/bacula] / gui / bweb / tpl / change_location.tpl
1 <br/>
2 <div class='titlediv'>
3   <h1 class='newstitle'> 
4    Move media
5   </h1>
6  </div>
7  <div class='bodydiv'>
8
9 <form action="?" method='GET'>
10 <table>
11 <tr>
12 <td><b>To: </b></td><td><input class='formulaire' name='email' value='<TMPL_VAR email>'></td>
13 </tr><tr>
14 <td><b>Subject: </b></td><td><input class='formulaire' name='subject' value='[BACULA] Move media to <TMPL_VAR newlocation>' size='80'></td>
15 </tr><tr>
16 <td></td>
17 <td>
18 <textarea name='content' class='formulaire' cols='80' rows='32'>
19 Hi,
20
21 Could you move these media to <TMPL_VAR newlocation>
22 Media :
23 <TMPL_LOOP Medias>
24  - <TMPL_VAR VolumeName>  (<TMPL_VAR location>)
25 </TMPL_LOOP>
26
27 When it's finish, could you update media location ? 
28 (you can use this link : <TMPL_VAR url>).
29
30 Thanks
31 </textarea>
32 </td></tr></table>
33 <input class='formulaire' type='submit' name='action' value='move_email'>
34 </form>
35 <br>
36 <a href="<TMPL_VAR url>"><img alt='update now' src='/bweb/update.png'>Update now</a>
37 </div>