forked from nrabinowitz/gapvis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.tmpl.html
73 lines (62 loc) · 2.65 KB
/
index.tmpl.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>GapVis: Visual Interface for Reading Ancient Texts</title>
<meta name="description" content="GapVis is a visual interface for reading ancient texts for the Google Ancient Places project.">
<meta name="author" content="Nick Rabinowitz / Google Ancient Places Project">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- STYLES -->
<!-- SCRIPTS -->
<!-- ANALYTICS -->
</head>
<body>
<div id="container">
<header>
<h1><a href="#">GapVis</a> <span class="beta">BETA</span></h1>
<nav>
<a href="index.html">Home</a> · <a href="http://googleancientplaces.wordpress.com/about/">About Us</a> · <a href="http://googleancientplaces.wordpress.com/">Blog</a>
</nav>
</header>
<div id="app-view" role="main" class="clearfix"></div>
<footer>
GapVis (c) 2011 <a href="http://www.nickrabinowitz.com">Nick Rabinowitz</a> / <a href="http://googleancientplaces.wordpress.com/">Google Ancient Places</a>. Hosting by <a href="http://alexandriaarchive.org/">AlexandriaArchive.org</a>. Funding by <img src="images/google_logo.png" alt="Google">.
</footer>
</div>
<div id="message-view">
<div class="alert">
<button class="close">×</button>
<span></span>
</div>
</div>
<div id="change-this-link">
<button class="btn" title="Report an Issue"><i class="icon-edit"></i></button>
</div>
<div id="change-this-form" class="modal">
<div class="modal-header">
<button class="close cancel">×</button>
<h3>Report an Issue</h3>
</div>
<div class="modal-body">
<p>Is something wrong with this place reference? Let us know, so we can fix it!</p>
<p>
Reference: <span class="ref">"<span id="ctf-place-name"></span>" (<span id="ctf-book-title"></span><span class="pagenum">,
p. <span id="ctf-page-id"></span></span>)</span>
</p>
<form>
<label for="ctf-problem">What's wrong here?</label>
<div>
<textarea id="ctf-problem" name="note" rows="5"></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<button class="btn cancel">Cancel</button>
<button class="btn btn-primary submit">Submit</button>
</div>
</div>
<!-- TEMPLATES -->
</body>
</html>