]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/tpl/fileset_view.tpl
68f4343a45edc818adca633d21fde5f1c734bc9c
[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 change...
19
20  </div>