-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathsearch.html
More file actions
174 lines (140 loc) · 6.14 KB
/
search.html
File metadata and controls
174 lines (140 loc) · 6.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Temperature dependent effective potential 1.1">
<meta name="author" content="Olle Hellman" >
<meta name="sourcefile" content="">
<link rel="icon" href="./favicon.png">
<title>
Search Results – TDEP
</title>
<!-- <link href="./css/bootstrap.min.css" rel="stylesheet"> -->
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/pygments.css" rel="stylesheet">
<link href="./css/font-awesome.min.css" rel="stylesheet">
<link href="./css/local.css" rel="stylesheet">
<link href="./css/ollesfixes.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="./js/jquery-2.1.3.min.js"></script>
<script src="./js/svg-pan-zoom.min.js"></script>
<script src="./tipuesearch/tipuesearch_content.js"></script>
<link href="./tipuesearch/tipuesearch.css" rel="stylesheet">
<script src="./tipuesearch/tipuesearch_set.js"></script>
<script src="./tipuesearch/tipuesearch.js"></script>
<!-- adobe typekit thing -->
<script src="https://use.typekit.net/vpt8bxl.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<div class="wrapper"><!-- my wrapper to make the footer stick at the bottom -->
<!-- Fixed navbar, defined in macros.html for some reason -->
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand"><img style="height:50px; position: relative; left: 0px; top: -10px" src="./media/matematico.png"></div>
<a class="navbar-brand" href="./index.html">TDEP <small>1.1</small></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!-- manual thingy -->
<li><a href='./page/index.html'>Manual</a></li>
<!-- programs -->
<li><a href="./lists/programs.html">Programs</a></li>
<!-- API -->
<li>
<a class="dropdown-toggle" data-toggle="dropdown" href="#" id="apidropdown">API<span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="apidropdown">
<li><a href="./lists/files.html">Source Files</a></li>
<li><a href="./lists/modules.html">Modules</a></li>
<li><a href="./lists/procedures.html">Procedures</a></li>
<li><a href="./lists/types.html">Derived Types</a></li>
</ul>
</li>
</ul>
<form action="./search.html" class="navbar-form navbar-right" style="padding 0" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required>
</div>
</form>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h1>Search Results</h1>
<div id="tipue_search_content"><div id="tipue_search_loading"></div></div>
</div>
</div>
<!--
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch({
'mode' : 'static',
'show': 10,
'newWindow': false,
'descriptiveWords': 35,
});
});
</script>
-->
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch();
});
</script>
<br>
<br>
</div> <!-- /container -->
</div><!-- end of wrapper -->
<div class="footer">
<div class="container">
<br>
<div class="row">
<div class="col-md-4">© 2018 </div>
<div class="col-md-4"><span class="text-center"> TDEP was developed by Olle Hellman & Nina Shulumba</span></div>
<div class="col-md-4"><span class="pull-right">Documentation generated by <a href="https://github.com/cmacmackin/ford">FORD</a></span></div>
</div>
<br>
<br>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="./js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
<!-- MathJax JavaScript -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'],
TeX: {
extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'],
equationNumbers: { autoNumber: 'AMS' }
},
jax: ['input/TeX','input/MathML','output/HTML-CSS'],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
'HTML-CSS': {
styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: '#000000 ! important'} }
}
});
</script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</body>
</html>