summary refs log tree commit diff
path: root/root/header.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 13:30:27 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 13:30:27 +0200
commit9bb42b768ff2369af0a066a538e96ae4e3b5c380 (patch)
tree939fce46770f034f9cebfa162607a712be50c99b /root/header.tt
parentupdate scripts (diff)
downloadintention-cloud-9bb42b768ff2369af0a066a538e96ae4e3b5c380.tar.gz
add root files
Diffstat (limited to 'root/header.tt')
-rw-r--r--root/header.tt61
1 files changed, 61 insertions, 0 deletions
diff --git a/root/header.tt b/root/header.tt
new file mode 100644
index 0000000..74d54db
--- /dev/null
+++ b/root/header.tt
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
+
+<html>
+
+<head>
+	<title>Intention Cloud</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+	<link rel="stylesheet" href="[% base %]static/css/ic.css" type="text/css">
+	<link rel="stylesheet" href="[% base %]static/css/ic_cloudcolors.css" type="text/css">
+	<link rel="icon" href="[% base %]favicon.ico" type="image/x-icon">
+	<link rel="shortcut icon" href="[% base %]favicon.ico" type="image/x-icon"	>
+    <script type="text/javascript" src="/static/jquery.js"></script>
+    <script type="text/javascript" src="/static/search.js"></script>
+    
+	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+    <script type="text/javascript">
+        _uacct = "UA-230771-1";
+        urchinTracker();
+    </script>
+</head>
+	
+<body id="globalpage">
+
+<!-- CONTENU -->
+<div id="page_container">
+
+  <div id="page_margegauche">
+
+      <div id="ic_logo"></div>
+
+	<div id="margegauche_navcontainer">
+	 	<table width="180" border="0" cellspacing="0" cellpadding="0">
+	    	<tr><td class="margegauche_navitem" onMouseOver="this.className='margegauche_navitem_hover';" onMouseOut="this.className='margegauche_navitem';">
+				&nbsp;<a href="[% base %]index" class="navitem">[% c.localize('home') %]</a>
+			</td></tr>
+			<tr><td class="margegauche_navitem" onMouseOver="this.className='margegauche_navitem_hover';" onMouseOut="this.className='margegauche_navitem';">
+				&nbsp;<a href="http://blog.breizhdev.net/articles/category/intention-cloud" class="navitem">[% c.localize('news') %]</a>
+			</td></tr>
+			<tr><td class="margegauche_navitem" onMouseOver="this.className='margegauche_navitem_hover';" onMouseOut="this.className='margegauche_navitem';">
+				&nbsp;<a href="[% base %]about" class="navitem">[% c.localize('about') %]</a>
+			</td></tr>
+			<tr><td class="margegauche_navitem" onMouseOver="this.className='margegauche_navitem_hover';" onMouseOut="this.className='margegauche_navitem';">
+				&nbsp;<a href="[% base %]links" class="navitem">[% c.localize('links') %]</a>
+			</td></tr>
+	  </table>
+	</div>
+	
+	<div class="margegauche_bloc" style="font-size:0.8em;">
+			"There are no perfect men in this world, only perfect intentions."
+	</div>
+	
+	<div class="margegauche_bloc">
+		> <a href="http://blog.breizhdev.net" >[% c.localize('bzhblog') %]</a>
+	</div>
+	
+	<div class="margegauche_bloc">
+        [% c.localize('langtxt') %] :<br />
+	</div>
+		
+  </div>
\ No newline at end of file