Revision 4071
Added by berkley over 16 years ago
index.jsp | ||
---|---|---|
57 | 57 |
<a href="javascript:showBrowsePane()"><img id="browsetabimg" src="style/skins/sms/browse-tab.png"/></a><img id="browsetabimgsel" src="style/skins/sms/browse-tab-selected.png"/> |
58 | 58 |
|
59 | 59 |
<!--search panel--> |
60 |
<div id="searchdiv" style="background:grey; border:1px solid; height: 99%; width: 99%;">
|
|
60 |
<div id="searchdiv" style="background:grey; border:1px solid; width: 99%;"> |
|
61 | 61 |
<div style="padding: 5px;"> |
62 | 62 |
<h4 style="text-align:center">Semantic Search</h4> |
63 | 63 |
<form> |
... | ... | |
71 | 71 |
</table> |
72 | 72 |
</form> |
73 | 73 |
</div> |
74 |
|
|
75 |
<div id="innersearchresultdiv" style="position: relative; left: 3px; padding: 10px; width: 595px; "> |
|
76 |
<div id="searchresulttable"> |
|
77 |
<!--this is filled in via an AJAX call. see search()--> |
|
78 |
</div> |
|
79 |
</div> |
|
74 | 80 |
</div> |
75 | 81 |
|
76 | 82 |
|
77 | 83 |
<!--upload panel--> |
78 |
<div id="uploaddiv" style="background:grey; border:1px solid; width: 99%; height: 99%;">
|
|
84 |
<div id="uploaddiv" style="background:grey; border:1px solid; width: 99%;"> |
|
79 | 85 |
<div style="padding:5px;"> |
80 | 86 |
<h4 style="text-align:center">Upload an ontology or data package</h4> |
81 | 87 |
<form action="metacat" name="uploadform" method="POST" enctype="multipart/form-data"> |
Also available in: Unified diff
fixed bug in prev/next buttons