]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 23 Aug 2006 22:33:59 +0000 (22:33 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 23 Aug 2006 22:33:59 +0000 (22:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3357 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/tpl/change_location.tpl

index 87f5332b7bcdcf75ee7e35902077174a339bacff..e9d427f90bde794e3d8ffae66a81221776ac3f49 100644 (file)
@@ -1,25 +1,38 @@
 <br/>
- <table class='box'>
-  <tr><td> Move media </td></tr>
-  <tr><td>
-      <b>To: </b> <TMPL_VAR NAME=email> <br/>
-      <b>Subject: </b> [BACULA] Move media to <TMPL_VAR NAME=newlocation> <br/>
-<br/>
-Dear,<br/>
-<br/>
-Could you move these media to <TMPL_VAR NAME=newlocation> <br/>
-Media : <br/>
-<ul>
-<TMPL_LOOP NAME=Medias>
- <li> <TMPL_VAR NAME=VolumeName>  (<TMPL_VAR NAME=location>)
+<div class='titlediv'>
+  <h1 class='newstitle'> 
+   Move media
+  </h1>
+ </div>
+ <div class='bodydiv'>
+
+<form action="?" method='GET'>
+<table>
+<tr>
+<td><b>To: </b></td><td><input class='formulaire' name='email' value='<TMPL_VAR email>'></td>
+</tr><tr>
+<td><b>Subject: </b></td><td><input class='formulaire' name='subject' value='[BACULA] Move media to <TMPL_VAR newlocation>' size='80'></td>
+</tr><tr>
+<td></td>
+<td>
+<textarea name='content' class='formulaire' cols='80' rows='32'>
+Dear,
+
+Could you move these media to <TMPL_VAR newlocation>
+Media :
+<TMPL_LOOP Medias>
+ - <TMPL_VAR VolumeName>  (<TMPL_VAR location>)
 </TMPL_LOOP>
-</ul>
 
 When it's finish, could you update media location ? (you can use <a
-href="<TMPL_VAR NAME=url>">this link</a>).
-  <br/> 
-Thanks
-
-  </td></tr>
- </table>
+href="<TMPL_VAR url>">
+this link</a>).
 
+Thanks
+</textarea>
+</td></tr></table>
+<input class='formulaire' type='submit' name='action' value='email_move'>
+</form>
+<br>
+<a href="<TMPL_VAR url>"><img alt='update now' src='/bweb/update.png'>Update now</a>
+</div>