commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5327 - in trunk/www/web: project shared


From: jcater
Subject: r5327 - in trunk/www/web: project shared
Date: Mon, 15 Mar 2004 23:44:39 -0600 (CST)

Author: jcater
Date: 2004-03-15 23:44:39 -0600 (Mon, 15 Mar 2004)
New Revision: 5327

Added:
   trunk/www/web/project/search.php
Modified:
   trunk/www/web/shared/_menu.php
   trunk/www/web/shared/base.css
Log:
added page for htdig searches

Added: trunk/www/web/project/search.php
===================================================================
--- trunk/www/web/project/search.php    2004-03-16 05:25:31 UTC (rev 5326)
+++ trunk/www/web/project/search.php    2004-03-16 05:44:39 UTC (rev 5327)
@@ -0,0 +1,55 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+
+  <h1>Site Search</h1>
+  <p>
+  Please enter the items you'd like to search for in the space
+  provided below.
+  </p>
+  <form method="post" action="/cgi-bin/htsearch">
+    <fieldset>
+    <input type="hidden" name="config" value="htdig"/>
+    <input type="hidden" name="restrict" value=""/>
+    <input type="hidden" name="exclude" value=""/>
+    <p>
+      <label for="method">Match: </label>
+      <select name="method" id="method">
+        <option value="and" selected="selected">All</option>
+        <option value="or">Any</option>
+        <option value="boolean">Boolean</option>
+      </select>
+
+      <label for="format">Format:</label>
+      <select name="format" id="format">
+        <option value="builtin-long" selected="selected">Long</option>
+        <option value="builtin-short">Short</option>
+      </select>
+
+      <label for="sort">Sort by: </label>
+        <select name="sort" id="sort">
+          <option value="score" selected="selected">Score</option>
+          <option value="time">Time</option>
+          <option value="title">Title</option>
+          <option value="revscore">Reverse Score</option>
+          <option value="revtime">Reverse Time</option>
+          <option value="revtitle">Reverse Title</option>
+        </select>
+    </p>
+    <p>
+      <label for="search">Search:</label>
+      <input type="text" size="30" name="words" value="" id="search" />
+      <input type="submit" value="Search" />
+    </p>
+    </fieldset>
+  </form>
+
+  <p class="searchcredit">Powered by <a 
href="http://www.htdig.org/";>ht://Dig</a></p>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>

Modified: trunk/www/web/shared/_menu.php
===================================================================
--- trunk/www/web/shared/_menu.php      2004-03-16 05:25:31 UTC (rev 5326)
+++ trunk/www/web/shared/_menu.php      2004-03-16 05:44:39 UTC (rev 5327)
@@ -6,12 +6,12 @@
 <!--        <li><a href="http://www.gnuenterprise.org/downloads/"; 
>Downloads</a></li> -->
         <li><a href="<?php print "$BASEDIR"; ?>/downloads/" >Downloads</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/docs/" >Documentation</a></li>
-        <li><a href="<?php print "$BASEDIR"; ?>/project/screenshots.html" 
>Screenshots</a></li>
-        <li><a href="<?php print "$BASEDIR"; ?>/project/bugs.html" >Bug 
Tracking</a></li>
-        <li><a href="<?php print "$BASEDIR"; ?>/project/media.html" >Media 
Resources</a></li>
+        <li><a href="<?php print "$BASEDIR"; ?>/project/screenshots.php" 
>Screenshots</a></li>
+        <li><a href="<?php print "$BASEDIR"; ?>/project/bugs.php" >Bug 
Tracking</a></li>
+        <li><a href="<?php print "$BASEDIR"; ?>/project/media/" >Media 
Resources</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/developers/" >Developer's 
Corner</a></li>
-        <li><a href="<?php print "$BASEDIR"; ?>/project/involve.html" >Get 
Involved!</a></li>
-        <li><a href="<?php print "$BASEDIR"; ?>/project/search/" 
>Search</a></li>
+        <li><a href="<?php print "$BASEDIR"; ?>/project/involve.php" >Get 
Involved!</a></li>
+        <li><a href="<?php print "$BASEDIR"; ?>/project/search.php" 
>Search</a></li>
       </ul>
 
     <?php @include("_extra_menu.php") ?>

Modified: trunk/www/web/shared/base.css
===================================================================
--- trunk/www/web/shared/base.css       2004-03-16 05:25:31 UTC (rev 5326)
+++ trunk/www/web/shared/base.css       2004-03-16 05:44:39 UTC (rev 5327)
@@ -269,3 +269,9 @@
   display: inline;
   margin-left: 5px;
 }
+
+
+p.searchcredit {
+  font-size: 9px;
+  text-align: right;
+}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]