Example #1
0
</h3></td></tr>
					</thead>
					<tr>
						<td>
							<input type="text" onkeypress="return trapEnter(event,'addBot();');" 
								id="bot_wildcard" style="width:110px"/>
							<button class="button" onclick="addBot()"><?php 
    fs_e('Add');
    ?>
</button>
							<button class="button" onclick="removeBot()"><?php 
    fs_e('Remove');
    ?>
</button>
							<?php 
    fs_cfg_button('more_bots_options');
    ?>
						</td>
					</tr>
					<tr>
						<td>
							<span id="more_bots_options" class="normal_font hidden">
								<?php 
    $auto_bots_list_update = fs_get_auto_bots_list_update();
    $auto_bots_list_update = $auto_bots_list_update == 'true' ? "checked=\"checked\"" : "";
    ?>
								<input type="checkbox" 
									onclick="saveOption('auto_bots_list_update','auto_bots_list_update','boolean')"
									id="auto_bots_list_update" <?php 
    echo $auto_bots_list_update;
    ?>
Example #2
0
fs_e('Apply');
?>
</button>
			</span>
		</span>
	</h2>
	<div id="countries_list">--</div>
</div> <!-- warp -->

<div class="fwrap">
	<h2><?php 
fs_e('Hits table');
fs_create_anchor('HitsTable');
?>
		<?php 
fs_cfg_button('records_table_config');
?>
		<span id="records_table_config" class="normal_font hidden">
			<span>
				<?php 
fs_e('Number of hits to show');
?>
 
				<input type="text" 
					onkeypress="return trapEnter(event, 'saveNumEntries();');" 
					size="4" id="firestats_num_to_show" value="<?php 
echo fs_get_num_hits_in_table();
?>
"
				/>
				<button class="button" onclick="saveNumEntries()"><?php