Show
Ignore:
Timestamp:
01/05/09 15:35:48 (4 years ago)
Author:
samuraraujo
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Explorator/trunk/app/views/layouts/_landmarks.rhtml

    r212 r231  
     1 
     2<div id= "searchform"> 
     3      <form id = "id_form_keyword">              
     4          <input id='seachbykeyword' type=="text" value ="" size='100' name= "value"/> <input id="go" type="button" value="&nbsp; Go &nbsp;"> <input id="search" type="button" value="&nbsp; Search &nbsp;"> 
     5      </form> 
     6           &nbsp 
     7  </div> 
     8 
    19<div class = "landmarks"> 
    210<div style="float:left">         
    3  <span><a href = "http://www.tecweb.inf.puc-rio.br" target="_blank"><img class ="tecweb" border ='0'  src = "http://www.tecweb.inf.puc-rio.br/tw-images/LogoTecWebSmall.png"/></a></span> 
     11 <span><a href = "http://www.tecweb.inf.puc-rio.br" target="_blank"><img class ="tecweb" border ='0'  src = "/images/LogoTecWebSmall.png"/></a></span> 
    412<span><a href = 'http://www.tecweb.inf.puc-rio.br/explorator/' target='_blank'> 
    513        <img border = "0" class="logo" src="/images/logo.png"/></a></span>  
     
    3947      </li> 
    4048  </ul> 
    41   </div> 
     49  </div>   
    4250   
    43   <div class= "searchform"> 
    44       <form id = "id_form_keyword">              
    45           <input id='seachbykeyword' type=="text" value ="" size='40' name= "value"/> <input id="go" type="button" value="&nbsp; Go &nbsp;"> <input id="search" type="button" value="&nbsp; Search &nbsp;"> 
    46       </form> 
    47   </div> 
    48  
    4951  <%= render :partial => '/layouts/toolbar' %> 
    5052