Changeset 231 for Explorator/trunk/app/views/layouts/_landmarks.rhtml
- Timestamp:
- 01/05/09 15:35:48 (4 years ago)
- 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=" Go "> <input id="search" type="button" value=" Search "> 5 </form> 6   7 </div> 8 1 9 <div class = "landmarks"> 2 10 <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> 4 12 <span><a href = 'http://www.tecweb.inf.puc-rio.br/explorator/' target='_blank'> 5 13 <img border = "0" class="logo" src="/images/logo.png"/></a></span> … … 39 47 </li> 40 48 </ul> 41 </div> 49 </div> 42 50 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=" Go "> <input id="search" type="button" value=" Search ">46 </form>47 </div>48 49 51 <%= render :partial => '/layouts/toolbar' %> 50 52
