Code Monkey home page Code Monkey logo

Comments (2)

dongguangwang avatar dongguangwang commented on August 20, 2024
<div class="sidebar" id="sidebar">
    <script type="text/javascript">
        try {
            ace.settings.check('sidebar', 'fixed')
        } catch (e) {
        }
    </script>
    <ul class="nav nav-list">
        <li class="open"><a href="#" class="dropdown-toggle"> <i class="icon-desktop"></i> <span class="menu-text">
          默认分组 </span> <b class="arrow icon-angle-down"></b>
        </a>

    <!--  菜单遍历fixed start -->
             <ul class="submenu" style="display: block;">
                #foreach($pool in $pools)
                <li class="#if($pool.name == $poolName)active #end"><a
                        href="${contextPath}/console/pool/$pool.name"><i
                        class="icon-globe"></i> $pool.name </a></li>
                #end
            </ul>
    <!--  菜单遍历fixed end -->

        </li>
    </ul>
    <!-- /.nav-list -->

    <div class="sidebar-collapse" id="sidebar-collapse">
        <i class="icon-double-angle-left" data-icon1="icon-double-angle-left" data-icon2="icon-double-angle-right"></i>
    </div>

    <script type="text/javascript">
        try {
            ace.settings.check('sidebar', 'collapsed')
        } catch (e) {
        }
    </script>
</div>

缺少如下代码

         <ul class="submenu" style="display: block;">
            #foreach($pool in $pools)
            <li class="#if($pool.name == $poolName)active #end"><a
                    href="${contextPath}/console/pool/$pool.name"><i
                    class="icon-globe"></i> $pool.name </a></li>
            #end
        </ul>

from camel.

jhl405214669 avatar jhl405214669 commented on August 20, 2024

@dongguangwang 完美解决,多谢

from camel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.