forked from wolfgangmm/ShakespeareDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
view-play.html
26 lines (26 loc) · 1.12 KB
/
view-play.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
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="main">
<div data-template="app:work">
<div class="span9">
<div id="content">
<div data-template="app:navigation" class="bk-nav top"/>
<div data-template="app:view"/>
<div data-template="app:navigation" class="bk-nav bottom"/>
</div>
</div>
<div class="span3">
<div class="well">
<form id="quicksearch" method="post" action="search.html">
<fieldset>
<input type="search" name="query" placeholder="Search string" class="span12" data-template="templates:form-control"/>
</fieldset>
<a href="search.html">Advanced search</a>
</form>
</div>
<div class="box">
<h3>Contents</h3>
<div data-template="app:outline" data-template-details="no"/>
</div>
</div>
</div>
</div>