mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Separating each settings page
This commit is contained in:
parent
00687a1bd2
commit
24ea1e2b7b
10 changed files with 238 additions and 162 deletions
22
modules/ncenterlite/tpl/test.html
Normal file
22
modules/ncenterlite/tpl/test.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<load target="js/ncenter_admin.js" />
|
||||
<load target="css/ncenter_admin.css" />
|
||||
<include target="header.html" />
|
||||
|
||||
<div class="x_form-horizontal" id="fo_ncenterlite">
|
||||
<section class="section">
|
||||
<h1>{$lang->etc}</h1>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->ncenterlite_test_mention}</label>
|
||||
<div class="x_controls">
|
||||
<label><input type="button" name="dummy" onClick="doDummyDataInsert();" class="x_btn" value="{$lang->ncenterlite_test_make_dummy}"> {$lang->ncenterlite_test_mention_about}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->ncenterlite_test_push}</label>
|
||||
<div class="x_controls">
|
||||
<label><input type="button" name="dummy" onClick="doDummyPushDataInsert();" class="x_btn" value="{$lang->ncenterlite_test_make_dummy}"> {$lang->ncenterlite_test_push_about}</label>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue