website view webchat.php @ rev 926

Fix link
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 01:28:37 2012 +0100 (2012-03-12)
parents 081fdbdd1e27
children 5d0ce7e4dcd1
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz - Web chat</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz webchat" />
8 <meta name="keywords" lang="en" content="slitaz irc chat support" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="slitaz.css" />
14 </head>
15 <body>
17 <?php include("lib/html/header.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <!-- Navigation -->
22 <div id="block_nav" style="text-align: center; padding: 10px;">
23 <?php include("lib/random-image.php"); ?>
24 </div>
25 <!-- Information/image -->
26 <div id="block_info">
27 <h4>Web chat</h4>
28 <p>
29 Chat on SliTaz Freenode IRC channel to meet users and contributors
30 or get live support. On SliTaz you can also use a desktop application
31 to connect to IRC. LostIRC is installed in core and Xchat or Pidgin
32 are in the slitaz repositories.
33 </p>
34 </div>
35 </div>
37 <!-- Languages -->
38 <div id="lang">
39 Website language:
40 <a href="i18n.php"><img src="images/locale.png" alt="locale.png" /></a>
41 <a href="da/">Dansk</a>
42 <a href="de/">Deutsch</a>
43 <a href="en/">English</a>
44 <a href="es/">Español</a>
45 <a href="fr/">Français</a>
46 <a href="id/">Indonesian</a>
47 <a href="it/">Italiano</a>
48 <a href="pt/">Português</a>
49 <a href="cn/">Chinese</a>
50 </div>
52 <!-- Content -->
53 <div id="content">
55 <iframe
56 style="border: solid 1px #ddd;"
57 src="http://webchat.freenode.net?channels=slitaz&uio=OT10cnVlJjEyPXRydWU62"
58 width="100%" height="400">
59 </iframe>
61 <!-- End of content -->
62 </div>
64 <div style="margin-top: 100px;"></div>
66 <?php include("lib/html/footer.html"); ?>
68 </body>
69 </html>