website view webchat.php @ rev 989

es: php utf-8
author Paul Issott <paul@slitaz.org>
date Tue Mar 20 19:41:58 2012 +0000 (2012-03-20)
parents 5d0ce7e4dcd1
children c2f9d5d0f314
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=utf-8" />
7 <meta name="description" content="SliTaz Webchat - Connect to #slitaz on Freenode IRC" />
8 <meta name="keywords" lang="en" content="slitaz irc, slitaz chat, slitaz support" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <!-- Navigation -->
19 <div id="block_nav" style="text-align: center; padding: 10px;">
20 <?php include("lib/random-image.php"); ?>
21 </div>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Web chat</h4>
25 <p>
26 Chat on SliTaz Freenode IRC channel to meet users and contributors
27 or get live support. On SliTaz you can also use a desktop application
28 to connect to IRC. LostIRC is installed in core and Xchat or Pidgin
29 are in the slitaz repositories.
30 </p>
31 </div>
32 </div>
34 <!-- Languages -->
35 <div id="lang">
36 Website language:
37 <a href="i18n.php"><img src="images/locale.png" alt="locale.png" /></a>
38 <a href="da/">Dansk</a>
39 <a href="de/">Deutsch</a>
40 <a href="en/">English</a>
41 <a href="es/">Español</a>
42 <a href="fr/">Français</a>
43 <a href="id/">Indonesian</a>
44 <a href="it/">Italiano</a>
45 <a href="pt/">Português</a>
46 <a href="ru/">Русский</a>
47 <a href="cn/">Chinese</a>
48 </div>
50 <!-- Content -->
51 <div id="content">
53 <iframe
54 style="border: solid 1px #ddd;"
55 src="http://webchat.freenode.net?channels=slitaz&uio=OT10cnVlJjEyPXRydWU62"
56 width="100%" height="400">
57 </iframe>
59 <!-- End of content -->
60 </div>
62 <div style="margin-top: 100px;"></div>
64 <?php include("lib/html/footer.html"); ?>
66 </body>
67 </html>