'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'【全套設計】vbsql人力資源管理系統(tǒng)的設計與實現.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'vb+sql人力資源管理系統(tǒng)的設計與實現 (包含10個文件)', },{ id:'0000100001', pId:'00001', name:'論文 (包含1個文件)', },{ id:'000010000100001', pId:'0000100001', name:'人力資源管理系統(tǒng)設計與實現論文.doc (1231KB)', click:'getBookinfo(8243104)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100002', pId:'00001', name:'附件 (包含5個文件)', },{ id:'000010000200001', pId:'0000100002', name:'附件A:任務書人力資源.doc (43KB)', click:'getBookinfo(8243105)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000200002', pId:'0000100002', name:'附件B:開題報告.doc (48KB)', click:'getBookinfo(8243106)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000200003', pId:'0000100002', name:'附件C:譯文.doc (62KB)', click:'getBookinfo(8243107)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000200004', pId:'0000100002', name:'附件D:譯文原文.doc (63KB)', click:'getBookinfo(8243108)', icon:'/Images/filetype/DOC16.PNG'},{ id:'000010000200005', pId:'0000100002', name:'附件:封面目錄.doc (41KB)', click:'getBookinfo(8243109)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100003', pId:'00001', name:'ppt.ppt (794KB)', click:'getBookinfo(8243110)', icon:'/Images/filetype/PPT16.PNG'},{ id:'0000100004', pId:'00001', name:'程序.rar (754KB)', click:'getBookinfo(8243111)', icon:'/Images/filetype/RAR16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'【全套設計】vbsql人力資源管理系統(tǒng)的設計與實現.rar', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'000010000100001', pId:'0000100001', name:'人力資源管理系統(tǒng)設計與實現論文.doc',url:'http://facezit.com/p-8243104.html', target:'_blank' },{ id:'000010000200001', pId:'0000100002', name:'附件A:任務書人力資源.doc',url:'http://facezit.com/p-8243105.html', target:'_blank' },{ id:'000010000200002', pId:'0000100002', name:'附件B:開題報告.doc',url:'http://facezit.com/p-8243106.html', target:'_blank' },{ id:'000010000200003', pId:'0000100002', name:'附件C:譯文.doc',url:'http://facezit.com/p-8243107.html', target:'_blank' },{ id:'000010000200004', pId:'0000100002', name:'附件D:譯文原文.doc',url:'http://facezit.com/p-8243108.html', target:'_blank' },{ id:'000010000200005', pId:'0000100002', name:'附件:封面目錄.doc',url:'http://facezit.com/p-8243109.html', target:'_blank' },{ id:'0000100003', pId:'00001', name:'ppt.ppt',url:'http://facezit.com/p-8243110.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'程序.rar',url:'http://facezit.com/p-8243111.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 = '6314987'; 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("請選擇投訴類型或者數據錯誤請刷新重試!"); } } $(function(){ $(document).bind("contextmenu",function(e){ return false; }); });