PanelTB

TB

  1. 
  2. // ==UserScript==
  3. // @name PanelTB
  4. // @version 3.1
  5. // @description TB
  6.  
  7.  
  8. // @include http://trophymanager.com/*
  9. // @include http://test.trophymanager.com/*
  10. // @exclude http://trophymanager.com/banners*
  11. // @exclude http://trophymanager.com/showprofile.php*
  12. // @include http://trophymanager.com/players
  13. // @grant none
  14.  
  15. // @exclude http://trophymanager.com/userguide.php*
  16. // @exclude http://trophymanager.com/livematch.php*manual_show.php
  17. // @exclude http://trophymanager.com/manual_show.php*
  18. // @exclude http://trophymanager.com/live*
  19. // @exclude http://trophymanager.com/transform.php
  20. // @exclude http://trophymanager.com/translate
  21. // @exclude http://trophymanager.com/translate?*
  22. // @exclude http://trophymanager.com/matches/*
  23. // @exclude http://trophymanager.com/_test_t?h2h
  24. // @exclude http://trophymanager.com/_test_t?t2=*
  25. // @exclude http://trophymanager.com/_test_t
  26. // @namespace https://gf.qytechs.cn/users/7445
  27. // ==/UserScript==
  28.  
  29.  
  30.  
  31.  
  32.  
  33. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  34. // Customize Section: Customize TrophyBuddy to suit your personal preferences ///
  35. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  36. // ///
  37. var myclubid = " "; // if myclubid = "", some functions won't work. Add your team-id like this: var myclubid = "22882" to unlock those additional features ///
  38. var myleagueB = "http://trophymanager.com/league/pl/5/50/#pa"; // Add the address page of the league reserves team ///
  39. var menubar = "yes"; // switch yes/no to turn the menubar on/off ///
  40. var sidebar = "yes"; // switch yes/no to turn the sidebar on/off ///
  41. var hovermenu = "yes"; // switch to "yes" to bring back the old hover menu style from TM1.1 (adapted from TM Auxiliary and slightly modified) ///
  42. // ///
  43. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  44.  
  45. var language = "pl"; // choose your language, check supported languages below:
  46.  
  47. var rou_factor = 0.00405;
  48.  
  49. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  50. // SUPPORTED LANGUAGES ///
  51. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  52. // ///
  53. //The following languages are supported right now: ///
  54. // ///
  55. // ar = Arabic ///
  56. // da = Danish /// ///
  57. // de = German ///
  58. // en = English ///
  59. // fr = French ///
  60. // he = Hebrew ///
  61. // hu = Hungarian ///
  62. // pl = Polish ///
  63. // ro = Romanian ///
  64. // sl = Slovakian ///
  65. // ///
  66. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  67.  
  68. YourRecentPosts = "Moje ostatnie posty";
  69. GoYourRecentPosts = "Moje ostatnie posty";
  70.  
  71. switch (language) {
  72.  
  73. //ARABIC
  74. case "ar":
  75. var Home = "الصفحة الرئيسية";
  76. var CheckYourMails = "الرسائل";
  77. var League = "الدوري";
  78. var Cup = "الكأس";
  79. var Exit = "تسجيل خروج";
  80. var GoCurrentBids = "شاهد العروض الحالية";
  81. var GoTactics = "االخطة";
  82. var GoYouthAcademy = "اذهب إلى أكاديمية الشباب";
  83. var GoHireCoaches = "تعاقد مع مدربين جدد";
  84. var GoHireScouts = "تعاقد مع كشافين جدد";
  85. var GoMyCoaches = "اذهب الى قائمة مدربي الفريق الحاليين";
  86. var GoMyScouts = "اذهب الى قائمة كشافي الفريق الحاليين";
  87. var GoScoutReports = "تحقق من اخر تقارير الكشافه";
  88. var GoPlayerNotes = "تصفح ملاحظات اللاعبين";
  89. var GoTrainingOverview = "تصفح نتائج التدريب";
  90. var GoTrainingTeams = "التحكم بالانظمة التدريبية";
  91. var GoForum = "تصفح المنتديات";
  92. var GoTMUserGuide = "اقرأ دليل المستخدم";
  93. var GoTBConference = "منتدى تروفي بودي";
  94. var GoTransferForum = "اذهب الى منتدى الانتقالات";
  95. var GoGeneralForum = "اذهب الى المنتدى العالمي";
  96. var GoAnnouncementForum = "اذهب الى منتدى الاخبار";
  97. //var GoFederations = "الاتحادات";
  98. var Team = "الفريق";
  99. var CurrentBids = "العروض الحالية";
  100. var Squad = "اللاعبين";
  101. var Tactics = "الخطة";
  102. var YouthAcademy = "الأكاديمية";
  103. var Staff = "الموظفون";
  104. var HireCoaches = "تعاقد مع مدرب";
  105. var HireScouts = "كشاف";
  106. var ScoutReports = "تقارير الكشافه";
  107. var MyCoaches = "المدربين";
  108. var MyScouts = "الكشافه";
  109. var Training = "التدريب";
  110. var PlayerNotes = "الملاحظات";
  111. var TrainingOverview = "التقارير التدريبية";
  112. var TrainingTeams = "الأنظمة التدريبية";
  113. var Community = "المجتمع";
  114. var Forum = "المنتدى";
  115. var TMUserGuide = "دليل المستخدم";
  116. var TBConference = "منتدى تروفي بودي";
  117. break;
  118.  
  119. //DANISH
  120. case "da":
  121. var Home = "Hjemme";
  122. var CheckYourMails = "Læs Dine Beskeder";
  123. var League = "Liga";
  124. var Cup = "Pokal";
  125. var Exit = "Forlad TrophyManager";
  126.  
  127. var GoCurrentBids = "Se Bud";
  128. var GoTactics = "Gå til Taktik";
  129. var GoYouthAcademy = "Gå til Ungdomsakademi";
  130. var GoHireCoaches = "Hyr nye Trænere";
  131. var GoHireScouts = "Hyr nye Scouts";
  132. var GoMyCoaches = "Se dine trænere";
  133. var GoMyScouts = "Se dine scouts";
  134. var GoScoutReports = "Se scoutrapporter";
  135. var GoPlayerNotes = "Se spiller noter";
  136. var GoTrainingOverview = "Se træningsresultat";
  137. var GoTrainingTeams = "Ændre træningshold";
  138. var GoForum = "Gå til forummet";
  139. var GoTMUserGuide = "Læs brugermanualen";
  140. var GoTBConference = "Gå til TrophyBuddy-Konferencen";
  141.  
  142. var GoTransferForum = "Gå til Transfer forummet";
  143. var GoGeneralForum = "Gå til Generalt forummet";
  144. var GoAnnouncementForum = "Gå til Announcement";
  145. //var GoFederations = "Gå til Konferencer";
  146.  
  147. var Team = "Hold";
  148. var CurrentBids = "Nuværende Bud";
  149. var Squad = "Trup";
  150. var Tactics = "Taktik";
  151. var YouthAcademy = "Ungdomsakadami";
  152. var Staff = "Staff";
  153. var HireCoaches = "Hyr Trænere";
  154. var HireScouts = "Hyr Trænere";
  155. var ScoutReports = "Scout Rapporter";
  156. var MyCoaches = "Mine Trænere";
  157. var MyScouts = "Mine Scouts";
  158. var Training = "Træning";
  159. var PlayerNotes = "Spiller Noter";
  160. var TrainingOverview = "Trænings Overblik";
  161. var TrainingTeams = "Trænings Hold";
  162. var Community = "Community-Links";
  163. var Forum = "Forum";
  164. var TMUserGuide = "TM-Brugermanual";
  165. var TBConference = "TrophyBuddy-Konference";
  166. break;
  167. //GERMAN
  168. case "de":
  169. var Home = "Startseite";
  170. var CheckYourMails = "Zum Postfach wechseln";
  171. var League = "Liga";
  172. var Cup = "Pokal";
  173. var Exit = "Ausloggen";
  174. var GoCurrentBids = "Laufende Transfergebote anschauen";
  175. var GoTactics = "Zum Taktikbereich";
  176. var GoSquad = "Przegląd Składu";
  177. var GoYouthAcademy = "Die Jugendakademie besuchen";
  178. var GoYouthAcademyy = "Go to Youth Academy";
  179. var GoHireCoaches = "Neue Trainer einstellen";
  180. var GoHireScouts = "Neue Scouts einstellen";
  181. var GoMyCoaches = "Sieh dir deine Trainer an";
  182. var GoMyScouts = "Sieh dir deine Scouts an";
  183. var GoScoutReports = "Schau dir deine Scout-Reporte an";
  184. var GoPlayerNotes = "Spielernotizen aufrufen";
  185. var GoTrainingOverview = "Überprüfe die Trainingsergebnisse";
  186. var GoTrainingTeams = "Passe deine Trainingsgruppen an";
  187. var GoForum = "Durchstöbere die Foren";
  188. var GoTMUserGuide = "Lies das Handbuch";
  189. var GoTBConference = "Feedback geben";
  190. var GoTransferForum = "Das Transferforum besuchen";
  191. var GoGeneralForum = "Das Generalforum besuchen";
  192. var GoAnnouncementForum = "Halte Ausschau nach neuen Ankündigungen der Entwickler";
  193. //var GoFederations = "Föderationen besuchen";
  194. var Team = "Team";
  195. var CurrentBids = "Aktuelle Gebote";
  196. var Squad = "Mannschaftsübersicht";
  197. var Tactics = "Taktiken";
  198. var YouthAcademy = "Jugendakademie";
  199. var YouthAcademyy = "Youth Academy";
  200. var Staff = "Mitarbeiter";
  201. var HireCoaches = "Trainer";
  202. var HireScouts = "Scouts kaufen";
  203. var ScoutReports = "Scout Reporte";
  204. var MyCoaches = "MyTrainer";
  205. var MyScouts = "MyScouts";
  206. var Training = "Training";
  207. var PlayerNotes = "Spielernotizen";
  208. var TrainingOverview = "Trainingsübersicht";
  209. var TrainingTeams = "Trainingsgruppen";
  210. var Community = "Community-Links";
  211. var Forum = "Forum";
  212. var TMUserGuide = "TM-Handbuch";
  213. var TBConference = "TrophyBuddy-Feedback";
  214. break;
  215. // ENGLISH
  216. case "en":
  217. var Home = "Home";
  218. var CheckYourMails = "Check your mails";
  219. var League = "League";
  220. var Cup = "Cup";
  221. var Exit = "Exit TrophyManager";
  222. var GoCurrentBids = "See Current Bids";
  223. var GoTactics = "Go to Tactics";
  224. var GoYouthAcademy = "Asystent-Taktyka";
  225. var GoYouthAcademyy = "Go to Youth Academy";
  226. var GoHireCoaches = "Hire new coaches";
  227. var GoHireScouts = "Hire new scouts";
  228. var GoMyCoaches = "Take a look at your coaches";
  229. var GoMyScouts = "Take a look at your scouts";
  230. var GoScoutReports = "Check what you have scouted";
  231. var GoPlayerNotes = "See your player notes";
  232. var GoTrainingOverview = "Check the training results";
  233. var GoTrainingTeams = "Change your training teams";
  234. var GoForum = "Browse forums";
  235. var GoTMUserGuide = "Read the User-Guide";
  236. var GoTBConference = "Enter the TrophyBuddy-Conference";
  237. var GoTransferForum = "Go to Transfer forum";
  238. var GoGeneralForum = "Go to General forum";
  239. var GoAnnouncementForum = "Go to Announcement forum";
  240. //var GoFederations = "Go to Federations";
  241. var Team = "Team";
  242. var CurrentBids = "Current Bids";
  243. var Squad = "Squad";
  244. var Tactics = "Tactics";
  245. var YouthAcademy = "Asystent-Taktyka";
  246. var YouthAcademyy = "Youth Academy";
  247. var Staff = "Staff";
  248. var HireCoaches = "Hire Coaches";
  249. var HireScouts = "Scouts";
  250. var ScoutReports = "Scout Reports";
  251. var MyCoaches = "MyCoaches";
  252. var MyScouts = "MyScouts";
  253. var Training = "Training";
  254. var PlayerNotes = "Player Notes";
  255. var TrainingOverview = "Training Overview";
  256. var TrainingTeams = "Training Teams";
  257. var Community = "Community-Links";
  258. var Forum = "Forum";
  259. var TMUserGuide = "TM-UserGuide";
  260. var TBConference = "TrophyBuddy-Conference";
  261. break;
  262.  
  263.  
  264. //FRENCH
  265. case "fr":
  266. var Home = "Accueil";
  267. var CheckYourMails = "Messages";
  268. var League = "Tournoi";
  269. var Cup = "Coupe";
  270. var Exit = "Déconnexion";
  271. var GoCurrentBids = "Enchères en cours";
  272. var GoTactics = "Tactiques";
  273. var GoYouthAcademy = "Centre de formation";
  274. var GoHireCoaches = "Recruter un coach";
  275. var GoHireScouts = "Recruter un scout";
  276. var GoMyCoaches = "Coachs";
  277. var GoMyScouts = "Scouts";
  278. var GoScoutReports = "Rapports de scout";
  279. var GoPlayerNotes = "Notes";
  280. var GoTrainingOverview = "Compte rendu entraînement";
  281. var GoTrainingTeams = "Entraînement";
  282. var GoForum = "Forum";
  283. var GoTMUserGuide = "Manuel de jeu";
  284. var GoTBConference = "TrophyBuddy Conference";
  285. var GoTransferForum = "Forum des transferts";
  286. var GoGeneralForum = "Forum général";
  287. var GoAnnouncementForum = "Annonces officielles";
  288. //var GoFederations = "Fédérations";
  289. var Team = "Team";
  290. var CurrentBids = "Enchères actuelles";
  291. var Squad = "Équipe";
  292. var Tactics = "Tactiques";
  293. var YouthAcademy = "Centre de formation";
  294. var Staff = "Staff";
  295. var HireCoaches = "Recruter un coach";
  296. var HireScouts = "Recruter un scout";
  297. var ScoutReports = "Rapport de scout";
  298. var MyCoaches = "Mes coachs";
  299. var MyScouts = "Mes scouts";
  300. var Training = "Entraînement";
  301. var PlayerNotes = "Notes joueurs";
  302. var TrainingOverview = "Compte rendu d'entraînement";
  303. var TrainingTeams = "Equipe d'entraînement";
  304. var Community = "Communautés";
  305. var Forum = "Forum";
  306. var TMUserGuide = "TM-Manuel de jeu";
  307. var TBConference = "TrophyBuddy-Conference";
  308. break;
  309. //HEBREW
  310. case "he":
  311. var Home = "בית";
  312. var CheckYourMails = "בדוק את הדואר שלך";
  313. var League = "שפה";
  314. var Cup = "גביע";
  315. var Exit = "צא מטרופי מנג'ר";
  316.  
  317. var GoCurrentBids = "ראה הצעות עדכניות";
  318. var GoTactics = "עבור לטקטיקה";
  319. var GoYouthAcademy = "עבור לאקדמית הנוער";
  320. var GoHireCoaches = "שכור מאמנים חדשים";
  321. var GoHireScouts = "שכור סקאוטים חדשים";
  322. var GoMyCoaches = "העף מבט במאמנים שלך";
  323. var GoMyScouts = "העף מבט בסקאוטים שלך";
  324. var GoScoutReports = "בדוק את תוצאות החקירה של הסקאוט";
  325. var GoPlayerNotes = "ראה את הערות על שחקניך";
  326. var GoTrainingOverview = "בדוק את תוצאות אימונייך";
  327. var GoTrainingTeams = "שנה את קבוצות האימון שלך";
  328. var GoForum = "עבור לפורום";
  329. var GoTMUserGuide = "קרא את המדריך-למשתמש";
  330. var GoTBConference = "הכנס לפורום תוכנות-עזר לטרופי";
  331.  
  332. var GoTransferForum = "הכנס לפורום העברות";
  333. var GoGeneralForum = "הכנס לפורום הכללי";
  334. var GoAnnouncementForum = "הכנס לפורום ההודעות";
  335. //var GoFederations = "עבור לפדרציות";
  336.  
  337. var Team = "קבוצה";
  338. var CurrentBids = "הצעות עדכניות";
  339. var Squad = "סגל";
  340. var Tactics = "טקטיקה";
  341. var YouthAcademy = "אקדמית נוער";
  342. var Staff = "צוות";
  343. var HireCoaches = "שכור מאמנים";
  344. var HireScouts = "שכור סקאוטים";
  345. var ScoutReports = "דוחות סקאוטים";
  346. var MyCoaches = "המאמנים שלי";
  347. var MyScouts = "הסקאוטים שלי";
  348. var Training = "אימונים";
  349. var PlayerNotes = "הערות שחקן";
  350. var TrainingOverview = "סקירת אימון";
  351. var TrainingTeams = "קבוצות אימון";
  352. var Community = "קשרי-קהילה";
  353. var Forum = "פורום";
  354. var TMUserGuide = "מדריך-משתמש";
  355. var TBConference = "פורום תוכנות-עזר";
  356. break;
  357.  
  358. //HUNGARIAN
  359. case "hu":
  360. var Home = "Otthon";
  361. var CheckYourMails = "Levelek";
  362. var League = "Bajnokság";
  363. var Cup = "Kupa";
  364. var Exit = "Kilépés";
  365.  
  366. var GoCurrentBids = "Aktív licitek";
  367. var GoTactics = "Taktika módosítása";
  368. var GoYouthAcademy = "Ifiakadémia meglátogatása";
  369. var GoHireCoaches = "Új edzö felvétele";
  370. var GoHireScouts = "Új megfigyelö felvétele";
  371. var GoMyCoaches = "Edzök igazgatása";
  372. var GoMyScouts = "Megfigyelök igazgatása";
  373. var GoScoutReports = "Jelentések böngészése";
  374. var GoPlayerNotes = "Játékos jegyzetek";
  375. var GoTrainingOverview = "Edzés áttekintés";
  376. var GoTrainingTeams = "Edzésprogram módosítása";
  377. var GoForum = "Fórum böngészés";
  378. var GoTMUserGuide = "TM-Kézikönyv";
  379. var GoTBConference = "TrophyBuddy-Szövetség";
  380.  
  381. var GoTransferForum = "Átigazolási fórum - angol";
  382. var GoGeneralForum = "Globális fórum - angol";
  383. var GoAnnouncementForum = "Bejelentés fórum - angol";
  384. //var GoFederations = "Szövetségek";
  385.  
  386. var Team = "Csapat";
  387. var CurrentBids = "Licitek";
  388. var Squad = "Keret";
  389. var Tactics = "Taktika";
  390. var YouthAcademy = "Ifiakadémia";
  391. var Staff = "Stáb";
  392. var HireCoaches = "Edzö felvétele";
  393. var HireScouts = "Scoutok";
  394. var ScoutReports = "Scout jelentések";
  395. var MyCoaches = "Edzöim";
  396. var MyScouts = "Scoutjaim";
  397. var Training = "Edzés";
  398. var PlayerNotes = "Jegyzetek";
  399. var TrainingOverview = "Edzés jelentés";
  400. var TrainingTeams = "Edzésprogramok";
  401. var Community = "Közösség";
  402. var Forum = "Fórum";
  403. var TMUserGuide = "TM-Ismertetö";
  404. var TBConference = "TrophyBuddy-Szövetség";
  405. break;
  406.  
  407. //POLISH
  408. case "pl":
  409. var Home = "Klub";
  410. var CheckYourMailss = "Ogłoszenia";
  411. var CheckYourMails = "Wiadomości";
  412. var League = "Liga";
  413. var LeagueB = "Liga Team B";
  414. var Exit = "Wyloguj";
  415. var GoCurrentBids = "Oferty transferowe";
  416. var GoSquad = "Przegląd Składu";
  417. var GoTactics = "Taktyka";
  418. var GoToYouthAcademy = "Asystent-Taktyka";
  419. var GoToYouthAcademyy = "Ekonomia";
  420. var GoPlayerNotes = "Akademia Młodzieży";
  421. var GoHireCoaches = "Zatrudnij Trenerów";
  422. var GoHireScouts = "Zatrudnij Skautów";
  423. var GoScoutReports = "Raporty Skautów";
  424. var GoTrainingOverview = "Wyniki treningu";
  425. var GoTrainingTeams = "Ustawienie treningu";
  426. var GoForum = "Forum";
  427. var GoTMUserGuide = "Podręcznik TM";
  428. var GoTBConference = "Strona o TrophyBuddy";
  429. var GoTransferForum = "Pomoc forum";
  430. var GoGeneralForum = "General forum";
  431. var GoAnnouncementForum = "Bugs forum";
  432. //var GoFederations = "Go to Federations";
  433. var Team = "Klub";
  434. var CurrentBids = "Oferty transferowe";
  435. var Squad = "Przegląd Składu";
  436. var Tactics = "Taktyka";
  437. var YouthAcademy = "Asystent-Taktyka";
  438. var YouthAcademyy = "Ekonomia";
  439. var PlayerNotes = "Akademia Młodzieży";
  440. var PlayerNotess = "Fanklub";
  441. var PlayerNotessH = "H2H";
  442. var Staff = "Personel";
  443. var HireCoaches = "Zatrudnij Trenerów";
  444. var HireScouts = "Zatrudnij Skautów";
  445. var ScoutReports = "Raporty Skautów";
  446. var MyCoaches = "Trenerzy";
  447. var MyScouts = "Skauci";
  448. var Training = "Trening";
  449. var TrainingOverview = "Wyniki treningu";
  450. var TrainingTeams = "Ustawienie treningu";
  451. var Community = "Linki";
  452. var Forum = "Forum";
  453. var TMUserGuide = "Podręcznik TM";
  454. var TBConference = "TrophyBuddy";
  455. break;
  456.  
  457. //ROMANIAN
  458. case "ro":
  459. var Home = "Acasă";
  460. var CheckYourMails = "Verifică mesajele";
  461. var League = "Ligă";
  462. var Cup = "Cupă";
  463. var Exit = "Ieşire";
  464.  
  465. var GoCurrentBids = "Licitaţii";
  466. var GoTactics = "Tactici";
  467. var GoYouthAcademy = "Academia de tineret";
  468. var GoHireCoaches = "Angajează antrenori";
  469. var GoHireScouts = "Angajează scouteri";
  470. var GoMyCoaches = "Antrenori";
  471. var GoMyScouts = "Scouteri";
  472. var GoScoutReports = "Rapoarte";
  473. var GoPlayerNotes = "Notiţe";
  474. var GoTrainingOverview = "Vizualizare antrenament";
  475. var GoTrainingTeams = "Grupe de antrenament";
  476. var GoForum = "Citeşte forumul";
  477. var GoTMUserGuide = "Citeşte manualul";
  478. var GoTBConference = "Intră la Conferinţă TrophyBuddy";
  479.  
  480. var GoTransferForum = "Forum transferuri";
  481. var GoGeneralForum = "Forum global";
  482. var GoAnnouncementForum = "Forum anunţuri";
  483. //var GoFederations = "Forum federaţii";
  484.  
  485. var Team = "Echipa";
  486. var CurrentBids = "Licitaţii";
  487. var Squad = "Jucători";
  488. var Tactics = "Tactici";
  489. var YouthAcademy = "Academia de tineret";
  490. var Staff = "Staff";
  491. var HireCoaches = "Angajare antrenori";
  492. var HireScouts = "Scouteri";
  493. var ScoutReports = "Rapoarte";
  494. var MyCoaches = "Antrenorii";
  495. var MyScouts = "Scouterii mei";
  496. var Training = "Antrenament";
  497. var PlayerNotes = "Notiţe";
  498. var TrainingOverview = "Vizualizare antr.";
  499. var TrainingTeams = "Grupe de antr.";
  500. var Community = "Comunitate";
  501. var Forum = "Forum";
  502. var TMUserGuide = "Manual-TM";
  503. var TBConference = "Conferinţa TrophyBuddy";
  504. break;
  505. //SLOVAC
  506. case "sl":
  507. var Home = "Doma";
  508. var CheckYourMails = "Pozri maily";
  509. var League = "Liga";
  510. var Cup = "Pohár";
  511. var Exit = "Odhlás sa z TrophyManager";
  512.  
  513. var GoCurrentBids = "Ponuky";
  514. var GoTactics = "Taktia";
  515. var GoYouthAcademy = "Juniory";
  516. var GoHireCoaches = "Najať trénerov";
  517. var GoHireScouts = "Najať skautov";
  518. var GoMyCoaches = "Tréneri";
  519. var GoMyScouts = "Skauti";
  520. var GoScoutReports = "Správy skautov";
  521. var GoPlayerNotes = "Poznámky o hráčoch";
  522. var GoTrainingOverview = "Prehľad tréningu";
  523. var GoTrainingTeams = "Nastavenie tréningu";
  524. var GoForum = "Fórum";
  525. var GoTMUserGuide = "User-Guide fórum";
  526. var GoTBConference = "TrophyBuddy-Conference fórum";
  527.  
  528. var GoTransferForum = "Transfer fórum";
  529. var GoGeneralForum = "General fórum";
  530. var GoAnnouncementForum = "Announcement fórum";
  531. //var GoFederations = "Federations fórum";
  532.  
  533. var Team = "Klub";
  534. var CurrentBids = "Ponuky";
  535. var Squad = "Hráči";
  536. var Tactics = "Taktika";
  537. var YouthAcademy = "Juniory";
  538. var Staff = "Personál";
  539. var HireCoaches = "Najať trénerov";
  540. var HireScouts = "Skauti";
  541. var ScoutReports = "Správy skautov";
  542. var MyCoaches = "Moji tréneri";
  543. var MyScouts = "Moji skauti";
  544. var Training = "Tréning";
  545. var PlayerNotes = "Poznámky hráčov";
  546. var TrainingOverview = "Prehľad tréningu";
  547. var TrainingTeams = "Tréning";
  548. var Community = "Comunita";
  549. var Forum = "Fórum";
  550. var TMUserGuide = "TM-UserGuide";
  551. var TBConference = "TrophyBuddy-Conference";
  552. break;
  553. }
  554.  
  555. var myurl=document.URL;
  556.  
  557.  
  558.  
  559.  
  560. if (myurl.match(/.*/))
  561. {
  562. /*
  563. function hide (member) {
  564. if (document.getElementById) {
  565. if (document.getElementById(member).style.display = "inline") {
  566. document.getElementById(member).style.display = "none";
  567. } else {
  568. document.getElementById(member).style.display = "inline";
  569. }
  570. }
  571. }
  572. */
  573. /*var divswitch = document.createElement('div');
  574. appdivswitch = document.body.appendChild(divswitch);
  575. appdivswitch.innerHTML = '<div><a href="javascript:ToggleMenu();">Menu</a></div>';
  576. */
  577.  
  578. if (hovermenu == "yes") {
  579.  
  580. var load,execute,loadAndExecute;load=function(a,b,c){var d;d=document.createElement("script"),d.setAttribute("src",a),b!=null&&d.addEventListener("load",b),c!=null&&d.addEventListener("error",c),document.body.appendChild(d);return d},execute=function(a){var b,c;typeof a=="function"?b="("+a+")();":b=a,c=document.createElement("script"),c.textContent=b,document.body.appendChild(c);return c},loadAndExecute=function(a,b){return load(a,function(){return execute(b)})};
  581.  
  582. loadAndExecute("//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js", function() {
  583.  
  584. $.noConflict();
  585. jQuery(document).ready(function($) {
  586. $('#top_menu ul li a').bind('mouseover', function() {
  587. top_menu["change"]($(this).attr('top_menu'), false);
  588. });
  589. });
  590. });
  591.  
  592. }
  593. else {
  594.  
  595. }
  596.  
  597.  
  598. //Menu bottom right
  599. if (menubar == "yes") {
  600. var div1 = document.createElement('div');
  601. appdiv1 = document.body.appendChild(div1);
  602. appdiv1.innerHTML = '<div id="menu" style="position: fixed; z-index: 1000; bottom: 0px; right: 85px; height: 30px; width: 150px; -moz-opacity: .8; text-align: left; border: 2px #6C9922 outset; background: url(http://www.patrick-meurer.de/tm/TrophyBuddy_menu2.png);">&nbsp;<span style="position:relative; top:5px;left:0px"><a href="http://trophymanager.com/club/"><img src="http://patrick-meurer.de/tm/trophybuddy/home.png" title="' + Home + '" style="height: 20px;"></a></span>&nbsp;&nbsp;<span style="position:relative; top:5px;left:0px"><a href="http://trophymanager.com/home/box"><img src="http://patrick-meurer.de/tm/trophybuddy/mail.png" title="' + CheckYourMails + '" style="height: 20px;"></a></span>&nbsp;&nbsp;&nbsp;<span style="position:relative; top:5px;left:0px"><a href="http://trophymanager.com/league/"><img src="http://patrick-meurer.de/tm/trophybuddy/league.png" title="' + League + '" style="height: 20px;"></a></span>&nbsp;&nbsp;&nbsp;&nbsp;<span style="position:relative; top:5px;left:0px"><a href="' + myleagueB + '"><img src="http://iv.pl/images/52769207023949266399.png" title="' + LeagueB + '" style="height: 20px;"></a></span>&nbsp;&nbsp;&nbsp;&nbsp;<span style="position:relative; top:5px;left:0px"><a href="http://trophymanager.com/?logout"><img src="http://patrick-meurer.de/tm/trophybuddy/logout.png" title="' + Exit + '" style="height: 20px;"></a></span></div>';
  603. }
  604. else {
  605. }
  606. /*
  607. var TMDB = document.createElement("span"); // erzeugt ein html-span-tag
  608. TMDB.innerHTML=Tform;
  609. document.getElementById("lastspan").appendChild(TMDB);
  610. */
  611. if (sidebar == "yes") {
  612. if (myclubid == "") {
  613. Navigationsbereich
  614. var div = document.createElement('div');
  615. //appdiv = document.body.appendChild(div);
  616. appdiv.innerHTML = '<div id="tbuddy" style="position: fixed; z-index: 1000; top: 150px; left: 25px; height: 500px; width: 130px; -moz-opacity: .8; text-align: left; border: 2px #333333 outset; display:inline;"><img src="http://patrick-meurer.de/tm/TrophyBuddy21.png"><li><a href="http://http://trophymanager.com/club//" target="_self" style="list-style-type:disc; margin-top: 0px; padding-left: 0px;" title="' + Team + '">' + Team + ' </a></li><li><a href="http://trophymanager.com/bids/" target="_self" style="font-size: 10px; color: gold;" title="' + GoCurrentBids + '">' + CurrentBids + '</a></li><li><a href="http://trophymanager.com/tactics/" target="_self" style="font-size: 10px; color: gold;" title="Go to Tactics">' + Tactics + '</a></li><li><a href="http://trophymanager.com/assistant-manager/" target="_self" style="font-size: 10px; color: gold;" title="' + GoYouthAcademy + '">' + YouthAcademy + '</a></li><li><a href="http://trophymanager.com/finances/" target="_self" style="font-size: 10px; color: gold;" title="' + GoYouthAcademyy + '">' + YouthAcademyy + '</a></li><li><a href="http://trophymanager.com/youth-development/" target="_self" style="font-size: 10px; color: gold;" title="' + GoPlayerNotes + '">' + PlayerNotes + '</a></li></ul><p style="text-decoration: underline;">' + Staff + '</p><ul style="list-style-type:disc; margin-top: 0px; padding-left: 20px;"><li><a href="http://trophymanager.com/coaches/hire/" target="_self" style="font-size: 10px; color: gold;" title="' + GoHireCoaches + '">' + HireCoaches + '</a> | <a href="http://trophymanager.com/scouts/hire/" target="_self" style="font-size: 10px; color: gold;" title="' + GoHireScouts + '">' + HireScouts + '</a></li><li><a href="http://trophymanager.com/scouts/" target="_self" style="font-size: 10px; color: gold;" title="' + GoScoutReports + '">' + ScoutReports + '</a></li><li><a href="http://trophymanager.com/coaches/" target="_self" style="font-size: 10px; color: gold;" titles="' + GoMyCoaches + '">' + MyCoaches + '</a> | <a href="http://trophymanager.com/scouts/" target="_self" style="font-size: 10px; color: gold;" titles="' + GoMyScouts + '">' + MyScouts + '</a></li></ul><p style="text-decoration: underline;">' + Training + '</p><ul style="list-style-type:disc; margin-top: 0px; padding-left: 20px;"><li><a href="http://trophymanager.com/training-overview/advanced/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTrainingOverview + '">' + TrainingOverview + '</a></li><li><a href="http://trophymanager.com/training/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTrainingTeams + '">' + TrainingTeams + '</a></li></ul><p style="text-decoration: underline;">' + Community + '</p><ul style="list-style-type:disc; margin-top: 0px; padding-left: 20px;"><li><a href="http://trophymanager.com/forum/" target="_self" style="font-size: 10px; color: gold;" title="' + GoForum + '">' + Forum + '</a> ( <a href="http://trophymanager.com/forum/pl/help/" title="' + GoTransferForum + '">P</a> | <a href="http://trophymanager.com/forum/int/general/" title="' + GoGeneralForum + '">G</a> | <a href="http://trophymanager.com/forum/int/announcements/" title="' + GoAnnouncementForum + '">A</a> )</li><li><a href="http://trophymanager.com/forum/int/recent-posts/" target="_self" style="font-size: 10px; color: gold;" title="' + GoYourRecentPosts + '">' + YourRecentPosts + '</a></li><li><a href="http://trophymanager.com/user-guide/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTMUserGuide + '">' + TMUserGuide + '</a></li><li><a href="http://trophymanager.com/forum/conference/18/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTBConference + '">' + TBConference + '</a></li></ul></div>';
  617. //appdiv.innerHTML = '<div id="tbuddy" style="position: fixed; z-index: 1000; top: 150px; left: 25px; height: 500px; width: 130px; -moz-opacity: .8; text-align: left; border: 2px #333333 outset; display:inline;"><img src="http://patrick-meurer.de/tm/TrophyBuddy21.png"><li><a href="http://trophymanager.com/club/" target="_self" style="list-style-type:disc; margin-top: 0px; padding-left: 0px;" title="' + Team + '">' + Team + ' </a></li><li><a href="http://trophymanager.com/bids/" target="_self" style="font-size: 10px; color: gold;" title="' + GoCurrentBids + '">' + CurrentBids + '</a></li><li><a href="http://trophymanager.com/tactics/" target="_self" style="font-size: 10px; color: gold;" title="Go to Tactics">' + Tactics + '</a></li><li><a href="http://trophymanager.com/assistant-manager/" target="_self" style="font-size: 10px; color: gold;" title="' + GoYouthAcademy + '">' + YouthAcademy + '</a></li><li><a href="http://trophymanager.com/finances/" target="_self" style="font-size: 10px; color: gold;" title="' + GoYouthAcademyy + '">' + YouthAcademyy + '</a></li><li><a href="http://trophymanager.com/youth-development/" target="_self" style="font-size: 10px; color: gold;" title="' + GoPlayerNotes + '>' + PlayerNotes + '</a></li></ul><p style="text-decoration: underline;">' + Staff + '</p><ul style="list-style-type:disc; margin-top: 0px; padding-left: 20px;"><li><a href="http://trophymanager.com/coaches/hire/" target="_self" style="font-size: 10px; color: gold;" title="' + GoHireCoaches + '">' + HireCoaches + '</a> | <a href="http://trophymanager.com/scouts/hire/" target="_self" style="font-size: 10px; color: gold;" title="' + GoHireScouts + '">' + HireScouts + '</a></li><li><a href="http://trophymanager.com/scouts/" target="_self" style="font-size: 10px; color: gold;" title="' + GoScoutReports + '">' + ScoutReports + '</a></li><li><a href="http://trophymanager.com/coaches/" target="_self" style="font-size: 10px; color: gold;" titles="' + GoMyCoaches + '">' + MyCoaches + '</a> | <a href="http://trophymanager.com/scouts/" target="_self" style="font-size: 10px; color: gold;" titles="' + GoMyScouts + '">' + MyScouts + '</a></li></ul><p style="text-decoration: underline;">' + Training + '</p><ul style="list-style-type:disc; margin-top: 0px; padding-left: 20px;"><li><a href="http://trophymanager.com/training-overview/advanced/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTrainingOverview + '">' + TrainingOverview + '</a></li><li><a href="http://trophymanager.com/training/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTrainingTeams + '">' + TrainingTeams + '</a></li></ul><p style="text-decoration: underline;">' + Community + '</p><ul style="list-style-type:disc; margin-top: 0px; padding-left: 20px;"><li><a href="http://trophymanager.com/forum/" target="_self" style="font-size: 10px; color: gold;" title="' + GoForum + '">' + Forum + '</a> ( <a href="http://trophymanager.com/forum/pl/help/" title="' + GoTransferForum + '">P</a> | <a href="http://trophymanager.com/forum/int/general/" title="' + GoGeneralForum + '">G</a> | <a href="http://trophymanager.com/forum/int/announcements/" title="' + GoAnnouncementForum + '">A</a> | <a href="http://trophymanager.com/forum/federations" title="' + GoFederations + '">F</a> )</li><li><a href="http://trophymanager.com/user-guide/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTMUserGuide + '">' + TMUserGuide + '</a></li><li><a href="http://trophymanager.com/forum/conference/18/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTBConference + '">' + TBConference + '</a></li></ul></div>';
  618. }
  619. else {
  620. //Navigationsbereich
  621. var div = document.createElement('div');
  622. appdiv = document.body.appendChild(div);
  623. appdiv.innerHTML = '<div id="tbuddy" style="position: fixed; z-index: 1000; top: 130px; left: 20px; height: 555px; width: 124px; -moz-opacity: .8; text-align: left; border: 2px #275502 outset; display:inline;"><span style="position:relative; top:0px;left:0px"><a href="http://trophymanager.com/forum/int/announcements/"><img src="http://iv.pl/images/09647191584926189472.gif" title="' + CheckYourMailss + '" style="height: 42px;"></a></span></p></p><span><a href="http://trophymanager.com/club/" target="_self" style="font-size: margin-top: 0px; padding-left: 0px;" title="' + Team + '">' + Team + '<ul style="list-style-type:disc; margin-top: 0px; padding-left: 10px;"></a></span><li><a href="http://trophymanager.com/bids/" target="_self" style="font-size: 10px; color: gold;" title="' + GoCurrentBids + '">' + CurrentBids + '</a></li><li><a href="http://trophymanager.com/club/' + myclubid + '/squad/" target="_self" style="font-size: 10px; color: gold;" title="Przegląd Składu">' + Squad + '</a></li><li><a href="http://trophymanager.com/tactics/" target="_self" style="font-size: 10px; color: gold;" title="Taktyka">' + Tactics + '</a></li><li><a href="http://trophymanager.com/assistant-manager/" target="_self" style="font-size: 10px; color: gold;" title="Asystent-Taktyka">' + YouthAcademy + '</a></li><li><a href="http://trophymanager.com/finances/" target="_self" style="font-size: 10px; color: gold;" title="Ekonomia">' + YouthAcademyy + '</a></li><li><a href="http://trophymanager.com/youth-development/" target="_self" style="font-size: 10px; color: gold;" title="' + GoPlayerNotes + '">' + PlayerNotes + '</a></li><li><a href="http://trophymanager.com/_test_t" target="_self" style="font-size: 10px; color: gold;" title="Fanklub">' + PlayerNotess + '</a></li></ul></p><a href="http://trophymanager.com/teamsters/" target="_self" style="font-size: margin-top: 0px; padding-left: 0px;" title="' + Staff + '">' + Staff+ '<ul style="list-style-type:disc; margin-top: 0px; padding-left: 10px;"><li><a href="http://trophymanager.com/scouts/hire/" target="_self" style="font-size: 10px; color: gold;" title="' + GoHireScouts + '">' + HireScouts + '</a></li><li><a href="http://trophymanager.com/scouts/" target="_self" style="font-size: 10px; color: gold;" title="' + GoScoutReports + '">' + ScoutReports + '</a></li></li></ul></p><a href="http://trophymanager.com/training-overview/simple/" target="_self" style="font-size: margin-top: 0px; padding-left: 0px;" title="' + Training + '">' + Training+ '<ul style="list-style-type:disc; margin-top: 0px; padding-left: 10px;"></a><li><a href="http://trophymanager.com/training-overview/advanced/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTrainingOverview + '">' + TrainingOverview + '</a></li><li><a href="http://trophymanager.com/training/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTrainingTeams + '">' + TrainingTeams + '</a></li></ul></p><a href="http://trophymanager.com/forum/int/conferences/" target="_self" style="font-size: margin-top: 0px; padding-left: 0px;" title="' + Community + '">' + Community + '<ul style="list-style-type:disc; margin-top: 0px; padding-left: 10px;"></a><li><a href="http://trophymanager.com/forum/" target="_self" style="font-size: 10px; color: gold;" title="' + GoForum + '">' + Forum + '</a> ( <a href="http://trophymanager.com/forum/pl/help/" title="' + GoTransferForum + '">P</a> | <a href="http://trophymanager.com/forum/int/general/" title="' + GoGeneralForum + '">G</a> | <a href="http://trophymanager.com/forum/int/bugs/" title="' + GoAnnouncementForum + '">B</a> )</li><li><a href="http://trophymanager.com/forum/int/recent-posts/" target="_self" style="font-size: 10px; color: gold;" title="' + GoYourRecentPosts + '">' + YourRecentPosts + '</a></li><li><a href="http://trophymanager.com/user-guide/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTMUserGuide + '">' + TMUserGuide + '</a></li><li><a href="http://trophymanager.com/forum/conference/18/" target="_self" style="font-size: 10px; color: gold;" title="' + GoTBConference + '">' + TBConference + '</a></li><p></p><p></p><p></p><span style="position:relative; top:1px;left:-10px"><a href="http://trophymanager.com/free-pro/matomy/"><img src="http://iv.pl/images/55650073709049284949.gif" title="free-pro" style="height: 22px;"></a></span></div>';
  624. }
  625. }
  626. else {
  627. }
  628. }
  629. //Transferseite
  630.  
  631.  
  632.  
  633.  

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址