website view webchat.php @ rev 916

en/get/index goes PHP and set release info from config file
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 04:38:38 2012 +0100 (2012-03-09)
parents 6bdb0d107255
children f2f7758d9a72
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 <!-- Content -->
38 <div id="content">
40 <iframe
41 style="border: solid 1px #ddd;"
42 src="http://webchat.freenode.net?channels=slitaz&uio=OT10cnVlJjEyPXRydWU62"
43 width="100%" height="400">
44 </iframe>
46 <!-- End of content -->
47 </div>
49 <div style="margin-top: 100px;"></div>
51 <?php include("lib/html/footer.html"); ?>
53 </body>
54 </html>