]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/fileset_view.tpl
bacula-web: Replaced Get_human_file_size() function by Utils::Get_Human_Size
[bacula/bacula] / gui / bweb / tpl / fileset_view.tpl
1  <div class='titlediv'>
2   <h1 class='newstitle'> 
3    __FileSet__ <TMPL_VAR fileset>
4   </h1>
5  </div>
6  <div class='bodydiv'>
7
8  <img src="/bweb/add.png" alt="included"> __What is included:__
9  <pre>
10 <TMPL_LOOP I><TMPL_VAR file>
11 </TMPL_LOOP></pre>
12
13  <img src="/bweb/remove.png" alt="excluded"> __What is excluded:__
14  <pre>
15 <TMPL_LOOP E><TMPL_VAR file>
16 </TMPL_LOOP></pre>
17
18 __Tips: Warning, this is the current fileset, it could have changed ...__
19
20  </div>