Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -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"));
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user