]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/command.tpl
ebl Display command output by default
[bacula/bacula] / gui / bweb / tpl / command.tpl
1 <TMPL_UNLESS nohead>
2 <br/>
3  <div class='titlediv'>
4   <h1 class='newstitle'> <TMPL_VAR title> : <TMPL_VAR name> &nbsp;</h1>
5  </div>
6  <div class='bodydiv'>
7  <label onclick="toggle_display('log_<TMPL_VAR ID>', 'arrow_<TMPL_VAR ID>')">
8  <img src="/bweb/<TMPL_IF hide_output>right<TMPL_ELSE>down</TMPL_IF>.gif" 
9       id='arrow_<TMPL_VAR ID>' title="See output" > Command output</label><br>
10   <pre id='log_<TMPL_VAR ID>' 
11        style='font-size: 10px;display:<TMPL_IF hide_output>none<TMPL_ELSE>block</TMPL_IF>'></TMPL_UNLESS>
12 <TMPL_VAR content>
13   <TMPL_UNLESS notail></pre>
14  </div></TMPL_UNLESS>