Newer
Older
Nils Christian Ehmke
committed
<?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">
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui">
<p:dialog header="#{localizedMessages.about}" resizable="false" modal="true" widgetVar="aboutDlg">
Nils Christian Ehmke
committed
<img src="#{root}/img/kieker-logo-transparent.png" alt="Kieker-Logo" width="491" height="150" />
<h:outputText value="Kieker.WebGUI" />
<br />
<br />
<h:outputText value="Version: ${display_version}" />
<h:outputText value="Copyright (c) 2013 Kieker Project" />
<a href="http://www.kieker-monitoring.net/">http://www.kieker-monitoring.net/</a>
<hr/>
<div style="text-align: right">
Nils Christian Ehmke
committed
<p:commandButton value="Ok" oncomplete="aboutDlg.hide()" />