-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
172 lines (144 loc) · 5.76 KB
/
test.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DEC Software Catalogue - Content Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/slider.css" media="screen" />
<link rel="stylesheet" href="css/qtip.css" media="screen" />
<link rel="stylesheet" href="css/jquery-ui.css" />
<link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
</head>
<body class="content">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<header>
<div id="alertsContainer">
<div id="alertsArea">
<ul>
<li>
<div>The application “Lorem ipsum dolor” requires a license before you can download it</div>
<ul>
<li><a href="#" class="cancel">Cancel Purchase</a></li>
<li><a href="overlays/enter-license-code.html" class="enterLicense enter">Enter License</a></li>
</ul>
</li>
<li>
<div>The application “Lorem ipsum dolor” requires a license before you can download it</div>
<ul>
<li><a href="#" class="cancel">Cancel Purchase</a></li>
<li><a href="overlays/enter-license-code.html" class="enterLicense enter">Enter License</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="headerMainContainer">
<div id="headerMain">
<div id="alertTab">
<a href="#alertsArea" class="toggleClass">2 Alerts</a>
</div>
<div id="profileArea">
<span>name@det.nsw.edu.au</span>
<a href="#">Sign out</a>
</div>
<div id="metaNav">
<a href="my-software.html">My Software</a>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#">Help</a>
</div>
<div id="headingContainer">
<h1><a href="index.html">DEC Software Catalogue</a></h1>
</div>
<div id="searchContainer">
<form id="search" action="search" method="GET">
<label for="searchInput">Search:</label>
<input type="search" id="searchInput" placeholder="Search..." />
<input type="submit" id="searchButton" title="Submit search" value="" />
<div id="advancedSearchContainer">
<a href="#">Go to advanced search</a>
</div>
</form>
</div>
</div>
</div>
</header>
<nav id="primaryNav">
<div class="navContainer">
<ul>
<li><a href="#">Key Learning Area</a></li>
<li><a href="#">Learning Objectives</a></li>
<li><a href="#">Learning Activities</a></li>
<li><a href="#">Administration</a></li>
</ul>
</div>
</nav>
<div id="contentContainer">
<div class="twoCol">
<!--Start left nav-->
<div id="leftNav">
<div class="titleArea"></div>
<div class="keyline marginBottom30"></div>
<ul>
<li><a href="#">Section 1 Link</a></li>
<li><a href="#">Section 2 Link</a></li>
<li class="active"><a href="#">Section 3 Link</a></li>
<li><a href="#">Section 4 Link</a></li>
<li><a href="#">Section 5 Link</a></li>
<li><a href="#">Longer link title for testing</a></li>
</ul>
</div>
<!--End left nav-->
<div id="contentArea">
<div class="titleArea">
<h2>Headline</h2>
</div>
<div class="keyline marginBottom30"></div>
<h3>Subheading 1</h3>
<h4>Subheading 2</h4>
<a href="#top" id="toTop" class="footerTab">Top</a>
</div>
</div>
</div>
<div id="footerBorder"></div>
<div id="footerContainer">
<footer>
<a href="http://staff.det.nsw.edu.au" title="Go to Staff Portal" class="logo">Department of Education and Communities</a>
<ul class="mainNav">
<li><a href="#">Key Learning Area</a></li>
<li><a href="#">Learning Objectives</a></li>
<li><a href="#">Learning Activities</a></li>
<li><a href="#">Administration</a></li>
</ul>
<ul class="metaNav">
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Help</a></li>
</ul>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.2.min.js"><\/script>')</script>
<script src="js/plugins/sliderGallery.js" type="text/javascript"></script>
<script src="js/plugins/selectbox.js" type="text/javascript"></script>
<script src="js/plugins/qtip.js" type="text/javascript"></script>
<script src="js/plugins/jquery-ui-custom.min.js" type="text/javascript"></script>
<script src="js/main.js"></script>
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>