kongzy
2024-01-30 1123d12eb51d23edcd4a39660ef8cd47802b931d
src/main/webapp/index.xhtml
@@ -104,7 +104,7 @@
            <p:panelGrid styleClass="menu" columns="1">
                <c:if test="#{menuController.menuList != null and menuController.menuList.size() > 0}">
                    <c:forEach items="#{menuController.menuList}" var="menu">
                        <c:if test="#{menu.dispInMenuList}">
                        <c:if test="#{menu.dispInMenuList and (menu.id ne 'system_link' or menuController.activeEnv eq 'gslab') }">
                            <c:if test="#{menu.subMenu != null and menu.subMenu.size() > 0}">
                                <p:panelMenu style="border: none">
                                    <p:submenu label="#{menu.title}" rendered="#{menuController.isDispRootMenu(menu)}"
@@ -151,7 +151,7 @@
    </ui:define>
    <ui:define name="south">
        <a style="text-align: center;display: block" href="http://beian.miit.gov.cn" target="_Blank">Copyright©2017 中国科学院苏州纳米技术与纳米仿生研究所 苏ICP备10220403号-6</a>
        <a style="text-align: center;display: block" href="http://beian.miit.gov.cn" target="_Blank">${institute.copyright}</a>
    </ui:define>
</ui:composition>
</html>