<form action="index2.php?option=com_sef&act=seo&task=wordeditor" method="post" name="adminForm">
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<div class="toolbar-box">
<div class="toolbar-pad">
<div class="toolbar" id="toolbar">
<table class="toolbar">
<tr>
<td class="button" id="toolbar-save">
<a class="toolbar" href="javascript:submitbutton('save_words')">
<div class="icon-32-save" title="Save"></div>
<?php echo _T( 'SAVE' ) ?>
</a>
</td>
<td class="button" id="toolbar-back">
<a onclick="javascript:window.history.back();" class="toolbar">
<div class="icon-32-back" title="Back" type="Standard"></div>
<?php echo _T( 'BACK' ) ?>
</a>
</td>
</tr>
</table>
</div>
<div class="header icon-48-checkin"> <?php echo _T( 'SEO_HEADING_TITLE_DENSITY_EDITOR' ) ?></div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
</td>
</tr>
</table>
<div class="spacer"></div>
<div class="element-box">
<div class="element-pad">
<table class="adminform">
<tr>
<th class="title"><?php echo _T( 'SEO_HEADING_TITLE_DENSITY_EDITOR' ) ?></th>
</tr>
<tr>
<td><center><b><?php echo _T('SEO_KWEDITOR_TEXT') ?></b></center></td>
</tr>
<tr>
<th class="title"><b>Editing file: <?=$this->conf?></b><br></th>
</tr>
<tr>
<td>
<center><textarea name="config_text" cols="50" rows="15"><?=$this->config?></textarea></center>
</td>
</tr>
</table>
<input type="hidden" name="option" value="<?php echo $this->option ?>" />
<input type="hidden" name="act" value="<?php echo $this->act ?>">
<input type="hidden" name="task" value="<?php echo $this->task ?>" />
<input type="hidden" name="boxchecked" value="0" />
</div>
</div>
</form>