Changeset 147

Show
Ignore:
Timestamp:
11/24/08 15:00:47 (7 months ago)
Author:
gallardj
Message:

Fixes #2820. Added the search bar, to the project request template.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • webmanagement/templates/project_request/bs_template.html

    r133 r147  
    6565<body> 
    6666<script src="/social/mod/toolbar/js.php"></script> 
    67 <div style="float:right"> 
    68 <img src="http://beaversource.oregonstate.edu/projects/admin/chrome/site/wordmark.gif" /> 
    69  
    70 </div> 
    71  
    7267<div id="banner"> 
    7368 
    74 <div id="header"><a id="logo" href="http://beaversource.oregonstate.edu/projects/"><img src="http://beaversource.oregonstate.edu/projects/admin/chrome/site/logo.png" alt="" /></a><hr /></div> 
     69  <div id="header"><!-- open div header --> 
     70    <div style="float: right;"><img src="/projects/admin/chrome/common/wordmark.gif"/></div> 
     71        <a href="/social" id="logo"><img alt="" src="/projects/admin/chrome/common/logo.png"/></a><hr/> 
     72  </div> 
     73  <form id="search" action="http://beaversource.oregonstate.edu/social/search/index.php" method="get"> 
     74  <div> 
     75    <input type="text" size="20" name="tag" value="Search" onclick="if (this.value=='Search') { this.value='' }" /> 
     76      <select name="user_type"> 
     77          <option value="">-- All --</option> 
     78            <option value="person">People</option> 
    7579 
    76 <div id="metanav" class="nav"> 
    77 <ul> 
    78 <li class="last"> </li> 
    79 </ul> 
     80              <option value="community">Communities</option> 
     81                <option value="projects">Projects</option> 
     82        </select> 
     83      <input type="submit" value="Go" /> 
     84  </div> 
     85  </form> 
    8086</div> 
    8187