mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 46 Validator apply install module.
viewing error message debug git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8506 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
077e931a2e
commit
b4f4afcc17
25 changed files with 237 additions and 41 deletions
|
|
@ -1,11 +1,13 @@
|
|||
<!--%import("filter/mysql.xml")-->
|
||||
<!--%import("js/install_admin.js")-->
|
||||
<!--#include("header.html")-->
|
||||
<div id="body">
|
||||
<!--#include("progress_menu.html")-->
|
||||
<span class="dummy"></span>
|
||||
<div id="content">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, dbSetting)">
|
||||
<p class="xe_validator_error">{$XE_VALIDATOR_ERROR}</p>
|
||||
<form rule="mysql" action="./" method="post">
|
||||
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
|
||||
<input type="hidden" name="act" value="procMysqlDBSetting" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2 class="h2">{$db_type}</h2>
|
||||
<ul class="form formDbInfo">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue