##############################################################
## MOD Title: Google Integrated Search
## MOD Versions: 0.1.0
## Style: Aphrodite
## Rev Date: April 18, 2005
##
## Converter: pentapenguin < pentapenguin@bluebottle.com > (n/a) http://www.pentapenguin.com
##
##############################################################


#
#-----[ COPY ]------------------------------------------
#
copy templates/ca_aphrodite/google_search_results.tpl to templates/ca_aphrodite/google_search_results.tpl


#
#-----[ OPEN ]------------------------------------------
#
templates/ca_aphrodite/search_body.tpl


#
#-----[ FIND ]------------------------------------------
#
<div align="right">{JUMPBOX}</div>


#
#-----[ BEFORE, ADD ]------------------------------------------
#

<!-- Start Google Integrated Search MOD by http://www.pentapenguin.com -->
<form action="search.php" method="get">
<input type="hidden" name="mode" value="google" />

<table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0">
	<tr> 
		<th class="row-header" colspan="2" height="25"><span>{L_GOOGLE_SEARCH}</span></th>
	</tr>
	<tr>
		<td class="row1"><span class="gen">{L_GOOGLE_SEARCH_EXPLAIN}</span></td>
		<td class="row2">
			<span class="gen">
			<input type="text" style="width: 300px" class="post" name="search_keywords" size="30" /><br />
			<label><input type="radio" name="search_where" value="site" checked="checked" /> {L_SEARCH_SITE_ONLY}</label><br />
			<label><input type="radio" name="search_where" value="web" /> {L_SEARCH_WEB}</label><br />
			</span>
		</td>
	</tr>
	<tr> 
		<td class="catBottom" colspan="2" align="center" height="28"><input class="mainoption" type="submit" value="{L_SEARCH}" /></td>
	</tr>
</table>
</form>
<!-- Finish Google Integrated Search MOD -->


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM