kongzy
2023-11-28 59d9ea33f503e363f2e2941c7c00cc9dd9d9d1c7
src/main/webapp/login.xhtml
@@ -23,7 +23,7 @@
            <p:panelGrid styleClass="header">
               <p:row>
                  <p:column styleClass="header-logo">
                     <p:graphicImage value="/resources/images/logo.png" style="width: 80px;height: 80px"></p:graphicImage>
                     <p:graphicImage value="#{loginController.logo}" style="width: 80px;height: 80px"></p:graphicImage>
                  </p:column>
                  <p:column styleClass="header-title">
                     <p:outputLabel value="#{loginController.title}"></p:outputLabel>
@@ -60,6 +60,6 @@
      </h:form>
   </div>
   <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>
</h:body>
</html>