-
- @{
- ViewBag.Title = "ImageView";
- Layout = "~/Views/Shared/_MainLayoutPage.cshtml";
- }
- <script>
- $(function () {
- var id = getQueryString('id');
- var type = getQueryString('type');
- $('#imgview').attr({ src: '/Problem/ViewProblemImage?id=' + id + "&type=" + type });
- });
- </script>
- <img modal="zoomImg" id="imgview" style="width:100%; height:100%" />
- <link href="~/Content/Scripts/plugins/imgsize/boxImg.css" rel="stylesheet" />
- <script src="~/Content/Scripts/plugins/imgsize/boxImg.js"></script>
|