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