<form action="index2.php?option=com_sef&act=google" 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-cancel">
<a href="javascript:submitbutton('cancel')" class="toolbar">
<div class="icon-32-cancel" title="Cancel" type="Standard">
</div>
<?php echo _T( 'CANCEL' ) ?>
</a>
</td>
</tr></table>
</div>
</div>
<div class="header icon-48-checkin">
<?php echo _T('G_XML_CONFIRMATION') ?><?php echo $this->google_filename ?>.xml<?php echo _T('G_XML_CONFIRMATION_2') ?>
</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 border="0" cellspacing="5" width="100%" class="adminheading">
<tr>
<td width="100%"><?php echo _T('G_XML_CONFIRMATION') ?><?php echo $this->google_filename ?>.xml<?php echo _T('G_XML_CONFIRMATION_2') ?></td>
</tr>
<tr>
<td width="100%"><?php echo _T('G_XML_CONFIRMATION_4') ?><?php echo $this->xml_rows ?><?php echo _T('G_XML_CONFIRMATION_5') ?></td>
</tr>
<tr>
<td width="100%"><?php echo _T('G_XML_CONFIRMATION_3') ?></td>
</tr>
<tr>
<td width="100%"><textarea rows="20" name="S1" cols="120"><?php echo $this->text ?></textarea></td>
</tr>
<tr>
<td width="100%"></td>
</tr>
<tr>
<td width="100%"><?php echo $this->google_msg ?></td>
</tr>
<tr>
<td width="100%"><a href="http://www.google.com/webmasters/sitemaps/ping?sitemap=<?php echo $this->google_url ?>.xml"><?php echo _T('G_GOOGLE_SUBMIT') ?></a></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" />
</form>
</div></div>