changeset 287:f00c099172e7 draft

Uploaded
author luca_milaz
date Tue, 09 Jul 2024 22:22:37 +0000
parents 8842083704ee
children 38a41d36bbc9
files 3cba04bd0fbc
diffstat 1 files changed, 331 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3cba04bd0fbc	Tue Jul 09 22:22:37 2024 +0000
@@ -0,0 +1,331 @@
+<!DOCTYPE HTML>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<html>
+    <!-- toolshed webapp base_panels.mako-->
+    
+    
+    
+
+    
+
+    
+
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+        <title>
+            Galaxy
+            | Tool Shed
+        </title>
+
+        <link rel="index" href="/"/>
+
+        
+    
+    <!--- base/base_panels.mako stylesheets() -->
+    <link href="/static/dist/base.css?v=1717170859000" media="screen" rel="stylesheet" type="text/css" />
+
+
+
+
+        
+    
+    
+    <!--- base/base_panels.mako javascripts() -->
+    <script src="/static/dist/libs.bundled.js?v=1717170859000" type="text/javascript"></script>
+    
+    <!-- base/base_panels.mako javascript_entry -->
+    <script src="/static/dist/toolshed.bundled.js?v=1717170859000" type="text/javascript"></script>
+
+
+    <script type="text/javascript">
+        config.addInitialization(function() {
+            console.log("toolshed/base_panels.mako", "hardcoded dropdown init");
+
+            // 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>
+
+
+        
+    
+    <!--- base/base_panels.mako javascript_app() -->
+    
+    <script type="text/javascript">
+        // galaxy_client_app.mako, load
+
+        var bootstrapped;
+        try {
+            bootstrapped = 
+{}
+;
+        } catch(err) {
+            console.warn("Unable to parse bootstrapped variable", err);
+            bootstrapped = {};
+        }
+
+        var options = {
+            root: '/',
+            user: 
+    
+{
+"total_disk_usage": 0,
+"nice_total_disk_usage": "0 bytes",
+"quota_percent": null
+}
+,
+            session_csrf_token: '8dbe9dc0de87584f388838e3710d0c30'
+        };
+
+        config.set({
+            options: options,
+            bootstrapped: bootstrapped
+        });
+
+
+    </script>
+
+
+
+
+    </head>
+
+    
+
+
+    <body scroll="no" class="full-content toolshed">
+        <div id="everything">
+
+            <div id="background"></div>
+
+            <div>
+                
+
+        
+    <script>
+        console.log("config_google_analytics ga_code:", 'UA-45719423-12');
+            (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>
+
+
+    <nav id="masthead" class="masthead-simple navbar navbar-expand navbar-fixed-top justify-content-center navbar-dark">
+
+        <a href="/" aria-label="homepage" class="navbar-brand">
+            <img alt="logo" class="navbar-brand-image" src="/static/favicon.svg">
+            <span class="navbar-brand-title">
+                Tool Shed
+            </span>
+        </a>
+
+        <ul class="navbar-nav">
+            
+
+            
+                
+
+                <li class="nav-item" style="">
+                    <a
+                        class="nav-link" target="_parent" href="/repository"
+                    >
+                        Repositories
+                    </a>
+                </li>
+            
+
+            
+                
+
+                <li class="nav-item" style="">
+                    <a
+                        class="nav-link" target="_parent" href="/groups"
+                    >
+                        Groups
+                    </a>
+                </li>
+            
+
+            
+                
+
+                <li class="admin-only" style="display: none;">
+                    <a
+                        class="nav-link" target="_parent" href="/admin"
+                    >
+                        Admin
+                    </a>
+                </li>
+            
+
+            
+                
+
+                <li class="nav-item dropdown" style="">
+                    <a
+                        class="nav-link dropdown-toggle"
+                        role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
+                    >
+                        Help<b class='caret'></b>
+                    </a>
+                        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                                        
+                                        <a class="dropdown-item" target="_blank" href="https://galaxyproject.org/toolshed">About Tool Shed</a>
+                                        
+                                        <a class="dropdown-item" target="_blank" href="https://galaxyproject.org/support">Support</a>
+                                        
+                                        <a class="dropdown-item" target="_blank" href="https://vimeo.com/galaxyproject">Videos</a>
+                                        
+                                        <a class="dropdown-item" target="_blank" href="https://galaxyproject.org/citing-galaxy">How to Cite Tool Shed</a>
+                        </div>
+                </li>
+            
+
+            
+                
+
+                <li class="nav-item dropdown" style="">
+                    <a
+                        class="nav-link dropdown-toggle"
+                        role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
+                    >
+                        User<b class='caret'></b>
+                    </a>
+                        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                                        
+                                        <a class="dropdown-item" target="galaxy_main" href="/user/login">Login</a>
+                                        
+                                        <a class="dropdown-item" target="galaxy_main" href="/user/create?cntrller=user">Register</a>
+                        </div>
+                </li>
+            
+                
+
+                <li class="nav-item dropdown" style="display: none;">
+                    <a
+                        class="nav-link dropdown-toggle"
+                        role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
+                    >
+                        User<b class='caret'></b>
+                    </a>
+                        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+                                        <a class="dropdown-item" href="javascript:void(0)" role="button">
+                                            Logged in as <span id="user-email"></span>
+                                        </a>
+                                        
+                                        <a class="dropdown-item" target="galaxy_main" href="/user?cntrller=user">Preferences</a>
+                                        
+                                        <a class="dropdown-item" target="galaxy_main" href="/user/api_keys?cntrller=user">API Keys</a>
+                                        
+                                        <a class="dropdown-item" target="_top" href="/user/logout">Logout</a>
+                        </div>
+                </li>
+            
+        </ul>
+    </nav>
+
+            </div>
+
+
+
+            
+    
+    
+
+    
+
+    <div id="top-modal" class="modal " 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="columns" class="d-flex">
+                    <div id="left">
+                        
+    <div class="unified-panel-header" unselectable="on">
+        <div class='unified-panel-header-inner'>9963 valid tools on Jul 09, 2024</div>
+    </div>
+    <div style="padding: 0.5rem;">
+        <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>
+                <div id="center" class="inbound">
+                    
+    
+    <iframe name="galaxy_main" id="galaxy_main" frameborder="0" style="position: absolute; width: 75%; height: 100%;" src="/repository/view_repository?id=1a5732c8e4c561e3&changeset_revision=3cba04bd0fbc&message=&status=done"></iframe>
+
+                </div>
+            </div>
+        </div>
+
+        <div id='dd-helper' style="display: none;"></div>
+        
+    <!--- base/base_panels.mako late_javascripts() -->
+
+
+
+    </body>
+</html>