view ac4a2f2b998b @ 1:05cf5e850c38 draft default tip

Uploaded
author richfrommich
date Tue, 14 Nov 2017 04:46:26 -0500
parents
children
line wrap: on
line source

<!DOCTYPE HTML>


















<html>
    <!--base_panels.mako-->
    
    

    <head>
        <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">

        <title>
            Galaxy
            | Tool Shed
        </title>
        <link rel="index" href="/"/>
        
    <link href="/static/style/base.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />
<link href="/static/style/autocomplete_tagging.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />

    
    <link href="/static/style/base.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />
<link href="/static/style/jquery.rating.css?v=1508322369" media="screen" rel="stylesheet" type="text/css" />
<link href="/static/style/bootstrap-tour.css?v=1508322369" 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(/static/style/menu_bg.png) top repeat-x;
        }
        .unified-panel-body {
            overflow: auto;
        }
        .toolMenu {
            margin-left: 10px;
        }
    </style>

        
    
    
        <script src="/static/scripts/libs/raven.js?v=1508322369" type="text/javascript"></script>
        <script>
            Raven.config('https://772f81eccac741cb97a1eca9c7633e67@sentry.galaxyproject.org/4').install();
        </script>

    <script src="/static/scripts/bundled/libs.bundled.js?v=1508322369" type="text/javascript"></script>
<script src="/static/scripts/libs/require.js?v=1508322369" 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 = '/';
        define( 'jquery', [], function(){ return jQuery; })
        // TODO: use one system

        // shims and paths
        require.config({
            baseUrl: "/static/scripts",
            shim: {
                "libs/underscore": {
                    exports: "_"
                },
                "libs/backbone": {
                    deps: [ 'jquery', 'libs/underscore' ],
                    exports: "Backbone"
                }
            },
            // cache busting using time server was restarted
            urlArgs: 'v=1508322511',
        });
    </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               : '/',
                config             : 
    
{}
,
                user               : 
    
{
"quota_percent": null, 
"nice_total_disk_usage": "0 bytes", 
"total_disk_usage": 0
}
,
                session_csrf_token : '5e0c3c77a4af727a9d124410360f3c88'
            }, window.bootstrapped );

        });
    </script>


    </head>

    

    <body scroll="no" class="full-content ">
        <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">
                

        <script>
          (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
          m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
          })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
          ga('create', 'UA-45719423-12', 'auto');
          ga('send', 'pageview');
        </script>

    <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="/repository">Repositories</a>
                    </li>
                
                
                
                    
                    <li class="" style="">
                            <a class=""  target="_parent" href="/groups">Groups</a>
                    </li>
                

                
                    
                    <li class=" admin-only" style="display: none;">
                            <a class=""  target="_parent" href="/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://galaxyproject.org/toolshed">Tool Shed Wiki</a>
                                        </li>
                                        <li>
                                            
                                            <a target="_blank" href="https://galaxyproject.org/support">Support</a>
                                        </li>
                                        <li>
                                            
                                            <a target="_blank" href="http://galaxyproject.org/search/">Search</a>
                                        </li>
                                        <li>
                                            
                                            <a target="_blank" href="https://galaxyproject.org/mailing-lists">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://galaxyproject.org/citing-galaxy">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="/user/login">Login</a>
                                        </li>
                                        <li>
                                            
                                            <a target="galaxy_main" href="/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="/user?cntrller=user">Preferences</a>
                                        </li>
                                        <li>
                                            
                                            <a target="galaxy_main" href="/user/api_keys?cntrller=user">API Keys</a>
                                        </li>
                                        <li>
                                            
                                            <a target="_top" href="/user/logout">Logout</a>
                                        </li>
                                        <li class="divider"></li>
                            </ul>
                    </li>
                
            </ul>
        </div>
    </div>
    
    <div class="navbar-brand">
        <a href="/">
        <img style="margin-left: 0.35em;" border="0" src="/static/images/galaxyIcon_noText.png">
        Galaxy Tool Shed
        </a>
    </div>
    
    </div>

            </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'>5257 valid tools on Oct 18, 2017</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="/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="/repository/view_repository?status=done&id=a1fcca3ef9ef03b2&message=&changeset_revision=ac4a2f2b998b"></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>