ARAI#28546: layout verbetering

svn path=/Website/branches/v5.3.3/; revision=20390
This commit is contained in:
Marcel Bourseau
2014-01-21 16:04:40 +00:00
parent e7a921ccd8
commit 0e28fd2c42
2 changed files with 9 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../banner.png"></td>
<td style="font-size:24pt">Real Time Monitor: Energie</td>
<td style="font-size:18pt">REAL TIME MONITOR ENERGIE</td>
</tr>
</table>
</body>

View File

@@ -16,13 +16,19 @@
Session("customerId") = 'ARAI';
%>
<!-- #include file="../../../appl/Shared/common.inc" -->
<!-- #include file="../../../appl/Shared/iface.inc" -->
<%
FCLTHeader.Requires({ js: ["jquery-ui.js", "date.js"]
});
%>
<html>
<head>
</head>
<frameset border="0" rows="9%,1%, 80%,*">
<frameset border="0" rows="8%,1%, 83%,*">
<frame name="Top" src="Top.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="Top2" src="Top2.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="Content" src="../../../appl/fac/fac_widgetspage.asp?wgrp=rtm_energie">
<frame name="Bottom" src="Bottom.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="Bottom" src="Bottom.asp" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
</frameset>
</html>