Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2017-11-03 15:26:09 +08:00
2 changed files with 21 additions and 0 deletions
+15
View File
@@ -9,6 +9,21 @@
*/
class score extends control
{
/**
* score constructor.
*
* @param string $module
* @param string $method
*
* @access public
* @return mixed
*/
public function __construct($module = '', $method = '')
{
parent::__construct($module, $method);
$this->loadModel('my')->setMenu();
}
/**
* Ajax action score.
* javascript use : $.get(createLink('score', 'ajax', "method=method"));
+6
View File
@@ -10,6 +10,12 @@
*/
?>
<?php include '../../common/view/header.html.php'; ?>
<div id='titlebar'>
<div class='heading'><?php echo $lang->my->scoreRule; ?></div>
<div class='actions'>
</div>
</div>
<table class="table table-striped">
<thead>
<tr>