Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version='1.0' encoding='UTF-8' ?>
- <!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"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core">
- <h:head>
- <title>Facelet Title</title>
- </h:head>
- <h:body>
- <h:dataTable value="#{enlacesJavaDoc.getOrderList()}" var="datos" class="table table-striped">
- <h:column>
- <f:facet name="header">
- <h:outputText value="Nombre de proyecto"/>
- </f:facet>
- <a href="http://localhost:8080/jenkins/job/#{datos.enlace}/javadoc"><h:outputText value="#{datos.numeroBuild}" class="files"/></a>
- </h:column>
- <h:column>
- <f:facet name="header">
- <h:outputText value="# Build"/>
- </f:facet>
- </h:column>
- </h:dataTable>
- <h:outputText value="#{user.nombre}" />
- </h:body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment