[Gnucash-changes] r13180 - htdocs/trunk/www/externals - restructuring external files to a single translation

Neil Williams codehelp at cvs.gnucash.org
Thu Feb 9 18:01:57 EST 2006


Author: codehelp
Date: 2006-02-09 18:01:55 -0500 (Thu, 09 Feb 2006)
New Revision: 13180
Trac: http://svn.gnucash.org/trac/changeset/13180

Added:
   htdocs/trunk/www/externals/footer.phtml
   htdocs/trunk/www/externals/header.phtml
   htdocs/trunk/www/externals/menu-developer.phtml
   htdocs/trunk/www/externals/menu-documentation.phtml
   htdocs/trunk/www/externals/menu-downloads.phtml
   htdocs/trunk/www/externals/menu-general.phtml
   htdocs/trunk/www/externals/menu-main-developer.phtml
   htdocs/trunk/www/externals/menu-main-documentation.phtml
   htdocs/trunk/www/externals/menu-main-general.phtml
   htdocs/trunk/www/externals/menu-main-help.phtml
   htdocs/trunk/www/externals/menu-main-other.phtml
   htdocs/trunk/www/externals/menu-main.phtml
   htdocs/trunk/www/externals/menu-other.phtml
Removed:
   htdocs/trunk/www/externals/en/
Log:
restructuring external files to a single translation

Copied: htdocs/trunk/www/externals/footer.phtml (from rev 13021, htdocs/trunk/www/externals/en/footer.phtml)
===================================================================
--- htdocs/trunk/www/externals/en/footer.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/footer.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,13 @@
+<div style="clear:both;float:none;">&nbsp;</div>
+<div id="tail">
+<p style="float:right;padding-right:1em;"><a href="http://validator.w3.org/check/referer">
+<img src="images/valid-html40.png"></a> </p>
+<p style="float:left;"><a href="<?php echo "$home";?>/rss-feed.phtml">
+<img src="images/rss.gif" alt="rss logo"></a></p>
+<p style="text-align:center;"><b>Copyright &copy; 2001-2006 The GnuCash Project</b></p>
+<p style="text-align:center;">Server &amp; email outage reports to
+<a href="mailto:linas at linas.org"><b>linas at linas.org</b></a>
+</p>
+</div>
+</body>
+</html>

Copied: htdocs/trunk/www/externals/header.phtml (from rev 13021, htdocs/trunk/www/externals/en/header.phtml)
===================================================================
--- htdocs/trunk/www/externals/en/header.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/header.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html>
+<head>
+<?php echo "<link rel=\"stylesheet\" href=\"externals/gnucash.css\"";
+echo" type=\"text/css\">\n"; 
+echo "<link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\">\n";
+echo "<link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\">\n";
+?>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<style type="text/css">
+#news LI	{
+list-style-image:url(images/webding.png);\n";
+}
+</style>
+<?php if (isset($homepage)) { ?>
+<!-- the RSS only appears on the home page, not on all pages. -->
+<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.gnucash.org/en/rss-feed.phtml">
+<?php } ?>
+<title>GnuCash - <?php echo $title; ?></title>
+</head>
+
+<body>
+<div id="head">
+<?php echo "<img src=\"images/gnucash_logo1.png\" ";
+echo "alt=\"GnuCash Logo\" id=\"gnclogo\">\n"; ?>
+<br/>
+<span id="language">
+ Language:
+<b>English</b>
+| <a class="nav" href="<?php echo $home;?>/fr/">Fran&ccedil;ais</a>
+| <a class="nav" href="http://www.hthoma.de/projekte/gnucash/index.html">Deutsch</a>
+ (<a class="nav" href="<?php echo $home;?>/de/">mirror</a>)
+| <a class="nav" href="<?php echo $home;?>/nl/">Nederlands</a>
+| <a class="nav" href="<?php echo $home;?>/pt_PT/">Portugu&ecirc;s</a>
+</span>
+<span id="location">Continent:
+ (<a class="nav" href="http://www.gnucash.org/">US</a>)
+ (<a class="nav" href="http://www.at.gnucash.org/">EU</a>)
+ (<a class="nav" href="http://www.au.gnucash.org/">AU</a>)
+</span>
+</div>
+

Copied: htdocs/trunk/www/externals/menu-developer.phtml (from rev 13021, htdocs/trunk/www/externals/en/menu-developer.phtml)
===================================================================
--- htdocs/trunk/www/externals/en/menu-developer.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-developer.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,15 @@
+<?php
+echo "<span class=\"linktop\">\n";
+echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">\n";
+echo "<b>" . _("Developer Information") . "</b>\n";
+echo "</span>\n";
+echo "<ul>";
+echo "<li><a href=\"http://svn.gnucash.org/docs/HEAD/\">" . _("Source Docs") . "</a></li>\n";
+echo "<li><a href=\"http://svn.gnucash.org/trac/browser/\">";
+echo _("Browse Source Code") . "</a></li>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/Subversion\">";
+echo _("Subversion Access") . "</a></li>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/Translation\">";
+echo _("Language Translations") . "</a></li>\n";
+echo "</ul>\n";
+?>

Copied: htdocs/trunk/www/externals/menu-documentation.phtml (from rev 13021, htdocs/trunk/www/externals/en/menu-documentation.phtml)
===================================================================
--- htdocs/trunk/www/externals/en/menu-documentation.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-documentation.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,29 @@
+<?php
+echo "<span class=\"linktop\">\n";
+echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">\n";
+echo "<b>" . _("Documentation") . "</b></span>\n";
+echo "<ul>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/FAQ\">" . _("FAQ") . "</a></li>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/\">" . _("Wiki") . "</a>&nbsp;";
+echo "<a href=\"http://linuxwiki.de/GnuCash\">[de]</a></li>\n";
+echo "<li><a href=\"$home/docs.phtml\">Tutorial and Help</a></li>\n";
+
+#echo "<li><a href=\"http://www.gnucash.org/docs/v1.8/C/gnucash-guide\">";
+#echo _("Concepts Guide") . "</a></li>\n";
+#echo "<li>\n";
+#echo "<a href=\"http://www.gnucash.org/docs/v1.8/C/gnucash-help/help.html\">";
+#echo _("Help Manual") . "</a>\n";
+#echo "<a href=\"http://www.gnucash.org/docs/v1.8/de_DE/gnucash-help/help.html\">";
+#echo "[de]</a></li>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">";
+echo _("Mailing Lists") . "</a>\n";
+echo "<li style=\"list-style-image:none;list-style-type:none;\"><ul><li>\n";
+echo "<a href=\"https://lists.gnucash.org/search/\">" . _("Search") . "</a>\n";
+echo "</li></ul></li>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/Bugzilla\">";
+echo _("Bug Reports") . "</a></li>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/IRC\">";
+echo _("IRC (Chat)") . "</a></li>\n";
+echo "<li><a href=\"$home/donations.phtml\">" . _("Donations") . "</a></li>\n";
+echo "\n</ul>\n";
+?>

Copied: htdocs/trunk/www/externals/menu-downloads.phtml (from rev 13021, htdocs/trunk/www/externals/en/menu-downloads.phtml)

Copied: htdocs/trunk/www/externals/menu-general.phtml (from rev 13021, htdocs/trunk/www/externals/en/menu-general.phtml)
===================================================================
--- htdocs/trunk/www/externals/en/menu-general.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-general.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,12 @@
+<?php
+echo "<span class=\"linktop\">\n";
+echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">\n";
+echo "<b>" . _("Information") . "</b>\n";
+echo "</span>\n";
+echo "<ul>\n";
+echo "<li><a href=\"$home/index.phtml\">" . _("About / News") . " </a></li>\n";
+echo "<li><a href=\"$home/features.phtml\">" . _("Features") . "</a></li>\n";
+echo "<li><a href=\"http://wiki.gnucash.org/wiki/Development\">";
+echo _("How to help") . "</a></li>\n";
+echo "</ul>\n";
+?>

Copied: htdocs/trunk/www/externals/menu-main-developer.phtml (from rev 13021, htdocs/trunk/en/menu/menu-main-developer.phtml)
===================================================================
--- htdocs/trunk/en/menu/menu-main-developer.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-main-developer.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,27 @@
+<!-- MENU:START -->
+<?php
+$self = $_SERVER["HTTP_HOST"];
+if(ereg("lists.gnucash.org",$self)) {
+	$home = "http://www.gnucash.org";
+}
+else {
+$home = "";
+}
+
+echo "<div id=\"news\">";
+echo "<div id=\"othernews\">";
+include("externals/menu-general.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-documentation.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-downloads.phtml");
+# highlighted menu entry:
+echo "</div>\n<div class=\"highlight\">\n";
+include("externals/menu-developer.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-other.phtml");
+echo "</div>\n";
+echo "</div>\n";
+?>
+
+<!-- MENU:END -->

Copied: htdocs/trunk/www/externals/menu-main-documentation.phtml (from rev 13021, htdocs/trunk/en/menu/menu-main-documentation.phtml)
===================================================================
--- htdocs/trunk/en/menu/menu-main-documentation.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-main-documentation.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,27 @@
+<!-- MENU:START -->
+
+<?php
+$self = $_SERVER["HTTP_HOST"];
+if(ereg("lists.gnucash.org",$self)) {
+	$home = "http://www.gnucash.org";
+}
+else {
+$home = "";
+}
+
+echo "<div id=\"news\"><div class=\"othernews\">";
+include("externals/menu-general.phtml");
+# highlighted menu entry:
+echo "</div>\n<div class=\"highlight\">\n";
+include("externals/menu-documentation.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-downloads.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-developer.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-other.phtml");
+echo "</div>\n";
+echo "</div>\n";
+?>
+
+<!-- MENU:END -->

