⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.xhtml

📁 Facelet with JSF and EJB3 XHTML
💻 XHTML
字号:
<?xml version="1.0" encoding="UTF-8"?><ui:composition xmlns="http://www.w3.org/1999/xhtml"                xmlns:ui="http://java.sun.com/jsf/facelets"                xmlns:f="http://java.sun.com/jsf/core"                xmlns:h="http://java.sun.com/jsf/html"                xmlns:rich="http://richfaces.ajax4jsf.org/rich"                template="/skins/default/template.xhtml"><ui:define name="ContentBody"><form action="j_security_check" method="post">            <table cellspacing="0" width="100%">            <tr>                <td class="main">                    <table class="content_focus padded login" cellspacing="0" align="center">                        <tr>                            <th align="right">#{msgs.username}</th>                            <td><input type="text" size="15" value="" name="j_username" class="input"/></td>                        </tr>                        <tr>                            <th align="right">#{msgs.password}:</th>                            <td><input type="password" size="15" name="j_password" class="input"/></td>                        </tr>                        <tr>                            <td colspan="2" align="right" style="padding-top:0">                                <input class="btn" type="submit" value="Login" />                            </td>                        </tr>                    </table>                </td>            </tr>        </table></form></ui:define></ui:composition>

⌨️ 快捷键说明

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