Sha256: 50e9205705e08a387fa95cb42edb84153aea31194ceec1b89660df5a2390b502
Contents?: true
Size: 933 Bytes
Versions: 12
Compression:
Stored size: 933 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{#addvideo_dlg.title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="js/dialog.js"></script> </head> <body> <form onsubmit="AddvideoDialog.insert();return false;" action="#"> <p>Please enter the details of your video</p> <p>Video Title: <input id="videotitle" name="videotitle" type="text" class="text" /></p> <p>Video URL: <input id="videourl" name="videourl" type="text" class="text" /></p> <div class="mceActionPanel"> <input type="button" id="insert" name="insert" value="{#insert}" onclick="AddvideoDialog.insert();" /> <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> </div> </form> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems