slitaz-forge diff irc/lib/header.html @ rev 400

Add new CGI interface for irc.slitaz.org
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 14 16:12:03 2014 +0100 (2014-01-14)
parents
children 5ce9a098b1a0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/irc/lib/header.html	Tue Jan 14 16:12:03 2014 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +	<title>SliTaz IRC - %LOG%</title>
     1.8 +	<meta charset="utf-8" />
     1.9 +	<link rel="shortcut icon" href="favicon.ico" />
    1.10 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.11 +	<!-- <script type="text/javascript" src="lib/functions.js"></script> -->
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<div id="header">
    1.16 +	<div id="logo"></div>
    1.17 +	<div id="network">
    1.18 +		<a href="http://www.slitaz.org/">Home
    1.19 +			<!-- <img src="images/home.png" alt="[ Home ]" /> --></a>
    1.20 +		<a href="http://scn.slitaz.org/">Community</a>
    1.21 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.22 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.23 +		<span>IRC</span>
    1.24 +		<a href="http://slitaz.pro/">Pro</a>
    1.25 +		<a href="http://shop.slitaz.org/">Shop</a>
    1.26 +		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.27 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.28 +	</div>
    1.29 +	<h1><a href="./">SliTaz IRC</a></h1>
    1.30 +</div>
    1.31 +
    1.32 +<!--<div id="search">
    1.33 +	<form method="get" action="./">
    1.34 +		<input type="text" name="search" placeholder="Search" />
    1.35 +	</form>
    1.36 +</div>-->
    1.37 +
    1.38 +<!-- Content -->
    1.39 +<div id="content">