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="45%" border="0" cellspacing="0" cellpadding="0" class="search">
|
|
|
4 |
<tr>
|
|
|
5 |
<th> Click to <a onclick="<?php echo pluginGETMethod('action=settings&graph=1', 'content'); ?>" href="javascript:void(0);">Show Settings Graph</a></th>
|
|
|
6 |
</tr>
|
|
|
7 |
</table>
|
|
|
8 |
</form>
|
|
|
9 |
<div id='subcontent'>
|
|
|
10 |
<?php if($showGraph){?>
|
|
|
11 |
<img src="<?php echo PLUGIN_IMGPATH?>/graph.gif"></img>
|
|
|
12 |
<?php }?>
|
|
|
13 |
</div>
|