comparison 4a14e644a0cb @ 0:e849ea37f419 draft

Uploaded
author jason-ellul
date Wed, 01 Jun 2016 02:29:52 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e849ea37f419
1 <!DOCTYPE HTML>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 <html>
21 <!--base_panels.mako-->
22
23
24
25 <head>
26 <title>Galaxy Tool Shed</title>
27 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
28 <meta name = "viewport" content = "maximum-scale=1.0">
29 <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
30 <link rel="index" href="/toolshed/"/>
31
32 <link href="/toolshed/static/style/base.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
33 <link href="/toolshed/static/style/autocomplete_tagging.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
34 <link href="/toolshed/static/style/tool_menu.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
35
36
37 <link href="/toolshed/static/style/base.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
38 <link href="/toolshed/static/style/jquery.rating.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
39 <link href="/toolshed/static/style/bootstrap-tour.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
40 <style type="text/css">
41 #center {
42 right: 0 !important;
43 }
44 </style>
45
46
47 <style type="text/css">
48 body { margin: 0; padding: 0; overflow: hidden; }
49 #left {
50 background: #C1C9E5 url(/toolshed/static/style/menu_bg.png) top repeat-x;
51 }
52 .unified-panel-body {
53 overflow: auto;
54 }
55 .toolMenu {
56 margin-left: 10px;
57 }
58 </style>
59
60
61
62
63
64 <script src="/toolshed/static/scripts/bundled/libs.bundled.js?v=1464686250" type="text/javascript"></script>
65 <script src="/toolshed/static/scripts/libs/require.js?v=1464686250" type="text/javascript"></script>
66
67 <script type="text/javascript">
68 // configure require
69 // due to our using both script tags and require, we need to access the same jq in both for plugin retention
70 // source http://www.manuel-strehl.de/dev/load_jquery_before_requirejs.en.html
71 window.Galaxy = window.Galaxy || {};
72 window.Galaxy.root = '/toolshed/';
73 define( 'jquery', [], function(){ return jQuery; })
74 // TODO: use one system
75
76 // shims and paths
77 require.config({
78 baseUrl: "/toolshed/static/scripts",
79 shim: {
80 "libs/underscore": {
81 exports: "_"
82 },
83 "libs/backbone": {
84 deps: [ 'jquery', 'libs/underscore' ],
85 exports: "Backbone"
86 }
87 },
88 // cache busting using time server was restarted
89 urlArgs: 'v=1464686253',
90 });
91 </script>
92
93
94 <script type="text/javascript">
95 $(document).ready( function() {
96
97 // Masthead dropdown menus
98 var $dropdowns = $("#masthead ul.nav > li.dropdown > .dropdown-menu");
99 $("body").on( "click.nav_popups", function( e ) {
100 $dropdowns.hide();
101 $("#dd-helper").hide();
102 // If the target is in the menu, treat normally
103 if ( $(e.target).closest( "#masthead ul.nav > li.dropdown > .dropdown-menu" ).length ) {
104 return;
105 }
106 // Otherwise, was the click in a tab
107 var $clicked = $(e.target).closest( "#masthead ul.nav > li.dropdown" );
108 if ( $clicked.length ) {
109 $("#dd-helper").show();
110 $clicked.children( ".dropdown-menu" ).show();
111 e.preventDefault();
112 }
113 });
114 });
115 </script>
116
117
118
119
120
121 <script type="text/javascript">
122 //TODO: global...
123 define( 'bootstrapped-data', function(){
124 return window.bootstrapped;
125 });
126 </script>
127
128 <script type="text/javascript">
129 require([ 'require', 'galaxy' ], function( require, galaxy ){
130 //TODO: global...
131 window.Galaxy = new galaxy.GalaxyApp({
132 root : '/toolshed/',
133 config :
134
135 {}
136 ,
137 user :
138
139 {
140 "quota_percent": null,
141 "nice_total_disk_usage": "0 bytes",
142 "total_disk_usage": 0
143 }
144 ,
145 }, window.bootstrapped );
146
147 });
148 </script>
149
150
151 </head>
152
153
154
155 <body scroll="no" class="full-content has-message-box">
156 <div id="everything" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
157 <div id="background"></div>
158 <div id="masthead" class="navbar navbar-fixed-top navbar-inverse">
159
160
161
162 <div id="masthead" class="navbar navbar-fixed-top navbar-inverse">
163
164 <div style="position: relative; right: -50%; float: left;">
165 <div style="display: block; position: relative; right: 50%;">
166
167 <ul class="nav navbar-nav" border="0" cellspacing="0">
168
169
170
171
172
173 <li class="" style="">
174 <a class="" target="_parent" href="/toolshed/repository">Repositories</a>
175 </li>
176
177
178
179
180 <li class="" style="">
181 <a class="" target="_parent" href="/toolshed/groups">Groups</a>
182 </li>
183
184
185
186
187 <li class=" admin-only" style="display: none;">
188 <a class="" target="_parent" href="/toolshed/admin">Admin</a>
189 </li>
190
191
192
193
194 <li class=" dropdown" style="">
195 <a class=" dropdown-toggle" >Help<b class='caret'></b></a>
196 <ul class="dropdown-menu">
197 <li>
198
199 <a target="_blank" href="https://wiki.galaxyproject.org/ToolShed">Tool Shed Wiki</a>
200 </li>
201 <li>
202
203 <a target="_blank" href="https://wiki.galaxyproject.org/Support">Support</a>
204 </li>
205 <li>
206
207 <a target="_blank" href="http://galaxyproject.org/search/usegalaxy/">Search</a>
208 </li>
209 <li>
210
211 <a target="_blank" href="https://wiki.galaxyproject.org/MailingLists">Mailing Lists</a>
212 </li>
213 <li>
214
215 <a target="_blank" href="https://vimeo.com/galaxyproject">Videos</a>
216 </li>
217 <li>
218
219 <a target="_blank" href="http://galaxyproject.org/">Wiki</a>
220 </li>
221 <li>
222
223 <a target="_blank" href="https://wiki.galaxyproject.org/CitingGalaxy">How to Cite Galaxy</a>
224 </li>
225 </ul>
226 </li>
227
228
229
230
231 <li class=" dropdown" style="">
232 <a class=" dropdown-toggle" >User<b class='caret'></b></a>
233 <ul class="dropdown-menu">
234 <li>
235
236 <a target="galaxy_main" href="/toolshed/user/login">Login</a>
237 </li>
238 <li>
239
240 <a target="galaxy_main" href="/toolshed/user/create?cntrller=user">Register</a>
241 </li>
242 </ul>
243 </li>
244
245
246 <li class=" dropdown" style="display: none;">
247 <a class=" dropdown-toggle" >User<b class='caret'></b></a>
248 <ul class="dropdown-menu">
249 <li>
250 <a>Logged in as <span id="user-email"></span></a>
251 </li>
252 <li>
253
254 <a target="galaxy_main" href="/toolshed/user?cntrller=user">Preferences</a>
255 </li>
256 <li>
257
258 <a target="galaxy_main" href="/toolshed/user/api_keys?cntrller=user">API Keys</a>
259 </li>
260 <li>
261
262 <a target="_top" href="/toolshed/user/logout">Logout</a>
263 </li>
264 <li class="divider"></li>
265 </ul>
266 </li>
267
268 </ul>
269 </div>
270 </div>
271
272 <div class="navbar-brand">
273 <a href="/toolshed/">
274 <img style="margin-left: 0.35em;" border="0" src="/toolshed/static/images/galaxyIcon_noText.png">
275 Galaxy Tool Shed
276 </a>
277 </div>
278
279 </div>
280
281 </div>
282 <div id="messagebox" class="panel-info-message" style="display:block">
283 Welcome to the Peter Mac Development Tool Sheed
284 </div>
285
286
287
288
289
290
291 <div id="top-modal" class="modal fade " style='display: none;'>
292 <div id="top-modal-backdrop" class="modal-backdrop fade " style="z-index: -1"></div>
293 <div id="top-modal-dialog" class="modal-dialog">
294 <div class="modal-content">
295 <div class="modal-header">
296 <button type='button' class='close' style="display: none;">&times;</button>
297 <h4 class='title'></h4>
298 </div>
299 <div class="modal-body"></div>
300 <div class="modal-footer">
301 <div class="buttons" style="float: right;"></div>
302 <div class="extra_buttons" style=""></div>
303 <div style="clear: both;"></div>
304 </div>
305 </div>
306 </div>
307 </div>
308
309 <div id="left">
310
311
312 <div class="unified-panel-header" unselectable="on">
313 <div class='unified-panel-header-inner'>10 valid tools on May 31, 2016</div>
314 </div>
315 <div class="unified-panel-body">
316 <div class="toolMenu">
317 <div class="toolSectionList">
318 <div class="toolSectionPad"></div>
319 <div class="toolSectionTitle">
320 All Repositories
321 </div>
322 <div class="toolTitle">
323 <a href="/toolshed/repository">Browse by category</a>
324 </div>
325 </div>
326 </div>
327 </div>
328
329 <div class="unified-panel-footer">
330 <div class="panel-collapse"></div>
331 <div class="drag"></div>
332 </div>
333 </div><!--end left-->
334 <div id="center" class="inbound">
335
336
337 <iframe name="galaxy_main" id="galaxy_main" frameborder="0" style="position: absolute; width: 100%; height: 100%;" src="/toolshed/repository/view_repository?status=done&id=e1ac26a480a29a22&message=&changeset_revision=4a14e644a0cb"></iframe>
338
339 </div><!--end center-->
340 </div><!--end everything-->
341 <div id='dd-helper' style="display: none;"></div>
342
343 <script type="text/javascript">
344
345 var lp = new panels.LeftPanel({ el: '#left' });
346 force_left_panel = function( x ) { lp.force_panel( x ) };
347
348
349
350 </script>
351
352 </body>
353 </html>