DifferentDynamicApplyReport.cshtml 945 B

12345678910111213141516171819202122
  1. @using Bowin.Web.Controls.Mvc;
  2. @using EMIS.Web.Controls;
  3. @{
  4. ViewBag.Title = "DifferentDynamicApplyReport";
  5. }
  6. @section scripts{
  7. <script type="text/javascript">
  8. var curWwwPath = window.document.location.href;
  9. var pathName = window.document.location.pathname;
  10. var pos = curWwwPath.indexOf(pathName);
  11. var localhostPaht = curWwwPath.substring(0, pos) + "/";
  12. var nonSelect = "@DropdownList.SELECT_ALL";
  13. var SchoolName = '@EMIS.Utility.RSL.Get("UniversityInscribe")';
  14. </script>
  15. <script src="~/Scripts/Business/DifferentDynamic/DifferentDynamicApplyReport.js" type="text/javascript"></script>
  16. }
  17. <div class="easyui-panel" data-options="border:false,fit:true" style="position: relative;">
  18. <div class="search_list">
  19. <iframe id="reportContent" frameborder="0" scrolling="no" style="width: 99%; height: 95%; position: absolute;
  20. left: 5px;"></iframe>
  21. </div>
  22. </div>