summary refs log tree commit diff
path: root/root/header.tt
blob: 60eca026265ba57f6eec9001d4b8ba440da0788e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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 />
        <a href="/lang/fr">Français</a><br />
        <a href="/lang/en">English</a><br />
        <a href="/lang/de">Deutsch</a><br />
	</div>
		
  </div>