-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview.htm
More file actions
executable file
·218 lines (198 loc) · 8.34 KB
/
view.htm
File metadata and controls
executable file
·218 lines (198 loc) · 8.34 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html>
<head>
<title> Nutils -- Projects</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link type="text/css" href="css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" href="css/nutils.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.lazyload.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollstop.js"></script>
<script type="text/javascript" src="js/nutils.min.js"></script>
<script type="text/javascript">
<!--
var viewer;
$(function (){
// Create the viewer
viewer = new NutilsViewer();
// CE
$('#dialog-open').modal({ 'show': false });
});
// -->
</script>
</head>
<body>
<div class="modal fade" id="dialog-open" role="dialog" aria-labelledby="openDialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Open log-file</h4>
</div>
<div class="modal-body">
<p>
<form role="form-horizontal">
<div class="form-group">
<label for="open-logfile-name" class="col-sm-2">Log: </label>
<div class="col-sm-10">
<input type="text" class="form-control" placeholder="Filename or URL" id="open-logfile-name">
</div>
</div>
<div class="form-group">
<label class="col-sm-2">
Type:
</label>
<div class="col-sm-10">
<label class="radio-inline">
<input type="radio" name="open-logfile-type" class="form-control" placeholder="Filename or URL" checked value="local">
Nutils Output Directory
</label>
<label class="radio-inline">
<input type="radio" name="open-logfile-type" class="form-control" placeholder="Filename or URL" value="file">
Local File
</label>
<label class="radio-inline">
<input type="radio" name="open-logfile-type" class="form-control" placeholder="Filename or URL" value="www">
WWW
</label>
</div>
</div>
</form>
</p>
<br style="clear: both;" />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Open</button>
</div>
</div>
</div>
</div>
<div class="navbar-inverse toplayer" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Nutils @ localhost</a>
</div>
</div>
</div>
<ol class="breadcrumb toplayer nutils-advanced">
<li><a href="/index/">Projects</a></li>
</ol>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-2 navigation toplayer">
<div class="navbar-collapse collapse">
<!--
<form class="navbar-form nutils-advanced" action="/search" method="post">
<div class="form-group">
<input type="text" placeholder="Search" class="form-control">
</div>
</form>
-->
<ul class="nav navbar-nav">
<li>
<a href="/">
<i class="glyphicon glyphicon-home"></i>
Projects
</a>
</li>
<!--
<li class="nutils-advanced">
<a href="/calendar">
<i class="glyphicon glyphicon-calendar"></i>
Calendar
</a>
</li>
<li class="nutils-advanced">
<a href="/download/">
<i class="glyphicon glyphicon-cloud-download"></i>
Download ZIP
</a>
</li>
-->
</ul>
</div><!-- .navbar-collapse -->
</div><!-- sidemenu -->
<div class="col-xs-10 col-sm-9">
<div id="content" class="buffer-top">
<!-- Top controls -->
<div class="btn-group">
<!--
<button class="btn btn-default btn-sm" data-toggle="modal" data-target="#dialog-open">
<span class="glyphicon glyphicon-folder-open"></span>
Open
</button>
-->
<button class="btn btn-default btn-sm"
onclick="viewer.refresh();">
<span class="glyphicon glyphicon-refresh"></span>
Refresh
</button>
</div>
<!-- Messages -->
<div id="nutils-info" class="message message-info">
<a class="message-close" href="#" onclick="$(this).parent().hide('slow');">×</a>
<div class="message-body"></div>
</div>
<div id="nutils-warning" class="message message-warning">
<a class="message-close" href="#" onclick="$(this).parent().hide('slow');">×</a>
<div class="message-body"></div>
</div>
<div id="nutils-error" class="message message-error">
<a class="message-close" href="#" onclick="$(this).parent().hide('slow');">×</a>
<div class="message-body">
<noscript>You have to enable JavaScript to use the Nutils viewer.</noscript>
</div>
</div>
<!-- Logfile -->
<pre></pre>
</div>
<footer>
<a href="http://www.nutils.org">nutils.org</a> ::
<a href="https://github.com/nutils/nutils">github</a>
<a name="footer"> </a>
</footer>
</div><!-- content -->
<div class="nutils-toolbar col-xs-1">
<!-- Right toolbar with buttons -->
<div class="nutils-toolbar-menu affix">
<a href="#" class="">
<i class="glyphicon glyphicon-circle-arrow-up" title="Scroll to the top of the page"></i>
</a>
<a href="" id="nutils-nav-first">
<i class="glyphicon glyphicon-chevron-up" title="Scroll to the first result"></i>
</a>
<a href="" id="nutils-nav-prev">
<i class="glyphicon glyphicon-chevron-left" title="Scroll to the previous result"></i>
</a>
<a href="" id="nutils-nav-next">
<i class="glyphicon glyphicon-chevron-right" title="Scroll to the next result"></i>
</a>
<a href="" id="nutils-nav-last">
<i class="glyphicon glyphicon-chevron-down" title="Scroll to the last result"></i>
</a>
<a href="#footer" class="">
<i class="glyphicon glyphicon-circle-arrow-down" title="Scroll to the bottom of the page"></i>
</a>
</div><!-- button-group-vertical -->
</div><!-- toolbar -->
</div><!-- row -->
</div><!-- container -->
</body>
</html>