* code for task#1541.

This commit is contained in:
zhujinyong
2013-07-13 08:43:57 +00:00
parent 9fe0ea4e19
commit 01eb11cb76
5 changed files with 49 additions and 11 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<?php include '../../common/view/form.html.php';?>
<table class='table-1'>
<caption>
<?php echo 'GET ' . $filePath?>
<?php echo $method->post ? 'GET/POST ' . $filePath : 'GET ' . $filePath?>
</caption>
<tr>
<td>
@@ -18,7 +18,7 @@
</tr>
<tr>
<td>
<?php echo "<p class='strong'>{$lang->api->test}</p>"?>
<?php echo "<p class='strong'>{$lang->api->debug}</p>"?>
<?php if($method->parameters):?>
<form method='post' id='apiForm'>
<table>