$smarty = new Smarty; // Template engine
$dbSql = new Bweb();
-//$smarty->compile_check = true;
-//$smarty->debugging = true;
+$smarty->compile_check = true;
+$smarty->debugging = false;
+$smarty->force_compile = true;
+
$smarty->template_dir = "./templates";
$smarty->compile_dir = "./templates_c";
$smarty->config_dir = "./configs";
+++ /dev/null
-<style>
-{literal}
-a:link { color: #0000c0 }
-a:visited { color: #0000c0 }
-a:hover { color: #6040ff }
-img {border: 0}
-td,input,select { font-family: Verdana,Arial; font-size: 7.5pt; color: #000000 }
-.back { background-color: #E6E6F5; } {* Background color for main table *}
-.tbl_header { background-color: #47A9E5; }
-.genmed { font-size : 11px; }
-.tbl_medium { border-bottom: black solid 1px;
- border-left: black solid 1px;
- border-right: black solid 1px;
- border-top: black solid 1px;
- background-color: #FDFFBF;
- }
-.tbl_pool_inter_1 { background-color: #D4D4D9; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 0px;}
-.tbl_pool_inter_2 { background-color: #D4D4D9; border-style: solid; border-left-width: 0px; border-top-width: 1px; border-right-width: 0px;}
-.tbl_pool_inter_3 { background-color: #D4D4D9; border-style: solid; border-left-width: 0px; border-top-width: 1px; border-right-width: 1px}
-.titulo {
- font-size : 20px;
- background-color: #FDFFBF; border: #D1D7DC; border-style: solid;
- border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
-}
-.tbl_header1 {
- font-size : 14px;
- background-color: #FDFFBF; border: #D1D7DC; border-style: solid;
- border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
-}
-.tbl_header2 {
- font-size: 14px;
- background-color: #FDFFBF;
-}
-.titulo2 { font-size : 13px; font-weight: bold; }
-.table1 { background-color: #D1D7DC; }
-.table2 { background-color: #A7D7D1; }
-.table3 { background-color: #D1D7DC; }
-.table4 { background-color: #A7D7D1; }
-.code {
- font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #10738F;
- background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
- border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
-}
-.notas { font-size : 13px; color: red;}
-.header { font-size : 18px; }
-.size_small { font-size: 9px; }
-{/literal}
-</style>
\ No newline at end of file
-<HTML>
-<HEAD>
-{popup_init src="js/overlib.js"}
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+<head>
+{*{popup_init src="js/overlib.js"}*}
{literal}
<script language="Javascript">
function OpenWin(URL,wid,hei) {
}
</script>
{/literal}
-<TITLE>{#title#}</TITLE>
-</HEAD>
-<BODY bgcolor="#ffffff">
+<link rel="stylesheet" type="text/css" href="style/default.css" />
+<title>bacula-web</title>
+</head>
+<body>
+
<table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
<tr>
- <td class=titulo2 background="images/bg2.png" valign="bottom">
- {#title#}
+ <td class="titulo2" background="images/bg2.png" valign="bottom">
+ bacula-web
</td>
{if $dbs ne ""}
<form method=post action=index.php>
Bugs?
</a>
</td>
- <td background="images/end2.png>
+ <td background="images/end2.png">
<img src="images/empty.png">
</td>
</tr>