bzr branch
http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!DOCTYPE html> <html lang="en" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:pt="http://xmlns.jcp.org/jsf/passthrough"> <ui:composition> <div class="header_bar"> <header> <h1>#{configBean.pageTitle}</h1> <p>#{configBean.subTitle}</p> </header> </div> </ui:composition> </html> |