918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/86bb831b/11770553/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/86bb831b/11770553/App_Web_jswz.cshtml.8eabe319.fe352fie.0.cs
?#pragma checksum "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "64A4A7B84BD82F6098EA2C81782B76E40BE1E1A8"
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具天生。
//     运行时版本:4.0.30319.42000
//
//     对此文件的更改可能会导致不正确的行为,并且若是
//     沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace ASP {
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using System.Net;
    using System.Web;
    using System.Web.Helpers;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.WebPages;
    using System.Web.Mvc;
    using System.Web.Mvc.Ajax;
    using System.Web.Mvc.Html;
    using System.Web.Routing;
    using pz.dbl;
    using pz.razor;
    using pz.site2;
    
    
    public class _Page_views_cn_jswz_cshtml : System.Web.Mvc.WebViewPage<dynamic> {
        
#line hidden
        
        public _Page_views_cn_jswz_cshtml() {
        }
        
        protected ASP.global_asax ApplicationInstance {
            get {
                return ((ASP.global_asax)(Context.ApplicationInstance));
            }
        }
        
        public override void Execute() {
            
            #line 1 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
  Layout = "Shared/defaultLayout.cshtml";
            
            #line default
            #line hidden
WriteLiteral("\r\n");

            
            #line 2 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
  
    page page = ViewBag.page;
    var seo = pzLocation.get(db.wl(db.w("platform", page.nav.current.platform)));

    var current = pzNav.get(page.nav.parent.id);

    var key = "";
    if (Request.QueryString["key"] != null && Request.QueryString["key"] != "")
    {
        key = Request.QueryString["key"].ToString();
    }

    var fl = "";
    if (Request.QueryString["fl"] != null && Request.QueryString["fl"] != "")
    {
        fl = Request.QueryString["fl"].ToString();
    }

    var fllist = pzFaq_fl.list(0, "*", "node=" + page.nav.current.id, "pr desc,id asc");
    var fltit = "请选择";
    if(fl != "")
    {
        foreach (var item in fllist)
        {
            if(fl == item.id.ToString()){
                fltit = item.title;
                break;
            }
        }
    }
    

            
            #line default
            #line hidden
WriteLiteral("\r\n");

DefineSection("seo", () => {

WriteLiteral("\r\n");

            
            #line 35 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
    
            
            #line default
            #line hidden
            
            #line 35 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
      
        var site = pzSiteinfo.get(page.nav.current.platform);
        if (page.nav.current.meta_t == "")
        {

            
            #line default
            #line hidden
WriteLiteral("            <title>");

            
            #line 39 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
              Write(page.nav.current.title);

            
            #line default
            #line hidden
            
            #line 39 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                     Write(site.meta_t);

            
            #line default
            #line hidden
WriteLiteral("</title>\r\n");

            
            #line 40 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
        }
        else
        {

            
            #line default
            #line hidden
WriteLiteral("            <title>");

            
            #line 43 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
              Write(page.nav.current.meta_t);

            
            #line default
            #line hidden
            
            #line 43 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                      Write(site.meta_t);

            
            #line default
            #line hidden
WriteLiteral("</title>\r\n");

            
            #line 44 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
        }
    
            
            #line default
            #line hidden
WriteLiteral("\r\n    <meta");

WriteLiteral(" name=\"description\"");

WriteAttribute("content", Tuple.Create(" content=\"", 1237), Tuple.Create("\"", 1315)
            
            #line 46 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1247), Tuple.Create<System.Object, System.Int32>(page.nav.current.meta_d
            
            #line default
            #line hidden
, 1247), false)
            
            #line 46 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1271), Tuple.Create<System.Object, System.Int32>(site.meta_d.Length > 0 ? site.meta_d : ""
            
            #line default
            #line hidden
, 1271), false)
);

WriteLiteral(" />\r\n    <meta");

WriteLiteral(" name=\"keywords\"");

WriteAttribute("content", Tuple.Create(" content=\"", 1346), Tuple.Create("\"", 1424)
            
            #line 47 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1356), Tuple.Create<System.Object, System.Int32>(page.nav.current.meta_k
            
            #line default
            #line hidden
, 1356), false)
            
            #line 47 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1380), Tuple.Create<System.Object, System.Int32>(site.meta_k.Length > 0 ? site.meta_k : ""
            
            #line default
            #line hidden
