mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@958 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2f81c120e
commit
419cac149a
3 changed files with 1 additions and 1 deletions
|
|
@ -1,74 +0,0 @@
|
|||
<!--%import("filter/sqlite.xml")-->
|
||||
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, install)">
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{$lang->db_title}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="2">{$lang->db_database_file}</td>
|
||||
<td>
|
||||
<input type="text" name="db_database_file" value="./files/zeroboard_xe.sqlite" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_database_file}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->db_table_prefix}</td>
|
||||
<td>
|
||||
<input type="text" name="db_table_prefix" value="xe" />
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue