]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add tpl file to add media
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Nov 2007 16:44:29 +0000 (16:44 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Nov 2007 16:44:29 +0000 (16:44 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5960 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/tpl/add_media.tpl [new file with mode: 0644]

diff --git a/gui/bweb/tpl/add_media.tpl b/gui/bweb/tpl/add_media.tpl
new file mode 100644 (file)
index 0000000..492c5d4
--- /dev/null
@@ -0,0 +1,40 @@
+
+<div class='titlediv'>
+  <h1 class='newstitle'> Add media</h1>
+</div>
+<div class='bodydiv'>
+   <form action="?" method='get'>
+    <table>
+     <tr><td>Pool :</td>
+         <td> 
+            <select name='pool' size='5' class='formulaire'>
+            <TMPL_LOOP db_pools>
+            <option><TMPL_VAR name></option>
+            </TMPL_LOOP>
+            </select>
+         </td>
+     </tr>
+     <tr><td>Storage :</td> 
+         <td>
+            <select name='storage' size='5' class='formulaire'>
+            <TMPL_LOOP storage>
+            <option><TMPL_VAR name></option>
+            </TMPL_LOOP>
+            </select>
+         </td>
+     </tr>
+     <tr><td>Number of media to create :</td> 
+         <td><input size='3' type='text' name='nb' value='1' class='formulaire'></td>
+     </tr>
+     <tr><td>Starting number :</td> 
+         <td><input size='3' type='text' name='offset' class='formulaire' value='0'></td>
+     </tr>
+     <tr><td>Name :</td> 
+         <td><input size='8' type='text' name='media' class='formulaire' value='Vol'></td>
+     </tr>
+    </table>
+    <button type="submit" class="bp" name='action' value='add_media'
+     <img src='/bweb/add.png' alt=''>Add<button>
+   </form>
+</div>
+