Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 103 |
- |
1 |
<?php echo showSectionHead($sectionHead); ?>
|
|
|
2 |
<form id='search_form'>
|
|
|
3 |
<table width="56%" border="0" cellspacing="0" cellpadding="0" class="search">
|
|
|
4 |
<tr>
|
|
|
5 |
<th>Website: </th>
|
|
|
6 |
<td>
|
|
|
7 |
<?php echo $this->render('website/websiteselectbox', 'ajax'); ?>
|
|
|
8 |
</td>
|
|
|
9 |
<td align='left'>
|
|
|
10 |
<a onclick="<?php echo pluginPOSTMethod('search_form', 'subcontent', 'action=show'); ?>" href="javascript:void(0);">
|
|
|
11 |
<img border="0" alt="" src="<?php echo SP_IMGPATH?>/show_records.gif"/>
|
|
|
12 |
</a>
|
|
|
13 |
</td>
|
|
|
14 |
</tr>
|
|
|
15 |
</table>
|
|
|
16 |
</form>
|
|
|
17 |
<div id='subcontent'>
|
|
|
18 |
<p class='note'>Select a <b>Website</b> to <b>Generate</b> Meta Tags.</p>
|
|
|
19 |
</div>
|