mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
add <input name ='module'>
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29f0d4a503
commit
afa40dc8ad
73 changed files with 100 additions and 12 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="insertConfig" action="./" method="post" class="form">
|
||||
<input type="hidden" name="module" value="point" />
|
||||
<input type="hidden" name="act" value="procPointAdminInsertConfig" />
|
||||
<fieldset>
|
||||
<h2 class="h2">{$lang->is_default}</h2>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="table form">
|
||||
<div class="table form">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
|
||||
<thead>
|
||||
|
|
@ -26,6 +26,7 @@
|
|||
<td><a href="#popup_menu_area" class="member_{$val->member_srl}">{$val->nick_name}</a></td>
|
||||
<td>
|
||||
<form action="./" method="get">
|
||||
<input type="hidden" name="module" value="point" />
|
||||
<input type="hidden" name="member_srl" value="{$val->member_srl}" />
|
||||
<input type="text" name="orgpoint" value="{$val->point}" disabled="disabled" style="width:40px;text-align:right" />
|
||||
<input type="text" id="point_{$val->member_srl}" name="point" style="width:40px;text-align:right" />
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
</div>
|
||||
|
||||
<form ruleset="updatePoint" id="updateForm" action="./" method="POST">
|
||||
<input type="hidden" name="module" value="point" />
|
||||
<input type="hidden" name="act" value="procPointAdminUpdatePoint" />
|
||||
<input type="hidden" id="update_member_srl" name="member_srl" value="" />
|
||||
<input type="hidden" id="update_point" name="point" />
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form action="./" method="post" id="fo_point" class="form">
|
||||
<input type="hidden" name="module" value="point" />
|
||||
<input type="hidden" name="act" value="procPointAdminInsertModuleConfig" />
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue