]> git.mxchange.org Git - jfinancials-war.git/commitdiff
WIP: Added form tag
authorRoland Häder <roland@mxchange.org>
Tue, 25 Apr 2017 12:03:29 +0000 (14:03 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 25 Apr 2017 12:03:29 +0000 (14:03 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/user/financials/login_financials_add_receipt.xhtml

index 5a342044b1ed622a7ac415a733dfa71e849f1812..9cfbc754b0ce042eb9954ea423587aac56c0b724 100644 (file)
@@ -1,10 +1,10 @@
 <!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"
-       lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
-       xmlns:ui="http://java.sun.com/jsf/facelets"
-       xmlns:h="http://xmlns.jcp.org/jsf/html"
-       xmlns:f="http://xmlns.jcp.org/jsf/core"
-       >
+         lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
+         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
 
        <ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
                <ui:define name="login_title">
@@ -16,7 +16,9 @@
                </ui:define>
 
                <ui:define name="content">
-                       <!-- @TODO Here goes your content. //-->
+                       <h:form id="form_add_financials_receipt">
+
+                       </h:form>
                </ui:define>
        </ui:composition>
 </html>