import sources from develop/0.1.0
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<?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:ui="http://java.sun.com/jsf/facelets"
|
||||
xmlns:h="http://java.sun.com/jsf/html">
|
||||
|
||||
<h:head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<h:outputStylesheet name="./css/default.css"/>
|
||||
<h:outputStylesheet name="./css/cssLayout.css"/>
|
||||
<title>Kontor Application</title>
|
||||
</h:head>
|
||||
|
||||
<h:body>
|
||||
|
||||
<div id="top">
|
||||
<ui:insert name="top">Top</ui:insert>
|
||||
</div>
|
||||
<div>
|
||||
<div id="left">
|
||||
<ui:insert name="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>
|
||||
<h:link outcome="tradingcards">Trading Cards</h:link><br></br>
|
||||
</ui:insert>
|
||||
</div>
|
||||
<div>
|
||||
<div id="right">
|
||||
<ui:insert name="right">Right</ui:insert>
|
||||
</div>
|
||||
<div id="content" class="right_content">
|
||||
<ui:insert name="content">Content</ui:insert>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bottom">
|
||||
<ui:insert name="bottom">Ingenieurbüro Thomas Peetz</ui:insert>
|
||||
</div>
|
||||
|
||||
</h:body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user