Copied: htdocs/trunk/www/externals/menu-main-general.phtml (from rev 13021, htdocs/trunk/en/menu/menu-main-general.phtml)
===================================================================
--- htdocs/trunk/en/menu/menu-main-general.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-main-general.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,27 @@
+<!-- MENU:START -->
+<?php
+$self = $_SERVER["HTTP_HOST"];
+if(ereg("lists.gnucash.org",$self)) {
+	$home = "http://www.gnucash.org";
+}
+else {
+$home = "";
+}
+
+echo "<div id=\"news\">";
+# highlighted menu entry:
+echo "<div class=\"highlight\">";
+include("externals/menu-general.phtml");
+echo "</div>\n\n<div class=\"othernews\">\n";
+include("externals/menu-documentation.phtml");
+echo "</div>\n\n<div class=\"othernews\">\n";
+include("externals/menu-downloads.phtml");
+echo "</div>\n\n<div class=\"othernews\">\n";
+include("externals/menu-developer.phtml");
+echo "</div>\n\n<div class=\"othernews\">\n";
+include("externals/menu-other.phtml");
+echo "</div>\n";
+echo "</div>\n";
+?>
+
+<!-- MENU:END -->

Copied: htdocs/trunk/www/externals/menu-main-help.phtml (from rev 13021, htdocs/trunk/www/externals/en/menu-main-help.phtml)
===================================================================
--- htdocs/trunk/www/externals/en/menu-main-help.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-main-help.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,20 @@
+<!-- MENU:START -->
+<?php
+
+echo "<div id=\"news\"><div class=\"othernews\">";
+include("externals/menu-general.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-documentation.phtml");
+# highlighted menu entry:
+echo "</div>\n<div class=\"highlight\">\n";
+include("externals/menu-downloads.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-developer.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-other.phtml");
+echo "</div>\n";
+echo "</div>\n";
+?>
+
+
+<!-- MENU:END -->

Copied: htdocs/trunk/www/externals/menu-main-other.phtml (from rev 13021, htdocs/trunk/en/menu/menu-main-other.phtml)
===================================================================
--- htdocs/trunk/en/menu/menu-main-other.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-main-other.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,26 @@
+<!-- MENU:START -->
+<?php
+$self = $_SERVER["HTTP_HOST"];
+if(ereg("lists.gnucash.org",$self)) {
+	$home = "http://www.gnucash.org";
+}
+else {
+$home = "";
+}
+
+echo "<div id=\"news\"><div class=\"othernews\">";
+include("externals/menu-general.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-documentation.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-downloads.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-developer.phtml");
+# highlighted menu entry:
+echo "</div>\n<div class=\"highlight\">\n";
+include("externals/menu-other.phtml");
+echo "</div>\n";
+echo "</div>\n";
+?>
+
+<!-- MENU:END -->

Copied: htdocs/trunk/www/externals/menu-main.phtml (from rev 13021, htdocs/trunk/en/menu/menu-main.phtml)
===================================================================
--- htdocs/trunk/en/menu/menu-main.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-main.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,26 @@
+<!-- MENU:START -->
+<?php
+$self = $_SERVER["HTTP_HOST"];
+if(ereg("lists.gnucash.org",$self)) {
+	$home = "http://www.gnucash.org";
+}
+else {
+$home = "";
+}
+
+echo "<div id=\"news\">\n";
+# highlighted menu entry:
+echo "<div class=\"highlight\">";
+include("externals/menu-general.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-documentation.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-downloads.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-developer.phtml");
+echo "</div>\n<div class=\"othernews\">\n";
+include("externals/menu-other.phtml");
+echo "</div>\n";
+echo "</div>\n";
+?>
+<!-- MENU:END -->

Copied: htdocs/trunk/www/externals/menu-other.phtml (from rev 13021, htdocs/trunk/www/externals/en/menu-other.phtml)
===================================================================
--- htdocs/trunk/www/externals/en/menu-other.phtml	2006-01-29 16:08:51 UTC (rev 13021)
+++ htdocs/trunk/www/externals/menu-other.phtml	2006-02-09 23:01:55 UTC (rev 13180)
@@ -0,0 +1,10 @@
+<?php
+echo "<span class=\"linktop\">\n";
+echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">";
+echo "<b>" . _("Other Information") . "</b>\n";
+echo "</span>\n";
+echo "<ul>\n";
+echo "<li><a href=\"$home/promote.phtml\">" . _("GnuCash Banners!") . "</a></li>\n";
+echo "<li><a href=\"$home/sizing.phtml\">" . _("Sizing") . "</a></li>\n";
+echo "</ul>\n";
+?>



More information about the gnucash-changes mailing list