diff options
Diffstat (limited to 'zarb-ml/mageia-i18n/attachments/20130213/e8fc9e7e/attachment.html')
| -rw-r--r-- | zarb-ml/mageia-i18n/attachments/20130213/e8fc9e7e/attachment.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/zarb-ml/mageia-i18n/attachments/20130213/e8fc9e7e/attachment.html b/zarb-ml/mageia-i18n/attachments/20130213/e8fc9e7e/attachment.html new file mode 100644 index 000000000..8f7b05235 --- /dev/null +++ b/zarb-ml/mageia-i18n/attachments/20130213/e8fc9e7e/attachment.html @@ -0,0 +1,17 @@ +<html> +<head> +<style><!-- +.hmmessage P +{ +margin:0px; +padding:0px +} +body.hmmessage +{ +font-size: 10pt; +font-family:Tahoma +} +--></style></head> +<body class='hmmessage'><div dir='ltr'> +<div>Hi,</div><div><br></div><div>I was thinking of a JQuery explanation of words that are less used in some languages.</div><div>Explaining might be harder to do so the English version of a line could be displayed when hovering over the lines which contain those words.</div><div>Since i don't know how the database is structured, i thought these numbers '+28, +29 ' mean something and can be used to SELECT lines from let's say English.</div><div><br></div><div>- a little .js:</div><div>var mouseX;</div><div>var mouseY;</div><div>$(function(){</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$(document).mousemove( function(e) {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>mouseX = e.pageX; </div><div><span class="Apple-tab-span" style="white-space:pre"> </span>mouseY = e.pageY;</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>}); </div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$(".en_ver0").hover(function(){</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$("#en_ver").css({'top':mouseY,'left':mouseX}).show();</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>},</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>function(){</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$("#en_ver").fadeOut(500);</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>});</div><div>});</div><div><br></div><div>- and a little div:</div><div><div id="en_ver" style="display:none;position:absolute"><?php 'SELECT en ver +28' ?></div></div><div><br></div><div>Sorry for my bad JQ and php, but i hope someone gets the idea.</div><div><br></div><div>Respectfully,</div><div>Dan.</div> </div></body> +</html>
\ No newline at end of file |
