<!-- BEGIN main_block -->

<div class="box">
	{URL_MODULES}&nbsp;&nbsp;{URL_TEMPLATES}
</div>

<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
{FTAN}
<h2>{HEADING_INSTALL_LANGUAGE}</h2>
<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
	<td>
		<input type="file" name="userfile" size="82" />
		<script language="javascript" type="text/javascript">
		document.install.userfile.focus();
		</script>
	</td>
	<td width="110" align="left">
		<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
	</td>
</tr>
</table>

<br />

</form>

<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
{FTAN}
<h2>{HEADING_UNINSTALL_LANGUAGE}</h2>

<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
	<td>
		<select name="code" style="width: 97%;">
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
		<!-- BEGIN language_list_block -->
			<option value="{VALUE}">{NAME}</option>
		<!-- END language_list_block -->
		</select>
	</td>
	<td width="110">
		<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
	</td>
</tr>
</table>

<br />

</form>

<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
{FTAN}
<h2>{HEADING_LANGUAGE_DETAILS}</h2>

<table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
	<td>
		<select name="code" style="width: 97%;">
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
		<!-- BEGIN language_list_block -->
			<option value="{VALUE}">{NAME}</option>
		<!-- END language_list_block -->
		</select>
	</td>
	<td width="110">
		<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
	</td>
</tr>
</table>

<br />
</form>

<!-- END main_block -->
