[wiki] [sites] added master.tpl || anselm

From: <hg_AT_suckless.org>
Date: Sun, 25 Mar 2012 11:43:36 +0200 (CEST)

changeset: 911:d87b64adbf0a
tag: tip
user: anselm_AT_garbe.us
date: Sun Mar 25 11:43:34 2012 +0200
files: matemobile.com/_werc/tpl/master.tpl
description:
added master.tpl


diff -r a614ca0ef98d -r d87b64adbf0a matemobile.com/_werc/tpl/master.tpl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/matemobile.com/_werc/tpl/master.tpl Sun Mar 25 11:43:34 2012 +0200
_AT_@ -0,0 +1,47 @@
+<!doctype html>
+<html>
+<head>
+ <title>%($pageTitle%)</title>
+ <link rel="stylesheet" type="text/css" href="/pub/style.css">
+ <meta charset="utf-8">
+</head>
+<body>
+ <div id="header">
+ <a href="/">%($"siteTitle%)</a> <span id="headerSubtitle">%($"siteSubtitle%)</span>
+ </div>
+
+ <div id="menu">
+ &nbsp;
+ <div class="right">
+ <a href="http://eyjafjallajoekull.com">art</a>
+ </div>
+ </div>
+
+ <div id="content">
+% if(! ~ $#handlers_bar_left 0) {
+ <div id="nav">
+% for(h in $handlers_bar_left) {
+% run_handler $$h
+% }
+ </div>
+% }
+
+ <div id="main">
+
+% run_handlers $handlers_body_head
+
+% run_handler $handler_body_main
+
+% run_handlers $handlers_body_foot
+
+ </div>
+
+ </div>
+
+ <div id="footer">
+ <div class="right">
+ &copy; 2012 matemobile
+ </div>
+ </div>
+</body>
+</html>
Received on Sun Mar 25 2012 - 11:43:36 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:32:18 CEST