'; } $("#imgPer").html(htmlPer); $("#imgDiv").html(html); }else{ alert(data.resultInfo); } } }); } var setting = { data: { simpleData: { enable: true } } }; var zNodes = [{ id:'1', pId:'0', name:'注塑塑料模具設(shè)計(機(jī)械專業(yè)設(shè)計含cad圖紙).zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'00001', pId:'1', name:'81模具-注塑-塑料模具設(shè)計 (包含7個文件)', },{ id:'0000100001', pId:'00001', name:'06年畢業(yè)設(shè)計.doc (270KB)', click:'getBookinfo(8277566)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100004', pId:'00001', name:'動模板.dwg (58KB)', click:'getBookinfo(8277567)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100005', pId:'00001', name:'動模板.dwl (0KB)', },{ id:'0000100006', pId:'00001', name:'型芯.dwg (37KB)', click:'getBookinfo(8277568)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100007', pId:'00001', name:'定模座板.dwg (44KB)', click:'getBookinfo(8277569)', icon:'/Images/filetype/DOC16.PNG'},{ id:'0000100008', pId:'00001', name:'定模座板.dwl (0KB)', },{ id:'0000100009', pId:'00001', name:'相機(jī)支架零件4.dwg (39KB)', click:'getBookinfo(8277570)', icon:'/Images/filetype/DOC16.PNG'},{ id:'00002', pId:'1', name:'溫馨提示.txt (0KB)', click:'getBookinfo(8277571)', icon:'/Images/filetype/TXT16.PNG'}]; var zNodes2 = [{ id:'1', pId:'0', name:'注塑塑料模具設(shè)計(機(jī)械專業(yè)設(shè)計含cad圖紙).zip', open:true, icon:'/Images/filetype/RAR16.PNG'},{ id:'0000100001', pId:'00001', name:'06年畢業(yè)設(shè)計.doc',url:'http://facezit.com/p-8277566.html', target:'_blank' },{ id:'0000100004', pId:'00001', name:'動模板.dwg',url:'http://facezit.com/p-8277567.html', target:'_blank' },{ id:'0000100006', pId:'00001', name:'型芯.dwg',url:'http://facezit.com/p-8277568.html', target:'_blank' },{ id:'0000100007', pId:'00001', name:'定模座板.dwg',url:'http://facezit.com/p-8277569.html', target:'_blank' },{ id:'0000100009', pId:'00001', name:'相機(jī)支架零件4.dwg',url:'http://facezit.com/p-8277570.html', target:'_blank' },{ id:'00002', pId:'1', name:'溫馨提示.txt',url:'http://facezit.com/p-8277571.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 = '6335291'; 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; }); });