, 1380), false)
);

WriteLiteral(" />\r\n");

            
            #line 48 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
    
            
            #line default
            #line hidden
            
            #line 48 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
     if (seo.webtype == 0)
    {

            
            #line default
            #line hidden
WriteLiteral("        <link");

WriteLiteral(" rel=\"canonical\"");

WriteAttribute("href", Tuple.Create(" href=\"", 1494), Tuple.Create("\"", 1536)
            
            #line 50 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1501), Tuple.Create<System.Object, System.Int32>(seo.yuming
            
            #line default
            #line hidden
, 1501), false)
            
            #line 50 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1512), Tuple.Create<System.Object, System.Int32>(page.nav.current.href
            
            #line default
            #line hidden
, 1512), false)
);

WriteLiteral(" />\r\n");

            
            #line 51 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
    }
    else
    {

            
            #line default
            #line hidden
WriteLiteral("        <link");

WriteLiteral(" rel=\"alternate\"");

WriteAttribute("href", Tuple.Create(" href=\"", 1595), Tuple.Create("\"", 1637)
            
            #line 54 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1602), Tuple.Create<System.Object, System.Int32>(seo.yuming
            
            #line default
            #line hidden
, 1602), false)
            
            #line 54 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1613), Tuple.Create<System.Object, System.Int32>(page.nav.current.href
            
            #line default
            #line hidden
, 1613), false)
);

WriteLiteral(" />\r\n");

WriteLiteral("        <link");

WriteLiteral(" rel=\"canonical\"");

WriteAttribute("href", Tuple.Create(" href=\"", 1672), Tuple.Create("\"", 1714)
            
            #line 55 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1679), Tuple.Create<System.Object, System.Int32>(seo.yuming
            
            #line default
            #line hidden
, 1679), false)
            
            #line 55 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 1690), Tuple.Create<System.Object, System.Int32>(page.nav.current.href
            
            #line default
            #line hidden
, 1690), false)
);

WriteLiteral(" />\r\n");

            
            #line 56 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
    }

            
            #line default
            #line hidden
WriteLiteral("    ");

            
            #line 57 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
Write(Html.Raw(seo.location));

            
            #line default
            #line hidden
WriteLiteral("\r\n");

});

DefineSection("head", () => {

WriteLiteral("\r\n\r\n\r\n");

});

            
            #line 63 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
Write(RenderPage("Shared/top.cshtml"));

            
            #line default
            #line hidden
WriteLiteral("\r\n");

            
            #line 64 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
Write(RenderPage("Shared/banner.cshtml"));

            
            #line default
            #line hidden
WriteLiteral("\r\n\r\n<div");

WriteLiteral(" class=\"cjwt_section ctext\"");

WriteLiteral(">\r\n    <div");

WriteLiteral(" class=\"w_width\"");

WriteLiteral(">\r\n        <div");

WriteLiteral(" class=\"btbox\"");

WriteLiteral(">\r\n            <div");

WriteLiteral(" class=\"bt1 wow pzUp\"");

WriteLiteral(">\r\n                <img");

WriteLiteral(" src=\"/theme/cn/img/img104.png\"");

WriteLiteral(">\r\n                <h2>");

            
            #line 71 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
               Write(current.title);

            
            #line default
            #line hidden
WriteLiteral("</h2>\r\n                <img");

WriteLiteral(" src=\"/theme/cn/img/img104.png\"");

WriteLiteral(">\r\n            </div>\r\n            <h4");

WriteLiteral(" class=\" wow pzUp\"");

WriteLiteral(">");

            
            #line 74 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                             Write(current.entitle);

            
            #line default
            #line hidden
WriteLiteral("</h4>\r\n        </div>\r\n        <div");

WriteLiteral(" class=\"nav wow pzUp\"");

WriteLiteral(">\r\n            <ul>\r\n");

            
            #line 78 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                
            
            #line default
            #line hidden
            
            #line 78 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                 foreach (var item in page.nav.left(page.nav.parent.id))
                {

            
            #line default
            #line hidden
WriteLiteral("                    <li");

WriteAttribute("class", Tuple.Create(" class=\"", 2397), Tuple.Create("\"", 2450)
            
            #line 80 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 2405), Tuple.Create<System.Object, System.Int32>(item.id == page.nav.current.id ? "on" : ""
            
            #line default
            #line hidden
, 2405), false)
);

