]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/command.tpl
ebl Add ids on command.tpl to fix #1300
[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>')"><img src="/bweb/right.gif" id='arrow_<TMPL_VAR ID>' title="See output" > Command output</label><br>
8   <pre id='log_<TMPL_VAR ID>' style='font-size: 10px;display:none'></TMPL_UNLESS>
9 <TMPL_VAR content>
10   <TMPL_UNLESS notail></pre>
11  </div></TMPL_UNLESS>