103 |
- |
1 |
<?php echo showSectionHead($spTextPlugin['Seo Plugin Details']); ?>
|
|
|
2 |
<div> <a href="javascript:void(0)" onclick="scriptDoLoad('seo-plugins-manager.php?pageno=<?php echo $pageNo?>', 'content')" class="back">«« Back</a></div>
|
|
|
3 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
|
|
|
4 |
<tr class="listHead">
|
|
|
5 |
<td class="left" width='30%'><?php echo $pluginInfo['label']?></td>
|
|
|
6 |
<td class="right"> </td>
|
|
|
7 |
</tr>
|
|
|
8 |
<tr class="white_row">
|
|
|
9 |
<td class="td_left_col bold"><?php echo $spTextPlugin['Plugin Name']?>:</td>
|
|
|
10 |
<td class="td_right_col"><?php echo $pluginInfo['label']?></td>
|
|
|
11 |
</tr>
|
|
|
12 |
<tr class="blue_row">
|
|
|
13 |
<td class="td_left_col bold"><?php echo $spText['label']['Version']?>:</td>
|
|
|
14 |
<td class="td_right_col"><?php echo $pluginInfo['version']?></td>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr class="white_row">
|
|
|
17 |
<td class="td_left_col bold"><?php echo $spText['label']['Author']?>:</td>
|
|
|
18 |
<td class="td_right_col"><?php echo $pluginInfo['author']?></td>
|
|
|
19 |
</tr>
|
|
|
20 |
<tr class="blue_row">
|
|
|
21 |
<td class="td_left_col bold"><?php echo $spText['common']['Website']?>:</td>
|
|
|
22 |
<td class="td_right_col"><a href="<?php echo $pluginInfo['website']?>" target="_blank"><?php echo $pluginInfo['website']?></a></td>
|
|
|
23 |
</tr>
|
|
|
24 |
<tr class="white_row">
|
|
|
25 |
<td class="td_left_col bold"><?php echo $spText['label']['Description']?>:</td>
|
|
|
26 |
<td class="td_right_col"><?php echo $pluginInfo['description']?></td>
|
|
|
27 |
</tr>
|
|
|
28 |
<tr class="blue_row">
|
|
|
29 |
<td class="tab_left_bot_noborder"></td>
|
|
|
30 |
<td class="tab_right_bot"></td>
|
|
|
31 |
</tr>
|
|
|
32 |
<tr class="listBot">
|
|
|
33 |
<td class="left" colspan="1"></td>
|
|
|
34 |
<td class="right"></td>
|
|
|
35 |
</tr>
|
|
|
36 |
</table>
|