ClassroomGdssFalse.cshtml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. @model EMIS.ViewModel.ExaminationManage.ExaminationPlanGdssView
  2. @using EMIS.Web.Controls;
  3. @using Bowin.Web.Controls.Mvc;
  4. @{
  5. ViewBag.Title = "ClassroomGdssFalse";
  6. }
  7. <div class="easyui-panel" data-options="border:false,fit:true" style="position: relative;">
  8. @using (Html.BeginForm("ClassroomGdssFalse", "ExaminationPlan", new { MNU = Request["MNU"], WindowID = Request["WindowID"] }, FormMethod.Post, new { enctype = "multipart/form-data" }))
  9. {
  10. @Html.Hidden("QueryParamsDatas")
  11. @Html.Hidden("selectedIDs")
  12. <div class="p_title">
  13. <div style="margin-right: 10px; line-height: 30px; font-size: 12px;">@Html.ContextMenuBar("Import")</div>
  14. </div>
  15. <div class="search_list">
  16. <table cellpadding="0" cellspacing="1">
  17. <tr>
  18. <td>
  19. <label>
  20. 导入文件:</label>
  21. </td>
  22. <td>
  23. <input type="file" name="file" accept="*.xls" value=" " />
  24. </td>
  25. </tr>
  26. <tr>
  27. <td colspan="2" style="text-align: center;">
  28. <span id="error" style="display: none; color: red">&nbsp;&nbsp;<a style="color: Red;" href="@ViewBag.ErrorFile" target="_blank">@ViewBag.operationTips </a></span>
  29. </td>
  30. </tr>
  31. </table>
  32. </div>
  33. }
  34. </div>
  35. <script>
  36. var mnu = "";
  37. var windowID;
  38. </script>