forked from srophe/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 3
/
research-tool.html
71 lines (71 loc) · 4.47 KB
/
research-tool.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
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<form method="get" action="search.html" id="research-tool" class="center-block form-horizontal indent" role="form" style="margin:0; padding:2em; background-color:#F7F7F9;">
<h1 class="search-header indent">Search Architectura Sinica
<small class="pull-right" style="margin-right:2em;">
(<a class="togglelink text-info" data-toggle="collapse" data-target="#showSearch" href="#showSearch" data-text-swap="+ Show"> - Hide </a>)
</small>
</h1>
<div class="row collapse in" id="showSearch">
<div class="col-md-7 col-sm-offset-1">
<!-- Keyword -->
<div class="form-group">
<label for="q" class="col-sm-2 col-md-3 control-label">Keyword:
<span class="glyphicon glyphicon-question-sign text-info moreInfo" aria-hidden="true" data-toggle="tooltip" title="Search any text in a place record."/>
</label>
<div class="col-sm-10 col-md-9 ">
<input type="text" id="qs" name="q" class="form-control keyboard"/>
</div>
</div>
<!-- Place Name-->
<div class="form-group">
<label for="placeName" class="col-sm-2 col-md-3 control-label">Place Name:
<span class="glyphicon glyphicon-question-sign text-info moreInfo" aria-hidden="true" data-toggle="tooltip" title="Search only Site/Building names. Names may be searched in English, Pinyin or Chinese."/>
</label>
<div class="col-sm-10 col-md-9 ">
<input type="text" id="placeName" name="placeName" class="form-control keyboard"/>
</div>
</div>
<div>
<h2 class="search-header">Limit by Architectural Features
<span class="glyphicon glyphicon-question-sign text-info moreInfo" aria-hidden="true" data-toggle="tooltip" title="Limit results based on type or number of Architectural Features."/>
<small class="pull-right" style="margin-right:2em;">
(<a class="togglelink text-info" data-toggle="collapse" data-target="#showArchSearch" href="#showArchSearch" data-text-swap=" - Hide"> + Show </a>)
</small>
</h2>
<div id="showArchSearch" class="collapse">
<p class="note small">For descriptions of all architectural features. browse the <a href="dictionary.html">dictionary</a>. </p>
<div data-template="search:architectural-features"/>
</div>
</div>
<i id="searchSpinner" class="fa fa-spinner fa-spin fa-lg"/>
<div class="pull-right">
<button type="submit" class="btn btn-success">Search</button>
<button type="reset" class="btn btn-info">Clear</button>
</div>
</div>
</div>
</form>
<div data-template="search:search-data" data-template-collection="places" id="search-results-panel">
<div class="container padding-top">
<br/>
<div data-template="app:pageination" data-template-collection="places" data-template-search-string="yes" data-template-sort-options="relevance,title"/>
<div class="row">
<div class="col-md-4 facet-display">
<div class="slider-container">
<div id="slider" data-template="app:display-slider"/>
</div>
<div data-template="app:display-facets" data-template-collection="places" data-template-facets="facet-def.xml"/>
</div>
<div class="col-md-8">
<div data-template="app:display-map" data-template-collection="places"/>
<br/>
<div data-template="search:show-hits" data-template-collection="places"/>
<div class="page-bottom">
<div data-template="app:pageination" data-template-collection="places"/>
</div>
</div>
</div>
<br/>
</div>
</div>
</div>