WriteLiteral(">\r\n                        <a");

WriteAttribute("href", Tuple.Create(" href=\"", 2480), Tuple.Create("\"", 2497)
            
            #line 81 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 2487), Tuple.Create<System.Object, System.Int32>(item.href
            
            #line default
            #line hidden
, 2487), false)
);

WriteAttribute("target", Tuple.Create(" target=\"", 2498), Tuple.Create("\"", 2519)
            
            #line 81 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 2507), Tuple.Create<System.Object, System.Int32>(item.target
            
            #line default
            #line hidden
, 2507), false)
);

WriteLiteral(">");

            
            #line 81 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                                              Write(item.title);

            
            #line default
            #line hidden
WriteLiteral("</a>\r\n                    </li>\r\n");

            
            #line 83 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                }

            
            #line default
            #line hidden
WriteLiteral("            </ul>\r\n        </div>\r\n        <div");

WriteLiteral(" class=\"content\"");

WriteLiteral(">\r\n            <div");

WriteLiteral(" class=\"left wow pzLeft\"");

WriteLiteral(">\r\n                <form");

WriteLiteral(" class=\"dl\"");

WriteAttribute("action", Tuple.Create(" action=\"", 2725), Tuple.Create("\"", 2756)
            
            #line 88 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 2734), Tuple.Create<System.Object, System.Int32>(page.nav.current.href
            
            #line default
            #line hidden
, 2734), false)
);

WriteLiteral(" id=\"search\"");

WriteLiteral(">\r\n");

            
            #line 89 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                    
            
            #line default
            #line hidden
            
            #line 89 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                     if (fllist.Count > 0)
                    {

            
            #line default
            #line hidden
WriteLiteral("                        <div");

WriteLiteral(" class=\"dd\"");

WriteLiteral(">\r\n                            <div");

WriteLiteral(" class=\"bt\"");

WriteLiteral(">选择分类</div>\r\n                            <div");

WriteLiteral(" class=\"xlbox\"");

WriteLiteral(">\r\n                                <div");

WriteLiteral(" class=\"_t\"");

WriteLiteral("><div");

WriteLiteral(" class=\"wz\"");

WriteLiteral(">");

            
            #line 94 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                                           Write(fltit);

            
            #line default
            #line hidden
WriteLiteral("</div><img");

WriteLiteral(" src=\"/theme/cn/img/img113.svg\"");

WriteLiteral("></div>\r\n                                <div");

WriteLiteral(" class=\"_b\"");

WriteLiteral(">\r\n");

            
            #line 96 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                    
            
            #line default
            #line hidden
            
            #line 96 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                     foreach (var item in fllist)
                                    {

            
            #line default
            #line hidden
WriteLiteral("                                        <a");

WriteLiteral(" href=\"javascript:;\"");

WriteLiteral(" data-id=\"");

            
            #line 98 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                                                   Write(item.id);

            
            #line default
            #line hidden
WriteLiteral("\"");

WriteLiteral(">");

            
            #line 98 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                                                             Write(item.title);

            
            #line default
            #line hidden
WriteLiteral("</a>\r\n");

            
            #line 99 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                    }

            
            #line default
            #line hidden
WriteLiteral("                                </div>\r\n                            </div>\r\n     " +
"                   </div>\r\n");

WriteLiteral("                        <input");

WriteLiteral(" type=\"hidden\"");

WriteLiteral(" name=\"fl\"");

WriteAttribute("value", Tuple.Create(" value=\"", 3562), Tuple.Create("\"", 3573)
            
            #line 103 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 3570), Tuple.Create<System.Object, System.Int32>(fl
            
            #line default
            #line hidden
, 3570), false)
);

WriteLiteral(" />\r\n");

            
            #line 104 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                    }

            
            #line default
            #line hidden
WriteLiteral("                    <div");

WriteLiteral(" class=\"dd\"");

WriteLiteral(">\r\n                        <div");

WriteLiteral(" class=\"bt\"");

WriteLiteral(">请输入关键词</div>\r\n                        <div");

WriteLiteral(" class=\"inp\"");

WriteLiteral(">\r\n                            <input");

WriteLiteral(" type=\"text\"");

