index.xhtml

来自「openacs source for CPE wan management」· XHTML 代码 · 共 63 行

XHTML
63
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich">
    
    <head>
        <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"/>
        <title>OpenACS</title>
        <link rel="STYLESHEET" type="text/css" href="${facesContext.externalContext.requestContextPath}/css/common.css"/>
    </head>
    
    <body>
        <style>
            .rich-tabpanel-content {
            border-width: 1px 0px 0px 0px;
            background-color: transparent;
            }
            .content_tab {
            background-image : url(${facesContext.externalContext.requestContextPath}/images/tabpanel_custom/tabpanel_bg.jpg);
            }
            .active_tab {
            background-image : url(${facesContext.externalContext.requestContextPath}/images/tabpanel_custom/tab_unactive_bg.gif);
            }
            .inactive_tab {
            background-image : url(${facesContext.externalContext.requestContextPath}/images/tabpanel_custom/tab_active_bg.gif);
            }
        </style>
        <a4j:log/>
       	<div style="position:absolute;top:20px;left:20px;font-family:verdana;font-size:31px;"><i>Open</i><b>ACS</b></div>
        <table class="top_navbar" cellpadding="0" cellspacing="0" border="0"><tbody>
                <tr>
                    <td><h:outputLink value="http://openacs.wiki.sourceforge.net/">Documentation</h:outputLink></td>
                    <td><h:outputLink value="https://sourceforge.net/forum/?group_id=210960">Support</h:outputLink></td>
                </tr>
        </tbody></table>
        
        <rich:tabPanel styleClass="mtabs" width="90%">
            <!--            <rich:tab label="test">
                <ui:include src="/btntst.xhtml"/> 
            </rich:tab>-->
            <rich:tab label="Configurations">
                <ui:include src="/configs.xhtml"/> 
            </rich:tab>
            <rich:tab label="CPE">
                <ui:include src="/hosts.xhtml"/>
            </rich:tab>
            <rich:tab label="Software">
                <ui:include src="/software.xhtml"/> 
            </rich:tab>
            <rich:tab label="Scripts">
                <ui:include src="/scripts2.xhtml"/> 
            </rich:tab>
            <rich:tab label="Models">
                <ui:include src="/models.xhtml"/> 
            </rich:tab>
        </rich:tabPanel>

    </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?