Subversion Repositories cheapmusic

Rev

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>Test Plugin Type(Classic Theme): </th>
6
		<td>
7
			<select name="tp_type">
8
				<option value="1">active</option>
9
				<option value="0">inactive</option>
10
			</select>
11
		</td>
12
		<td align='left'>
13
			<a onclick="testPlugin();<?php echo pluginPOSTMethod('search_form', 'subcontent', 'action=show'); ?>" href="javascript:void(0);">
14
         		<img border="0" alt="" src="<?php echo SP_IMGPATH?>/show_records.gif"/>
15
         	</a>
16
         </td>
17
	</tr>
18
</table>
19
</form>
20
 
21
<div id='subcontent'>
22
	<p class='note'>Click Show Records to <b class="testplugin">Show</b> Test Plugin Records.</p>
23
</div>