Current File : //var/wcp4/mycath2o/public_html/file/private/templates.old/common/editor_image.html
<html>
<head><title>Insert Image</title>
  <style>
    <%include editor_dialog.css%>
  </style>
<script language=JScript>

function done () {
	window.returnValue = document.all.source.value;
	window.close();
}

</script>
</head>
<body>
<table border=0 cellpadding=3 align=center>
	<tr>
		<td><font size=1>Picture Source</font></td><td><input size="40" id=source value="http://"></input></td>
	</tr>
</table>
<hr>
<div align=right>
	<button class=button onclick="done();">OK</button> &nbsp;
	<button class=button onclick="window.close();">Cancel</button>
</div>
</body>
</html>