'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'[vb畢設]vb文檔管理系統(tǒng)論文.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'[VB畢設]VB文檔管理系統(tǒng)+論文 (包含27個文件)', },{ id:'0000100001', pId:'00001', name:'程序 (包含21個文件)', },{ id:'000010000100001', pId:'0000100001', name:'DAGL.MDB (130KB)', },{ id:'000010000100002', pId:'0000100001', name:'Form1.frm (1KB)', },{ id:'000010000100003', pId:'0000100001', name:'Form11.frm (2KB)', },{ id:'000010000100004', pId:'0000100001', name:'Form12.frm (11KB)', },{ id:'000010000100005', pId:'0000100001', name:'Form2.frm (15KB)', },{ id:'000010000100006', pId:'0000100001', name:'Form2.frx (0KB)', },{ id:'000010000100007', pId:'0000100001', name:'Form3.frm (15KB)', },{ id:'000010000100008', pId:'0000100001', name:'Form4.frm (13KB)', },{ id:'000010000100009', pId:'0000100001', name:'Form4.frx (0KB)', },{ id:'000010000100010', pId:'0000100001', name:'Form5.frm (21KB)', },{ id:'000010000100011', pId:'0000100001', name:'Form5.frx (0KB)', },{ id:'000010000100012', pId:'0000100001', name:'Form6.frm (4KB)', },{ id:'000010000100013', pId:'0000100001', name:'Form7.frm (4KB)', },{ id:'000010000100014', pId:'0000100001', name:'FRMDAG.FRM (13KB)', },{ id:'000010000100015', pId:'0000100001', name:'FRMDAG.FRX (3KB)', },{ id:'000010000100016', pId:'0000100001', name:'Module1.bas (0KB)', },{ id:'000010000100017', pId:'0000100001', name:'MSSCCPRJ.SCC (0KB)', },{ id:'000010000100019', pId:'0000100001', name:'工程1.vbp (1KB)', },{ id:'000010000100020', pId:'0000100001', name:'工程1.vbw (0KB)', },{ id:'000010000100021', pId:'0000100001', name:'文檔管理系統(tǒng).exe (212KB)', },{ id:'000010000100022', pId:'0000100001', name:'檔案管理系統(tǒng).exe (212KB)', },{ id:'0000100002', pId:'00001', name:'使用說明.txt (0KB)', click:'getBookinfo(8088565)', icon:'/Images/filetype/TXT16.PNG'},{ id:'0000100003', pId:'00001', name:'開題報告.doc (29KB)', click:'getBookinfo(8088566)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100004', pId:'00001', name:'畢業(yè)任務設計書.doc (19KB)', click:'getBookinfo(8088567)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100005', pId:'00001', name:'答辯要點.doc (22KB)', click:'getBookinfo(8088568)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100006', pId:'00001', name:'論文.doc (663KB)', click:'getBookinfo(8088569)', icon:'/Images/filetype/DOC16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'[vb畢設]vb文檔管理系統(tǒng)論文.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'0000100002', pId:'00001', name:'使用說明.txt',url:'http://m.facezit.com/p-8088565.html', target:'_blank' },{ id:'0000100003', pId:'00001', name:'開題報告.doc',url:'http://m.facezit.com/p-8088566.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'畢業(yè)任務設計書.doc',url:'http://m.facezit.com/p-8088567.html', target:'_blank' },{ id:'0000100005', pId:'00001', name:'答辯要點.doc',url:'http://m.facezit.com/p-8088568.html', target:'_blank' },{ id:'0000100006', pId:'00001', name:'論文.doc',url:'http://m.facezit.com/p-8088569.html', target:'_blank' }]; $(document).ready(function(){ if(JSON.stringify(zNodes)=="{}") { $("#ysyl").hide(); }else { $.fn.zTree.init($("#treeDemo"), setting, zNodes); $.fn.zTree.init($("#treeDemo2"), setting, zNodes2); } }); $(function() { $("#jubao input[type='radio']").click(function() { $("#hidTypeID").val($(this).val()); }); }); function jubao() { var userid = '0'; if (userid != "" && userid != undefined && userid != "0") { $("#jubao").show(); } else { alert("請登錄!");window.location.href='login.aspx'; } } function saveJuBao() { var bookid = '3594735'; var type = $("#hidTypeID").val(); if (type != "" && type != undefined && bookid != "" && bookid != undefined) { $.ajax({ type: "post", url: "View.aspx/JuBao", data: "{bookid: '" + bookid + "', type: '" + type + "' }", contentType: "application/json; charset=utf-8", dataType: "json", success: function(data) { $("#jubao").hide(); $("#jubaoResponse").show(); if (data.d != "0") { $("#jubaoResponse h4").html("您的舉報提交成功"); } else { $("#jubaoResponse h4").html("您的舉報提交失敗"); } } }); } else { alert("請選擇投訴類型或者數(shù)據(jù)錯誤請刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });