-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathframing-bak.cfm
45 lines (39 loc) · 1.1 KB
/
framing-bak.cfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<cfparam name="xss" default="">
<html>
<head>
<cfoutput>
<title>#companyname# - #titletext#</title>
</cfoutput>
<cfinclude template="meta.cfm">
<cfoutput>
<script language="JavaScript" src="./js/utils.js"></script>
</cfoutput>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="800" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" width="800" height="125" valign="top">
<cfinclude template="top.cfm">
</td>
</tr>
<tr>
<td colspan="2" width="800" valign="top" height="37">
<cfinclude template="navbar.cfm">
</td>
</tr>
<tr height="100%">
<td valign="top" height="100%">
<iframe src="http://guest:@65.23.17.115:82" width="800" height="900" marginwidth="0" marginheight="0" frameborder="0"></iframe>
</td>
</tr>
<tr>
<td colspan="2" valign="baseline">
<cfinclude template="footer.cfm">
</td>
</tr>
</table>
<cfinclude template="frmxss.cfm">
</body>
</html>