View Single Post
  #324  
Old 07-10-2009, 06:46 PM
racale racale is offline
 
Join Date: Feb 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 1Unreal View Post
I made a little jQuery thing for the flags, feel free to use it.

Demo - at the top

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
	$(document).ready(function(){
		$("#flags a img").hover(function(){
			$("#lang_text").text($(this).attr("alt"));
		})
		
		$("#flags").mouseleave(function(){
			$("#lang_text").text("Translate This Page");
		})
	});
</script>
</head>

<body>
<div style="margin: auto; width: 100%;" id="flags">
<a href="?hl=ar"><img src="/flags/Saudi Arabia.gif" alt="Arabic" border="0" /></a>
<a href="?hl=bg"><img src="/flags/Bulgaria.gif" alt="Bulgarian" border="0" /></a>
<a href="?hl=zh-CN"><img src="/flags/China.gif" alt="Chinese (Simplified)" border="0" /></a>

<a href="?hl=zh-TW"><img src="/flags/Taiwan.gif" alt="Chinese (Traditional)" border="0" /></a>
<a href="?hl=hr"><img src="/flags/Croatia.gif" alt="Croatian" border="0" /></a>
<a href="?hl=cs"><img src="/flags/Czech Republic.gif" alt="Czech" border="0" /></a>
<a href="?hl=da"><img src="/flags/Denmark.gif" alt="Danish" border="0" /></a>
<a href="?hl=nl"><img src="/flags/Netherlands.gif" alt="Dutch" border="0" /></a>
<a href="?hl=fi"><img src="/flags/Finland.gif" alt="Finnish" border="0" /></a>
<a href="?hl=fr"><img src="/flags/France.gif" alt="French" border="0" /></a>
<a href="?hl=de"><img src="/flags/Germany.gif" alt="German" border="0" /></a>
<a href="?hl=el"><img src="/flags/Greece.gif" alt="Greek" border="0" /></a>
<a href="?hl=iw"><img src="/flags/Israel.gif" alt="Hebrew" border="0" /></a>
<a href="?hl=hu"><img src="/flags/Hungary.gif" alt="Hungarian" border="0" /></a>
<a href="?hl=it"><img src="/flags/Italy.gif" alt="Italian" border="0" /></a>
<a href="?hl=ja"><img src="/flags/Japan.gif" alt="Japanese" border="0" /></a>
<a href="?hl=ko"><img src="/flags/South Korea.gif" alt="Korean" border="0" /></a>
<a href="?hl=no"><img src="/flags/Norway.gif" alt="Norwegian" border="0" /></a>
<a href="?hl=pl"><img src="/flags/Poland.gif" alt="Polish" border="0" /></a>
<a href="?hl=pt"><img src="/flags/Portugal.gif" alt="Portuguese" border="0" /></a>

<a href="?hl=ro"><img src="/flags/Romania.gif" alt="Romanian" border="0" /></a>
<a href="?hl=ru"><img src="/flags/Russian Federation.gif" alt="Russian" border="0" /></a>
<a href="?hl=sr"><img src="/flags/Serbia.gif" alt="Serbian" border="0" /></a>
<a href="?hl=sk"><img src="/flags/Slovakia.gif" alt="Slovak" border="0" /></a>
<a href="?hl=es"><img src="/flags/Spain.gif" alt="Spanish" border="0" /></a>
<a href="?hl=sv"><img src="/flags/Sweden.gif" alt="Swedish" border="0" /></a>
<a href="?hl=th"><img src="/flags/Thailand.gif" alt="Thai" border="0" /></a>
<a href="?hl=tr"><img src="/flags/Turkey.gif" alt="Turkish" border="0" /></a>
<span id="lang_text">Translate This Page</span>
</div>


</body>
</html>
I put this query I can now say that the pages you open, not only am I being translated

where I am wrong, help thanks

if someone can see my problem, so you realize apologies for not knowing write English well demo
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01119 seconds
  • Memory Usage 1,809KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete