Title / Description
Code <ui:define name="content"> <h:form id="userSelectForm" styleClass="tissform inputForm"> <h3><h:outputText value="#{amsg.loginText}"/></h3> <ul> <li class="formBlock"> <h:outputLabel style="width: 15em;" for="j_username" styleClass="label" value="#{amsg.username}"/> <span class="rightBlock"> <h:inputText id="j_username"/> </span> </li> <li class="formBlock"> <h:outputLabel style="width: 15em;" for="j_password" styleClass="label" value="#{amsg.password}"/> <span class="rightBlock"> <h:inputSecret id="j_password"/> </span> </li> </ul> <p style="margin-top:2em"> <h:commandButton value="#{amsg.login}"/> </p> </h:form> </ui:define>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code