forked from srophe/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 3
/
terminology.html
61 lines (61 loc) · 3.67 KB
/
terminology.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
<?xml version="1.0" encoding="UTF-8"?>
<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">
<div class="padding-top">
<div data-template="search:search-data" data-template-collection="keywords" data-template-sort-element="title">
<form method="get" action="terminology.html" class="center-block form-horizontal indent" role="form" style="margin:0; padding:2em 1em; background-color:#F7F7F9;">
<h1 class="search-header indent">Thesaurus of Architectural Terminology
<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">Keywords: <span class="glyphicon glyphicon-question-sign text-info moreInfo" aria-hidden="true" data-toggle="tooltip" title="Search any text in a glossary 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="term" class="col-sm-2 col-md-3 control-label">Architectural Feature:
<span class="glyphicon glyphicon-question-sign text-info moreInfo" aria-hidden="true" data-toggle="tooltip" title="Restrict search to architectural feature names, includes English, Pinyin and Chinese."/>
</label>
<div class="col-sm-10 col-md-9 ">
<input type="text" id="term" name="term" class="form-control keyboard"/>
</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>
<br/>
<div id="search-results-panel">
<div data-template="app:pageination" data-template-search-string="yes" data-template-collection="keywords" data-template-sort-options="relevance,title"/>
<div class="row">
<div class="col-md-4">
<!--
<div class="slider-container">
<div id="slider" data-template="app:display-slider"/>
</div>
-->
<div data-template="app:display-facets" data-template-collection="keywords" data-template-facets="facet-def.xml"/>
</div>
<div class="col-md-8">
<br/>
<div data-template="search:show-hits" data-template-collection="keywords"/>
<div class="page-bottom">
<div data-template="app:pageination" data-template-collection="keywords"/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>