123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- @model EMIS.ViewModel.EvaluationManage.StudentEvaluation.EvaluationStudentView
- @using EMIS.Web.Controls;
- @using Bowin.Web.Controls.Mvc;
- @{
- ViewBag.Title = "EnterEdit";
- }
- @section scripts{
- <script src="~/Scripts/Business/StudentWeb/Evaluation/StudentEvaluationEnterEdit.js" type="text/javascript"></script>
- <script type="text/javascript">
- var nonSelect = "@DropdownList.SELECT_ALL";
- //关闭窗口
- function StudentEvaluationEnter_Close() {
- top.$("#@(Request["WindowID"])").dialog("close");
- }
- </script>
- }
- <style>
- .div_Content
- {
- width: 90%;
- margin: 0 auto;
- text-align: center;
- }
- .div_TableName
- {
- margin: 0 auto;
- width: 90%;
- height: 20px;
- text-align: center;
- }
- #studentevaluationentertable
- {
- width: 90%;
- }
- #studentevaluationentertable tr
- {
- border: 1px solid #D6D6D6;
- height: 30px;
- }
- #studentevaluationentertable td
- {
- border: 1px solid #D6D6D6;
- }
- .target td div
- {
- font-weight: bold;
- }
- .datagrid-body
- {
- overflow-x: hidden; /*去掉左/右边缘滚动条*/
- }
- .datagrid-header-row td /*设置grid列标题颜色*/
- {
- background-color: #D6D6D6; /*using (Html.BeginForm())*/
- }
- .datagrid-btable .datagrid-cell
- {
- text-overflow: ellipsis;
- }
- </style>
- <div class="easyui-panel" data-options="border:false,fit:true" style="position: relative;">
- @using (Ajax.BeginForm(new AjaxOptions
- {
- OnSuccess = "EMISFunction.FormSuccess",
- OnBegin = "EMISFunction.FormSubmit",
- OnComplete = "EMISFunction.FormComplete"
- }))
- {
- @Html.HiddenFor(x => x.EvaluationStudentID)
- @Html.HiddenFor(x => x.UserID)
- @Html.HiddenFor(x => x.EvaluationStudentSettingID)
- @Html.HiddenFor(x => x.SchoolyearID)
- @Html.HiddenFor(x => x.SchoolyearValue)
- @Html.HiddenFor(x => x.CoursematerialID)
- @Html.HiddenFor(x => x.DepartmentID)
- @Html.HiddenFor(x => x.EvaluationTableID)
- @Html.HiddenFor(x => x.EvaluationTableWeight)
- @Html.HiddenFor(x => x.Numbered)
- @Html.Hidden("ProjectWeightSum")
- @Html.Hidden("EvaluationProjectID")
- @Html.Hidden("EvaluationScore")
- @Html.HiddenFor(x => x.JsonDataStr)
- <div class="p_title">
- <div style="float: left; margin-left: 10px; line-height: 30px; font-size: 12px;"></div>
- <div style="margin-right: 10px; line-height: 30px; font-size: 12px;">
- @if (Request["type"] != "detail")
- {
- @Html.ContextMenuBar("Edit")
- }
- </div>
- </div>
- <div class="div_Content">
- <h2 style="color: red;">说明</h2>
- <h5>@ViewBag.EvaluationNeedContent</h5>
- </div>
- <div class="div_TableName">
- <h3>@Html.DisplayTextFor(x => x.EvaluationTableName)</h3>
- </div>
- <div class="search_list" style="margin: 0 auto;">
- <table cellpadding="0" cellspacing="0" id="studentevaluationentertable" style="margin: 0 auto">
- <tr>
- <td colspan="3" style="color: red; font-size: 14px;text-align: center;">
- 准确的评价是你成熟的表现
- </td>
- <td rowspan="4">
- <div>
- <img src="@Model.StaffPhotoUrlStr" id="imgPhoto" width="118" height="125" />
- </div>
- </td>
- </tr>
- <tr style="text-align: center;">
- <td>
- 学年学期:@Html.DisplayTextFor(x => x.SchoolyearCode)
- </td>
- <td colspan="2">
- 授课班级:@Html.DisplayTextFor(x => x.MissionClassName)
- </td>
- </tr>
- <tr style="text-align: center;">
- <td>
- 任课教师:@Html.DisplayTextFor(x => x.StaffName)
- </td>
- <td>
- 任课方式:@Html.DisplayTextFor(x => x.TeachingMethodName)
- </td>
- <td>
- 授课方式:@Html.DisplayTextFor(x => x.TeachingModeName)
- </td>
- </tr>
- <tr style="text-align: center;">
- <td colspan="2">
- 课程名称:@Html.DisplayTextFor(x => x.CourseName)
- </td>
- <td>
- 课程类型:@Html.DisplayTextFor(x => x.CourseTypeName)
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <div id="dgStudentEvaluationEnterList">
- </div>
- </td>
- </tr>
- <tr>
- <td style="color: red; border: 0px;">
- 简要评语或建议:
- </td>
- <td colspan="3" style="border: 0px;">
- @Html.TextAreaFor(x => x.Advice, new Dictionary<string, object> { { "style", "width: 96%;min-height: 60px;" } })
- </td>
- </tr>
- <tr>
- <td style="border: 0px">
- 可评次数为:@Html.DisplayTextFor(x => x.Number) 次,您对此已评过:@Html.DisplayTextFor(x => x.Numbered) 次,
- </td>
- <td colspan="3" style="border: 0px">
- 您的本次评分为:<span style="color: red;" id="EvaluationTotalScore">0</span>
- @Html.HiddenFor(x => x.TotalScore)
- </td>
- </tr>
-
- <tr>
- <td colspan="4" style="margin: 0 auto;text-align: center;border: 0px">
- <input type="button" class="button" value="关闭" onclick="StudentEvaluationEnter_Close()">
- <input type="button" onclick="StudentEvaluationEnter_Save()" value="保存" id="btnclick" />
- </td>
- </tr>
- </table>
- </div>
- }
- </div>
|