File "editor_link.html"
Full Path: /home/analogde/www/private/templates/common/editor_link.html
File size: 625 bytes
MIME-type: text/html
Charset: utf-8
<html>
<head><title>Create a Link</title>
<style>
<%include editor_dialog.css%>
</style>
</head>
<body class=body>
<BR>
<table border=0 cellpadding=3 align=center>
<tr class=body>
<td valign="top"><div>URL:</div></td>
<td align="right">
<input size="40" id="url" name="url" value="http://"><BR>
<input type="button" class=button onclick="opener.dialogWindow.returnFunc(document.getElementById('url').value);window.close();" value="Submit">
<input type="button" class=button onclick="window.close();" value="Cancel">
</td>
</tr>
</table>
</body>
</html>