import sources from develop/0.1.0

This commit is contained in:
Thomas Peetz
2025-04-29 12:52:55 +02:00
parent 304005822c
commit 4c96de27db
976 changed files with 58265 additions and 0 deletions
@@ -0,0 +1,40 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE composition 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>
<h:outputStylesheet name="./css/default.css"/>
<h:outputStylesheet name="./css/cssLayout.css"/>
<title>Kontor Application</title>
</h:head>
<h:body>
<div id="top">Trading Cards Application</div>
<div>
<div id="left">
<h:link outcome="kontor">Kontor</h:link><br></br>
<h:link outcome="comics">Comics</h:link><br></br>
<h:link outcome="library">Library</h:link><br></br>
<h:link outcome="medien">Medien</h:link><br></br>
<h:link outcome="tradingcards">Trading Cards</h:link><br></br>
<h:link outcome="sport">Sport</h:link><br></br>
</div>
<div>
<div id="right">Right</div>
<div id="content" class="right_content">
<f:view>
<h:form>
<h:outputLabel value="Sport:"></h:outputLabel>
<h:outputText value="#{sportView.sportNumber}"></h:outputText>
<h:outputLabel value="Teams:"></h:outputLabel>
<h:outputText value="#{sportView.teamNumber}"></h:outputText>
</h:form>
</f:view>
</div>
</div>
</div>
<div id="bottom">Ingenieurbüro Thomas Peetz</div>
</h:body>
</html>