add placeholder for annots

This commit is contained in:
sanj 2010-09-01 21:40:36 +05:30
parent 0f887470da
commit ca9c88bb2a

View File

@ -22,6 +22,13 @@
.closeButton:hover {
color: red;
}
.annotation {
position: absolute;
left: 400px;
top: 20px;
}
</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="padma.layers.js"></script>
@ -34,6 +41,9 @@
<!-- <img src="<%= video.getFrame(linkData.tcIn) %>" /> -->
<video width="320" src="<%= video.getLayerVideo(linkData.tcIn, linkData.tcOut) %>" controls></video>
<!-- <img src="<%= video.getFrame(linkData.tcOut) %>" /> -->
<div class="annotation">
Transcripts / annotations will appear here.
</div>
<div class="closeButton">x</div>
</div>
</script>