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

📄 login_box.xhtml

📁 Facelet with JSF and EJB3 XHTML
💻 XHTML
字号:
<div xmlns="http://www.w3.org/1999/xhtml"         xmlns:ui="http://java.sun.com/jsf/facelets"         xmlns:h="http://java.sun.com/jsf/html"         xmlns:rich="http://richfaces.ajax4jsf.org/rich"         xmlns:f="http://java.sun.com/jsf/core"         align="center">    <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>                                <td align="right">#{msgs.username}</td>                                <td><input type="text" size="15" value="" name="j_username" class="input"/></td>                            </tr>                            <tr>                                <td align="right">#{msgs.password}</td>                                <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="#{msgs.btnLogin}" />                                </td>                            </tr>                        </table>                    </td>                </tr>            </table>    </form> </div>

⌨️ 快捷键说明

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