]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/change_location.tpl
bweb: Update some GPL2 notice to AGPL
[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 media>
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='__Acknolege this action__' src='/bweb/update.png'>__Acknolege this action__</a>
37 </div>