1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <title>{$lang_insert_anchor_title}
</title>
4 <script language=
"javascript" type=
"text/javascript" src=
"../../tiny_mce_popup.js"></script>
5 <script language=
"javascript" type=
"text/javascript" src=
"jscripts/anchor.js"></script>
6 <base target=
"_self" />
8 <body onload=
"tinyMCEPopup.executeOnLoad('init();');" style=
"display: none">
9 <form onsubmit=
"insertAnchor();return false;" action=
"#">
11 <table border=
"0" cellpadding=
"4" cellspacing=
"0">
13 <td colspan=
"2" class=
"title">{$lang_insert_anchor_title}
</td>
16 <td nowrap=
"nowrap">{$lang_insert_anchor_name}:
</td>
17 <td><input name=
"anchorName" type=
"text" id=
"anchorName" value=
"" style=
"width: 200px" /></td>
21 <div class=
"mceActionPanel">
22 <div style=
"float: left">
23 <input type=
"button" id=
"insert" name=
"insert" value=
"{$lang_update}" onclick=
"insertAnchor();" />
26 <div style=
"float: right">
27 <input type=
"button" id=
"cancel" name=
"cancel" value=
"{$lang_cancel}" onclick=
"tinyMCEPopup.close();" />