changeset 0:e849ea37f419 draft

Uploaded
author jason-ellul
date Wed, 01 Jun 2016 02:29:52 -0400
parents
children 024e98f765b7
files 4a14e644a0cb
diffstat 1 files changed, 353 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/4a14e644a0cb	Wed Jun 01 02:29:52 2016 -0400
@@ -0,0 +1,353 @@
+<!DOCTYPE HTML>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<html>
+    <!--base_panels.mako-->
+    
+    
+
+    <head>
+            <title>Galaxy Tool Shed</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+        <meta name = "viewport" content = "maximum-scale=1.0">
+        <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
+        <link rel="index" href="/toolshed/"/>
+        
+    <link href="/toolshed/static/style/base.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
+<link href="/toolshed/static/style/autocomplete_tagging.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
+<link href="/toolshed/static/style/tool_menu.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
+
+    
+    <link href="/toolshed/static/style/base.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
+<link href="/toolshed/static/style/jquery.rating.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
+<link href="/toolshed/static/style/bootstrap-tour.css?v=1464686250" media="screen" rel="stylesheet" type="text/css" />
+    <style type="text/css">
+    #center {
+            right: 0 !important;
+    }
+    </style>
+
+
+    <style type="text/css">
+        body { margin: 0; padding: 0; overflow: hidden; }
+        #left {
+            background: #C1C9E5 url(/toolshed/static/style/menu_bg.png) top repeat-x;
+        }
+        .unified-panel-body {
+            overflow: auto;
+        }
+        .toolMenu {
+            margin-left: 10px;
+        }
+    </style>
+
+        
+    
+    
+
+    <script src="/toolshed/static/scripts/bundled/libs.bundled.js?v=1464686250" type="text/javascript"></script>
+<script src="/toolshed/static/scripts/libs/require.js?v=1464686250" type="text/javascript"></script>
+
+    <script type="text/javascript">
+        // configure require
+        // due to our using both script tags and require, we need to access the same jq in both for plugin retention
+        // source http://www.manuel-strehl.de/dev/load_jquery_before_requirejs.en.html
+        window.Galaxy = window.Galaxy || {};
+        window.Galaxy.root = '/toolshed/';
+        define( 'jquery', [], function(){ return jQuery; })
+        // TODO: use one system
+
+        // shims and paths
+        require.config({
+            baseUrl: "/toolshed/static/scripts",
+            shim: {
+                "libs/underscore": {
+                    exports: "_"
+                },
+                "libs/backbone": {
+                    deps: [ 'jquery', 'libs/underscore' ],
+                    exports: "Backbone"
+                }
+            },
+            // cache busting using time server was restarted
+            urlArgs: 'v=1464686253',
+        });
+    </script>
+
+
+    <script type="text/javascript">
+        $(document).ready( function() {
+
+            // Masthead dropdown menus
+            var $dropdowns = $("#masthead ul.nav > li.dropdown > .dropdown-menu");
+            $("body").on( "click.nav_popups", function( e ) {
+                $dropdowns.hide();
+                $("#dd-helper").hide();
+                // If the target is in the menu, treat normally
+                if ( $(e.target).closest( "#masthead ul.nav > li.dropdown > .dropdown-menu" ).length ) {
+                    return;
+                }
+                // Otherwise, was the click in a tab
+                var $clicked = $(e.target).closest( "#masthead ul.nav > li.dropdown" );
+                if ( $clicked.length ) {
+                    $("#dd-helper").show();
+                    $clicked.children( ".dropdown-menu" ).show();
+                    e.preventDefault();
+                }
+            });
+        });
+    </script>
+
+
+        
+    
+    
+    <script type="text/javascript">
+        //TODO: global...
+        define( 'bootstrapped-data', function(){
+            return window.bootstrapped;
+        });
+    </script>
+
+    <script type="text/javascript">
+        require([ 'require', 'galaxy' ], function( require, galaxy ){
+            //TODO: global...
+            window.Galaxy = new galaxy.GalaxyApp({
+                root    : '/toolshed/',
+                config  : 
+    
+{}
+,
+                user    : 
+    
+{
+  "quota_percent": null, 
+  "nice_total_disk_usage": "0 bytes", 
+  "total_disk_usage": 0
+}
+,
+            }, window.bootstrapped );
+
+        });
+    </script>
+
+
+    </head>
+
+    
+
+    <body scroll="no" class="full-content  has-message-box">
+        <div id="everything" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
+            <div id="background"></div>
+            <div id="masthead" class="navbar navbar-fixed-top navbar-inverse">
+                
+
+
+    <div id="masthead" class="navbar navbar-fixed-top navbar-inverse">
+
+    <div style="position: relative; right: -50%; float: left;">
+        <div style="display: block; position: relative; right: 50%;">
+
+            <ul class="nav navbar-nav" border="0" cellspacing="0">
+    
+                
+
+                
+                    
+                    <li class="" style="">
+                            <a class=""  target="_parent" href="/toolshed/repository">Repositories</a>
+                    </li>
+                
+                
+                
+                    
+                    <li class="" style="">
+                            <a class=""  target="_parent" href="/toolshed/groups">Groups</a>
+                    </li>
+                
+
+                
+                    
+                    <li class=" admin-only" style="display: none;">
+                            <a class=""  target="_parent" href="/toolshed/admin">Admin</a>
+                    </li>
+                
+
+                
+                    
+                    <li class=" dropdown" style="">
+                            <a class=" dropdown-toggle" >Help<b class='caret'></b></a>
+                            <ul class="dropdown-menu">
+                                        <li>
+                                            
+                                            <a target="_blank" href="https://wiki.galaxyproject.org/ToolShed">Tool Shed Wiki</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="_blank" href="https://wiki.galaxyproject.org/Support">Support</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="_blank" href="http://galaxyproject.org/search/usegalaxy/">Search</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="_blank" href="https://wiki.galaxyproject.org/MailingLists">Mailing Lists</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="_blank" href="https://vimeo.com/galaxyproject">Videos</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="_blank" href="http://galaxyproject.org/">Wiki</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="_blank" href="https://wiki.galaxyproject.org/CitingGalaxy">How to Cite Galaxy</a>
+                                        </li>
+                            </ul>
+                    </li>
+                
+
+                
+                    
+                    <li class=" dropdown" style="">
+                            <a class=" dropdown-toggle" >User<b class='caret'></b></a>
+                            <ul class="dropdown-menu">
+                                        <li>
+                                            
+                                            <a target="galaxy_main" href="/toolshed/user/login">Login</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="galaxy_main" href="/toolshed/user/create?cntrller=user">Register</a>
+                                        </li>
+                            </ul>
+                    </li>
+                
+                    
+                    <li class=" dropdown" style="display: none;">
+                            <a class=" dropdown-toggle" >User<b class='caret'></b></a>
+                            <ul class="dropdown-menu">
+                                        <li>
+                                            <a>Logged in as <span id="user-email"></span></a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="galaxy_main" href="/toolshed/user?cntrller=user">Preferences</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="galaxy_main" href="/toolshed/user/api_keys?cntrller=user">API Keys</a>
+                                        </li>
+                                        <li>
+                                            
+                                            <a target="_top" href="/toolshed/user/logout">Logout</a>
+                                        </li>
+                                        <li class="divider"></li>
+                            </ul>
+                    </li>
+                
+            </ul>
+        </div>
+    </div>
+    
+    <div class="navbar-brand">
+        <a href="/toolshed/">
+        <img style="margin-left: 0.35em;" border="0" src="/toolshed/static/images/galaxyIcon_noText.png">
+        Galaxy Tool Shed
+        </a>
+    </div>
+    
+    </div>
+
+            </div>
+                <div id="messagebox" class="panel-info-message" style="display:block">
+                    Welcome to the Peter Mac Development Tool Sheed
+                </div>
+            
+    
+    
+
+    
+
+    <div id="top-modal" class="modal fade " style='display: none;'>
+        <div id="top-modal-backdrop" class="modal-backdrop fade " style="z-index: -1"></div>
+        <div id="top-modal-dialog" class="modal-dialog">
+            <div class="modal-content">
+                <div class="modal-header">
+                    <button type='button' class='close' style="display: none;">&times;</button>
+                    <h4 class='title'></h4>
+                </div>
+                <div class="modal-body"></div>
+                <div class="modal-footer">
+                    <div class="buttons" style="float: right;"></div>
+                    <div class="extra_buttons" style=""></div>
+                    <div style="clear: both;"></div>
+                </div>
+            </div>
+        </div>
+    </div>
+
+                <div id="left">
+                    
+    
+    <div class="unified-panel-header" unselectable="on">
+        <div class='unified-panel-header-inner'>10 valid tools on May 31, 2016</div>
+    </div>
+    <div class="unified-panel-body">
+        <div class="toolMenu">
+            <div class="toolSectionList">
+                    <div class="toolSectionPad"></div>
+                    <div class="toolSectionTitle">
+                        All Repositories
+                    </div>
+                    <div class="toolTitle">
+                        <a href="/toolshed/repository">Browse by category</a>
+                    </div>
+            </div>
+        </div>    
+    </div>
+
+                    <div class="unified-panel-footer">
+                        <div class="panel-collapse"></div>
+                        <div class="drag"></div>
+                    </div>
+                </div><!--end left-->
+            <div id="center" class="inbound">
+                
+    
+    <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>
+
+            </div><!--end center-->
+        </div><!--end everything-->
+        <div id='dd-helper' style="display: none;"></div>
+        
+    <script type="text/javascript">
+
+        var lp = new panels.LeftPanel({ el: '#left' });
+        force_left_panel = function( x ) { lp.force_panel( x ) };
+
+
+
+    </script>
+
+    </body>
+</html>