Report.cshtml 1014 B

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