From 22e8556691d134c4bf778837d4a0c24e4504b8cf Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 19 Jun 2004 14:36:22 +0000 Subject: finished tweaking language selection --- web/html/account.php | 18 ++++++++++++++++++ web/html/index.php | 2 ++ web/html/logout.php | 18 ++++++++++++++++++ web/html/pkgmgmnt.php | 18 ++++++++++++++++++ web/html/pkgsearch.php | 18 ++++++++++++++++++ web/html/pkgsubmit.php | 17 +++++++++++++++++ web/html/pkgvote.php | 18 ++++++++++++++++++ web/html/template.php | 3 ++- 8 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 web/html/account.php create mode 100644 web/html/logout.php create mode 100644 web/html/pkgmgmnt.php create mode 100644 web/html/pkgsearch.php create mode 100644 web/html/pkgsubmit.php create mode 100644 web/html/pkgvote.php (limited to 'web/html') diff --git a/web/html/account.php b/web/html/account.php new file mode 100644 index 0000000..6d402ca --- /dev/null +++ b/web/html/account.php @@ -0,0 +1,18 @@ +\n"; + + +html_footer("\$Id$"); # Use the $Id$ keyword + # NOTE: when checking in a new file, use + # 'svn propset svn:keywords "Id" filename.php' + # to tell svn to expand the "Id" keyword. +?> diff --git a/web/html/index.php b/web/html/index.php index 24afdf0..8038992 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -1,11 +1,13 @@ \n"; +print "My LANG is: " . $LANG . "
\n"; html_footer("\$Id$"); diff --git a/web/html/logout.php b/web/html/logout.php new file mode 100644 index 0000000..6757784 --- /dev/null +++ b/web/html/logout.php @@ -0,0 +1,18 @@ +\n"; + + +html_footer("\$Id$"); # Use the $Id$ keyword + # NOTE: when checking in a new file, use + # 'svn propset svn:keywords "Id" filename.php' + # to tell svn to expand the "Id" keyword. +?> diff --git a/web/html/pkgmgmnt.php b/web/html/pkgmgmnt.php new file mode 100644 index 0000000..0988e51 --- /dev/null +++ b/web/html/pkgmgmnt.php @@ -0,0 +1,18 @@ +\n"; + + +html_footer("\$Id$"); # Use the $Id$ keyword + # NOTE: when checking in a new file, use + # 'svn propset svn:keywords "Id" filename.php' + # to tell svn to expand the "Id" keyword. +?> diff --git a/web/html/pkgsearch.php b/web/html/pkgsearch.php new file mode 100644 index 0000000..d23a602 --- /dev/null +++ b/web/html/pkgsearch.php @@ -0,0 +1,18 @@ +\n"; + + +html_footer("\$Id$"); # Use the $Id$ keyword + # NOTE: when checking in a new file, use + # 'svn propset svn:keywords "Id" filename.php' + # to tell svn to expand the "Id" keyword. +?> diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php new file mode 100644 index 0000000..fc36da5 --- /dev/null +++ b/web/html/pkgsubmit.php @@ -0,0 +1,17 @@ +\n"; + + +html_footer("\$Id$"); # Use the $Id$ keyword + # NOTE: when checking in a new file, use + # 'svn propset svn:keywords "Id" filename.php' + # to tell svn to expand the "Id" keyword. +?> diff --git a/web/html/pkgvote.php b/web/html/pkgvote.php new file mode 100644 index 0000000..e111937 --- /dev/null +++ b/web/html/pkgvote.php @@ -0,0 +1,18 @@ +\n"; + + +html_footer("\$Id$"); # Use the $Id$ keyword + # NOTE: when checking in a new file, use + # 'svn propset svn:keywords "Id" filename.php' + # to tell svn to expand the "Id" keyword. +?> diff --git a/web/html/template.php b/web/html/template.php index 8ada0f1..a61ba6f 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -1,6 +1,7 @@