import sources from develop/0.1.0

This commit is contained in:
Thomas Peetz
2025-04-29 12:52:55 +02:00
committed by Thomas Peetz
parent c30bdd1cd5
commit 19a5623075
670 changed files with 35977 additions and 0 deletions
@@ -0,0 +1,39 @@
<?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">Medien 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>
</div>
<div>
<div id="right">Right</div>
<div id="content" class="right_content">
<f:view>
<h:form>
<h:outputLabel value="CD:"></h:outputLabel>
<h:outputText value="#{medienView.cdNumber}"></h:outputText>
<h:outputLabel value="DVD:"></h:outputLabel>
<h:outputText value="#{medienView.dvdNumber}"></h:outputText>
</h:form>
</f:view>
</div>
</div>
</div>
<div id="bottom">Ingenieurbüro Thomas Peetz</div>
</h:body>
</html>