]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/test.tpl
bacula-web: New Stored bytes graph in main layout
[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">Testing required components</p>
16           
17           <table>
18             <tr>
19               <td width="300">
20                     {php}Check( "php-gettext", "PHP Gettext support", "If you want Bacula-web in your language, please compile PHP with Gettext support" );{/php}
21                   </td>
22                 </tr>
23                 <tr>
24                   <td>
25                     {php}Check("pear-db", "PEAR DB support", "PEAR DB support not found, please read the Bacula-web installation document");{/php}
26                   </td>
27             </tr>
28                 <tr>
29                   <td>
30                   {php}Check( "php-gd", "PHP GD support", "This is required by phplot, please compile php with GD support" );{/php}
31                   </td>
32                 </tr>
33                 <tr>
34                   <td>
35                         {php}Check( "smarty-cache", "Smarty cache folder write permission", "Smarty template engine need write permissions to templates_c folder" );{/php}
36         </td>
37 </tr>
38
39 <tr>
40         <td colspan="3">
41                 <center>
42                         Testing your graph system capabilities (Bacula-web only use PNG) <br />
43                         <img src="simplegraph.php" /> 
44                 </center>
45         </td>
46 </tr>
47 </table>
48
49           
50         </div>
51   </div>
52 </body>
53 </html>