-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsearch.html
175 lines (122 loc) · 4.92 KB
/
search.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search | Galleria 1.6 documentation – Galleria Documentation</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="_static/favicon.ico">
<link rel="stylesheet" href="_static/style.min.css" type='text/css' media="all" />
<script type="text/javascript" src="searchindex.js" defer></script>
<link rel="index" title="Index" href="genindex.html"/>
<link rel="search" title="Search" href="#"/>
<link rel="top" title="Galleria 1.6 documentation" href="docs/index.html"/>
<script src="_static/jquery.js"></script>
<script src="_static/galleria.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/underscore.js" defer></script>
<script type="text/javascript" src="_static/doctools.js" defer></script>
<script type="text/javascript" src="_static/language_data.js" defer></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
</head>
<body class="docs">
<nav class="navbar is-transparent" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
Galleria
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-end">
<a class="navbar-item" href="download">
Download
</a>
<a class="navbar-item" href="themes">
Themes
</a>
<a class="navbar-item" href="docs">
Documentation
</a>
</div>
</div>
</div>
</nav>
<section class="page-header">
<div class="container">
<a href="docs">Documentation</a>
» Search
</div>
</section>
<section class="section">
<div class="container">
<div class="columns is-variable is-8">
<div class="column is-three-quarters">
<main id="main" class="site-main" role="main">
<div class="sphinx">
<div class="type">
<h1 id="search-documentation">Search</h1>
<div id="fallback" class="admonition warning">
<script type="text/javascript">$('#fallback').hide();</script>
<p>
Please activate JavaScript to enable the search
functionality.
</p>
</div>
<p>
From here you can search the galleria documentation. Enter your search
words into the box below and press return. Note that the search
function will automatically search for all of the words. Pages
containing fewer words won't appear in the result list.
</p>
<p>
<div class="control">
<form action="" class="search-form" method="get">
<label for="search-form">
<input type="search" aria-labelledby="search-documentation" id="search-form" class="search-field" placeholder="Search" value="" name="q">
</label>
<button type="submit" class="search-submit">
<svg width="16" height="16" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:10;">
<g>
<circle cx="6.607" cy="6.607" r="5.201" style="fill:none;stroke-width:2px;"></circle>
<path d="M10.284,10.284L14.408,14.408" style="fill:none;stroke-width:2px;stroke-linecap:round;"></path>
</g>
</svg>
</button>
<span id="search-progress" style="padding-left: 10px"></span>
</form>
</div>
</p>
<div id="search-results">
</div>
</div>
</div>
</main>
</div>
<div class="column" role="complementary">
<section class="widget_toc">
</section>
<section class="widget_search">
</section>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<ul class="footer-menu">
<li><a href="download">Download</a></li>
<li><a href="themes">Themes</a></li>
<li><a href="docs">Documentation</a></li>
<li><a href="https://github.com/galleriajs/galleria">Github</a></li>
</ul>
</div>
</footer>
<script src="_static/main.min.js"></script>
</body>
</html>