add placeholder for annots
This commit is contained in:
parent
0f887470da
commit
ca9c88bb2a
10
taha.html
10
taha.html
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user