mirror of
https://github.com/ChaosChemnitz/interfug15
synced 2025-06-29 13:46:06 +02:00
Auf Perl/Dancer2 umgebaut
Die zufälligen Farben sind dabei verloren gegangen - wenn ihr die wirklich wollt, bau ich sie wieder ein.
This commit is contained in:
parent
cb501a7fbd
commit
1d19edc231
38 changed files with 274 additions and 126 deletions
43
views/layouts/main.tt
Normal file
43
views/layouts/main.tt
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>INTERFUG #1//2015</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<link rel="shortcut icon" type="image/png" href="/img/icon.png">
|
||||
<link rel="stylesheet" type="text/css" href="/style/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<table id="container" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td id="marx"></td>
|
||||
<td id="main">
|
||||
<header id="header">
|
||||
<h1>INTERFUG #1//2015</h1>
|
||||
</header>
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<% FOREACH page IN pages %>
|
||||
<li><a href="<% page.url %>" <% IF page.url == request.path %>class="active"<% END %>><span><% page.name %></span></a></li>
|
||||
<% END %>
|
||||
</ul>
|
||||
</nav>
|
||||
<div>
|
||||
<article>
|
||||
<% content %>
|
||||
<footer id="footer" class="box" style="color:#C0C0C0">
|
||||
<ul class="links">
|
||||
<li><a href="https://chaoschemnitz.de/ChaosChemnitz:Impressum">Impressum</a></li>
|
||||
<li>Design by ... + <a href="https://jdi.li/">/jdi/</a>.</li>
|
||||
<li>Perl application by <a href="https://lf-net.org/~littlefox/">LittleFox</a>.</li>
|
||||
</ul>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</td><td id="line"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue