|
Revision 212, 2.0 KB
(checked in by samuraraujo, 4 years ago)
|
|
|
| Line | |
|---|
| 1 | <div class = "landmarks"> |
|---|
| 2 | <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> |
|---|
| 4 | <span><a href = 'http://www.tecweb.inf.puc-rio.br/explorator/' target='_blank'> |
|---|
| 5 | <img border = "0" class="logo" src="/images/logo.png"/></a></span> |
|---|
| 6 | </div> |
|---|
| 7 | <div id="mainmenu"> |
|---|
| 8 | <ul> |
|---|
| 9 | <li><h2>MENU                              |
|---|
| 10 | <img class="arrow" src="/images/arrow_video_down_white_2.png" |
|---|
| 11 | width="13" height="13"></h2> |
|---|
| 12 | <ul> |
|---|
| 13 | <div > |
|---|
| 14 | <a onclick ="ajax_request('/css/')">CSS</a> |
|---|
| 15 | </div> |
|---|
| 16 | |
|---|
| 17 | <div > |
|---|
| 18 | <a id = "classes" class = "_new" exp= "SemanticExpression.new.union(:s,Namespace.lookup(:rdf,:type),Namespace.lookup(:rdfs,:Class))">All RDF Classes</a> |
|---|
| 19 | </div> |
|---|
| 20 | |
|---|
| 21 | <div > |
|---|
| 22 | <a id = "properties" class = "_new" exp= "SemanticExpression.new.union(:s,Namespace.lookup(:rdf,:type),Namespace.lookup(:rdf,:Property))">All RDF Properties</a> |
|---|
| 23 | </div> |
|---|
| 24 | <div > |
|---|
| 25 | <a onclick ="$('container').show()">Query</a> |
|---|
| 26 | </div> |
|---|
| 27 | |
|---|
| 28 | <div > |
|---|
| 29 | <a onclick ="ajax_request('/repository/index')">Repositories</a> |
|---|
| 30 | </div> |
|---|
| 31 | |
|---|
| 32 | <div > |
|---|
| 33 | <a onclick ="ajax_request('/application/index')">Sessions (<%=session[:application].instance.rdfs::label%>)</a> |
|---|
| 34 | </div> |
|---|
| 35 | <div > |
|---|
| 36 | <a href = "http://www.tecweb.inf.puc-rio.br/explorator/" target = "_blank">Help</a> |
|---|
| 37 | </div> |
|---|
| 38 | </ul> |
|---|
| 39 | </li> |
|---|
| 40 | </ul> |
|---|
| 41 | </div> |
|---|
| 42 | |
|---|
| 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 | <%= render :partial => '/layouts/toolbar' %> |
|---|
| 50 | |
|---|
| 51 | </div> |
|---|