[Gnucash-changes] r12855 - htdocs/trunk/en/menu - relocating menus to external positions

Neil Williams codehelp at cvs.gnucash.org
Wed Jan 18 19:23:04 EST 2006


Author: codehelp
Date: 2006-01-18 19:23:03 -0500 (Wed, 18 Jan 2006)
New Revision: 12855
Trac: http://svn.gnucash.org/trac/changeset/12855

Removed:
   htdocs/trunk/en/menu/menu-developer.phtml
   htdocs/trunk/en/menu/menu-documentation.phtml
   htdocs/trunk/en/menu/menu-downloads.phtml
   htdocs/trunk/en/menu/menu-general.phtml
   htdocs/trunk/en/menu/menu-help.phtml
   htdocs/trunk/en/menu/menu-main-help.phtml
   htdocs/trunk/en/menu/menu-other.phtml
   htdocs/trunk/en/menu/menu-search.phtml
Modified:
   htdocs/trunk/en/menu/menu-main-developer.phtml
   htdocs/trunk/en/menu/menu-main-documentation.phtml
   htdocs/trunk/en/menu/menu-main-general.phtml
   htdocs/trunk/en/menu/menu-main-other.phtml
   htdocs/trunk/en/menu/menu-main-search.phtml
   htdocs/trunk/en/menu/menu-main.phtml
Log:
relocating menus to external positions

Deleted: htdocs/trunk/en/menu/menu-developer.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-developer.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-developer.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,14 +0,0 @@
-<?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><li><a href=\"$home/en/architecture.phtml\">System Architecture</a></li>\n";
-echo "<li><a href=\"$home/en/roadmap.phtml\">The Road Ahead</a></li>\n";
-echo "<li><a href=\"http://linas.org/linux/gnucash/projects.html\">Project Goals</a></li>\n";
-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/\">Browse Source Code</a></li>\n";
-echo "<li><a href=\"http://wiki.gnucash.org/wiki/Subversion\">SVN Access</a></li>\n";
-echo "<li><a href=\"http://www.gnucash.org/trans/\">Language Translations</a></li>\n";
-echo "</ul>\n";
-?>

Deleted: htdocs/trunk/en/menu/menu-documentation.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-documentation.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-documentation.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,18 +0,0 @@
-<?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><li>\n";
-echo "<a href=\"http://wiki.gnucash.org/wiki/\">Wiki/FAQ</a>&nbsp;";
-echo "<a href=\"http://linuxwiki.de/GnuCash\">[de]</a></li>\n<li>";
-echo "<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=\"$home/en/sql.phtml\">SQL HOWTO</a></li>\n";
-echo "<li><a href=\"$home/en/docs.phtml\">more...</a></li>\n";
-echo "\n</ul>\n";
-?>

Deleted: htdocs/trunk/en/menu/menu-downloads.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-downloads.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-downloads.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,9 +0,0 @@
-<span class="linktop">
-<img class="dot" src="/images/webding.png" alt="marker">
-<b>Downloads</b></span>
-<ul>
-<li><a href="http://www.gnucash.org/pub/">USA (master site)</a></li>
-<li><a href="http://ftp.at.gnucash.org/pub/gnucash/">Europe</a></li>
-<li><a href="http://sourceforge.net/project/showfiles.php?group_id=192">SourceForge</a></li>
-<li><a href="ftp://planetmirror.com/pub/gnucash/">Australia</a></li>
-</ul>

Deleted: htdocs/trunk/en/menu/menu-general.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-general.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-general.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,14 +0,0 @@
-<?php
-echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"/images/webding.png\" alt=\"marker\">\n";
-echo "<b>General Information</b>\n";
-echo "</span>\n";
-echo "<ul>\n";
-echo "<li><a href=\"$home/en/index.phtml\">Home / News </a></li>\n";
-echo "<li><a href=\"$home/en/features.phtml\">Features</a></li>\n";
-echo "<li><a href=\"$home/en/screenshots.phtml\">Screenshots</a></li>\n";
-echo "<li><a href=\"$home/en/donations.phtml\">Donations</a></li>\n";
-echo "<li><a href=\"$home/en/contribute.phtml\">How To Help</a></li>\n";
-echo "<li><a href=\"$home/en/required.phtml\">Software Dependencies</a></li>\n";
-echo "</ul>\n";
-?>

Deleted: htdocs/trunk/en/menu/menu-help.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-help.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-help.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,12 +0,0 @@
-<span class="linktop">
-<img class="dot" src="/images/webding.png" alt="marker">
-<b>Help</b></span>
-<ul><li><a href="/en/lists.phtml">Mailing Lists</a>
-<li style="list-style-image:none;list-style-type:none;"><ul><li>
-<a href="https://lists.gnucash.org/search/">Search</a>
-</li></ul></li>
-<?php
-echo "<li><a href=\"$home/en/bugs.phtml\">Bug Reports</a></li>\n";
-echo "<li><a href=\"$home/en/irc.phtml\">IRC (Chat)</a></li>\n";
-?>
-</ul>

