2008-01-17 10:44:05 -05:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2005-11-12 23:43:57 -05:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2008-01-17 10:44:05 -05:00
|
|
|
<title>{#advanced_dlg.anchor_title}</title>
|
2012-08-18 19:24:27 -04:00
|
|
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=356-20120818"></script>
|
|
|
|
<script type="text/javascript" src="js/anchor.js?ver=356-20120818"></script>
|
2005-11-12 23:43:57 -05:00
|
|
|
</head>
|
2011-04-10 14:36:05 -04:00
|
|
|
<body style="display: none" role="application" aria-labelledby="app_title">
|
2008-01-17 10:44:05 -05:00
|
|
|
<form onsubmit="AnchorDialog.update();return false;" action="#">
|
2011-04-10 14:36:05 -04:00
|
|
|
<table border="0" cellpadding="4" cellspacing="0" role="presentation">
|
2005-11-12 23:43:57 -05:00
|
|
|
<tr>
|
2011-04-10 14:36:05 -04:00
|
|
|
<td colspan="2" class="title" id="app_title">{#advanced_dlg.anchor_title}</td>
|
2005-11-12 23:43:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2011-04-10 14:36:05 -04:00
|
|
|
<td class="nowrap"><label for="anchorName">{#advanced_dlg.anchor_name}:</label></td>
|
|
|
|
<td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" aria-required="true" /></td>
|
2005-11-12 23:43:57 -05:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<div class="mceActionPanel">
|
2012-08-18 19:24:27 -04:00
|
|
|
<input type="submit" id="insert" name="insert" value="{#update}" />
|
|
|
|
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
2005-11-12 23:43:57 -05:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|