thomascube
2011-04-20 a9251be2f09fb5f18a85d201c67668c70980efe3
commit | author | age
d9344f 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
a0109c 2 <html xmlns="http://www.w3.org/1999/xhtml">
S 3 <head>
d9344f 4     <title>{#advanced_dlg.anchor_title}</title>
S 5     <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6     <script type="text/javascript" src="js/anchor.js"></script>
a0109c 7 </head>
a9251b 8 <body style="display: none" role="application" aria-labelledby="app_title">
d9344f 9 <form onsubmit="AnchorDialog.update();return false;" action="#">
a9251b 10     <table border="0" cellpadding="4" cellspacing="0" role="presentation">
a0109c 11         <tr>
a9251b 12             <td colspan="2" class="title" id="app_title">{#advanced_dlg.anchor_title}</td>
a0109c 13         </tr>
S 14         <tr>
a9251b 15             <td class="nowrap"><label for="anchorName">{#advanced_dlg.anchor_name}:</label></td>
T 16             <td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" aria-required="true" /></td>
a0109c 17         </tr>
S 18     </table>
19
20     <div class="mceActionPanel">
69d05c 21         <input type="submit" id="insert" name="insert" value="{#update}" />
A 22         <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
a0109c 23     </div>
S 24 </form>
25 </body>
26 </html>