* finish task#1038.

This commit is contained in:
chencongzhi520@gmail.com
2013-01-05 02:42:06 +00:00
parent d1d0b901e4
commit 8feafd6fbb
14 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<?php include '../../common/view/autocomplete.html.php';?>
<?php include '../../common/view/alert.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script>var holders = <?php echo json_encode($lang->bug->placeholder);?></script>
<?php js::set('holders', json_encode($lang->bug->placeholder));?>
<script language='Javascript'>
userList = "<?php echo join(',', array_keys($users));?>".split(',');
</script>
+1 -1
View File
@@ -13,8 +13,8 @@
<?php
include '../../common/view/header.html.php';
include '../../common/view/treeview.html.php';
js::set('deptID', $deptID);
?>
<script>deptID = <?php echo $deptID;?></script>
<table class='cont-lt1'>
<tr><td colspan='3'><div id='querybox'><?php echo $searchForm?></div></td></tr>
<tr valign='top'>
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script>var holders = <?php echo json_encode($lang->doc->placeholder);?></script>
<?php js::set('holders ', json_encode($lang->doc->placeholder));?>
<form method='post' enctype='multipart/form-data' target='hiddenwin' id='dataform'>
<table class='table-1'>
<caption><?php echo $lang->doc->create;?></caption>
-1
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<script>var holders=<?php echo json_encode($lang->group->placeholder);?></script>
<form method='post' target='hiddenwin' id='dataform'>
<table align='center' class='table-4 a-left'>
<caption><?php echo $lang->group->create;?></caption>
-1
View File
@@ -12,7 +12,6 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script>var holders=<?php echo json_encode($lang->product->placeholder);?></script>
<form method='post' target='hiddenwin' id='dataform'>
<table class='table-1'>
<caption><?php echo $lang->product->create;?></caption>
-1
View File
@@ -13,7 +13,6 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script>var holders=<?php echo json_encode($lang->productplan->placeholder);?></script>
<form method='post' target='hiddenwin' id='dataform'>
<table class='table-1'>
<caption><?php echo $lang->productplan->create;?></caption>
+1 -1
View File
@@ -32,7 +32,7 @@ $(document).ready(function()
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::import($jsRoot . 'misc/date.js');?>
<script>var holders=<?php echo json_encode($lang->project->placeholder);?></script>
<?php js::set('holders', json_encode($lang->project->placeholder));?>
<form method='post' target='hiddenwin' id='dataform'>
<table align='center' class='table-1 a-left'>
<caption>
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include './header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script>var holders=<?php echo json_encode($lang->story->placeholder);?></script>
<?php js::set('holders', json_encode($lang->story->placeholder)); ?>
<form method='post' enctype='multipart/form-data' target='hiddenwin' id='dataform'>
<table align='center' class='table-1'>
<caption><?php echo $lang->story->create;?></caption>
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<script> var batchCreateNum = '<?php echo $config->task->batchCreate;?>'; </script>
<?php js::set('batchCreateNum', $config->task->batchCreate);?>
<form method='post'>
<table class='table-1 fixed'>
<caption><?php echo $lang->task->project . $lang->colon . $lang->task->batchCreate;?></caption>
+1 -1
View File
@@ -15,7 +15,7 @@
<?php include '../../common/view/autocomplete.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script> var holders = <?php echo json_encode($lang->task->placeholder);?></script>
<?php js::set('holders', json_encode($lang->task->placeholder)); ?>
<script language='javascript'> var userList = "<?php echo join(',', array_keys($users));?>".split(',');</script>
<script language='Javascript'>
$(function()
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<script> var testcaseBatchCreateNum = '<?php echo $config->testcase->batchCreate;?>'; </script>
<?php js::set('testcaseBatchCreateNum', $config->testcase->batchCreate);?>
<form method='post' enctype='multipart/form-data'>
<table align='center' class='table-1 fixed'>
<caption><?php echo $lang->testcase->batchCreate;?></caption>
-1
View File
@@ -12,7 +12,6 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<script> var batchCreateNum = '<?php echo $config->user->batchCreate;?>'; </script>
<form method='post' target='hiddenwin' id='dataform'>
<table class='table-1 fixed'>
<caption><?php echo $lang->user->batchCreate;?></caption>
+1 -1
View File
@@ -12,7 +12,7 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<script>var holders = <?php echo json_encode($lang->user->placeholder);?></script>
<?php js::set('holders', json_encode($lang->user->placeholder));?>
<form method='post' target='hiddenwin' id='dataform'>
<table align='center' class='table-5'>
<caption><?php echo $lang->user->create;?></caption>