-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_ncta.html
43 lines (33 loc) · 1.9 KB
/
index_ncta.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TITLE</title>
<link href="inc/lib/tripoli/tripoli.reset.css" rel="stylesheet" type="text/css" media="screen" />
<link href="inc/pkg/css/screen.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="inc/lib/tripoli/tripoli.simple.ie.css" media="screen" /><![endif]-->
<!--[if IE 6]><link href="inc/pkg/css/ie6.css" rel="stylesheet" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link href="inc/pkg/css/ie7.css" rel="stylesheet" type="text/css" media="screen" /><![endif]-->
<!--[if IE 8]><link href="inc/pkg/css/ie8.css" rel="stylesheet" type="text/css" media="screen" /><![endif]-->
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="inc/lib/email_generator/email_generator_ncta.js"></script>
</head>
<body>
<div class="hidden appHeader">
<h1>Email Generator</h1>
<h2>Welcome.</h2>
<p>Please complete the steps below to create a new email.</p>
</div>
<ul class=" topicAdder"></ul>
<ul class=" textAreaAdder"></ul>
<ul class=" imgAreaAdder"></ul>
<div class="bordered_l thick_3 previewArea"><iframe width="100%" height="10000"></iframe></div>
<div class="hidden codeViewToggle"><p>GET CODE</p></div>
<div class="hidden codeOverlay"></div>
<div class="hidden bordered thick_5 codeDisplay"><textarea></textarea>
<p>Click <a href="#">here</a> to go back.</p></div>
<p class="hidden">Built entirely in Javascript.</p>
</body>
</html>