]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/test.tpl
bacula-web: Removed file includes/db/cpgsqldb.class.php
[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 border="0">
17                 {foreach from=$checks item=check}
18                   <tr>
19                     <td style="font-weight:bold;font-size:10pt;vertical-align:middle;text-align:left;padding:10px 5px 5px 30px;">
20                                 {$check.check_label}
21                         </td>
22                         <td style="text-align:left;vertical-align:middle;">
23                                 {$check.check_descr}
24                         </td>
25                         <td  style="text-align:center;width=60px;">
26                                 <img src='style/images/{$check.check_result}' width='25' alt=''/>
27                         </td>
28                   </tr>
29                 {/foreach}
30         </table>
31         </div> <!-- end div class=box -->
32         
33         <div class="box">
34           <p class="title">Graph</p>
35         <table>
36           <tr>
37             <td>
38                         Graph system capabilities (Bacula-web only use PNG image format)
39                 </td>
40             <td colspan="2">
41                   <img src="{$graph_test}" alt='' />
42             </td>
43           </tr>
44         </table>
45         </div> <!-- end div class=box -->
46 </div> <!-- end div id=main_center -->
47
48 </body>
49 </html>