includes/clientside/tinymce/themes/advanced/anchor.htm
changeset 1193 e3b94bd055dc
parent 543 dffcbfbc4e59
equal deleted inserted replaced
1192:5882f0eebb34 1193:e3b94bd055dc
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <head>
     3 <head>
     4 	<title>{#advanced_dlg.anchor_title}</title>
     4 	<title>{#advanced_dlg.anchor_title}</title>
     5 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
     5 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
     6 	<script type="text/javascript" src="js/anchor.js"></script>
     6 	<script type="text/javascript" src="js/anchor.js"></script>
     7 	<base target="_self" />
       
     8 </head>
     7 </head>
     9 <body style="display: none">
     8 <body style="display: none">
    10 <form onsubmit="AnchorDialog.update();return false;" action="#">
     9 <form onsubmit="AnchorDialog.update();return false;" action="#">
    11 	<table border="0" cellpadding="4" cellspacing="0">
    10 	<table border="0" cellpadding="4" cellspacing="0">
    12 		<tr>
    11 		<tr>
    13 			<td colspan="2" class="title">{#advanced_dlg.anchor_title}</td>
    12 			<td colspan="2" class="title">{#advanced_dlg.anchor_title}</td>
    14 		</tr>
    13 		</tr>
    15 		<tr>
    14 		<tr>
    16 			<td nowrap="nowrap">{#advanced_dlg.anchor_name}:</td>
    15 			<td class="nowrap">{#advanced_dlg.anchor_name}:</td>
    17 			<td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" /></td>
    16 			<td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" /></td>
    18 		</tr>
    17 		</tr>
    19 	</table>
    18 	</table>
    20 
    19 
    21 	<div class="mceActionPanel">
    20 	<div class="mceActionPanel">