2008-01-17 16:44:05 +01:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2005-11-13 05:43:57 +01:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2008-01-17 16:44:05 +01:00
|
|
|
<title>{#advanced_dlg.anchor_title}</title>
|
2008-07-31 06:01:30 +02:00
|
|
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=311b"></script>
|
|
|
|
<script type="text/javascript" src="js/anchor.js?ver=311b"></script>
|
2008-03-12 23:47:11 +01:00
|
|
|
<base target="_self" />
|
2005-11-13 05:43:57 +01:00
|
|
|
</head>
|
2008-01-17 16:44:05 +01:00
|
|
|
<body style="display: none">
|
|
|
|
<form onsubmit="AnchorDialog.update();return false;" action="#">
|
2005-11-13 05:43:57 +01:00
|
|
|
<table border="0" cellpadding="4" cellspacing="0">
|
|
|
|
<tr>
|
2008-01-17 16:44:05 +01:00
|
|
|
<td colspan="2" class="title">{#advanced_dlg.anchor_title}</td>
|
2005-11-13 05:43:57 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2008-01-17 16:44:05 +01:00
|
|
|
<td nowrap="nowrap">{#advanced_dlg.anchor_name}:</td>
|
2008-03-12 23:47:11 +01:00
|
|
|
<td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" /></td>
|
2005-11-13 05:43:57 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<div class="mceActionPanel">
|
|
|
|
<div style="float: left">
|
2008-01-31 19:10:46 +01:00
|
|
|
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
2005-11-13 05:43:57 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="float: right">
|
2008-03-12 23:47:11 +01:00
|
|
|
<input type="submit" id="insert" name="insert" value="{#update}" />
|
2005-11-13 05:43:57 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|