]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Changed header.tpl content
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 22 Oct 2010 16:15:06 +0000 (18:15 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Nov 2010 07:20:31 +0000 (08:20 +0100)
gui/bacula-web/templates/header.tpl
gui/bacula-web/templates/index.tpl

index 76c5113f2056ac4fcfc73b21cd4d3e22d1354ec1..453fbde8087414e774ada3f2b703d82719366db6 100644 (file)
@@ -1,20 +1,4 @@
-<!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) {
-               window.open(URL,"window1","width="+wid+",height="+hei+",scrollbars=yes,menubar=no,location=no,resizable=no")
-       }
-</script>
-{/literal}
-<link rel="stylesheet" type="text/css" href="style/default.css" />
-<title>bacula-web</title>
-</head>
-<body>
-
+<!-- Header -->
 <table width=1000px cellpadding=0 cellspacing=0 border=0 bgcolor="#2F92AF">
  <tr>
        <td class="titulo2" background="images/bg2.png" valign="bottom">
@@ -40,4 +24,5 @@
        <img src="images/empty.png">
        </td>
  </tr>
-</table>
\ No newline at end of file
+</table>
+<!-- End Header -->
\ No newline at end of file
index 62ebe74710c1a064071b06d2da3cf48b754823e4..64a08341ab90096d3eab184522ee247cea62dd82 100644 (file)
@@ -1,4 +1,19 @@
-{* BACULA main page*}
+<!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) {
+               window.open(URL,"window1","width="+wid+",height="+hei+",scrollbars=yes,menubar=no,location=no,resizable=no")
+       }
+</script>
+{/literal}
+<link rel="stylesheet" type="text/css" href="style/default.css" />
+<title>bacula-web</title>
+</head>
+<body>
 
 {include file=header.tpl}