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

gui/bweb/tpl/client_status.tpl [deleted file]

diff --git a/gui/bweb/tpl/client_status.tpl b/gui/bweb/tpl/client_status.tpl
deleted file mode 100644 (file)
index d141d15..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<br/>
- <div class='titlediv'>
-  <h1 class='newstitle'> 
-       Running job <TMPL_VAR JobName> on <TMPL_VAR Client>
-  </h1>
- </div>
- <div class='bodydiv'>
-
-<table>
- <tr>
-  <td> <b> JobName: </b> <td> <td> <TMPL_VAR jobname> (<TMPL_VAR jobid>) <td> 
- </tr>
- <tr>
-  <td> <b> Processing file: </b> <td> <td> <TMPL_VAR "processing file"> </td>
- </tr>
- <tr>
-  <td> <b> Speed: </b> <td> <td> <TMPL_VAR "bytes/sec"> B/s</td>
- </tr>
- <tr>
-  <td> <b> Files Examined: </b> <td> <td> <TMPL_VAR "files examined"></td>
- </tr>
- <tr>
-  <td> <b> Bytes: </b> <td> <td> <TMPL_VAR bytes></td>
- </tr>
-</table>
-
- </div>
-
-<form name='form1' action='?' method='GET'>
-<input type="image" name='action' value='dsp_cur_job'
- src='/bweb/update.png' title='refresh'>&nbsp;
-<input type='hidden' name='client' value='<TMPL_VAR Client>'>
-<input type='hidden' name='jobid' value='<TMPL_VAR JobId>'>
-<input type="image" name='action' value='cancel_job'
-        title='Cancel job' src='/bweb/cancel.png'>&nbsp;
-</form>
-
-
-<script type="text/javascript" language="JavaScript">
-bweb_add_refresh();
-</script>
-