- qpscanner/layouts/default.cfm
- develop
- 857 B
- 22
1<cfcontent reset type="text/html" /><cfoutput><!doctype html>
2<html>
3<head>
4 <title>QueryParam Scanner<cfif StructKeyExists(rc,'Title')> :: #HtmlEditFormat(rc.Title)#</cfif></title>
5
6 <link rel="stylesheet" type="text/css" href="./resources/styles/core.css"/>
7 <link rel="stylesheet" type="text/css" href="./resources/styles/form.css"/>
8 <link rel="stylesheet" type="text/css" href="./resources/styles/default.css"/>
9
10 <script type="text/javascript" src="./resources/scripts/jquery-1.2.6.min.js"></script>
11 <script type="text/javascript">
12 var $j = jQuery.noConflict();
13 </script>
14
15</head>
16<body id="#ListLast(rc.action,'.')#">
17<cfif rc.action NEQ 'start.intro'>
18 <h1><a href="?action=start.intro"><img src="./resources/images/long_logo.png" alt="QueryParam Scanner" style="width: 448px; height: 40px;"/></a></h1>
19</cfif>
20
21#Body#
22
23</body></html></cfoutput>