git-svn-id: http://xe-core.googlecode.com/svn/trunk@29 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-14 13:23:19 +00:00
parent c09b31008e
commit 6727d41ccb
5 changed files with 0 additions and 0 deletions

View file

@ -1,92 +0,0 @@
<!--%import("css/install.css")-->
<!--%import("js/install.js")-->
<!--%import("filter/filter.mysql_form.xml")-->
<form action="./" method="post" onsubmit="return procFormFilter(this, install_filter, procInstall)">
<input type="hidden" name="mid" value="system_install" />
<input type="hidden" name="act" value="procInstall" />
<input type="hidden" name="db_type" value="{$db_type}" />
<table border="1">
<tr>
<td colspan="2">
{$lang->db_title}
</td>
</tr>
<tr>
<td>{$lang->db_hostname}</td>
<td>
<input type="text" name="db_hostname" value="127.0.0.1" />
</td>
</tr>
<tr>
<td>{$lang->db_userid}</td>
<td>
<input type="text" name="db_userid" value="dev" />
</td>
</tr>
<tr>
<td>{$lang->db_password}</td>
<td>
<input type="password" name="db_password" value="dev" />
</td>
</tr>
<tr>
<td>{$lang->db_database}</td>
<td>
<input type="text" name="db_database" value="dev" />
</td>
</tr>
<tr>
<td>{$lang->db_table_prefix}</td>
<td>
<input type="text" name="db_table_prefix" value="zb" />
</td>
</tr>
</table>
<table border="1">
<tr>
<td colspan="2">
{$lang->admin_title}
</td>
</tr>
<tr>
<td>{$lang->user_id}</td>
<td>
<input type="text" name="user_id" value="zero" />
</td>
</tr>
<tr>
<td>{$lang->password1}</td>
<td>
<input type="password" name="password1" value="1234" />
</td>
</tr>
<tr>
<td>{$lang->password2}</td>
<td>
<input type="password" name="password2" value="1234" />
</td>
</tr>
<tr>
<td>{$lang->user_name}</td>
<td>
<input type="text" name="user_name" value="zero" />
</td>
</tr>
<tr>
<td>{$lang->nick_name}</td>
<td>
<input type="text" name="nick_name" value="zero" />
</td>
</tr>
<tr>
<td>{$lang->email_address}</td>
<td>
<input type="text" name="email_address" value="zero@nzeo.com" />
</td>
</tr>
</table>
<input type="submit" value="{$lang->cmd_registration}" />
</form>