|
|
113. sor: |
113. sor: |
| |Ingame4= | | |Ingame4= |
| }} | | }} |
− | <html>
| |
− | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
| |
− | <link href="../ddimgtooltip.css" type="text/css" rel="stylesheet">
| |
− | <script type="text/javascript">
| |
− | /* Image w/ description tooltip v2.0
| |
− | * Created: April 23rd, 2010. This notice must stay intact for usage
| |
− | * Author: Dynamic Drive at http://www.dynamicdrive.com/
| |
− | * Visit http://www.dynamicdrive.com/ for full source code
| |
− | */
| |
| | | |
− |
| |
− | var ddimgtooltip={
| |
− |
| |
− | tiparray:function(){
| |
− | var tooltips=[]
| |
− | //define each tooltip baelow: tooltip[inc]=['path_to_image', 'optional desc', optional_CSS_object]
| |
− | //For desc parameter, backslash any special characters inside your text such as apotrophes ('). Example: "I\'m the king of the world"
| |
− | //For CSS object, follow the syntax: {property1:"cssvalue1", property2:"cssvalue2", etc}
| |
− |
| |
− | tooltips[0]=["semmi", "Metin2wiki - főoldal", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[1]=["semmi", "Kék birodalom", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[2]=["semmi", "Kék map2", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[3]=["semmi", "én :)", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[4]=["semmi", "Nem játékos karakter", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[5]=["semmi", "Harang<br><img src=../images/6/6e/Harang.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[6]=["semmi", "Taurean<br><img src=../images/6/61/Taurean.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[7]=["semmi", "Áruló Balso<br><img src=../images/c/cf/%C3%81rul%C3%B3_Balso.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[8]=["semmi", "Yu-Rang<br><img src=../images/c/c5/Yu-Rang.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[9]=["semmi", "Deokbae<br><img src=../images/8/88/Deokbae.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[10]=["semmi", "Teleport<br><img src=../images/5/54/Teleport.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[11]=["semmi", "Öregasszony<br><img src=../images/6/6d/%C3%96regasszony.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[12]=["semmi", "Raktáros<br><img src=../images/c/c4/Rakt%C3%A1ros.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[13]=["semmi", "Yang-Shin<br><img src=../images/7/7d/Yang-Shin.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[14]=["semmi", "Yu-Hwan<br><img src=../images/f/f4/Yu-Hwan.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[15]=["semmi", "Huahn-So<br><img src=../images/8/89/Huahn-So.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[16]=["semmi", "Ariyoung<br><img src=../images/1/19/Ariyoung.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[17]=["semmi", "Fegyverzet kereskedő<br><img src=../images/2/2d/Fegyverzet_keresked%C5%91.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[18]=["semmi", "Fegyverkereskedő<br><img src=../images/9/94/Fegyverkeresked%C5%91.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[19]=["semmi", "Csata irányító<br><img src=../images/d/d6/Csata_ir%C3%A1ny%C3%ADt%C3%B3.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[20]=["semmi", "Őr<br><img src=../images/6/6c/%C5%90r.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[21]=["semmi", "Vegyeskereskedés<br><img src=../images/3/3e/Vegyeskeresked%C3%A9s.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[22]=["semmi", "Lovászinas<br><img src=../images/f/f7/Lov%C3%A1szinas.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[23]=["semmi", "Kovács<br><img src=../images/c/cf/Kov%C3%A1cs.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− | tooltips[24]=["semmi", "Házaló<br><img src=../images/d/d9/H%C3%A1zal%C3%B3.jpg height=240", {background:"#000000", color:"white", border:"5px ridge darkred"}]
| |
− |
| |
− |
| |
− |
| |
− | return tooltips //do not remove/change this line
| |
− | }(),
| |
− |
| |
− | tooltipoffsets: [20, -30], //additional x and y offset from mouse cursor for tooltips
| |
− |
| |
− | //***** NO NEED TO EDIT BEYOND HERE
| |
− |
| |
− | tipprefix: 'imgtip', //tooltip ID prefixes
| |
− |
| |
− | createtip:function($, tipid, tipinfo){
| |
− | if ($('#'+tipid).length==0){ //if this tooltip doesn't exist yet
| |
− | return $('<div id="' + tipid + '" class="ddimgtooltip" />').html(
| |
− | '<div style="text-align:center"></div>'
| |
− | + ((tipinfo[1])? '<div style="text-align:left; margin-top:5px">'+tipinfo[1]+'</div>' : '')
| |
− | )
| |
− | .css(tipinfo[2] || {})
| |
− | .appendTo(document.body)
| |
− | }
| |
− | return null
| |
− | },
| |
− |
| |
− | positiontooltip:function($, $tooltip, e){
| |
− | var x=e.pageX+this.tooltipoffsets[0], y=e.pageY+this.tooltipoffsets[1]
| |
− | var tipw=$tooltip.outerWidth(), tiph=$tooltip.outerHeight(),
| |
− | x=(x+tipw>$(document).scrollLeft()+$(window).width())? x-tipw-(ddimgtooltip.tooltipoffsets[0]*2) : x
| |
− | y=(y+tiph>$(document).scrollTop()+$(window).height())? $(document).scrollTop()+$(window).height()-tiph-10 : y
| |
− | $tooltip.css({left:x, top:y})
| |
− | },
| |
− |
| |
− | showbox:function($, $tooltip, e){
| |
− | $tooltip.show()
| |
− | this.positiontooltip($, $tooltip, e)
| |
− | },
| |
− |
| |
− | hidebox:function($, $tooltip){
| |
− | $tooltip.hide()
| |
− | },
| |
− |
| |
− |
| |
− | init:function(targetselector){
| |
− | jQuery(document).ready(function($){
| |
− | var tiparray=ddimgtooltip.tiparray
| |
− | var $targets=$(targetselector)
| |
− | if ($targets.length==0)
| |
− | return
| |
− | var tipids=[]
| |
− | $targets.each(function(){
| |
− | var $target=$(this)
| |
− | $target.attr('rel').match(/\[(\d+)\]/) //match d of attribute rel="imgtip[d]"
| |
− | var tipsuffix=parseInt(RegExp.$1) //get d as integer
| |
− | var tipid=this._tipid=ddimgtooltip.tipprefix+tipsuffix //construct this tip's ID value and remember it
| |
− | var $tooltip=ddimgtooltip.createtip($, tipid, tiparray[tipsuffix])
| |
− | $target.mouseenter(function(e){
| |
− | var $tooltip=$("#"+this._tipid)
| |
− | ddimgtooltip.showbox($, $tooltip, e)
| |
− | })
| |
− | $target.mouseleave(function(e){
| |
− | var $tooltip=$("#"+this._tipid)
| |
− | ddimgtooltip.hidebox($, $tooltip)
| |
− | })
| |
− | $target.mousemove(function(e){
| |
− | var $tooltip=$("#"+this._tipid)
| |
− | ddimgtooltip.positiontooltip($, $tooltip, e)
| |
− | })
| |
− | if ($tooltip){ //add mouseenter to this tooltip (only if event hasn't already been added)
| |
− | $tooltip.mouseenter(function(){
| |
− | ddimgtooltip.hidebox($, $(this))
| |
− | })
| |
− | }
| |
− | })
| |
− |
| |
− | }) //end dom ready
| |
− | }
| |
− | }
| |
− |
| |
− | //ddimgtooltip.init("targetElementSelector")
| |
− | ddimgtooltip.init("*[rel^=imgtip]")
| |
− | </script>
| |
− | </script>
| |
− |
| |
− |
| |
− | <img src="../images/0/0c/Realbakra.png" width="800" height="439" border="0" usemap="#Map" />
| |
− | <map name="Map" id="Map">
| |
− | <area rel="imgtip[0]" shape="rect" coords="1,418,162,452" href="../index.php/Kezd%C5%91lap" target="_blank" />
| |
− | <area rel="imgtip[1]" shape="rect" coords="233,411,313,435" href="../index.php/Birodalmak#jinno" target="_blank" />
| |
− | <area rel="imgtip[2]" shape="rect" coords="342,411,429,435" href="../index.php/Bakra" target="_blank" />
| |
− | <area rel="imgtip[3]" shape="rect" coords="668,414,793,435" href="../index.php/Szerkeszt%C5%91:Woaning" target="_blank" />
| |
− | <area rel="imgtip[4]" shape="rect" coords="320,328,368,348" href="../index.php/NPC#Emberek" target="_blank" />
| |
− | <area rel="imgtip[5]" shape="rect" coords="157,210,178,237" href="../index.php/Harang" target="_blank" />
| |
− | <area rel="imgtip[6]" shape="rect" coords="171,157,190,182" href="../index.php/Taurean" target="_blank" />
| |
− | <area rel="imgtip[7]" shape="rect" coords="238,111,261,140" href="../index.php/%C3%81rul%C3%B3_Balso" target="_blank" />
| |
− | <area rel="imgtip[8]" shape="rect" coords="311,85,331,115" href="../index.php/Yu-Rang" target="_blank" />
| |
− | <area rel="imgtip[9]" shape="rect" coords="321,54,340,80" href="../index.php/Deokbae" target="_blank" />
| |
− | <area rel="imgtip[10]" shape="rect" coords="354,83,374,112" href="../index.php/Teleport" target="_blank" />
| |
− | <area rel="imgtip[11]" shape="rect" coords="311,140,331,168" href="../index.php/%C3%96regasszony" target="_blank" />
| |
− | <area rel="imgtip[12]" shape="rect" coords="279,192,296,217" href="../index.php/Rakt%C3%A1ros" target="_blank" />
| |
− | <area rel="imgtip[13]" shape="rect" coords="227,234,248,265" href="../index.php/Yang-Shin" target="_blank" />
| |
− | <area rel="imgtip[14]" shape="rect" coords="474,251,499,281" href="../index.php/Yu-Hwan" target="_blank" />
| |
− | <area rel="imgtip[15]" shape="rect" coords="551,301,575,328" href="../index.php/Huahn-So" target="_blank" />
| |
− | <area rel="imgtip[16]" shape="rect" coords="623,236,646,265" href="../index.php/Ariyoung" target="_blank" />
| |
− | <area rel="imgtip[17]" shape="rect" coords="589,191,614,220" href="../index.php/Fegyverzet_keresked%C5%91" target="_blank" />
| |
− | <area rel="imgtip[18]" shape="rect" coords="601,157,624,180" href="../index.php/Fegyverkeresked%C5%91" target="_blank" />
| |
− | <area rel="imgtip[19]" shape="rect" coords="410,182,434,209" href="../index.php/Csata_ir%C3%A1ny%C3%ADt%C3%B3" target="_blank" />
| |
− | <area rel="imgtip[20]" shape="rect" coords="435,148,456,174" href="../index.php/%C5%90r" target="_blank" />
| |
− | <area rel="imgtip[21]" shape="rect" coords="411,105,434,134" href="../index.php/Vegyeskeresked%C3%A9s" target="_blank" />
| |
− | <area rel="imgtip[22]" shape="rect" coords="440,67,462,92" href="../index.php/Lov%C3%A1szinas" target="_blank" />
| |
− | <area rel="imgtip[23]" shape="rect" coords="462,102,482,130" href="../index.php/Kov%C3%A1cs" target="_blank" />
| |
− | <area rel="imgtip[24]" shape="rect" coords="543,71,567,99" href="../index.php/H%C3%A1zal%C3%B3" target="_blank" />
| |
− | </map>
| |
− | </html>
| |
| {{Keret2}} | | {{Keret2}} |