qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/www contribute.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/www contribute.php
Date: Wed, 21 Jun 2006 16:13:27 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/06/21 16:13:27

Added files:
        www            : contribute.php 

Log message:
        Fisrt commit

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

Patches:
Index: contribute.php
===================================================================
RCS file: contribute.php
diff -N contribute.php
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ contribute.php      21 Jun 2006 16:13:27 -0000      1.1
@@ -0,0 +1,22 @@
+<?php 
+include("func.php");
+$lang = getlang();
+head($lang);
+
+if ($lang=="en") {
+?>
+       <h1>How to contribute ?</h1>
+       <ul>
+               <li><a 
href="docs/howto/fr/QSOS-HOWTO_grille_fonctionnelle.php">HOWTO Comment créer 
une nouvelle grille fonctionnelle ?</a> (french)</li>
+       </ul>
+<?php
+} else if ($lang=="fr") {
+?>
+       <h1>Comment contribuer</h1>
+       <ul>
+               <li><a 
href="docs/howto/fr/QSOS-HOWTO_grille_fonctionnelle.php">HOWTO Comment créer 
une nouvelle grille fonctionnelle ?</a></li>
+       </ul>
+<?php
+}
+foot();
+?>
\ No newline at end of file




reply via email to

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