Mercurial > hg > LGDataverses
view src/main/webapp/termsofuse.xhtml @ 13:d3374217e19e
url config for LGMap
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Wed, 30 Sep 2015 13:55:57 +0200 |
| parents | a50cf11e5178 |
| children |
line wrap: on
line source
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:p="http://primefaces.org/ui"> <div class="form-group col-sm-11"> <label for="position" class="col-sm-3 control-label"> <span data-toggle="tooltip" data-placement="auto right" class="tooltiplabel text-info" data-original-title="#{bundle['user.acccountterms.tip']}"> #{bundle['user.acccountterms']} <span class="glyphicon glyphicon-asterisk text-danger" title="#{bundle.requiredField}"/> </span> </label> <div class="col-sm-9"> <div id="terms-agreement-block" class="well"> <h:outputText value="#{systemConfig.applicationTermsOfUse}" escape="false"/> </div> <div class="checkbox"> <p:selectBooleanCheckbox id="terms" required="true" requiredMessage="#{bundle['user.acccountterms.required']}"> <f:validator validatorId="requiredCheckboxValidator"/> </p:selectBooleanCheckbox> <h:outputText value=" #{bundle['user.acccountterms.iagree']}"/> <p:message for="terms" display="text" /> </div> </div> </div> </ui:composition>
