View file templates/subSilver/install.tpl

File size: 4.96Kb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{META}
<link rel="shortcut icon" href="favicon.gif">
<title>WAP-Форум</title>
<style type="text/css">
body { background-color : #FFFFFF;}
font,th,td,p  {
color: #494949;
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
a:link,a:active,a:visited   {
color: #3B678D;
text-decoration: none;
}
td.catSides  { background: url(images/cellpic1.gif); background-color: #D4D6D4; border-bottom: 1px solid #999999; border-left: 1px solid #999999; border-right: 1px solid #999999; height: 23px; }
td.row1  { background-color: #EBEBEB; border-bottom: 1px solid #999999; border-left: 1px solid #999999; border-right: 1px solid #999999;}
td.row_easy  { background-color: #EBEBEB; border-bottom: 1px solid #999999; border-left: 1px solid #999999; border-right: 1px solid #999999; padding: 1px;}
td.row_hard  { background-color: #D4D6D4; border-bottom: 1px solid #999999; border-left: 1px solid #999999; border-right: 1px solid #999999; padding: 1px;}
.forumline  { font-size: none; background-color: #999999;}
.genmed { font-size : 11px; }
.cattitle  {
color: #333333;
font-weight: bold;
font-size: 11px;}
a.cattitle  { color: #3B678D; text-decoration: none; }
a.mainmenu  { color: #333333; text-decoration: none; font-weight: bold;}
a.buttom  { color: #333333; border: 1px solid #999999; background: #D4D6D4; padding: 0px 2px 0px; line-height: 1.5;}
</style>
</head>
<body>
<p>
<form action="{S_FORM_ACTION}" name="install_form" method="post">
<a href="index.php">Форумы</a>|Установка
<table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline">
<tr>
<td class="catSides">
<span class="cattitle">
{L_INSTALLATION}</td>
</tr>
<tr>
<td class="row_easy">
{L_INSTRUCTION_TEXT}
</td>
</tr>
<!-- BEGIN switch_stage_one_install -->
<tr>
<td class="row1">
{L_LANGUAGE}:<br/>
{S_LANG_SELECT}
</td>
</tr>
<tr>
<td class="row1">
{L_DBMS}:<br/>
{S_DBMS_SELECT}
</td>
</tr>
<tr>
<td class="row1">
{L_UPGRADE}:<br/>
{S_UPGRADE_SELECT}
</td>
</tr>
<tr>
<td class="row1">
{L_DB_HOST}:<br/>
<input type="text" name="dbhost" value="{DB_HOST}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_DB_NAME}:<br/>
<input type="text" name="dbname" value="{DB_NAME}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_DB_USER}:<br/>
<input type="text" name="dbuser" value="{DB_USER}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_DB_PASSWORD}:<br/>
<input type="password" name="dbpasswd" class="post" />
</td>
</tr>
{L_DB_PREFIX}:<br/>
<input type="text" name="prefix" value="{DB_PREFIX}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_ADMIN_EMAIL}:<br/>
<input type="text" name="board_email" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_SERVER_NAME}:<br/>
<input type="text" name="server_name" value="{SERVER_NAME}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_SERVER_PORT}:<br/>
<input type="text" name="server_port" value="{SERVER_PORT}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_SCRIPT_PATH}:<br/>
<input type="text" name="script_path" value="{SCRIPT_PATH}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_ADMIN_USERNAME}:<br/>
<input type="text" name="admin_name" value="{ADMIN_USERNAME}" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_ADMIN_PASSWORD}:<br/>
<input type="password" name="admin_pass1" class="post" />
</td>
</tr>
<tr>
<td class="row1">
{L_ADMIN_CONFIRM_PASSWORD}:<br/>
<input type="password" name="admin_pass2" class="post" />
</td>
</tr>
<!-- END switch_stage_one_install -->
<!-- BEGIN switch_error_install -->
<tr>
<td class="row1">
{L_ERROR_TITLE}<br/>
{L_ERROR}
</td>
</tr>
<!-- END switch_error_install -->
<!-- BEGIN switch_ftp_file -->
<tr>
<td class="row1">
{L_FTP_PATH}<br/>
<input type="text" name="ftp_dir" class="post">
</td>
</tr>
<tr>
<td class="row1">
{L_FTP_USER}<br/>
<input type="text" name="ftp_user" class="post">
</td>
</tr>
<tr>
<td class="row1">
{L_FTP_PASS}<br/>
<input type="password" name="ftp_pass" class="post">
</td>
</tr>
<!-- END switch_ftp_file -->
<!-- BEGIN switch_ftp_option -->
<tr>
<td class="row1">
{L_ATTEMPT_FTP}<br/>
<input type="radio" name="send_file" value="2">
</td>
</tr>
<tr>
<td class="row1">
{L_SEND_FILE}<br/>
<input type="radio" name="send_file" value="1">
</td>
</tr>
<!-- END switch_ftp_option -->
</table>
<!-- BEGIN switch_common_install -->
{S_HIDDEN_FIELDS} 
<input class="mainoption" type="submit" value="{L_SUBMIT}" />
<!-- END switch_common_install -->
<!-- BEGIN switch_upgrade_install -->
{L_UPGRADE_INST}<br/>
<input type="submit" name="upgrade_now" value="{L_UPGRADE_SUBMIT}" class="liteoption" />
<!-- END switch_upgrade_install -->
</form>
</body>
</html>