]> git.mxchange.org Git - jjobs-war.git/commitdiff
Added some paragraphs to index page
authorRoland Haeder <roland@mxchange.org>
Fri, 8 Apr 2016 11:53:04 +0000 (13:53 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 8 Apr 2016 11:53:04 +0000 (13:53 +0200)
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/index.xhtml

index 0cccef11cc3ef4d933fff187eae71c7d720cc27e..fc3622538c03f63f964b0e15ccf974dc9e8135b9 100644 (file)
@@ -289,3 +289,6 @@ CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Aendern Ihrer Adresse, Telefonnummer us
 SELECT_LANGUAGE=Sprache:
 DE_DE=Deutsch (DE)
 EN_US=English (US)
+CONTENT_PAGE_INDEX_PARA1=Text fuer 1. Absatz.
+CONTENT_PAGE_INDEX_PARA2=Text fuer 2. Absatz.
+CONTENT_PAGE_INDEX_PARA3=Text fuer 3. Absatz.
index d5c353c5fd35a66b766eabd3214980225017e731..dbc935871bf84789d9a084610dc3c4566171b15f 100644 (file)
@@ -263,3 +263,6 @@ CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Change your address, phone number or ot
 SELECT_LANGUAGE=Language:
 DE_DE=Deutsch (DE)
 EN_US=English (US)
+CONTENT_PAGE_INDEX_PARA1=Text for 1st paragraph.
+CONTENT_PAGE_INDEX_PARA2=Text for 2nd paragraph.
+CONTENT_PAGE_INDEX_PARA3=Text for 3rd paragraph.
index 16cdb7ce2583e066444d24288cfb6024e58e5700..b588167c15006a049f249116242223c2dff88e70 100644 (file)
                </ui:define>
 
                <ui:define name="content">
+                       <div class="para">
+                               <h:outputText value="#{msg.CONTENT_PAGE_INDEX_PARA1}" />
+                       </div>
+
+                       <div class="para">
+                               <h:outputText value="#{msg.CONTENT_PAGE_INDEX_PARA2}" />
+                       </div>
+
+                       <div class="para">
+                               <h:outputText value="#{msg.CONTENT_PAGE_INDEX_PARA3}" />
+                       </div>
                </ui:define>
        </ui:composition>
 </html>