topical media & game development
[] readme course(s) preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthought(s) appendix reference(s) example(s) resource(s) _

talk show tell print

portal-advancedsearch.php



  <div class="contentTitle">Advanced Search</div>                 
  
  <div class="AdvancedSearchForm" style="margin: 50px 50px 50px 200px;">
                          <form name="advancedsearch" action=<index.php> method="get">
                                  <input type="hidden" name="Page" value="AdvancedSearchResults" />
                                  <input type="hidden" name="Action" value="AdvancedSearch" />
                                  <h2 style="color: black;">Search for...</h2>
                                  <h3>Title contains</h3>
                                  <p><input name="title" type="text" size="100" /></p>
                                  <h3>Description contains</h3>
                                  <p><input name="description" type="text" size="100" /></p>
                                  <h3>Keywords</h3>
                                  <p><input name="keywords" type="text" size="100" /></p>
                                  <h3>Match by</h3>
                                  <ul>
                                          <li><input type="radio" name="matchconditions" value="all" checked /><i>all</i> of the conditions</li>
                                          <li><input type="radio" name="matchconditions" value="any" /><i>any</i> of the conditions</li>
                                  </ul>
                                  <h2 style="color: black;">Dates</h2>
                                  <ul>
                                          <li>
                                                  After:
                                                  <input type="text" name="afterdd" size="2" value="01" />
                                                  <input type="text" name="aftermm" size="2" value="01" />
                                                  <input type="text" name="afteryyyy" size="4" value="2000" />
                                          </li>
                                          <li>
                                                  Before:
                                                  <input type="text" name="beforedd" size="2" value="dd" />
                                                  <input type="text" name="beforemm" size="2" value="mm" />
                                                  <input type="text" name="beforeyyyy" size="4" value="yyyy" /> 
                                          </li>
                                  </ul>
  <!--                                <h2 style="color: black;">Categories</h2>
                                  <ul>
                                          <li><input type="checkbox" name="category_1" checked />category 1</li>
                                          <li><input type="checkbox" name="category_2" checked />category 2</li>
                                          <li><input type="checkbox" name="category_3" checked />category 3</li>
                                  </ul>
                                  <h2 style="color: black;">Media types</h2>
                                  <ul>
                                          <li><input type="checkbox" name="type_text" checked />text</li>
                                          <li><input type="checkbox" name="type_images" checked />images</li>
                                          <li><input type="checkbox" name="type_video" checked />video</li>
                                          <li><input type="checkbox" name="type_audio" checked />audio</li>
                                  </ul>-->
                                  
                                  <h2 style="color: black;">Sort by</h2>
                                  <ul>
                                          <li><input type="radio" name="sortby" value="relevance" checked />relevance</li>
                                          <li><input type="radio" name="sortby" value="datedes" />date (newest first)</li>
                                          <li><input type="radio" name="sortby" value="dateasc" />date (oldest first)</li>
                                  </ul>
                                  
                                  <input name="go" type="submit" value="search" />
                          </form>
  </div>


(C) A. Eliëns 2/9/2007

You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.