Modified: htdocs/trunk/en/menu/menu-main-developer.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-developer.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-main-developer.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -12,20 +12,20 @@
 
 echo "<div id=\"news\">";
 echo "<div id=\"othernews\">";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-general.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-help.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-help.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-downloads.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-downloads.phtml");
 # highlighted menu entry:
 echo "</div>\n<div class=\"highlight\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-developer.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-developer.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-other.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-search.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/en/menu/menu-main-documentation.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-documentation.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-main-documentation.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -12,20 +12,20 @@
 }
 
 echo "<div id=\"news\"><div class=\"othernews\">";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-general.phtml");
 # highlighted menu entry:
 echo "</div>\n<div class=\"highlight\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-help.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-help.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-downloads.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-downloads.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-developer.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-developer.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-other.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-search.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/en/menu/menu-main-general.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-general.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-main-general.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -13,19 +13,19 @@
 echo "<div id=\"news\">";
 # highlighted menu entry:
 echo "<div class=\"highlight\">";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-general.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-documentation.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-help.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-help.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-downloads.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-downloads.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-developer.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-developer.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-other.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-search.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Deleted: htdocs/trunk/en/menu/menu-main-help.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-help.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-main-help.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,33 +0,0 @@
-<!-- MENU:START -->
-<?php if (!ini_get('register_globals')) {
- include("../emulate_globals_on.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($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
-echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
-# highlighted menu entry:
-echo "</div>\n<div class=\"highlight\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-help.phtml");
-echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-downloads.phtml");
-echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-developer.phtml");
-echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
-echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
-echo "</div>\n";
-echo "</div>\n";
-?>
-
-
-<!-- MENU:END -->

Modified: htdocs/trunk/en/menu/menu-main-other.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-other.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-main-other.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -11,20 +11,20 @@
 }
 
 echo "<div id=\"news\"><div class=\"othernews\">";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-general.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-help.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-help.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-downloads.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-downloads.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-developer.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-developer.phtml");
 # highlighted menu entry:
 echo "</div>\n<div class=\"highlight\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-other.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-search.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/en/menu/menu-main-search.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-search.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-main-search.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -11,20 +11,20 @@
 }
 
 echo "<div id=\"news\"><div class=\"othernews\">";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-general.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-help.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-help.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-downloads.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-downloads.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-developer.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-developer.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-other.phtml");
 # highlighted menu entry:
 echo "</div>\n<div class=\"highlight\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-search.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/en/menu/menu-main.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-main.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -13,19 +13,19 @@
 echo "<div id=\"news\">\n";
 # highlighted menu entry:
 echo "<div class=\"highlight\">";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-general.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-help.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-help.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-downloads.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-downloads.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-developer.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-developer.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-other.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
+include($GLOBALS['DOCUMENT_ROOT']."/externals/en/menu-search.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Deleted: htdocs/trunk/en/menu/menu-other.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-other.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-other.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,16 +0,0 @@
-<?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/en/links.phtml\">Related Financial Software</a></li>\n";
-echo "<li><a href=\"$home/en/articles.phtml\">GnuCash in the News</a></li>\n";
-echo "<li><a href=\"$home/en/promote.phtml\">GnuCash Banners!</a></li>\n";
-echo "<li><a href=\"$home/en/history.phtml\">History &amp; Credits</a></li>\n";
-echo "<li><a href=\"$home/en/quiz-results.phtml\">Survey Results</a></li>\n";
-echo "<li><a href=\"$home/en/sizing.phtml\">Sizing</a></li>\n";
-echo "<li><a href=\"$home/en/rss-feed.phtml\">\n";
-echo "<img src=\"/images/rss.gif\" alt=\"rss logo\"></a></li>\n";
-echo "</ul>\n";
-?>

Deleted: htdocs/trunk/en/menu/menu-search.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-search.phtml	2006-01-19 00:21:13 UTC (rev 12854)
+++ htdocs/trunk/en/menu/menu-search.phtml	2006-01-19 00:23:03 UTC (rev 12855)
@@ -1,14 +0,0 @@
-<div style="position:relative;top:0;left:1em;margin:1em;">
-<form action="/en/search.phtml" method="get"
-enctype="application/x-www-form-urlencoded">
-<div>
-<span>Search:</span>
-<input type="text" name="words" size="15"><br>
-<small>Sort method:</small>
-<select name="sort">
-<option value="sort">Standard
-<option value="time">Time
-<option value="revtime">Time (reversed)
-</select></div>
-</form>
-</div>
\ No newline at end of file



More information about the gnucash-changes mailing list