- Code: Select all
var twt_xhtml = '<tr><td><div id="twtools_div" style="display: none;">';
twt_xhtml += '<table><tr>';
twt_xhtml += '<td><a href="http://' + twe.World + '.twplus.org/world/" target="_blank">TW-Tools</a>:</td>';
twt_xhtml += '<td><input type="text" id="twtools_player" value="' + twe.lang("player") + '" /><a href="javascript:tool_info(\'player\')"><img src="' + personals.getImageBase() + 'rechts.png" style="margin:0px 2px" title="' + twe.lang("i_player") + '" /></a></td>';//onfocus="i_focus(this)" onblur="i_blur_tribe(this)"
twt_xhtml += '<td><input type="text" id="twtools_tribe" value="' + twe.lang("tribe") + '" /><a href="javascript:tool_info(\'tribe\')"><img src="' + personals.getImageBase() + 'rechts.png" style="margin:0px 2px" title="' + twe.lang("i_tribe") + '" /></a></td>';//onfocus="i_focus(this)" onblur="i_blur_ally(this)"
twt_xhtml += '</tr></table></div>';
twt_xhtml += '</td></tr>';
To hungarian TW-tools. Only change's the adress. I copied the full part, so you can find this part easily.
Ahhoz hogy a TW-tools-t is tudd magyarul használni...