]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/test.tpl
bacula-web: Added last jobs in Backup Job report page
[bacula/bacula] / gui / bacula-web / templates / test.tpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
2   "http://www.w3.org/TR/html4/loose.dtd">
3 <html lang="en">
4 <head>
5 <title>bacula-web</title>
6 <link rel="stylesheet" type="text/css" href="style/default.css">
7 </head>
8 <body>
9 {include file=header.tpl}
10   <div id="nav">
11     <a href="index.php" title="Back to the dashboard">Dashboard</a> > Test page
12   </div>
13 <div id="main_center">
14         <div class="box">
15           <p class="title">Required components</p>
16         <table>
17                 {foreach from=$checks item=check}
18                   <tr>
19                     <td> <b>{$check.check_label}</b> </td>
20                         <td>{$check.check_descr}</td>
21                         <td> <img src='style/images/{$check.check_result}' width='20' alt=''/></td>
22                   </tr>
23                 {/foreach}
24         </table>
25         </div> <!-- end div class=box -->
26         
27         <div class="box">
28           <p class="title">Graph</p>
29         <table>
30           <tr>
31             <td>
32                         <b>Graph system capabilities (Bacula-web only use PNG)</b>
33                 </td>
34             <td colspan="2">
35                   <img src="{$graph_test}" alt='' />
36             </td>
37           </tr>
38         </table>
39         </div> <!-- end div class=box -->
40 </div> <!-- end div id=main_center -->
41
42 </body>
43 </html>