forked from oawhyte/waleg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.53 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Calendar Parser</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/legislature.css">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="js/ical.js" charset="utf-8"></script>
<script type="text/javascript" src="js/legislature.js" charset="utf-8"></script>
</head>
<body>
<!-- <div class="container"> -->
<div id="topbar">
<form>
<p id="urlinput-p" class="input-append clearfix">
<input name="urlinput" id="urlinput" value="In the Legislative Meeting Schedule email, click "View it as a Web page". Copy the address of the page and paste it here.">
<span class="add-on btn" id="urlsubmit">Load Message</span>
</p>
<p>
<span class="btnbox"><input class="btn" type="button" name="add-to-ical" id="add-to-ical" value="Create iCal File for Checked Events" disabled="disabled"></span>
</p>
</form>
</div>
<div id="content">
<div id="container"></div>
<div id="previewpane">
<h3></h3>
<h4></h4>
<div class="content"></div>
</div>
<div id="previewpane2">
<h4>Info as it appears in email:</h4>
<div class="content"></div>
</div>
</div>
<img src="x.png" style="position:absolute; top: -1000px;">
<!-- </div> -->
</body>
</html>