WriteLiteral(" placeholder=\"请输入\"");

WriteLiteral(" name=\"key\"");

WriteAttribute("value", Tuple.Create(" value=\"", 3812), Tuple.Create("\"", 3824)
            
            #line 108 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
   , Tuple.Create(Tuple.Create("", 3820), Tuple.Create<System.Object, System.Int32>(key
            
            #line default
            #line hidden
, 3820), false)
);

WriteLiteral(">\r\n                        </div>\r\n                    </div>\r\n                  " +
"  <div");

WriteLiteral(" class=\"dd\"");

WriteLiteral(">\r\n                        <div");

WriteLiteral(" class=\"btn\"");

WriteLiteral(" onclick=\"$(\'#search\').submit();\"");

WriteLiteral(">搜索</div>\r\n                    </div>\r\n                </form>\r\n            </div" +
">\r\n            <div");

WriteLiteral(" class=\"right\"");

WriteLiteral(">\r\n                <div");

WriteLiteral(" class=\"content3\"");

WriteLiteral(">\r\n                    <ul>\r\n\r\n");

            
            #line 120 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                        
            
            #line default
            #line hidden
            
            #line 120 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                         foreach (var item in pzJswz.list(page.dtPageTable))
                        {

            
            #line default
            #line hidden
WriteLiteral("                            <li");

WriteLiteral(" class=\"wow pzUp\"");

WriteLiteral(">\r\n                                <a");

WriteAttribute("href", Tuple.Create(" href=\"", 4374), Tuple.Create("\"", 4391)
            
            #line 123 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
, Tuple.Create(Tuple.Create("", 4381), Tuple.Create<System.Object, System.Int32>(item.href
            
            #line default
            #line hidden
, 4381), false)
);

WriteLiteral(">\r\n                                    <div");

WriteLiteral(" class=\"bt\"");

WriteLiteral(">");

            
            #line 124 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                               Write(item.title);

            
            #line default
            #line hidden
WriteLiteral("</div>\r\n                                    <div");

WriteLiteral(" class=\"more\"");

WriteLiteral(">\r\n                                        <div");

WriteLiteral(" class=\"wz\"");

WriteLiteral(">");

            
            #line 126 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                                                   Write(item.itime.ToString("yyyy.MM.dd"));

            
            #line default
            #line hidden
WriteLiteral("</div>\r\n                                        <img");

WriteLiteral(" src=\"/theme/cn/img/img117.png\"");

WriteLiteral(" class=\"ico1\"");

WriteLiteral(">\r\n                                        <img");

WriteLiteral(" src=\"/theme/cn/img/img118.png\"");

WriteLiteral(" class=\"ico2\"");

WriteLiteral(">\r\n                                    </div>\r\n                                </" +
"a>\r\n                            </li>\r\n");

            
            #line 132 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
                        }

            
            #line default
            #line hidden
WriteLiteral("\r\n                    </ul>\r\n                </div>\r\n            </div>\r\n        " +
"</div>\r\n        <div");

WriteLiteral(" class=\"page_section wow pzUp\"");

WriteLiteral(">\r\n");

WriteLiteral("            ");

            
            #line 139 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
       Write(RenderPage("Shared/fy.cshtml", new { pagesize = 12 }));

            
            #line default
            #line hidden
WriteLiteral("\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n");

            
            #line 144 "D:\wwwroot\roadscientific\wwwroot\views\cn\jswz.cshtml"
Write(RenderPage("Shared/down.cshtml"));

            
            #line default
            #line hidden
WriteLiteral("\r\n");

DefineSection("js", () => {

WriteLiteral(@"
    <script>
        $("".ny_banner"").addClass(""ny_banner2"");
    </script>
    <script>
        $("".cjwt_section .left .xlbox ._t"").click(function () {
            $("".cjwt_section .left .xlbox ._b"").slideToggle();
        })

        $("".cjwt_section .left .xlbox ._b a"").click(function () {
            var tit = $(this).text();
            $("".cjwt_section .left .xlbox ._t .wz"").text(tit);
            var val = $(this).attr('data-id');
            $('.cjwt_section .left input[name=""fl""]').val(val);
            $("".cjwt_section .left .xlbox ._b"").slideToggle();
        })
    </script>

");

});

        }
    }
}