home *** CD-ROM | disk | FTP | other *** search
/ ifirobotics.com / www.ifirobotics.com.tar / www.ifirobotics.com / forum / search.php?sid=ae7c5f2bad048d1700778ad32f89681d.orig < prev    next >
Text File  |  2011-07-09  |  18KB  |  340 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title="FAQ & Technical Support Forum Index" />
  8. <link rel="search" href="./search.php" title="Search" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Memberlist" />
  11.  
  12. <title>FAQ & Technical Support :: Search</title>
  13. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  14. <style type="text/css">
  15. <!--
  16. /*
  17.   The original subSilver Theme for phpBB version 2+
  18.   Created by subBlue design
  19.   http://www.subBlue.com
  20.  
  21.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  22.   theme administration centre. When you have finalised your style you could cut the final CSS code
  23.   and place it in an external file, deleting this section to save bandwidth.
  24. */
  25.  
  26. /* General page style. The scroll bar colours only visible in IE5.5+ */
  27. body {
  28.     background-image: url(templates/subSilver/images/grapha.gif);
  29.     scrollbar-face-color: #DEE3E7;
  30.     scrollbar-highlight-color: #FFFFFF;
  31.     scrollbar-shadow-color: #DEE3E7;
  32.     scrollbar-3dlight-color: #D1D7DC;
  33.     scrollbar-arrow-color:  #006699;
  34.     scrollbar-track-color: #EFEFEF;
  35.     scrollbar-darkshadow-color: #98AAB1;
  36. }
  37.  
  38. /* General font families for common tags */
  39. font,th,td,p { font-family: Verdana,
  40.   Arial, Helvetica, sans-serif }
  41. a:link,a:active,a:visited { color : #006699; }
  42. a:hover        { text-decoration: underline; color : #DD6900; }
  43. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  44.  
  45. /* This is the border line & background colour round the entire page */
  46. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  47.  
  48. /* This is the outline round the main forum tables */
  49. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  50.  
  51. /* Main table cell colours and backgrounds */
  52. td.row1    { background-color: #EFEFEF; }
  53. td.row2    { background-color: #DEE3E7; }
  54. td.row3    { background-color: #D1D7DC; }
  55.  
  56. /*
  57.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  58.   By default this is the fading out gradiated silver background.
  59.   However, you could replace this with a bitmap specific for each forum
  60. */
  61. td.rowpic {
  62.         background-color: #FFFFFF;
  63.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  64.         background-repeat: repeat-y;
  65. }
  66.  
  67. /* Header cells - the blue and silver gradient backgrounds */
  68. th    {
  69.     color: #FFA34F; font-size: 11px; font-weight : bold;
  70.     background-color: #006699; height: 25px;
  71.     background-image: url(templates/subSilver/images/cellpic3.gif);
  72. }
  73.  
  74. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  75.             background-image: url(templates/subSilver/images/cellpic1.gif);
  76.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  77. }
  78.  
  79. /*
  80.   Setting additional nice inner borders for the main table cells.
  81.   The names indicate which sides the border will be on.
  82.   Don't worry if you don't understand this, just ignore it :-)
  83. */
  84. td.cat,td.catHead,td.catBottom {
  85.     height: 29px;
  86.     border-width: 0px 0px 0px 0px;
  87. }
  88. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  89.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  90. }
  91. td.row3Right,td.spaceRow {
  92.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  93. }
  94.  
  95. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  96. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  97. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  98. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  99. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  100. th.thTop     { border-width: 1px 0px 0px 0px; }
  101. th.thCornerL { border-width: 1px 0px 0px 1px; }
  102. th.thCornerR { border-width: 1px 1px 0px 0px; }
  103.  
  104. /* The largest text used in the index page title and toptic title etc. */
  105. .maintitle    {
  106.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana,
  107.   Arial, Helvetica, sans-serif;
  108.     text-decoration: none; line-height : 120%; color : #000000;
  109. }
  110.  
  111. /* General text */
  112. .gen { font-size : 12px; }
  113. .genmed { font-size : 11px; }
  114. .gensmall { font-size : 10px; }
  115. .gen,.genmed,.gensmall { color : #000000; }
  116. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  117. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  118.  
  119. /* The register, login, search etc links at the top of the page */
  120. .mainmenu        { font-size : 11px; color : #000000 }
  121. a.mainmenu        { text-decoration: none; color : #006699;  }
  122. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  123.  
  124. /* Forum category titles */
  125. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  126. a.cattitle        { text-decoration: none; color : #006699; }
  127. a.cattitle:hover{ text-decoration: underline; }
  128.  
  129. /* Forum title: Text and link to the forums used in: index.php */
  130. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  131. a.forumlink     { text-decoration: none; color : #006699; }
  132. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  133.  
  134. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  135. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  136. a.nav            { text-decoration: none; color : #006699; }
  137. a.nav:hover        { text-decoration: underline; }
  138.  
  139. /* titles for the topics: could specify viewed link colour too */
  140. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  141. a.topictitle:link   { text-decoration: none; color : #006699; }
  142. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  143. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  144.  
  145. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  146. .name            { font-size : 11px; color : #000000;}
  147.  
  148. /* Location, number of posts, post date etc */
  149. .postdetails        { font-size : 10px; color : #000000; }
  150.  
  151. /* The content of the posts (body of text) */
  152. .postbody { font-size : 12px; line-height: 18px}
  153. a.postlink:link    { text-decoration: none; color : #006699 }
  154. a.postlink:visited { text-decoration: none; color : #5493B4; }
  155. a.postlink:hover { text-decoration: underline; color : #DD6900}
  156.  
  157. /* Quote & Code blocks */
  158. .code {
  159.     font-family: Courier, 'Courier New',
  160.   sans-serif; font-size: 11px; color: #006600;
  161.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  162.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  163. }
  164.  
  165. .quote {
  166.     font-family: Verdana,
  167.   Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  168.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  169.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  170. }
  171.  
  172. /* Copyright and bottom info */
  173. .copyright        { font-size: 10px; font-family: Verdana,
  174.   Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  175. a.copyright        { color: #444444; text-decoration: none;}
  176. a.copyright:hover { color: #000000; text-decoration: underline;}
  177.  
  178. /* Form elements */
  179. input,textarea, select {
  180.     color : #000000;
  181.     font: normal 11px Verdana,
  182.   Arial, Helvetica, sans-serif;
  183.     border-color : #000000;
  184. }
  185.  
  186. /* The text input fields background colour */
  187. input.post, textarea.post, select {
  188.     background-color : #FFFFFF;
  189. }
  190.  
  191. input { text-indent : 2px; }
  192.  
  193. /* The buttons used for bbCode styling in message post */
  194. input.button {
  195.     background-color : #EFEFEF;
  196.     color : #000000;
  197.     font-size: 11px; font-family: Verdana,
  198.   Arial, Helvetica, sans-serif;
  199. }
  200.  
  201. /* The main submit button option */
  202. input.mainoption {
  203.     background-color : #FAFAFA;
  204.     font-weight : bold;
  205. }
  206.  
  207. /* None-bold submit button */
  208. input.liteoption {
  209.     background-color : #FAFAFA;
  210.     font-weight : normal;
  211. }
  212.  
  213. /* This is the line in the posting page which shows the rollover
  214.   help line. This is actually a text box, but if set to be the same
  215.   colour as the background no one will know ;)
  216. */
  217. .helpline { background-color: #DEE3E7; border-style: none; }
  218.  
  219. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  220. @import url("templates/subSilver/formIE.css");
  221. -->
  222. </style>
  223. <!-- QuickMenu Pro, Copyright (c) 1998-2003, OpenCube Inc., All Rights Reserved. -->
  224. <SCRIPT LANGUAGE="JavaScript1.2">dqm__codebase = 'http://www.ifirobotics.com/app/'</SCRIPT>
  225. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/electronic_menu_settings.js"></SCRIPT>
  226. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/tdqm_loader.js"></SCRIPT>
  227. </head>
  228. <body text="#000000" link="#006699" vlink="#5493B4">
  229.  
  230. <a name="top"></a>
  231. <TABLE BACKGROUND="http://www.ifirobotics.com/images/general/brushed-aluminum-menu.gif" WIDTH="750" cellspacing="0" cellpadding="0" height="104">
  232.   <TR>
  233.     <TD valign="top">
  234.     <A TITLE="IFI Robotics - The Art and Science of Control" HREF="../index.htm">
  235.     <img border="0" src="http://www.ifirobotics.com/app/empty13x8.gif" width="210" height="76"></A><br><SCRIPT LANGUAGE="JavaScript1.2">generate_mainitems()</SCRIPT>
  236.     </TD>
  237.   </TR>
  238. </TABLE>
  239. <br>
  240. <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
  241.     <tr>
  242.         <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
  243.             <tr>
  244.                 <table cellspacing="0" cellpadding="2" border="0">
  245.                     <tr>
  246.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Search" hspace="3" />Search</a> 
  247.                          <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Log in" hspace="3" />Log in</a> </span></td>
  248.                     </tr>
  249.                 </table></td>
  250.             </tr>
  251.         </table>
  252.  
  253.         <br />
  254.  
  255.  
  256. <form action="search.php?mode=results" method="POST"><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  257.     <tr>
  258.         <td align="left"><span class="nav"><a href="index.php" class="nav">FAQ & Technical Support Forum Index</a></span></td>
  259.     </tr>
  260. </table>
  261.  
  262. <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0">
  263.     <tr>
  264.         <th class="thHead" colspan="4" height="25">Search Query</th>
  265.     </tr>
  266.     <tr>
  267.         <td class="row1" colspan="2" width="50%"><span class="gen">Search for Keywords:</span><br /><span class="gensmall">You can use <u>AND</u> to define words which must be in the results, <u>OR</u> to define words which may be in the result and <u>NOT</u> to define words which should not be in the result. Use * as a wildcard for partial matches</span></td>
  268.         <td class="row2" colspan="2" valign="top"><span class="genmed"><input type="text" style="width: 300px" class="post" name="search_keywords" size="30" /><br /><input type="radio" name="search_terms" value="any" checked="checked" /> Search for any terms or use query as entered<br /><input type="radio" name="search_terms" value="all" /> Search for all terms</span></td>
  269.     </tr>
  270.     <tr>
  271.         <td class="row1" colspan="2"><span class="gen">Search for Author:</span><br /><span class="gensmall">Use * as a wildcard for partial matches</span></td>
  272.         <td class="row2" colspan="2" valign="middle"><span class="genmed"><input type="text" style="width: 300px" class="post" name="search_author" size="30" /></span></td>
  273.     </tr>
  274.     <tr>
  275.         <th class="thHead" colspan="4" height="25">Search Options</th>
  276.     </tr>
  277.     <tr>
  278.         <td class="row1" align="right"><span class="gen">Forum: </span></td>
  279.         <td class="row2"><span class="genmed"><select class="post" name="search_forum"><option value="-1">All available</option><option value="23">Additional FIRST Parts</option><option value="19">KITBot Chassis</option><option value="25">Pneumatics</option><option value="28">General Mechanical FAQs</option><option value="29">EasyC</option><option value="24">CMU Camera 2</option><option value="11">Control System Overview</option><option value="5">Operator Interface</option><option value="6">Robot Controller</option><option value="12">Radios - 900MHz</option><option value="13">Victor Speed Controllers</option><option value="15">Spike Relay Module</option><option value="16">Dashboard Port and Viewer</option><option value="7">C Programming</option><option value="10">Downloading</option><option value="18">C Compiling & Debugging</option><option value="22">Breaker Panel</option><option value="30">USB-CHICKLET</option><option value="8">Mini - Robot Kit Components</option><option value="9">Mini - Robot Controller</option><option value="17">Mini - Pneumatics</option></select></span></td>
  280.         <td class="row1" align="right" nowrap="nowrap"><span class="gen">Search previous: </span></td>
  281.         <td class="row2" valign="middle"><span class="genmed"><select class="post" name="search_time"><option value="0" selected="selected">All Posts</option><option value="1">1 Day</option><option value="7">7 Days</option><option value="14">2 Weeks</option><option value="30">1 Month</option><option value="90">3 Months</option><option value="180">6 Months</option><option value="364">1 Year</option></select><br /><input type="radio" name="search_fields" value="all" checked="checked" /> Search topic title and message text<br /><input type="radio" name="search_fields" value="msgonly" /> Search message text only</span></td>
  282.     </tr>
  283.     <tr>
  284.         <td class="row1" align="right"><span class="gen">Category: </span></td>
  285.         <td class="row2"><span class="genmed"><select class="post" name="search_cat"><option value="-1">All available</option><option value="7">Mechainical Product FAQ</option><option value="4">Electronic Product FAQ</option><option value="6">Mini Robotics</option>
  286.         </select></span></td>
  287.         <td class="row1" align="right"><span class="gen">Sort by: </span></td>
  288.         <td class="row2" valign="middle" nowrap="nowrap"><span class="genmed"><select class="post" name="sort_by"><option value="0">Post Time</option><option value="1">Post Subject</option><option value="2">Topic Title</option><option value="3">Author</option><option value="4">Forum</option></select><br /><input type="radio" name="sort_dir" value="ASC" /> Ascending<br /><input type="radio" name="sort_dir" value="DESC" checked="checked" /> Descending</span> </td>
  289.     </tr>
  290.     <tr>
  291.         <td class="row1" align="right" nowrap="nowrap"><span class="gen">Display results as: </span></td>
  292.         <td class="row2" nowrap="nowrap"><input type="radio" name="show_results" value="posts" /><span class="genmed">Posts<input type="radio" name="show_results" value="topics" checked="checked" />Topics</span></td>
  293.         <td class="row1" align="right"><span class="gen">Return first</span></td>
  294.         <td class="row2"><span class="genmed"><select class="post" name="return_chars"><option value="-1">All available</option><option value="0">0</option><option value="25">25</option><option value="50">50</option><option value="100">100</option><option value="200" selected="selected">200</option><option value="300">300</option><option value="400">400</option><option value="500">500</option><option value="600">600</option><option value="700">700</option><option value="800">800</option><option value="900">900</option><option value="1000">1000</option></select> characters of posts</span></td>
  295.     </tr>
  296.     <tr>
  297.         <td class="catBottom" colspan="4" align="center" height="28"><input class="liteoption" type="submit" value="Search" /></td>
  298.     </tr>
  299. </table>
  300.  
  301. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  302.     <tr>
  303.         <td align="right" valign="middle"><span class="gensmall">All times are GMT - 6 Hours</span></td>
  304.     </tr>
  305. </table></form>
  306.  
  307. <table width="100%" border="0">
  308.     <tr>
  309.         <td align="right" valign="top">
  310. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  311.     <tr>
  312.         <td nowrap="nowrap"><span class="gensmall">Jump to: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Select a forum</option><option value="-1"> </option><option value="-1">Mechainical Product FAQ</option><option value="-1">----------------</option><option value="23">Additional FIRST Parts</option><option value="19">KITBot Chassis</option><option value="25">Pneumatics</option><option value="28">General Mechanical FAQs</option><option value="-1"> </option><option value="-1">Electronic Product FAQ</option><option value="-1">----------------</option><option value="29">EasyC</option><option value="24">CMU Camera 2</option><option value="11">Control System Overview</option><option value="5">Operator Interface</option><option value="6">Robot Controller</option><option value="12">Radios - 900MHz</option><option value="13">Victor Speed Controllers</option><option value="15">Spike Relay Module</option><option value="16">Dashboard Port and Viewer</option><option value="7">C Programming</option><option value="10">Downloading</option><option value="18">C Compiling & Debugging</option><option value="22">Breaker Panel</option><option value="30">USB-CHICKLET</option><option value="-1"> </option><option value="-1">Mini Robotics</option><option value="-1">----------------</option><option value="8">Mini - Robot Kit Components</option><option value="9">Mini - Robot Controller</option><option value="17">Mini - Pneumatics</option></select><input type="hidden" name="sid" value="ae7c5f2bad048d1700778ad32f89681d" /> <input type="submit" value="Go" class="liteoption" /></span></td>
  313.     </tr>
  314. </table></form>
  315.  
  316. </td>
  317.     </tr>
  318. </table>
  319.  
  320.  
  321. <div align="center"><span class="copyright"><br /><br />
  322. <!--
  323.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  324.     This not only gives respect to the large amount of time given freely by the developers
  325.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  326.     reason) retain the full copyright we request you at least leave in place the
  327.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  328.     to include even this then support on our forums may be affected.
  329.  
  330.     The phpBB Group : 2002
  331. // -->
  332. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br /></span></div>
  333.         </td>
  334.     </tr>
  335. </table>
  336.  
  337. </body>
  338. </html>
  339.  
  340.