- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
18 lines
695 B
Plaintext
18 lines
695 B
Plaintext
<div class="ui_dialog" id="dialog_class">
|
|
<form id="grid_form_class" method="post">
|
|
</form>
|
|
</div>
|
|
<script id="grid_form_temp_class" type="text/html">
|
|
<input type="hidden" id="hdIDClass" value="{{id}}"/>
|
|
<div class="formTitle"><span class="icon icon_menu"></span>添加班级</div>
|
|
<table class="fromTable">
|
|
<tr id="trclass">
|
|
<th>班级:</th>
|
|
<td>
|
|
<select id="txtclass" name="classid" class="ui_validate"
|
|
ui-config="required:true,width:200,panelHeight:300,valueField:'classid',textField:'classname'" value="{{user_id}}">
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</script> |