mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
rollback test code
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12368 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e5951c650
commit
05034caf9c
1 changed files with 0 additions and 21 deletions
|
|
@ -1,25 +1,4 @@
|
|||
<include target="./_header.html" />
|
||||
<script>
|
||||
function test()
|
||||
{
|
||||
var params = {};
|
||||
var response_tags = new Array('count');
|
||||
|
||||
exec_xml("member","getMemberAdminCountByDate", params, completeTmp, response_tags);
|
||||
|
||||
var params2 = {};
|
||||
params2['date'] = '20121210';
|
||||
var response_tags2 = new Array('count');
|
||||
|
||||
exec_xml("member","getMemberAdminCountByDate", params2, completeTmp, response_tags2);
|
||||
}
|
||||
|
||||
function completeTmp(retObj)
|
||||
{
|
||||
console.log(retObj);
|
||||
}
|
||||
</script>
|
||||
<a href="#" onclick="test();">test</a>
|
||||
<div class="content" id="content">
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->control_panel}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue