Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
private
/
templates
/
common
:
editor_link.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<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>