iv>

portal html css js resource

luyanan d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
..
public 9c93b62ca2 发现、文章浏览时间展示 vor 7 Jahren
articalIssue.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
articalModify.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-UnstaffList.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-articalList.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-mailOK.js c7d0eda145 新增企业账号绑定 vor 7 Jahren
cmp-needList.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-needShow.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-pwdReset01.js 2997e9388d 企业版导航条和表单类表现方式和效果 vor 7 Jahren
cmp-pwdReset03.js 2997e9388d 企业版导航条和表单类表现方式和效果 vor 7 Jahren
cmp-setAuth-imgup.js bc9c6d594e 修改图片上传,和编辑器上传图片慢的问题, vor 7 Jahren
cmp-setAuth.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-setBind.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-setPwd.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-settled-log.js 8c619da72c 邮箱验证修改 vor 7 Jahren
cmp-settled-reback.js 2997e9388d 企业版导航条和表单类表现方式和效果 vor 7 Jahren
cmp-settled-reg.js 2997e9388d 企业版导航条和表单类表现方式和效果 vor 7 Jahren
cmp-settled-regOk.js 1d2e5bae47 企业页面 vor 7 Jahren
cmp-staffList.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-updateinfo.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
cmp-workspaces.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
companybrowinfor.js ac19c87f50 修改文章 vor 7 Jahren
resourceIssue.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
resourceList.js d3c16e959d 企业版未登录直接跳转登录页面 vor 7 Jahren
portal-front - Gogs: Go Git Service

portal html css js resource

jquery.imagezoom.min.js 3.0KB

    (function($){$.fn.imagezoom=function(options){var settings={xzoom:310,yzoom:310,offset:10,position:"BTR",preload:1};if(options){$.extend(settings,options);} var noalt='';var self=this;$(this).bind("mouseenter",function(ev){var imageLeft=$(this).offset().left;var imageTop=$(this).offset().top;var imageWidth=$(this).get(0).offsetWidth;var imageHeight=$(this).get(0).offsetHeight;var boxLeft=$(this).parent().offset().left;var boxTop=$(this).parent().offset().top;var boxWidth=$(this).parent().width();var boxHeight=$(this).parent().height();noalt=$(this).attr("alt");var bigimage=$(this).attr("rel");$(this).attr("alt",'');if($("div.zoomDiv").get().length==0){$(document.body).append("<div class='zoomDiv'><img class='bigimg' src='"+bigimage+"'/></div><div class='zoomMask'>&nbsp;</div>");} if(settings.position=="BTR"){if(boxLeft+boxWidth+settings.offset+settings.xzoom>screen.width){leftpos=boxLeft-settings.offset-settings.xzoom;}else{leftpos=boxLeft+boxWidth+settings.offset;}}else{leftpos=imageLeft-settings.xzoom-settings.offset;if(leftpos<0){leftpos=imageLeft+imageWidth+settings.offset;}} $("div.zoomDiv").css({top:boxTop,left:leftpos});$("div.zoomDiv").width(settings.xzoom);$("div.zoomDiv").height(settings.yzoom);$("div.zoomDiv").show();$(this).css('cursor','crosshair');$(document.body).mousemove(function(e){mouse=new MouseEvent(e);if(mouse.x<imageLeft||mouse.x>imageLeft+imageWidth||mouse.y<imageTop||mouse.y>imageTop+imageHeight){mouseOutImage();return;} var bigwidth=$(".bigimg").get(0).offsetWidth;var bigheight=$(".bigimg").get(0).offsetHeight;var scaley='x';var scalex='y';if(isNaN(scalex)|isNaN(scaley)){var scalex=(bigwidth/imageWidth);var scaley=(bigheight/imageHeight);$("div.zoomMask").width((settings.xzoom)/scalex);$("div.zoomMask").height((settings.yzoom)/scaley);$("div.zoomMask").css('visibility','visible');} xpos=mouse.x-$("div.zoomMask").width()/2;ypos=mouse.y-$("div.zoomMask").height()/2;xposs=mouse.x-$("div.zoomMask").width()/2-imageLeft;yposs=mouse.y-$("div.zoomMask").height()/2-imageTop;xpos=(mouse.x-$("div.zoomMask").width()/2<imageLeft)?imageLeft:(mouse.x+$("div.zoomMask").width()/2>imageWidth+imageLeft)?(imageWidth+imageLeft-$("div.zoomMask").width()):xpos;ypos=(mouse.y-$("div.zoomMask").height()/2<imageTop)?imageTop:(mouse.y+$("div.zoomMask").height()/2>imageHeight+imageTop)?(imageHeight+imageTop-$("div.zoomMask").height()):ypos;$("div.zoomMask").css({top:ypos,left:xpos});$("div.zoomDiv").get(0).scrollLeft=xposs*scalex;$("div.zoomDiv").get(0).scrollTop=yposs*scaley;});});function mouseOutImage(){$(self).attr("alt",noalt);$(document.body).unbind("mousemove");$("div.zoomMask").remove();$("div.zoomDiv").remove();} count=0;if(settings.preload){$('body').append("<div style='display:none;' class='jqPreload"+count+"'></div>");$(this).each(function(){var imagetopreload=$(this).attr("rel");var content=jQuery('div.jqPreload'+count+'').html();jQuery('div.jqPreload'+count+'').html(content+'<img src=\"'+imagetopreload+'\">');});}}})(jQuery);function MouseEvent(e){this.x=e.pageX;this.y=e.pageY;}