Previous changeset 0:95e9e74cd301 (2017-11-14) |
Commit message:
Uploaded |
added:
ac4a2f2b998b |
b |
diff -r 95e9e74cd301 -r 05cf5e850c38 ac4a2f2b998b --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ac4a2f2b998b Tue Nov 14 04:46:26 2017 -0500 |
[ |
b'@@ -0,0 +1,366 @@\n+<!DOCTYPE HTML>\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+\n+<html>\n+ <!--base_panels.mako-->\n+ \n+ \n+\n+ <head>\n+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n+ <meta name = "viewport" content = "maximum-scale=1.0">\n+ <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">\n+\n+ <title>\n+ Galaxy\n+ | Tool Shed\n+ </title>\n+ <link rel="index" href="/"/>\n+ \n+ <link href="/static/style/base.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />\n+<link href="/static/style/autocomplete_tagging.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />\n+\n+ \n+ <link href="/static/style/base.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />\n+<link href="/static/style/jquery.rating.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />\n+<link href="/static/style/bootstrap-tour.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />\n+ <style type="text/css">\n+ #center {\n+ right: 0 !important;\n+ }\n+ </style>\n+\n+\n+ <style type="text/css">\n+ body { margin: 0; padding: 0; overflow: hidden; }\n+ #left {\n+ background: #C1C9E5 url(/static/style/menu_bg.png) top repeat-x;\n+ }\n+ .unified-panel-body {\n+ overflow: auto;\n+ }\n+ .toolMenu {\n+ margin-left: 10px;\n+ }\n+ </style>\n+\n+ \n+ \n+ \n+ <script src="/static/scripts/libs/raven.js?v=1508322369" type="text/javascript"></script>\n+ <script>\n+ Raven.config(\'https://772f81eccac741cb97a1eca9c7633e67@sentry.galaxyproject.org/4\').install();\n+ </script>\n+\n+ <script src="/static/scripts/bundled/libs.bundled.js?v=1508322369" type="text/javascript"></script>\n+<script src="/static/scripts/libs/require.js?v=1508322369" type="text/javascript"></script>\n+\n+ <script type="text/javascript">\n+ // configure require\n+ // due to our using both script tags and require, we need to access the same jq in both for plugin retention\n+ // source http://www.manuel-strehl.de/dev/load_jquery_before_requirejs.en.html\n+ window.Galaxy = window.Galaxy || {};\n+ window.Galaxy.root = \'/\';\n+ define( \'jquery\', [], function(){ return jQuery; })\n+ // TODO: use one system\n+\n+ // shims and paths\n+ require.config({\n+ baseUrl: "/static/scripts",\n+ shim: {\n+ "libs/underscore": {\n+ exports: "_"\n+ },\n+ "libs/backbone": {\n+ deps: [ \'jquery\', \'libs/underscore\' ],\n+ exports: "Backbone"\n+ }\n+ },\n+ // cache busting using time server was restarted\n+ urlArgs: \'v=1508322511\',\n+ });\n+ </script>\n+\n+\n+ <script type="text/javascript">\n+ $(document).ready( function() {\n+\n+ // Masthead dropdown menus\n+ var $dropdowns = $("#masthead ul.nav > li.dropdown > .dropdown-menu");\n+ $("body").on( "click.nav_popups", function( e ) {\n+ $dropdowns.hide();\n+ $("#dd-helper").hide();\n+ // If the target is in the menu, treat normally\n+ if ( $(e.target).closest( "#masthead ul.nav > li.dropdown > .dropdown-menu" ).length ) {\n+ return;\n+ }\n+ // Otherwise, was the click in a tab\n+ var $clicked = $(e.target).closest( "#masthead ul.nav > li.dropdown" );\n+ if ( $clicked.length ) {\n+ $("#dd-helper").show();\n+ $clicked.children( ".dropdown-menu" ).show();\n+ e.preventDefault();\n+ }\n+ });\n+ });\n+ </script>\n+\n+\n+ \n+ \n+ \n+ <script type="text/javascript">\n+ //TODO: global...\n+ define( \'bootstrapped-'..b'tyle="display: none;">\n+ <a class=" dropdown-toggle" >User<b class=\'caret\'></b></a>\n+ <ul class="dropdown-menu">\n+ <li>\n+ <a>Logged in as <span id="user-email"></span></a>\n+ </li>\n+ <li>\n+ \n+ <a target="galaxy_main" href="/user?cntrller=user">Preferences</a>\n+ </li>\n+ <li>\n+ \n+ <a target="galaxy_main" href="/user/api_keys?cntrller=user">API Keys</a>\n+ </li>\n+ <li>\n+ \n+ <a target="_top" href="/user/logout">Logout</a>\n+ </li>\n+ <li class="divider"></li>\n+ </ul>\n+ </li>\n+ \n+ </ul>\n+ </div>\n+ </div>\n+ \n+ <div class="navbar-brand">\n+ <a href="/">\n+ <img style="margin-left: 0.35em;" border="0" src="/static/images/galaxyIcon_noText.png">\n+ Galaxy Tool Shed\n+ </a>\n+ </div>\n+ \n+ </div>\n+\n+ </div>\n+ \n+ \n+ \n+\n+ \n+\n+ <div id="top-modal" class="modal fade " style=\'display: none;\'>\n+ <div id="top-modal-backdrop" class="modal-backdrop fade " style="z-index: -1"></div>\n+ <div id="top-modal-dialog" class="modal-dialog">\n+ <div class="modal-content">\n+ <div class="modal-header">\n+ <button type=\'button\' class=\'close\' style="display: none;">×</button>\n+ <h4 class=\'title\'></h4>\n+ </div>\n+ <div class="modal-body"></div>\n+ <div class="modal-footer">\n+ <div class="buttons" style="float: right;"></div>\n+ <div class="extra_buttons" style=""></div>\n+ <div style="clear: both;"></div>\n+ </div>\n+ </div>\n+ </div>\n+ </div>\n+\n+ <div id="left">\n+ \n+ \n+ <div class="unified-panel-header" unselectable="on">\n+ <div class=\'unified-panel-header-inner\'>5257 valid tools on Oct 18, 2017</div>\n+ </div>\n+ <div class="unified-panel-body">\n+ <div class="toolMenu">\n+ <div class="toolSectionList">\n+ <div class="toolSectionPad"></div>\n+ <div class="toolSectionTitle">\n+ All Repositories\n+ </div>\n+ <div class="toolTitle">\n+ <a href="/repository">Browse by category</a>\n+ </div>\n+ </div>\n+ </div>\n+ </div>\n+\n+ <div class="unified-panel-footer">\n+ <div class="panel-collapse"></div>\n+ <div class="drag"></div>\n+ </div>\n+ </div><!--end left-->\n+ <div id="center" class="inbound">\n+ \n+ \n+ <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>\n+\n+ </div><!--end center-->\n+ </div><!--end everything-->\n+ <div id=\'dd-helper\' style="display: none;"></div>\n+ \n+ <script type="text/javascript">\n+\n+ var lp = new panels.LeftPanel({ el: \'#left\' });\n+ force_left_panel = function( x ) { lp.force_panel( x ) };\n+\n+\n+\n+ </script>\n+\n+ </body>\n+</html>\n' |