0
|
1
|
|
2 <!DOCTYPE HTML>
|
|
3 <html>
|
|
4 <!--js-app.mako-->
|
|
5 <head>
|
|
6 <title>Galaxy</title>
|
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
8 <meta name="viewport" content="maximum-scale=1.0">
|
|
9 <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
|
|
10 <link rel="index" href="/formation/"/>
|
|
11 <link href="/formation/static/style/jquery.rating.css?v=1618050518" media="screen" rel="stylesheet" type="text/css" />
|
|
12 <link href="/formation/static/style/jquery-ui/smoothness/jquery-ui.css?v=1618050518" media="screen" rel="stylesheet" type="text/css" />
|
|
13 <link href="/formation/static/style/base.css?v=1618050518" media="screen" rel="stylesheet" type="text/css" />
|
|
14 <link href="/formation/static/style/bootstrap-tour.css?v=1618050518" media="screen" rel="stylesheet" type="text/css" />
|
|
15
|
|
16
|
|
17 <script type="text/javascript">
|
|
18 // this is needed *before* the app code is loaded - many MVC access Galaxy.root for their url
|
|
19 // TODO: change this by using a common Backbone.Model base class and url fn
|
|
20 window.Galaxy = { root: '/formation/' };
|
|
21 </script>
|
|
22
|
|
23
|
|
24
|
|
25
|
|
26 </head>
|
|
27
|
|
28 <body scroll="no" class="full-content">
|
|
29 <div id="everything" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
|
|
30 <div id="background"></div>
|
|
31
|
|
32 <div id="masthead" class="navbar navbar-fixed-top navbar-inverse"></div>
|
|
33 <div id="messagebox" style="display: none;"></div>
|
|
34 <div id="inactivebox" class="panel-warning-message" style="display: none;"></div>
|
|
35
|
|
36 </div><!--end everything-->
|
|
37 <div id='dd-helper' style="display: none;"></div>
|
|
38
|
|
39 <noscript>
|
|
40 <div class="overlay overlay-background noscript-overlay">
|
|
41 <div>
|
|
42 <h3 class="title">Javascript Required for Galaxy</h3>
|
|
43 <div>
|
|
44 The Galaxy analysis interface requires a browser with Javascript enabled.<br>
|
|
45 Please enable Javascript and refresh this page.
|
|
46 </div>
|
|
47 </div>
|
|
48 </div>
|
|
49 </noscript>
|
|
50
|
|
51
|
|
52 <script src="/formation/static/scripts/bundled/libs.bundled.js?v=1618050518" type="text/javascript"></script>
|
|
53 <script src="/formation/static/scripts/bundled/login.bundled.js?v=1618050518" type="text/javascript"></script>
|
|
54 <script type="text/javascript">
|
|
55 app(
|
|
56 {"redirect": "/formation/root", "show_welcome_with_login": false, "user": {"quota_percent": null, "id": null, "total_disk_usage": 0.0, "nice_total_disk_usage": "0 bytes"}, "openid_providers": [], "root": "/formation/", "config": {"ftp_upload_site": null, "mailing_lists": "https://wiki.galaxyproject.org/MailingLists", "nginx_upload_path": "/formation/api/tools", "terms_url": null, "enable_unique_workflow_defaults": false, "wiki_url": "https://wiki.galaxyproject.org/", "version_major": "16.01", "support_url": "https://wiki.galaxyproject.org/Support", "remote_user_logout_href": null, "message_box_content": null, "biostar_url_redirect": "http://rosetta.u1185.u-psud.fr/formation/biostar/biostar_redirect", "message_box_visible": false, "ftp_upload_dir": null, "logo_url": "/formation/", "require_login": true, "search_url": "http://galaxyproject.org/search/usegalaxy/", "screencasts_url": null, "ga_code": null, "brand": "Formation", "lims_doc_url": "https://usegalaxy.org/u/rkchak/p/sts", "inactivity_box_content": null, "citation_url": "https://wiki.galaxyproject.org/CitingGalaxy", "allow_user_creation": false, "is_admin_user": false, "allow_user_dataset_purge": true, "biostar_url": null, "datatypes_disable_auto": false, "use_remote_user": false, "message_box_class": "info"}, "welcome_url": "/formation/root/welcome"},
|
|
57 {}
|
|
58 );
|
|
59 </script>
|
|
60 </body>
|
|
61 </html>
|
|
62
|
|
63
|
|
64
|
|
65
|