yacy_search_server/htroot/interaction_elements/Document_part.html
2012-06-21 11:01:02 +02:00

35 lines
1012 B
HTML

<style type="text/css" >
.sci_doc {
font: arial,helvetica,sans-serif;
font-size: 10px;
background: #ffffff;
border:0px;
width: 150px;
height: 20px;
z-index:99998;
}
</style>
<span id="sci_doc_#[hash]#" class="sci_doc" style="display: none;">
<img id="sci_doc_#[hash]#_img" src="/currentyacypeer/interaction_elements/document.png" width="16px" height="16px" alt="0" onclick="/* $('#sci_doc_#[hash]#_box').toggle();*/ return false">&nbsp; <span style="font-size: x-small; position: absolute; margin-top: 4px;"><span id="sci_doc_#[hash]#_title"></span></span>
</span>
<div id="sci_doc_#[hash]#_box" class="sci_panel" style="top: 50px; display: none;">
</div>
<script type="text/javascript" charset="utf-8">
document.getElementById('sci_doc_#[hash]#').style.display = "";
var metajson = getMetadata('#[url]#');
var title = metajson.item.title.substring(0, 20)+"...";
document.getElementById('sci_doc_#[hash]#_title').innerHTML = title;
</script>