forked from wolfgangmm/ShakespeareDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
view-work.html
22 lines (22 loc) · 938 Bytes
/
view-work.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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 class="span9">
<div id="content">
<a href="." class="nav-link">Back to all plays</a>
<div data-template="app:work">
<div data-template="app:header"/>
<div data-template="app:outline" data-template-details="yes"/>
</div>
</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>
</div>