www-commits
[Top][All Lists]
Advanced

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

www/software/goodbye form.php index.php


From: Matt Lee
Subject: www/software/goodbye form.php index.php
Date: Wed, 30 Dec 2009 17:46:24 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        09/12/30 17:46:24

Added files:
        software/goodbye: form.php index.php 

Log message:
        added these scripts

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/software/goodbye/form.php?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/software/goodbye/index.php?cvsroot=www&rev=1.1

Patches:
Index: form.php
===================================================================
RCS file: form.php
diff -N form.php
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ form.php    30 Dec 2009 17:46:18 -0000      1.1
@@ -0,0 +1 @@
+this is a form

Index: index.php
===================================================================
RCS file: index.php
diff -N index.php
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ index.php   30 Dec 2009 17:46:19 -0000      1.1
@@ -0,0 +1,81 @@
+   <?php require('/server/header.html'); ?>
+
+<title>Goodbye - GNU Project - Free Software Foundation</title>
+   <?php require('/server/banner.html'); ?>
+
+<?php
+
+$p=$_GET['p'];
+
+if (!$p) {
+
+<h2>GNU Goodbye</h2>
+
+<p>The GNU Goodbye program is intending to produce a familiar, friendly 
farewell. In many ways, it could be considered a sister-program to GNU Hello, 
but unlike GNU Hello, it has not yet been developed.</p>
+
+<h2>Do you like filling out forms?</h2>
+
+<p>GNU Goodbye will give you <a href="/software/goodbye/?p=p">plenty of 
opportunities</a> to complete meandering amounts of paperwork.</p>
+
+    }
+
+ else {
+
+ <?php require('form.php'); ?>
+
+ }
+
+   <?php require('/server/footer.html'); ?>
+<div id="footer">
+
+<p>Please send general FSF &amp; GNU inquiries to
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.
+There are also <a href="/contact/">other ways to contact</a>
+the FSF.<br />
+Please send broken links and other corrections or suggestions to
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
+
+<p>Please see the <a
+href="/server/standards/README.translations.html">Translations
+README</a> for information on coordinating and submitting translations
+of this article.</p>
+
+<p>Copyright &copy; 2009 Free Software Foundation, Inc.</p>
+
+<p>Verbatim copying and distribution of this entire article are
+permitted worldwide, without royalty, in any medium, provided this
+notice, and the copyright notice, are preserved.</p>
+
+<p>Updated:
+<!-- timestamp start -->
+$Date: 2009/12/30 17:46:19 $
+<!-- timestamp end -->
+</p>
+</div>
+
+<div id="translations">
+<h4>Translations of this page</h4>
+
+<!-- Please keep this list alphabetical by language code.
+     Comment what the language is for each type, i.e. de is German.
+     Write the language name in its own language (Deutsch) in the text.
+     If you add a new language here, please
+     advise address@hidden and add it to
+      - /home/www/html/server/standards/README.translations.html
+      - one of the lists under the section "Translations Underway"
+      - if there is a translation team, you also have to add an alias
+      to mail.gnu.org:/com/mailer/aliases
+     Please also check you have the language code right; see:
+     http://www.loc.gov/standards/iso639-2/php/code_list.php
+     If the 2-letter ISO 639-1 code is not available,
+     use the 3-letter ISO 639-2.
+     Please use W3C normative character entities. -->
+
+<ul class="translations-list">
+<!-- English -->
+<li><a href="/server/standards/boilerplate.html">English</a>&nbsp;[en]</li>
+</ul>
+</div>
+</div>
+</body>
+</html>




reply via email to

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