... | in macro_viewer.naml |
46 47 48 49 50 51 52 53 54 55 56
|
<macro name="naml_video_link">
<a href="#" onclick="openVideo()">Watch a video</a>
<div id="demo-video" style="display:none;text-align:center;position:fixed;z-index:1001;width:100%;top:3em">
<div class="shaded-bg-color rounded drop-shadow" style="width:450px;height:400px;margin:0 auto;text-align:center">
<div style="text-align:right;padding:.3em .9em">
<a href="#" onclick="closeVideo()"><t>Close</t></a>
</div>
<iframe width="425" height="349" src="http://www.youtube.com/embed/06hd0keRN80" frameborder="0" allowfullscreen="true"></iframe>
</div>
</div>
</macro>
|
Free forum by Nabble | Edit this page |