?>
                                    </tr>
                                    <tr style="vertical-align: middle;"> 
<?php 
/* ----- Language ----- */
?>
                                      <td class="login_labels" style="padding-<?php 
echo __("left");
?>
: 10px;"><?php 
echo __("Language");
?>
</td>
                                      <td>
<?php 
printLanguageSelect("language", $language_onchange, "", "input_select");
?>
                                      </td>
                                      <td></td>
                                    </tr>
                                    <tr style="vertical-align: middle;"> 
<?php 
/* ----- Skin ----- */
?>
                                      <td class="login_labels" style="padding-<?php 
echo __("left");
?>
: 10px;"><?php 
echo __("Skin");
?>
</td>
Example #2
0
} else {
    ?>
						<td></td>
<?php 
}
?>
				</tr>
				<tr style="vertical-align: middle;">
					<td><?php 
echo __("Language");
?>
</td>
					<td>
<?php 
/* ----- Language ----- */
printLanguageSelect("language", $language_onchange, "", "");
?>
					</td>
					<td></td>
				</tr>
				<tr style="vertical-align: middle;">
					<td><?php 
echo __("Skin");
?>
</td>
					<td>
<?php 
/* ----- Skin ----- */
printSkinSelect("skin", $skin_onchange, "", "");
?>
					</td>
<?php

defined("NET2FTP") or die("Direct access to this location is not allowed.");
?>
<!-- Template /skins/iphone/login.template.php begin -->
<form id="LoginForm" action="<?php 
echo $net2ftp_globals["action_url"];
?>
" method="post" onsubmit="return CheckInput(this);">
	<div class="header">
		net2ftp <span style="font-size: 10px;">for the iphone</span>
		<?php 
printLanguageSelect("language", $language_onchange, "margin-left: 80px; width: 90px;", "");
?>
	</div>
	<div class="page">
<?php 
/* ----- FTP server and FTP server port ----- */
if ($ftpserver["inputType"] == "text") {
    ?>
			<div class="label"><?php 
    echo __("FTP server");
    ?>
</div>
			<input type="text" name="ftpserver" value="<?php 
    echo $ftpserver["list"][1];
    ?>
" autocorrect="off" autocapitalize="off" style="width: 80%;" />
	 		<input type="text" size="4" maxlength="5" name="ftpserverport" value="<?php 
    echo $ftpserverport["value"];
    ?>
;">
			<div style="padding: 5px 10px;"><?php 
echo __("Language:");
?>
</div>
			<div style="padding: 5px 10px;"><?php 
echo __("Skin:");
?>
</div>
		</td>
		<td valign="middle" style="text-align: <?php 
echo __("left");
?>
;">
<?php 
printLanguageSelect("language2", $language_onchange, "width:120px;;", "");
?>
			<br />
<?php 
printSkinSelect("skin2", $skin_onchange, "width:120px;", "");
?>
		</td>
	</tr>
</table>

<br />

<?php 
if (isset($warning_directory) == true && $warning_directory != "") {
    ?>
	<div class="warning-box" style="margin-left: 20px; margin-right: 20px"><div class="warning-text">
echo __("Initial directory");
?>
<br />
<input type="text" class="inputbox" name="directory" value="<?php 
echo $directory;
?>
" />

<br />

<?php 
echo __("Language");
?>
<br />
<?php 
printLanguageSelect("language", $language_onchange, "margin: 0 0 0 0; border: 1px solid #cccccc;", "");
?>

<br />

<?php 
echo __("Skin");
?>
<br />
<?php 
printSkinSelect("skin", $skin_onchange, "margin: 0 0 0 0; border: 1px solid #cccccc;", "");
?>

<br />

<?php 
?>
						</tr>
<?php 
/* ----- Language ----- */
?>
						<tr style="vertical-align: middle;"> 
							<td style="padding-<?php 
echo __("left");
?>
: 10px;"><?php 
echo __("Language");
?>
</td>
							<td>
<?php 
printLanguageSelect("language", $language_onchange, "width:120px;", "input_select");
?>
							</td>
							<td></td>
						</tr>
<?php 
/* ----- Skin ----- */
?>
						<tr style="vertical-align: middle;"> 
							<td style="padding-<?php 
echo __("left");
?>
: 10px;"><?php 
echo __("Skin");
?>
</td>