Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
103 |
- |
1 |
<?php echo showSectionHead($spTextDir['Check Directory Submission Status']); ?>
|
|
|
2 |
<form id='search_form'>
|
|
|
3 |
<table width="45%" border="0" cellspacing="0" cellpadding="0" class="search">
|
|
|
4 |
<tr>
|
|
|
5 |
<th><?php echo $spText['common']['Website']?>: </th>
|
|
|
6 |
<td>
|
|
|
7 |
<?php echo $this->render('website/websiteselectbox', 'ajax'); ?>
|
|
|
8 |
</td>
|
|
|
9 |
<td align='left'>
|
|
|
10 |
<a onclick="<?php echo $onClick?>" href="javascript:void(0);" class="actionbut">
|
|
|
11 |
<?php echo $spText['button']['Proceed']?>
|
|
|
12 |
</a>
|
|
|
13 |
</td>
|
|
|
14 |
</tr>
|
|
|
15 |
</table>
|
|
|
16 |
</form>
|
|
|
17 |
<div id='subcontent'>
|
|
|
18 |
<p class='note'><?php echo $spTextDir['selectwebsiteschecksub']?></p>
|
|
|
19 |
</div>
|