qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/www tools.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/www tools.php
Date: Thu, 22 Jun 2006 17:12:10 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/06/22 17:12:10

Added files:
        www            : tools.php 

Log message:
        Fisrt commit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/www/tools.php?cvsroot=qsos&rev=1.1

Patches:
Index: tools.php
===================================================================
RCS file: tools.php
diff -N tools.php
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ tools.php   22 Jun 2006 17:12:10 -0000      1.1
@@ -0,0 +1,37 @@
+<?php
+include("func.php");
+$lang = getlang();
+head($lang);
+
+if ($lang=="en") {
+?>
+        <h1>Tools</h1>
+        <ul>
+        </ul>
+<?php
+} else if ($lang=="fr") {
+?>
+        <h1>Outils</h1>
+        <ul>
+                <li>Editeur de grilles fonctionnelles (*.qtpl)<br/>
+                <ul>
+                        <li>QSOS XUL Template Editor (version alpha 0.1) [<a 
href="tpl-xuleditor.xpi">extention Firefox</a>]</li>
+                </ul>
+               </li>
+
+                <li>Editeurs de fiches QSOS (*.qsos)<br/>
+                <ul>
+                        <li>QSOS XUL Editor (version bêta 0.2) [<a 
href="xuleditor.xpi">extention Firefox</a> | <a 
href="http://download.savannah.nongnu.org/releases/qsos/xuleditor-0.02.tar.gz";>application
 xulrunner</a>]</li>
+                </ul>
+                <ul>
+                        <li>QSOS Qt Editor (version bêta 0.2) [<a 
href="http://download.savannah.nongnu.org/releases/qsos/qsos-qteditor-0.02.tar.gz";>application
 KDE</a>]</li>
+                </ul>
+                <ul>
+                        <li>QSOS Java Editor (version alpha 0.1 bientôt 
disponible) [application Java SWT]</li>
+                </ul>
+               </li>
+        </ul>
+<?php
+}
+foot();
+?>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]