From 1e35dc01cf94ba1ec4923b8f040e49b4dc399860 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 18 Jun 2004 16:23:14 +0000 Subject: finishing touches on genpopo, started playing with _real_ PHP code and svn keywords --- web/html/css/fonts.css | 8 +++++++- web/html/index.php | 13 ++++++++----- web/html/testpo.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 6 deletions(-) create mode 100644 web/html/testpo.php (limited to 'web/html') diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 7def621..3fc35e3 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -34,7 +34,13 @@ font-family: trebuchet ms, tahoma, verdana; font-size: 11px; } - + span.fixed /* Monospace fixed-font */ + { + color: #000; + font-family: monospace, fixed, terminal; + font-size: 12px; + } + /* Font Attribute Change (#6c83b0)*/ span.blue { diff --git a/web/html/index.php b/web/html/index.php index 58bba8d..fcd57c7 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -1,9 +1,12 @@ \n"; -print _("Hello, again!")."
\n"; -print _("Julie was here!")."
\n"; -print _("Abernathy was here!")."
\n"; +print "Hi, this is worth reading!
\n"; + + + +html_footer("\$Id$"); ?> diff --git a/web/html/testpo.php b/web/html/testpo.php new file mode 100644 index 0000000..fbb0fa8 --- /dev/null +++ b/web/html/testpo.php @@ -0,0 +1,42 @@ +\n"; + +print "

\n"; +print _("Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h.", + array("","English","", + "","Español","", + "","Deutsch","", + "","Français","")); +print "

\n"; + +print "

\n"; +print _("My current language tag is: '%s'.", array($LANG)); +print "

\n"; + +print "\n"; +print "\n"; + +?> -- cgit v1.2.3-70-g09d2