[Gnucash-changes] r14224 - htdocs/trunk - Migrate 'search' templates to htdocs.

Derek Atkins warlord at cvs.gnucash.org
Sun May 28 15:36:38 EDT 2006


Author: warlord
Date: 2006-05-28 15:36:36 -0400 (Sun, 28 May 2006)
New Revision: 14224
Trac: http://svn.gnucash.org/trac/changeset/14224

Added:
   htdocs/trunk/search/
   htdocs/trunk/search/Makefile
   htdocs/trunk/search/README
   htdocs/trunk/search/build-indices.sh
   htdocs/trunk/search/index.html
   htdocs/trunk/search/namazu-cgi.sh
   htdocs/trunk/search/nmz.cron
   htdocs/trunk/search/nmz.logrotate
   htdocs/trunk/search/templates/
   htdocs/trunk/search/templates/NMZ.foot
   htdocs/trunk/search/templates/NMZ.head.php_tmpl
Removed:
   htdocs/trunk/search/templates/NMZ.foot
   htdocs/trunk/search/templates/NMZ.head.php_tmpl
Log:
Migrate 'search' templates to htdocs.
Many more modifications to follow.  It's not usable yet.


Copied: htdocs/trunk/search/Makefile (from rev 14106, mail-search/trunk/Makefile)

Copied: htdocs/trunk/search/README (from rev 14106, mail-search/trunk/README)

Copied: htdocs/trunk/search/build-indices.sh (from rev 14106, mail-search/trunk/build-indices.sh)

Copied: htdocs/trunk/search/index.html (from rev 14213, htdocs/trunk/externals/index.html)

Copied: htdocs/trunk/search/namazu-cgi.sh (from rev 14114, mail-search/trunk/namazu-cgi.sh)

Copied: htdocs/trunk/search/nmz.cron (from rev 14106, mail-search/trunk/nmz.cron)

Copied: htdocs/trunk/search/nmz.logrotate (from rev 14106, mail-search/trunk/nmz.logrotate)

Copied: htdocs/trunk/search/templates (from rev 14106, mail-search/trunk/templates)

Deleted: htdocs/trunk/search/templates/NMZ.foot
===================================================================
--- mail-search/trunk/templates/NMZ.foot	2006-05-18 00:05:39 UTC (rev 14106)
+++ htdocs/trunk/search/templates/NMZ.foot	2006-05-28 19:36:36 UTC (rev 14224)
@@ -1,17 +0,0 @@
-</div>
-
-<div id="tail">
-<hr />
-<p>
-This search system is powered by 
-<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
-</p>
-<a href="http://www.gnucash.org">GnuCash Home Page</a>
-<address>
-<!-- ADDRESS -->
-<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
-<!-- ADDRESS -->
-</address>
-</div>
-</body>
-</html>

Copied: htdocs/trunk/search/templates/NMZ.foot (from rev 14223, mail-search/trunk/templates/NMZ.foot)

Deleted: htdocs/trunk/search/templates/NMZ.head.php_tmpl
===================================================================
--- mail-search/trunk/templates/NMZ.head.php_tmpl	2006-05-18 00:05:39 UTC (rev 14106)
+++ htdocs/trunk/search/templates/NMZ.head.php_tmpl	2006-05-28 19:36:36 UTC (rev 14224)
@@ -1,76 +0,0 @@
-<?php
-$title = "Mailing List Search";
-include("externals/header.phtml");
-include("externals/menu.phtml");
-?>
-<style type="text/css"><!--
-  strong.keyword { color: Red; }
-  p.example      { text-indent: 1em; 
-                   color: Navy;
-		   font-weight: bold;
-                   font-family: monospace; }
-  code           { color: Navy;
-                   font-family: monospace; }
-  code.example   { color: Navy;
-		   font-weight: bold;
-                   font-family: monospace; }
-  code.operator  { color: Navy;
-                   font-family: monospace; 
-		   font-weight: bold; }
---></style>
-<div id="content">
-<h1><?= _($title); ?></h1>
-
-<form method="get" action="{cgi}">
-<p>
-<strong>Query:</strong> 
-<input type="text" name="query" size="40">
-<input type="submit" name="submit" value="Search!">
-<!-- <input type="hidden" name="idxname" value="foobar"> -->
-<a href="{cgi}">[How to search]</a>
-</p>
-<p>
-<strong>Display:</strong>
-<select name="max">
-<option value="10">10</option>
-<option selected value="20">20</option>
-<option value="30">30</option>
-<option value="50">50</option>
-<option value="100">100</option>
-</select>
-<strong>Description:</strong>
-<select name="result">
-<option selected value="normal">normal</option>
-<option value="short">short</option>
-</select>
-<strong>Sort:</strong>
-<select name="sort">
-<option selected value="score">by score</option>
-<option value="date:late">by date in late order</option>
-<option value="date:early">by date in early order</option>
-<option value="field:subject:ascending">by title in ascending order</option>
-<option value="field:subject:descending">by title in descending order</option>
-<option value="field:from:ascending">by author in ascending order</option>
-<option value="field:from:descending">by author in descending order</option>
-<option value="field:size:ascending">by size in ascending order</option>
-<option value="field:size:descending">by size in descending order</option>
-<option value="field:uri:ascending">by URI in ascending order</option>
-<option value="field:uri:descending">by URI in descending order</option>
-</select>
-</p>
-
-<p>
-<strong>Lists to Search:</strong>
-<ul>
-<input type="checkbox" name="idxname" value="gnucash-announce">gnucash-announce
-<input type="checkbox" name="idxname" value="gnucash-devel" checked>gnucash-devel
-<input type="checkbox" name="idxname" value="gnucash-user" checked>gnucash-user
-<input type="checkbox" name="idxname" value="gnucash-br">gnucash-br
-<input type="checkbox" name="idxname" value="gnucash-de">gnucash-de
-<input type="checkbox" name="idxname" value="gnucash-es">gnucash-es
-<input type="checkbox" name="idxname" value="gnucash-fr">gnucash-fr
-<input type="checkbox" name="idxname" value="gnucash-it">gnucash-it
-</ul>
-</p>
-</form>
-<hr />

Copied: htdocs/trunk/search/templates/NMZ.head.php_tmpl (from rev 14223, mail-search/trunk/templates/NMZ.head.php_tmpl)



More information about the gnucash-changes mailing list