define('SERVER_URL', "http://www.mxchange.org");
// Current SVN revision
-define('CURR_SVN_REVISION', "716");
+define('CURR_SVN_REVISION', "717");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
incrementConfigEntry('sql_count');
// Debug output
- //* DEBUG: */ print "Query=<pre>".$sql_string."</pre>, affected=<b>".SQL_AFFECTEDROWS()."</b>, numrows=<b>".SQL_NUMROWS($result)."</b><br />\n";
+ //* DEBUG: */ print "Query=<pre>".$sql_string."</pre>, affected=<strong>".SQL_AFFECTEDROWS()."</strong>, numrows=<strong>".SQL_NUMROWS($result)."</strong><br />\n";
if (($CSS != "1") && ($CSS != "-1") && (isBooleanConstantAndTrue('DEBUG_MODE')) && (isBooleanConstantAndTrue('DEBUG_SQL'))) {
//
case "0.0.4": // SQL queries for v0.0.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.5": // SQL queries for v0.0.5
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD active_limit BIGINT(20) UNSIGNED NOT NULL DEFAULT 10";
- $SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_active','Aktiv-Liste','Einstellungen an der Aktiv-Liste (<STRONG>Heute Online</STRONG> im Gastbereich) vornehmen.', 8)";
+ $SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_active','Aktiv-Liste','Einstellungen an der Aktiv-Liste (<strong>Heute Online</strong> im Gastbereich) vornehmen.', 8)";
// Update notes (these will be set as task text!)
$UPDATE_NOTES = "Aktiven-Liste im Gastbereich ist nun einschränkbar.";
) TYPE=MyISAM";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Sogn. ACLs werden hinzugefügt: <STRONG>A</STRONG>ccess <STRONG>C</STRONG>ontrol <STRONG>L</STRONG>ines sind zu deutsch Zugriffkontrollzeilen, mit denen Sie einstellen können, was welcher Admin machen darf oder nicht.";
+ $UPDATE_NOTES = "Sogn. ACLs werden hinzugefügt: <strong>A</strong>ccess <strong>C</strong>ontrol <strong>L</strong>ines sind zu deutsch Zugriffkontrollzeilen, mit denen Sie einstellen können, was welcher Admin machen darf oder nicht.";
break;
case "0.3.1": // SQL queries for v0.3.1
case "0.5.3": // SQL queries for v0.5.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.5.4": // SQL queries for v0.5.4
$SQLs[] = "UPDATE `"._MYSQL_PREFIX."_admin_menu` SET what='admins_contct' WHERE what='admins_contact' LIMIT 1";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Namenskonflikt zwischen den Erweiterungen <STRONG>admins</STRONG> und (kommender) <STRONG>contact</STRONG>.";
+ $UPDATE_NOTES = "Namenskonflikt zwischen den Erweiterungen <strong>admins</strong> und (kommender) <strong>contact</strong>.";
break;
case "0.5.7": // SQL queries for v0.5.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Links wegen <STRONG>what=admins_contct</STRONG> geändert.";
+ $UPDATE_NOTES = "Links wegen <strong>what=admins_contct</strong> geändert.";
break;
case "0.5.8": // SQL queries for v0.5.8
$SQLs[] = "UPDATE `"._MYSQL_PREFIX."_admin_menu` SET what='admins_contct' WHERE what='admins_contact' LIMIT 1";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Namenskonflikt zwischen den Erweiterungen <STRONG>admins</STRONG> und (kommender) <STRONG>contact</STRONG>.";
+ $UPDATE_NOTES = "Namenskonflikt zwischen den Erweiterungen <strong>admins</strong> und (kommender) <strong>contact</strong>.";
break;
case "0.6.7": // SQL queries for v0.6.7
$SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_admins ADD la_mode ENUM('global','OLD','NEW') NOT NULL DEFAULT 'global'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Namenskonflikt zwischen den Erweiterungen <STRONG>admins</STRONG> und (kommender) <STRONG>contact</STRONG>. Beseitigung eines Fehlers <STRONG>HTTP_POSR_VARS</STRONG> beim Ändern von Administratoren.";
+ $UPDATE_NOTES = "Namenskonflikt zwischen den Erweiterungen <strong>admins</strong> und (kommender) <strong>contact</strong>. Beseitigung eines Fehlers <strong>HTTP_POSR_VARS</strong> beim Ändern von Administratoren.";
break;
case "0.6.8": // SQL queries for v0.6.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "<STRONG>set_session()</STRONG> mit @-Zeichen gegen ungewollte Ausgaben abgesichert.";
+ $UPDATE_NOTES = "<strong>set_session()</strong> mit @-Zeichen gegen ungewollte Ausgaben abgesichert.";
break;
case "0.6.9": // SQL queries for v0.6.9
case "0.1.4": // SQL queries for v0.1.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <FONT class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</FONT> behoben.";
+ $UPDATE_NOTES = "Fehler <div class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</div> behoben.";
break;
case "0.1.5": // SQL queries for v0.1.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Anstelle von <STRONG>ref_depth</STRONG> wurde <STRONG>level</STRONG> programmiert.";
+ $UPDATE_NOTES = "Anstelle von <strong>ref_depth</strong> wurde <strong>level</strong> programmiert.";
break;
case "0.1.6": // SQL queries for v0.1.6
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD ap_tasks_time BIGINT(20) UNSIGNED NOT NULL DEFAULT '".(getConfig('one_day')*7)."'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Bereinigung von zu löschenden Aufgaben klappt wieder. Zeitlimit für genanntes kann eingestellt werden (Default = 7 Tage).<br /><br /><U>Bitte aktualisieren Sie auch die Admin-Templates!</U>";
+ $UPDATE_NOTES = "Bereinigung von zu löschenden Aufgaben klappt wieder. Zeitlimit für genanntes kann eingestellt werden (Default = 7 Tage).<br /><br /><u>Bitte aktualisieren Sie auch die Admin-Templates!</u>";
break;
case "0.2.0": // SQL queries for v0.2.0
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD ap_tasks_notify ENUM('Y','N') NOT NULL DEFAULT 'Y'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Mail wird bei Löschung von Aufgaben ausgesendet.<br /><br /><U>Bitte aktualisieren Sie auch die Admin-Templates!</U>";
+ $UPDATE_NOTES = "Mail wird bei Löschung von Aufgaben ausgesendet.<br /><br /><u>Bitte aktualisieren Sie auch die Admin-Templates!</u>";
break;
case "0.2.1": // SQL queries for v0.2.1
case "0.2.5": // SQL queries for v0.2.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.2.6": // SQL queries for v0.2.6
case "0.2.7": // SQL queries for v0.2.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
+ $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.";
break;
case "0.2.8": // SQL queries for v0.2.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
+ $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.";
break;
case "0.2.9": // SQL queries for v0.2.9
case "0.3.2": // SQL queries for v0.3.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.3.3": // SQL queries for v0.3.3
case "0.3.4": // SQL queries for v0.3.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler mit <STRONG>timestamp_send</STRONG> (Zeile 308) beseitigt.";
+ $UPDATE_NOTES = "Fehler mit <strong>timestamp_send</strong> (Zeile 308) beseitigt.";
break;
case "0.3.5": // SQL queries for v0.3.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler mit <STRONG>ap_del_emails</STRONG> (Einstellungen im Admin-Bereich) beseitigt.";
+ $UPDATE_NOTES = "Fehler mit <strong>ap_del_emails</strong> (Einstellungen im Admin-Bereich) beseitigt.";
break;
case "0.3.6": // SQL queries for v0.3.6
case "0.3.9": // SQL queries for v0.3.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt. Unter <STRONG>Auto-Löschung</STRONG> finden Sie nun auch die Einstellungen zu Mailbestätigungs wieder. Zudem werden keine Urlauber (neue Urlaubsschaltung beachtet) mehr als inaktiv erkannt.";
+ $UPDATE_NOTES = "if-Anweisungen auf Funktion <strong>empty()</strong> umgestellt. Unter <strong>Auto-Löschung</strong> finden Sie nun auch die Einstellungen zu Mailbestätigungs wieder. Zudem werden keine Urlauber (neue Urlaubsschaltung beachtet) mehr als inaktiv erkannt.";
break;
case "0.4.0": // SQL queries for v0.4.0
case "0.0.2": // SQL queries for v0.0.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.3": // SQL queries for v0.0.3
case "0.0.4": // SQL queries for v0.0.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Überlange Kommastellen bei Punktangaben aus Bettellink und Gastbereich entfernt und Admin-Templates repariert ("Unbekannte Spalte <U>beg_points_ma</U>").";
+ $UPDATE_NOTES = "Überlange Kommastellen bei Punktangaben aus Bettellink und Gastbereich entfernt und Admin-Templates repariert ("Unbekannte Spalte <u>beg_points_ma</u>").";
break;
case "0.0.5": // SQL queries for v0.0.5
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD beg_uid BIGINT(20) UNSIGNED NOT NULL DEFAULT 0";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Ein Mitgliedsaccount (empfehlenswert ist Ihr eigenes!) kann zum Abbuchen der {!POINTS!} verwendet werden. Template <U>admin_config_beg.tpl</U> (und pro!) nicht vergessen, zu aktualisieren.";
+ $UPDATE_NOTES = "Ein Mitgliedsaccount (empfehlenswert ist Ihr eigenes!) kann zum Abbuchen der {!POINTS!} verwendet werden. Template <u>admin_config_beg.tpl</u> (und pro!) nicht vergessen, zu aktualisieren.";
break;
case "0.0.8": // SQL queries for v0.0.8
case "0.1.4": // SQL queries for v0.1.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Rechtlichen Hinweis im Mitgliedsbereich vergessen (<STRONG>member_list_beg.tpl</STRONG>); Template <STRONG>member_beg_404.tpl</STRONG> fehlte!";
+ $UPDATE_NOTES = "Rechtlichen Hinweis im Mitgliedsbereich vergessen (<strong>member_list_beg.tpl</strong>); Template <strong>member_beg_404.tpl</strong> fehlte!";
break;
case "0.1.5": // SQL queries for v0.1.5
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_user_data` ADD beg_ral_di_notify BIGINT(20) UNSIGNED NOT NULL DEFAULT 0";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Die Mitglieder können nun optional automatisch über eine aktivierte und/oder deaktivierte Bettel-Rallye informiert werden. Beide Benachrichtigungen können Sie unter <STRONG>Einstellungen --> Bettel-Link/-rallye</STRONG> seperat ein- und ausschalten! Zudem ist eine Sperre gegen eingeloggte Mitglieder eingebaut, die das Klicken auf den eigenen Bettel-Link etwas erschweren soll.";
+ $UPDATE_NOTES = "Die Mitglieder können nun optional automatisch über eine aktivierte und/oder deaktivierte Bettel-Rallye informiert werden. Beide Benachrichtigungen können Sie unter <strong>Einstellungen --> Bettel-Link/-rallye</strong> seperat ein- und ausschalten! Zudem ist eine Sperre gegen eingeloggte Mitglieder eingebaut, die das Klicken auf den eigenen Bettel-Link etwas erschweren soll.";
break;
case "0.1.8": // SQL queries for v0.1.8
case "0.2.1": // SQL queries for v0.2.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <STRONG>unknown column 'uid'</STRONG> beseitigt.";
+ $UPDATE_NOTES = "Fehler <strong>unknown column 'uid'</strong> beseitigt.";
break;
case "0.2.2": // SQL queries for v0.2.2
case "0.2.7": // SQL queries for v0.2.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Sicherheitsupdate am Script <U>birtday_confirm.php</U> durchgeführt.";
+ $UPDATE_NOTES = "Sicherheitsupdate am Script <u>birtday_confirm.php</u> durchgeführt.";
break;
case "0.2.8": // SQL queries for v0.2.8
case "0.2.9": // SQL queries for v0.2.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.3.0": // SQL queries for v0.3.0
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Ausgabe des generierten HTML-Codes nach <U>inc/footer.php</U> verlagert.";
+ $UPDATE_NOTES = "Ausgabe des generierten HTML-Codes nach <u>inc/footer.php</u> verlagert.";
break;
case "0.3.1": // SQL queries for v0.3.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wort <STRONG>Punkte</STRONG> dynamisiert.";
+ $UPDATE_NOTES = "Wort <strong>Punkte</strong> dynamisiert.";
break;
case "0.3.2": // SQL queries for v0.3.2
case "0.3.7": // SQL queries for v0.3.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Im Script <STRONG>inc/birthday_mails.php</STRONG> hat sich ein Zeichen mit dem Code 160 eingeschlichen, welches einen <STRONG>Parser Error</STRONG> verursachte, aber wie eine gewöhnliche Leerstelle aussah.";
+ $UPDATE_NOTES = "Im Script <strong>inc/birthday_mails.php</strong> hat sich ein Zeichen mit dem Code 160 eingeschlichen, welches einen <strong>Parser Error</strong> verursachte, aber wie eine gewöhnliche Leerstelle aussah.";
break;
case "0.3.8": // SQL queries for v0.3.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.";
break;
case "0.3.9": // SQL queries for v0.3.9
{
case "0.1.6": // SQL queries for v0.1.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Paid-Links wurden verschoben in die Erweiterung <STRONG>paidlinks</STRONG>.";
+ $UPDATE_NOTES = "Paid-Links wurden verschoben in die Erweiterung <strong>paidlinks</strong>.";
break;
case "0.2.0": // SQL queries for v0.2.0
$SQLs[] = "UPDATE "._MYSQL_PREFIX."_bonus SET target_send=mails_sent WHERE target_send='0' AND mails_sent>0 AND receivers != ''";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Behebt ein Versand-Problem mit den Bonus-Mails. Es wurde die Spalte target_send nicht beim Einfügen der Buchung gessetzt. Bitte laden Sie sich dazu - wenn nicht bereits geschehen - alle Patches bis mindestens Patch 240 unter <A href=\"{!URL!}/modules.php?module=admin&what=updates\">Updates prüfen</A> herunter.";
+ $UPDATE_NOTES = "Behebt ein Versand-Problem mit den Bonus-Mails. Es wurde die Spalte target_send nicht beim Einfügen der Buchung gessetzt. Bitte laden Sie sich dazu - wenn nicht bereits geschehen - alle Patches bis mindestens Patch 240 unter <a href=\"{!URL!}/modules.php?module=admin&what=updates\">Updates prüfen</a> herunter.";
break;
case "0.2.1": // SQL queries for v0.2.1
$SQLs[] = "DROP TABLE IF EXISTS "._MYSQL_PREFIX."_bonus_customer";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Tabellen <U>"._MYSQL_PREFIX."_bonus_urls</U> und <U>"._MYSQL_PREFIX."_bonus_customer</U> entfernt, da dies bald von der Erweiterung <U>paidlinks</U> erledigt wird.";
+ $UPDATE_NOTES = "Tabellen <u>"._MYSQL_PREFIX."_bonus_urls</u> und <u>"._MYSQL_PREFIX."_bonus_customer</u> entfernt, da dies bald von der Erweiterung <u>paidlinks</u> erledigt wird.";
break;
case "0.2.6": // SQL queries for v0.2.6
case "0.3.1": // SQL queries for v0.3.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Sicherheitsupdate am Script <U>show_bonus.php</U> durchgeführt.";
+ $UPDATE_NOTES = "Sicherheitsupdate am Script <u>show_bonus.php</u> durchgeführt.";
break;
case "0.3.2": // SQL queries for v0.3.2
case "0.3.3": // SQL queries for v0.3.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.3.4": // SQL queries for v0.3.4
$SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('user','list_bonus','Aktiv-Rallye-Teilnehmer','Listet alle Mitglieder auf, die einen Aktiv-Bonus haben und zeigt die derzeit möglichen Gewinner an.', 10)";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link <U>Aktiv-Rallye-Teilnehmer</U> hinzugefügt, inklusive manuelle Vorbereitung der Vergütung.";
+ $UPDATE_NOTES = "Link <u>Aktiv-Rallye-Teilnehmer</u> hinzugefügt, inklusive manuelle Vorbereitung der Vergütung.";
break;
case "0.3.5": // SQL queries for v0.3.5
case "0.3.8": // SQL queries for v0.3.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Ausgabe des generierten HTML-Codes nach <U>inc/footer.php</U> verlagert.";
+ $UPDATE_NOTES = "Ausgabe des generierten HTML-Codes nach <u>inc/footer.php</u> verlagert.";
break;
case "0.3.9": // SQL queries for v0.3.9
case "0.4.2": // SQL queries for v0.4.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Admin-Bereich / Aktiv-Teilnehmer auflisten: Problem mit Konstante __AUTOPURGE_TIMEOUT und das Template <U>admin_list_bonus.tpl</U> korregiert.";
+ $UPDATE_NOTES = "Admin-Bereich / Aktiv-Teilnehmer auflisten: Problem mit Konstante __AUTOPURGE_TIMEOUT und das Template <u>admin_list_bonus.tpl</u> korregiert.";
break;
case "0.4.3": // SQL queries for v0.4.3
case "0.4.8": // SQL queries for v0.4.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "In <U>inc/monthly_bonus.php</U> fehlte ein Punkt; Fehler besseitigt.";
+ $UPDATE_NOTES = "In <u>inc/monthly_bonus.php</u> fehlte ein Punkt; Fehler besseitigt.";
break;
case "0.4.9": // SQL queries for v0.4.9
case "0.5.0": // SQL queries for v0.5.0
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Problem mit <STRONG>is_hundred</STRONG> beim täglichen Reset beseitigt.";
+ $UPDATE_NOTES = "Problem mit <strong>is_hundred</strong> beim täglichen Reset beseitigt.";
break;
case "0.5.1": // SQL queries for v0.5.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Problem mit <STRONG>bonus_stats / Zeile 31</STRONG> beim täglichen Reset beseitigt.";
+ $UPDATE_NOTES = "Problem mit <strong>bonus_stats / Zeile 31</strong> beim täglichen Reset beseitigt.";
break;
case "0.5.2": // SQL queries for v0.5.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.5.3": // SQL queries for v0.5.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Speichern der Aktiv-{!POINTS!} für Platz 2 bis <STRONG>x</STRONG> korregiert.";
+ $UPDATE_NOTES = "Speichern der Aktiv-{!POINTS!} für Platz 2 bis <strong>x</strong> korregiert.";
break;
case "0.5.4": // SQL queries for v0.5.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Variablenfehler in <STRONG>inc/monthly_bonus.php</STRONG> behoben.";
+ $UPDATE_NOTES = "Variablenfehler in <strong>inc/monthly_bonus.php</strong> behoben.";
break;
case "0.5.5": // SQL queries for v0.5.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Weitere Variablenfehler in <STRONG>inc/monthly_bonus.php</STRONG> haben dafür gesorgt, dass die monatliche Aktiv-Rallye nicht ausgeschüttet wurde. Mit diesem Update wurde die Ausschüttung initialisiert. Ihre Mitglieder bekommen voraussichtlicht nichts doppelt vergütet.";
+ $UPDATE_NOTES = "Weitere Variablenfehler in <strong>inc/monthly_bonus.php</strong> haben dafür gesorgt, dass die monatliche Aktiv-Rallye nicht ausgeschüttet wurde. Mit diesem Update wurde die Ausschüttung initialisiert. Ihre Mitglieder bekommen voraussichtlicht nichts doppelt vergütet.";
break;
case "0.5.6": // SQL queries for v0.5.6
case "0.5.8": // SQL queries for v0.5.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Problem mit <STRONG>is_hundred</STRONG> beim täglichen Reset endlich beseitigt.";
+ $UPDATE_NOTES = "Problem mit <strong>is_hundred</strong> beim täglichen Reset endlich beseitigt.";
break;
case "0.5.9": // SQL queries for v0.5.9
- $UPDATE_NOTES = "Fehlermeldung <STRONG>/home/verzeichnis/html/inc/stats_bonus.php (42):You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' WHERE userid='59' LIMIT 1' at line 1</STRONG> beseitigt.";
+ $UPDATE_NOTES = "Fehlermeldung <strong>/home/verzeichnis/html/inc/stats_bonus.php (42):You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' WHERE userid='59' LIMIT 1' at line 1</strong> beseitigt.";
break;
case "0.6.0": // SQL queries for v0.6.0
- $UPDATE_NOTES = "SQL-Fehlermeldung in <STRONG>inc/monthly_bonus.php</STRONG> beseitigt.";
+ $UPDATE_NOTES = "SQL-Fehlermeldung in <strong>inc/monthly_bonus.php</strong> beseitigt.";
break;
case "0.6.1": // SQL queries for v0.6.1
break;
case "0.7.4": // SQL queries for v0.7.4
- $UPDATE_NOTES = "Rechtlichen Hinweis im Mitgliedsbereich vergessen. (<STRONG>member_bonus.tpl</STRONG>)";
+ $UPDATE_NOTES = "Rechtlichen Hinweis im Mitgliedsbereich vergessen. (<strong>member_bonus.tpl</strong>)";
break;
case "0.7.5": // SQL queries for v0.7.5
break;
case "0.7.9": // SQL queries for v0.7.9
- $UPDATE_NOTES = "Dollarzeichen fehlte in <STRONG>inc/reset/reset_bonus.php</STRONG>, Zeile 39";
+ $UPDATE_NOTES = "Dollarzeichen fehlte in <strong>inc/reset/reset_bonus.php</strong>, Zeile 39";
break;
case "0.8.0": // SQL queries for v0.8.0
case "0.0.8": // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Das Umschreiben der Cache-Daten hat eine Fehlermeldung <STRONG>Falsches Passwort!</STRONG> im Admin-Bereich verursacht.";
+ $UPDATE_NOTES = "Das Umschreiben der Cache-Daten hat eine Fehlermeldung <strong>Falsches Passwort!</strong> im Admin-Bereich verursacht.";
break;
case "0.0.9": // SQL queries for v0.0.9
case "0.1.1": // SQL queries for v0.1.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <STRONG>Division durch 0</STRONG> repariert in den DB-Cache Statistiken.";
+ $UPDATE_NOTES = "Fehler <strong>Division durch 0</strong> repariert in den DB-Cache Statistiken.";
break;
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Die Tabelen <STRONG>"._MYSQL_PREFIX."_config</STRONG>, <STRONG>"._MYSQL_PREFIX."_refsystem</STRONG>, <STRONG>"._MYSQL_PREFIX."_refdepths</STRONG> und <STRONG>"._MYSQL_PREFIX."_mod_reg</STRONG> werden nun auch ausgelagert.";
+ $UPDATE_NOTES = "Die Tabelen <strong>"._MYSQL_PREFIX."_config</strong>, <strong>"._MYSQL_PREFIX."_refsystem</strong>, <strong>"._MYSQL_PREFIX."_refdepths</strong> und <strong>"._MYSQL_PREFIX."_mod_reg</strong> werden nun auch ausgelagert.";
break;
case "0.1.3": // SQL queries for v0.1.3
case "0.1.4": // SQL queries for v0.1.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <STRONG>Division durch 0</STRONG> repariert in <STRONG>inc/load_cache.php</STRONG>.";
+ $UPDATE_NOTES = "Fehler <strong>Division durch 0</strong> repariert in <strong>inc/load_cache.php</strong>.";
break;
case "0.1.5": // SQL queries for v0.1.5
{
case "0.0.1": // SQL queries for v0.0.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
}
break;
case "0.0.7": // SQL queries for v0.0.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.<br /><br />Minus-Guthaben des Verdoppler-Accounts repariert und Mitgliedsmail erweitert mit Transaktionsummer und IP-Nummer.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.<br /><br />Minus-Guthaben des Verdoppler-Accounts repariert und Mitgliedsmail erweitert mit Transaktionsummer und IP-Nummer.";
break;
case "0.0.8": // SQL queries for v0.0.8
case "0.1.1": // SQL queries for v0.1.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Zwei SQL-Fehler in <STRONG>inc/doubler_send.php</STRONG> beseitigt.";
+ $UPDATE_NOTES = "Zwei SQL-Fehler in <strong>inc/doubler_send.php</strong> beseitigt.";
break;
case "0.1.2": // SQL queries for v0.1.2
case "0.1.5": // SQL queries for v0.1.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.";
break;
case "0.1.6": // SQL queries for v0.1.6
case "0.0.6": // SQL queries for v0.0.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.7": // SQL queries for v0.0.7
case "0.0.8": // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
+ $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.";
break;
case "0.0.9": // SQL queries for v0.0.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.1.0": // SQL queries for v0.2.1
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD holiday_lock BIGINT(20) UNSIGNED NOT NULL DEFAULT '".(getConfig('one_day')*2)."'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Die Mitglieder-Accounts werden nicht mehr gesperrt, sondern nur auf <STRONG>Urlaub</STRONG> geschaltet. Lassen Sie sich nicht davon verwirren, dass sie "freigegeben" sind!";
+ $UPDATE_NOTES = "Die Mitglieder-Accounts werden nicht mehr gesperrt, sondern nur auf <strong>Urlaub</strong> geschaltet. Lassen Sie sich nicht davon verwirren, dass sie "freigegeben" sind!";
break;
case "0.1.4": // SQL queries for v0.1.4
case "0.1.7": // SQL queries for v0.1.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "if-Anweisungen auf Funktion <strong>empty()</strong> umgestellt.";
break;
case "0.1.8": // SQL queries for v0.1.8
case "0.1.1": // SQL queries for v0.1.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.1.3": // SQL queries for v0.1.3
// Valid email chars (without @, or do you want to have another @ inside your email addy?)
$VALID_EMAIL_CHARS = array(
'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s',
- 't','u','v','w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L',
+ 't','u','v','w','x','y','z','a','B','C','D','E','F','G','H','I','J','K','L',
'M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','-','.','_','0','1',
'2','3','4','5','6','7','8','9'
);
$EXT_UPDATE_DEPENDS = "country";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Erste Liste von 243 Ländercodes nach ISO 3166. (Quelle: Selfhtml)<br>Alle Länder sind zuerst deaktiviert. Achtung DE könnte doppelt vorkommen.<br>Ein Aktivieren/Deaktivieren lässt alle Länder beim Registrieren anzeigen oder nicht Anzeigen.";
+ $UPDATE_NOTES = "Erste Liste von 243 Ländercodes nach ISO 3166. (Quelle: Selfhtml)<br />Alle Länder sind zuerst deaktiviert. Achtung DE könnte doppelt vorkommen.<br />Ein Aktivieren/Deaktivieren lässt alle Länder beim Registrieren anzeigen oder nicht Anzeigen.";
break;
}
case "0.0.4": // SQL queries for v0.0.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Absicherung der Variablen <I>uid</I>, <I>mailid</I> und <I>bonusid</I> durch die eigene Funktion <I>bigintval()</I> in den beiden Dateien <I>mailid.php</I> und <I>mailid_top.php</I>.";
+ $UPDATE_NOTES = "Absicherung der Variablen <em>uid</em>, <em>mailid</em> und <em>bonusid</em> durch die eigene Funktion <em>bigintval()</em> in den beiden Dateien <em>mailid.php</em> und <em>mailid_top.php</em>.";
break;
case "0.0.5": // SQL queries for v0.0.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Weisse Seite im Mozilla bzw. <I>Seite nicht gefunden</I> unter dem IE behoben.";
+ $UPDATE_NOTES = "Weisse Seite im Mozilla bzw. <em>Seite nicht gefunden</em> unter dem IE behoben.";
break;
case "0.0.6": // SQL queries for v0.0.6
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Probe-Fix wegen falschen Bestätigungcodes bei Druck auf Return-Taste. Bitte aktualisieren Sie auch das Template <U>mailid_confirm_buttom.tpl</U>, damit die Bestätigung ohne Code auch klappt!";
+ $UPDATE_NOTES = "Probe-Fix wegen falschen Bestätigungcodes bei Druck auf Return-Taste. Bitte aktualisieren Sie auch das Template <u>mailid_confirm_buttom.tpl</u>, damit die Bestätigung ohne Code auch klappt!";
break;
case "0.1.3": // SQL queries for v0.1.3
case "0.1.4": // SQL queries for v0.1.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Sicherheitsupdate an den Scripten <U>mailid.php</U> und <STRONG>mailid_top.php</STRONG> durchgeführt.";
+ $UPDATE_NOTES = "Sicherheitsupdate an den Scripten <u>mailid.php</u> und <strong>mailid_top.php</strong> durchgeführt.";
break;
case "0.1.5": // SQL queries for v0.1.5
case "0.1.6": // SQL queries for v0.1.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Template <U>mailid_frameset.tpl</U> nach <U>mailid_frames.tpl</U> umbenannt.";
+ $UPDATE_NOTES = "Template <u>mailid_frameset.tpl</u> nach <u>mailid_frames.tpl</u> umbenannt.";
break;
case "0.1.7": // SQL queries for v0.1.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Ausgabe des generierten HTML-Codes nach <U>inc/footer.php</U> verlagert.";
+ $UPDATE_NOTES = "Ausgabe des generierten HTML-Codes nach <u>inc/footer.php</u> verlagert.";
break;
case "0.1.8": // SQL queries for v0.1.8
case "0.1.9": // SQL queries for v0.1.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Gesamt-{!POINTS!} werden nun nach Bestätigung angezeigt. Bitte aktualisieren Sie die Templates <U>mailid_points_done.tpl</U>, <U>mailid_points_done2.tpl</U> und <U>mailid_frames.tpl</U> !";
+ $UPDATE_NOTES = "Gesamt-{!POINTS!} werden nun nach Bestätigung angezeigt. Bitte aktualisieren Sie die Templates <u>mailid_points_done.tpl</u>, <u>mailid_points_done2.tpl</u> und <u>mailid_frames.tpl</u> !";
break;
case "0.2.0": // SQL queries for v0.2.0
case "0.2.3": // SQL queries for v0.2.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Modul <STRONG>mailid</STRONG> war nicht gesetzt. Dadurch wurden die URLs (loader z.B.) umgeschrieben und führten somit zu Fehlern.";
+ $UPDATE_NOTES = "Modul <strong>mailid</strong> war nicht gesetzt. Dadurch wurden die URLs (loader z.B.) umgeschrieben und führten somit zu Fehlern.";
break;
case "0.2.4": // SQL queries for v0.2.4
case "0.2.7": // SQL queries for v0.2.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wenn die {!POINTS!} dem <STRONG>noch auf Auszahlung wartendem Guthaben</STRONG> aufaddiert wird, wird eine entsprechende Nachricht ausgegeben (neue Templates <STRONG>mailid_points_locked</STRONG> und <STRONG>mailid_points_locked2</STRONG> sind hinzugekommen!)";
+ $UPDATE_NOTES = "Wenn die {!POINTS!} dem <strong>noch auf Auszahlung wartendem Guthaben</strong> aufaddiert wird, wird eine entsprechende Nachricht ausgegeben (neue Templates <strong>mailid_points_locked</strong> und <strong>mailid_points_locked2</strong> sind hinzugekommen!)";
break;
case "0.2.8": // SQL queries for v0.2.8
case "0.2.9": // SQL queries for v0.2.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "<STRONG>Code wiederholen</STRONG> nach <STRONG>Code eingeben</STRONG> hin geändert.";
+ $UPDATE_NOTES = "<strong>Code wiederholen</strong> nach <strong>Code eingeben</strong> hin geändert.";
break;
case "0.3.0": // SQL queries for v0.3.0
case "0.0.4": // SQL queries for v0.0.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.5": // SQL queries for v0.0.5
) TYPE=MyISAM";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Teile der Mediendaten werden in seperater Tabelle gesichert. Bitte beachten Sie, dass dieses Update nur Daten des <STRONG>aktuellen</STRONG> Zustandes berücksichtigen kann und <STRONG>nicht</STRONG> bereits gelöschter Mitglieder.";
+ $UPDATE_NOTES = "Teile der Mediendaten werden in seperater Tabelle gesichert. Bitte beachten Sie, dass dieses Update nur Daten des <strong>aktuellen</strong> Zustandes berücksichtigen kann und <strong>nicht</strong> bereits gelöschter Mitglieder.";
break;
case "0.0.5": // SQL queries for v0.0.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "if-Anweisungen auf Funktion <strong>empty()</strong> umgestellt.";
break;
case "0.0.6": // SQL queries for v0.0.6
// Update notes (these will be set as task text!)
$UPDATE_NOTES = "Start des {!MT_WORD2!} und Anzahl Anmeldungen aufgenommen. (Task #13)<br />
-Bitte stellen Sie diesen derzeit manuell unter <A href=\"{!URL!}/modules.php?module=admin&what=config_mediadata\">Einstellungen-Medidata</A> selber einstellen.";
+Bitte stellen Sie diesen derzeit manuell unter <a href=\"{!URL!}/modules.php?module=admin&what=config_mediadata\">Einstellungen-Medidata</a> selber einstellen.";
break;
case "0.0.8": // SQL queries for v0.0.8
case "0.0.4": // SQL queries for v0.0.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.5": // SQL queries for v0.0.5
case "0.0.8": // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.9": // SQL queries for v0.0.9
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Einbindung der Erweiterung <STRONG>country</STRONG>, die Sie sich noch optional von <A href=\"{!URL!}/modules.php?module=admin&what=extensions&do=search\">meiner Seite herunterladen</A> müssen.<br />
+ $UPDATE_NOTES = "Einbindung der Erweiterung <strong>country</strong>, die Sie sich noch optional von <a href=\"{!URL!}/modules.php?module=admin&what=extensions&do=search\">meiner Seite herunterladen</a> müssen.<br />
<br />
-<STRONG>Wichtig: Laden Sie noch die Template member_mydata_overview und member_mydata_edit (beide zu finden unter templates/".GET_LANGUAGE()."/html/member/ !) mit hoch!</STRONG>";
+<strong>Wichtig: Laden Sie noch die Template member_mydata_overview und member_mydata_edit (beide zu finden unter templates/".GET_LANGUAGE()."/html/member/ !) mit hoch!</strong>";
// Depends on 'country'!
$EXT_UPDATE_DEPENDS = "country";
case "0.1.6": // SQL queries for v0.1.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Die Einstellungen können nun auch ohne der Erweiterung <STRONG>country</STRONG> abgespeichert werden.";
+ $UPDATE_NOTES = "Die Einstellungen können nun auch ohne der Erweiterung <strong>country</strong> abgespeichert werden.";
break;
case "0.1.7": // SQL queries for v0.1.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.";
break;
case "0.1.8": // SQL queries for v0.1.8
case "0.0.2": // SQL queries for v0.0.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "URL im Versendeformular und Option <I>Immer aktiv</I> für diese Erweiterung deaktiviert.";
+ $UPDATE_NOTES = "URL im Versendeformular und Option <em>Immer aktiv</em> für diese Erweiterung deaktiviert.";
break;
case "0.0.3": // SQL queries for v0.0.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.0.4": // SQL queries for v0.0.4
case "0.0.7": // SQL queries for v0.0.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Script <STRONG>inc/monthly/monthly_newsletter.php</STRONG> wird nicht mehr ausgeführt, wenn die Erweiterung nicht aktiviert ist.";
+ $UPDATE_NOTES = "Script <strong>inc/monthly/monthly_newsletter.php</strong> wird nicht mehr ausgeführt, wenn die Erweiterung nicht aktiviert ist.";
break;
case "0.0.8": // SQL queries for v0.0.8
case "0.0.9": // SQL queries for v0.0.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Nur bei installierter Erweiterung <STRONG>html_mail</STRONG> können Sie auch HTML-Mails versenden.";
+ $UPDATE_NOTES = "Nur bei installierter Erweiterung <strong>html_mail</strong> können Sie auch HTML-Mails versenden.";
break;
case "0.1.0": // SQL queries for v0.2.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Nur bei installierter Erweiterung <STRONG>html_mail</STRONG> können Sie auch HTML-Mails versenden.";
+ $UPDATE_NOTES = "Nur bei installierter Erweiterung <strong>html_mail</strong> können Sie auch HTML-Mails versenden.";
break;
case "0.1.1": // SQL queries for v0.1.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Währung auf die Erweiterung <A href=\"#\"><STRONG>ext-other.zip</STRONG></A> verlagert. Bitte auch diese aktualisieren.";
+ $UPDATE_NOTES = "Währung auf die Erweiterung <a href=\"#\"><strong>ext-other.zip</strong></a> verlagert. Bitte auch diese aktualisieren.";
break;
case "0.1.2": // SQL queries for v0.1.2
// Valid email chars (without @, or do you want to have another @ inside your email addy?)
$VALID_EMAIL_CHARS = array(
'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s',
- 't','u','v','w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L',
+ 't','u','v','w','x','y','z','a','B','C','D','E','F','G','H','I','J','K','L',
'M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','-','.','_','0','1',
'2','3','4','5','6','7','8','9'
);
case "0.1.0": // SQL queries for v0.2.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.1.1": // SQL queries for v0.1.1
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Zum Zusenden eines neuen Passwortes kann jetzt entweder der Nickname / User-ID <U>ODER</U> die angemeldete EMail-Adresse eingegeben werden.";
+ $UPDATE_NOTES = "Zum Zusenden eines neuen Passwortes kann jetzt entweder der Nickname / User-ID <u>ODER</u> die angemeldete EMail-Adresse eingegeben werden.";
break;
case "0.1.3": // SQL queries for v0.1.3
{
case "0.0.1": // SQL queries for v0.0.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <U>Unknown column 'visibled' in 'field list'</U> behoben.";
+ $UPDATE_NOTES = "Fehler <u>Unknown column 'visibled' in 'field list'</u> behoben.";
break;
case "0.0.2": // SQL queries for v0.0.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.3": // SQL queries for v0.0.3
case "0.0.4": // SQL queries for v0.0.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.5": // SQL queries for v0.0.5
case "0.1.4": // SQL queries for v0.1.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Dummy-Datenfeld wird wieder gelöscht, um Probleme zu vermeiden. Fehlende Spalte <I>mail_order</I> korregiert auf <I>mail_orders</I>.";
+ $UPDATE_NOTES = "Dummy-Datenfeld wird wieder gelöscht, um Probleme zu vermeiden. Fehlende Spalte <em>mail_order</em> korregiert auf <em>mail_orders</em>.";
break;
case "0.1.5": // SQL queries for v0.1.5
case "0.2.0": // SQL queries for v0.2.0
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.2.1": // SQL queries for v0.2.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Templates <U>member_frameset-back.tpl</U> und <U>member_frameset-send.tpl</U> nach <U>member_order_back.tpl</U> und <U>member_order_send.tpl</U> umbenannt.";
+ $UPDATE_NOTES = "Templates <u>member_frameset-back.tpl</u> und <u>member_frameset-send.tpl</u> nach <u>member_order_back.tpl</u> und <u>member_order_send.tpl</u> umbenannt.";
break;
case "0.2.2": // SQL queries for v0.2.2
// Update notes (these will be set as task text!)
$UPDATE_NOTES = "Fehler in Mailbuchung behoben: Es wurde beim Ermitteln der nötigen {!POINTS!} die maximale Anzahl von Usern in der Kategorie gewählt und
nicht die vom Mitglied eingegebene. Resultat: Das Script beschwerte sich, der User hätte nicht genügend {!POINTS!} auf dem Konto. Ein Rechenbeispiel:
-<OL>
- <LI>Das Mitglied wählt eine Kategorie XYZ mit maximal 15 Empfängern aus.</LI>
- <LI>Es stellt die Mailart <U>"3 {!POINTS!} Kosten / Mail"</U> ein.</LI>
- <LI>Es hat aber nur {!POINTS!} für 10 Empfänger und gibt 10 ein.</LI>
- <LI>Das Script hatte bis zu dieser Version 3 {!POINTS!} * <U>15</U> = 45 {!POINTS!} gerechnet, hat das Mitglied mehr oder gleich 45 {!POINTS!}, fiehl dieser Fehler nicht
- auf.</LI>
- <LI>Hatte es aber, wie hier im Beispiel 31 {!POINTS!}, konnte es nicht mehr buchen.</LI>
- <LI>Jetzt ist der Fehler endlich weg! Machen Sie dies bitte Ihren Mitgliedern bekannt.</LI>
-</OL>";
+<ol>
+ <li>Das Mitglied wählt eine Kategorie XYZ mit maximal 15 Empfängern aus.</li>
+ <li>Es stellt die Mailart <u>"3 {!POINTS!} Kosten / Mail"</u> ein.</li>
+ <li>Es hat aber nur {!POINTS!} für 10 Empfänger und gibt 10 ein.</li>
+ <li>Das Script hatte bis zu dieser Version 3 {!POINTS!} * <u>15</u> = 45 {!POINTS!} gerechnet, hat das Mitglied mehr oder gleich 45 {!POINTS!}, fiehl dieser Fehler nicht
+ auf.</li>
+ <li>Hatte es aber, wie hier im Beispiel 31 {!POINTS!}, konnte es nicht mehr buchen.</li>
+ <li>Jetzt ist der Fehler endlich weg! Machen Sie dies bitte Ihren Mitgliedern bekannt.</li>
+</ol>";
break;
case "0.2.7": // SQL queries for v0.2.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler mit <U>__MIN_VALUE</U> behoben.";
+ $UPDATE_NOTES = "Fehler mit <u>__MIN_VALUE</u> behoben.";
break;
case "0.2.8": // SQL queries for v0.2.8
case "0.3.0": // SQL queries for v0.3.0
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Basis-Modul <STRONG>order.php</STRONG> abgesichert, wenn Erweiterung nicht aktiviert ist.";
+ $UPDATE_NOTES = "Basis-Modul <strong>order.php</strong> abgesichert, wenn Erweiterung nicht aktiviert ist.";
break;
case "0.3.1": // SQL queries for v0.3.1
case "0.3.3": // SQL queries for v0.3.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Unter <STRONG>Einstellungen - Mailbuchungsseite</STRONG> war immer die Tabellenspalte <STRONG>Mitgliedsnummer</STRONG> ausgewählt.";
+ $UPDATE_NOTES = "Unter <strong>Einstellungen - Mailbuchungsseite</strong> war immer die Tabellenspalte <strong>Mitgliedsnummer</strong> ausgewählt.";
break;
case "0.3.4": // SQL queries for v0.3.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Dateiamenskonflikt zwischen den Erweiterungen <STRONG>support</STRONG> und <STRONG>order</STRONG> behoben.";
+ $UPDATE_NOTES = "Dateiamenskonflikt zwischen den Erweiterungen <strong>support</strong> und <strong>order</strong> behoben.";
break;
case "0.3.5": // SQL queries for v0.3.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Das Mitglied konnte geziehlt die Anzahl Mailbuchungen durch Abspeichern seines Profiles beeinflussen. Der Fehler war eine falsche Tabellenspalte. Dies war <STRONG>max_mails</STRONG>, die durch das Mitglieder veränderbar ist und zur Festellung der Maximalen Mailbuchungen herangezogen wurde.";
+ $UPDATE_NOTES = "Das Mitglied konnte geziehlt die Anzahl Mailbuchungen durch Abspeichern seines Profiles beeinflussen. Der Fehler war eine falsche Tabellenspalte. Dies war <strong>max_mails</strong>, die durch das Mitglieder veränderbar ist und zur Festellung der Maximalen Mailbuchungen herangezogen wurde.";
break;
case "0.3.6": // SQL queries for v0.3.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Im Modul order (<STRONG>inc/modules/order.php</STRONG>) wurde fehlerhafterweise die Erweiterung <STRONG>beg</STRONG> getestet.";
+ $UPDATE_NOTES = "Im Modul order (<strong>inc/modules/order.php</strong>) wurde fehlerhafterweise die Erweiterung <strong>beg</strong> getestet.";
break;
case "0.3.7": // SQL queries for v0.3.7
case "0.4.4": // SQL queries for v0.4.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Ein <STRONG>WHERE ext_active='Y'</STRONG> tauchte bei einigen Betreibern auf und ist mit dieser Version beseitigt.";
+ $UPDATE_NOTES = "Ein <strong>WHERE ext_active='Y'</strong> tauchte bei einigen Betreibern auf und ist mit dieser Version beseitigt.";
break;
case "0.4.5": // SQL queries for v0.4.5
{
case "0.0.1": // SQL queries for v0.0.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <FONT class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</FONT> behoben.";
+ $UPDATE_NOTES = "Fehler <div class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</div> behoben.";
break;
case "0.0.2": // SQL queries for v0.0.2
case "0.1.0": // SQL queries for v0.2.1
// Update notes (these will be set as task text!)
$UPDATE_NOTES = "Folgende Einstellungen können auf 0 gesetzt werden:
-<OL>
-<LI>Selbe beworbene URL nicht mehr bewerbar (0 = URL kann sofort wieder gebucht werden)</LI>
-<LI>Gütigkeitsdauer der Bestätigungslinks (0 = Bestätigungslinks laufen nie ab)</LI>
-<LI>Sperrzeit des Mitgliedprofiles nach Änderung (0 = Mitglied kann sein Account immer und sofort ändern)</LI>
-<LI>Profilaktualisierungsinterval (0 = Es wird keine Mail zum Profilaktualisierunng durch das Mitglied ausgesendet(</LI>
-<LI>Erneute Aussendung der Mail (0 = Siehe oben)</LI>
-</OL>";
+<ol>
+<li>Selbe beworbene URL nicht mehr bewerbar (0 = URL kann sofort wieder gebucht werden)</li>
+<li>Gütigkeitsdauer der Bestätigungslinks (0 = Bestätigungslinks laufen nie ab)</li>
+<li>Sperrzeit des Mitgliedprofiles nach Änderung (0 = Mitglied kann sein Account immer und sofort ändern)</li>
+<li>Profilaktualisierungsinterval (0 = Es wird keine Mail zum Profilaktualisierunng durch das Mitglied ausgesendet(</li>
+<li>Erneute Aussendung der Mail (0 = Siehe oben)</li>
+</ol>";
break;
case "0.1.1": // SQL queries for v0.1.1
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.1.3": // SQL queries for v0.1.3
case "0.1.8": // SQL queries for v0.1.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Auflistung der Auszahlungen ausgelagert in Template <I>member_payout.tpl</I>.";
+ $UPDATE_NOTES = "Auflistung der Auszahlungen ausgelagert in Template <em>member_payout.tpl</em>.";
break;
case "0.1.9": // SQL queries for v0.1.9
case "0.2.5": // SQL queries for v0.2.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.2.6": // SQL queries for v0.2.6
case "0.2.7": // SQL queries for v0.2.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
+ $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.";
break;
case "0.2.8": // SQL queries for v0.2.8
case "0.3.6": // SQL queries for v0.3.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.";
break;
case "0.3.7": // SQL queries for v0.3.7
case "0.0.5": // SQL queries for v0.0.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Profilaktualisierungsmails werden nur dann ausgesendet, wenn <U>profile_update</U> und <U>prof_reupdate</U> > 0 sind.";
+ $UPDATE_NOTES = "Profilaktualisierungsmails werden nur dann ausgesendet, wenn <u>profile_update</u> und <u>prof_reupdate</u> > 0 sind.";
break;
case "0.0.6": // SQL queries for v0.0.6
case "0.0.7": // SQL queries for v0.0.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.0.8": // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Namenskonflikt gelösst mit Erweiterung <STRONG>update</STRONG> (kommt noch raus!)";
+ $UPDATE_NOTES = "Namenskonflikt gelösst mit Erweiterung <strong>update</strong> (kommt noch raus!)";
break;
case "0.0.9": // SQL queries for v0.0.9
case "0.0.6": // SQL queries for v0.0.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <I>Unknown column 'd.useid' in 'on clause'</I> behoben.";
+ $UPDATE_NOTES = "Fehler <em>Unknown column 'd.useid' in 'on clause'</em> behoben.";
break;
case "0.0.7": // SQL queries for v0.0.7
case "0.0.8": // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <U>Template nicht gefunden</U> behoben und Admin-Formulare ausgelagert";
+ $UPDATE_NOTES = "Fehler <u>Template nicht gefunden</u> behoben und Admin-Formulare ausgelagert";
break;
case "0.0.9": // SQL queries for v0.0.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist. Und der vorherige Fehler <U>Template nicht gefunden</U> ist endlich beseitigt.";
+ $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist. Und der vorherige Fehler <u>Template nicht gefunden</u> ist endlich beseitigt.";
break;
case "0.1.0": // SQL queries for v0.2.1
case "0.1.6": // SQL queries for v0.1.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.1.7": // SQL queries for v0.1.7
$SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_rallye_data ADD min_prices BIGINT(20) UNSIGNED NOT NULL DEFAULT '3'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Ablaufen der Rallyes intergriert. Bauen Sie in Ihr Template <STRONG>templates/de/emails/member/member_rallye_notify.tpl</STRONG> folgende zwei Zeilen ein:<br />
-<UL>
- <LI>$DATA[min_users]</LI>
- <LI>$DATA[min_prices]</LI>
-</UL>
-Zudem sollten Sie mindestens folgende Templates (in <STRONG>templates/".GET_LANGUAGE()."/html/guest/</STRONG> !) aktualisieren:<br />
-<UL>
- <LI><STRONG>guest_rallye_footer.tpl</STRONG></LI>
- <LI><STRONG>guest_rallye_header.tpl</STRONG></LI>
-</UL>";
+ $UPDATE_NOTES = "Ablaufen der Rallyes intergriert. Bauen Sie in Ihr Template <strong>templates/de/emails/member/member_rallye_notify.tpl</strong> folgende zwei Zeilen ein:<br />
+<ul>
+ <li>$DATA[min_users]</li>
+ <li>$DATA[min_prices]</li>
+</ul>
+Zudem sollten Sie mindestens folgende Templates (in <strong>templates/".GET_LANGUAGE()."/html/guest/</strong> !) aktualisieren:<br />
+<ul>
+ <li><strong>guest_rallye_footer.tpl</strong></li>
+ <li><strong>guest_rallye_header.tpl</strong></li>
+</ul>";
break;
case "0.2.1": // SQL queries for v0.2.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.2.2": // SQL queries for v0.2.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Links wegen <STRONG>what=admins_contct</STRONG> geändert.";
+ $UPDATE_NOTES = "Links wegen <strong>what=admins_contct</strong> geändert.";
break;
case "0.2.3": // SQL queries for v0.2.3
case "0.3.0": // SQL queries for v0.3.0
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "if-Anweisungen auf Funktion <strong>empty()</strong> umgestellt.";
break;
case "0.3.1": // SQL queries for v0.3.1
$SQLs[] = "INSERT INTO "._MYSQL_PREFIX."_must_register (field_name, field_required) VALUES ('city','Y')";
// Add admin menu
- $SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_register','Pflichtfelder','Stellen Sie hier die Pflichtfelder sowohl im Anmeldeformular, als auch im Mitgliedsbereich unter <STRONG>Profildaten ändern</STRONG> ein.', 12)";
+ $SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_register','Pflichtfelder','Stellen Sie hier die Pflichtfelder sowohl im Anmeldeformular, als auch im Mitgliedsbereich unter <strong>Profildaten ändern</strong> ein.', 12)";
// Update notes (these will be set as task text!)
$UPDATE_NOTES = "Einstellbare Pflichtfelder hinzugefügt.";
case "0.2.3": // SQL queries for v0.2.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Cookie <U>refid</U> aus Anmeldeformular entfernt.";
+ $UPDATE_NOTES = "Cookie <u>refid</u> aus Anmeldeformular entfernt.";
break;
case "0.2.4": // SQL queries for v0.2.4
case "0.2.5": // SQL queries for v0.2.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.2.6": // SQL queries for v0.2.6
case "0.2.8": // SQL queries for v0.2.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Parse error in <U>what-register.php</U> beseitigt.";
+ $UPDATE_NOTES = "Parse error in <u>what-register.php</u> beseitigt.";
break;
case "0.2.9": // SQL queries for v0.2.9
case "0.3.0": // SQL queries for v0.3.0
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.3.1": // SQL queries for v0.3.1
case "0.3.2": // SQL queries for v0.3.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Einbindung der Erweiterung <STRONG>country</STRONG>, die Sie sich noch optional von <A href=\"{!URL!}/modules.php?module=admin&what=extensions&do=search\">meiner Seite herunterladen</A> müssen.<br />
+ $UPDATE_NOTES = "Einbindung der Erweiterung <strong>country</strong>, die Sie sich noch optional von <a href=\"{!URL!}/modules.php?module=admin&what=extensions&do=search\">meiner Seite herunterladen</a> müssen.<br />
<br />
-<STRONG>Wichtig: Laden Sie noch das Template <STRONG>guest_register.tpl</STRONG> mit hoch, welches unter templates/".GET_LANGUAGE()."/html/guest/ zu finden ist!</STRONG>";
+<strong>Wichtig: Laden Sie noch das Template <strong>guest_register.tpl</strong> mit hoch, welches unter templates/".GET_LANGUAGE()."/html/guest/ zu finden ist!</strong>";
// Depends on 'country'
$EXT_UPDATE_DEPENDS = "country";
case "0.3.4": // SQL queries for v0.3.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Auf Grund der Integration der neue Erweiterung <STRONG>country</STRONG> in die Anmeldephase klappte die Anmeldung nicht. Die dazu nütige Verknüpfung ist nun eingebaut und die Anmeldung klappt wieder. Vielen Dank nochmals an den Bug-Reporter (Fehlermelder)!";
+ $UPDATE_NOTES = "Auf Grund der Integration der neue Erweiterung <strong>country</strong> in die Anmeldephase klappte die Anmeldung nicht. Die dazu nütige Verknüpfung ist nun eingebaut und die Anmeldung klappt wieder. Vielen Dank nochmals an den Bug-Reporter (Fehlermelder)!";
break;
case "0.3.5": // SQL queries for v0.3.5
case "0.3.6": // SQL queries for v0.3.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehlermeldung <STRONG>Fatal error: Call to undefined function: get_theme() in /../../guest/what-register.php on line 190</STRONG> beseitigt.";
+ $UPDATE_NOTES = "Fehlermeldung <strong>Fatal error: Call to undefined function: get_theme() in /../../guest/what-register.php on line 190</strong> beseitigt.";
break;
case "0.3.7": // SQL queries for v0.3.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehlermeldung <STRONG>Fatal error: Call to undefined function: get_curr_theme<U>e</U>() in /../../guest/what-register.php on line 190</STRONG> beseitigt.";
+ $UPDATE_NOTES = "Fehlermeldung <strong>Fatal error: Call to undefined function: get_curr_theme<u>e</u>() in /../../guest/what-register.php on line 190</strong> beseitigt.";
break;
case "0.3.8": // SQL queries for v0.3.8
$SQLs[] = "UPDATE `"._MYSQL_PREFIX."_admin_menu` SET what='config_register2' WHERE what='config_reg' LIMIT 1";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Bei der Anmeldung kann die Standart-Auswahl zwischen Ja/Nein umgeschaltet werden. Das Ändern des Templates <STRONG>templates/".GET_LANGUAGE()."/html/guest/guest_register.tpl</STRONG> ist nicht mehr nötig.";
+ $UPDATE_NOTES = "Bei der Anmeldung kann die Standart-Auswahl zwischen Ja/Nein umgeschaltet werden. Das Ändern des Templates <strong>templates/".GET_LANGUAGE()."/html/guest/guest_register.tpl</strong> ist nicht mehr nötig.";
break;
case "0.4.3": // SQL queries for v0.4.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Parser-Error in <STRONG>inc/modules/guest/what-register.php</STRONG> beseitigt.";
+ $UPDATE_NOTES = "Parser-Error in <strong>inc/modules/guest/what-register.php</strong> beseitigt.";
break;
case "0.4.4": // SQL queries for v0.4.4
case "0.4.5": // SQL queries for v0.4.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "if-Anweisungen auf Funktion <strong>empty()</strong> umgestellt.";
break;
case "0.4.6": // SQL queries for v0.4.6
case "0.4.7": // SQL queries for v0.4.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "<STRONG>set_session()</STRONG> mit @-Zeichen gegen ungewollte Ausgaben abgesichert.";
+ $UPDATE_NOTES = "<strong>set_session()</strong> mit @-Zeichen gegen ungewollte Ausgaben abgesichert.";
break;
case "0.4.8": // SQL queries for v0.4.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.";
break;
case "0.4.9": // SQL queries for v0.4.9
case "0.5.1": // SQL queries for v0.5.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Mail-Template <strong>register-member.tpl</strong> gefixt. Danke an <A href=\"http://forum.mxchange.org/profile-59.html\" target=\"_blank\" title=\"Mitgliedsprofil aufrufen\">wliepe</A> für die Fehlerfindung!";
+ $UPDATE_NOTES = "Mail-Template <strong>register-member.tpl</strong> gefixt. Danke an <a href=\"http://forum.mxchange.org/profile-59.html\" target=\"_blank\" title=\"Mitgliedsprofil aufrufen\">wliepe</a> für die Fehlerfindung!";
break;
case "0.5.2": // SQL queries for v0.5.2
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.1.3": // SQL queries for v0.1.3
case "0.1.0": // SQL queries for v0.2.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.1.1": // SQL queries for v0.1.1
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` CHANGE auto_purge auto_purge BIGINT(20) UNSIGNED NOT NULL DEFAULT ".(getConfig('one_day')*14)."";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "In der Tabelle <STRONG>"._MYSQL_PREFIX."_config</STRONG> musste die Spalte <STRONG>auto_purge</STRONG> (autom. Löschen von Bestätigungsmails angepasst werden (war auf dem Testsystem auf TINYINT(4) gesetzt.)";
+ $UPDATE_NOTES = "In der Tabelle <strong>"._MYSQL_PREFIX."_config</strong> musste die Spalte <strong>auto_purge</strong> (autom. Löschen von Bestätigungsmails angepasst werden (war auf dem Testsystem auf TINYINT(4) gesetzt.)";
break;
case "0.0.3": // SQL queries for v0.0.3
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD mails_page BIGINT(20) UNSIGNED NOT NULL DEFAULT 10";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Anzahl Mails pro Seite in <STRONG>EMail-Details ansehen</STRONG> und <STRONG>EMail-Archiv</STRONG> hinzugefügt.";
+ $UPDATE_NOTES = "Anzahl Mails pro Seite in <strong>EMail-Details ansehen</strong> und <strong>EMail-Archiv</strong> hinzugefügt.";
break;
case "0.0.5": // SQL queries for v0.0.5
break;
case "0.0.8": // SQL queries for v0.0.8
- $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD menu_blur_spacer VARCHAR(255) NOT NULL DEFAULT ' <STRONG><BIG>·</BIG></STRONG> '";
+ $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD menu_blur_spacer VARCHAR(255) NOT NULL DEFAULT ' <strong><BIG>·</BIG></strong> '";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Nette Mouse-Hover-Effekte eingebaut (Anleitung <STRONG>MENUE_HOVER.txt</STRONG> zum Patchen der general.css bitte lesen!)";
+ $UPDATE_NOTES = "Nette Mouse-Hover-Effekte eingebaut (Anleitung <strong>MENUE_HOVER.txt</strong> zum Patchen der general.css bitte lesen!)";
break;
case "0.0.9": // SQL queries for v0.0.9
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD index_cookie BIGINT(20) UNSIGNED NOT NULL DEFAULT ".(getConfig('one_day')*365)."";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Sie können nun <A href=\"{!URL!}/modules.php?module=admin&`what`=config_home\">hier</A> die Verzögerungszeit in der <A href=\"{!URL!}/index.php\">Eingangsseite</A> einstellen.";
+ $UPDATE_NOTES = "Sie können nun <a href=\"{!URL!}/modules.php?module=admin&`what`=config_home\">hier</a> die Verzögerungszeit in der <a href=\"{!URL!}/index.php\">Eingangsseite</a> einstellen.";
break;
case "0.1.2": // SQL queries for v0.1.2
$SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_extensions DROP ext_has_admin";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Spalte <U>ext_has_admin</U> aus der Tabelle <U>"._MYSQL_PREFIX."_extensions</U> entfernt, da sie keinen Sinn mehr macht.";
+ $UPDATE_NOTES = "Spalte <u>ext_has_admin</u> aus der Tabelle <u>"._MYSQL_PREFIX."_extensions</u> entfernt, da sie keinen Sinn mehr macht.";
break;
case "0.1.6": // SQL queries for v0.1.6
$SQLs[] = "INSERT INTO `"._MYSQL_PREFIX."_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_title','Seitentitel ändern','De-/aktivieren Sie hier die Dekorationen, sowie Modul-Titel und what-Titel im Seitentitel.', 8)";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Dekorationen des Seitentiteles lassen sich ein- und ausschalten und selber definieren; Modul-Titel und Titel der <STRONG>what</STRONG>-Dateien kann hinzugefügt werden.";
+ $UPDATE_NOTES = "Dekorationen des Seitentiteles lassen sich ein- und ausschalten und selber definieren; Modul-Titel und Titel der <strong>what</strong>-Dateien kann hinzugefügt werden.";
break;
case "0.1.7": // SQL queries for v0.1.7
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD img_type ENUM('jpg','png') NOT NULL DEFAULT '".$auto_type."'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Generierung des Mailbestätigungscodes hängt davon ab, ob die PHP-Funktion <U>imagecreatefromjpeg()</U> und das JPEG-Bild vorhanden sind oder nicht.";
+ $UPDATE_NOTES = "Generierung des Mailbestätigungscodes hängt davon ab, ob die PHP-Funktion <u>imagecreatefromjpeg()</u> und das JPEG-Bild vorhanden sind oder nicht.";
break;
case "0.2.5": // SQL queries for v0.2.5
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_user_data` CHANGE max_mails max_mails BIGINT(20) UNSIGNED NOT NULL DEFAULT 0";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Spalten <U>max_mails</U> und <U>receive_mails</U> auf BIGINT(20) gesetzt.";
+ $UPDATE_NOTES = "Spalten <u>max_mails</u> und <u>receive_mails</u> auf BIGINT(20) gesetzt.";
break;
case "0.2.6": // SQL queries for v0.2.6
$SQLs[] = "UPDATE `"._MYSQL_PREFIX."_admin_menu` SET `what`='config_stats' WHERE `what`='stats' LIMIT 1";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "<OL>
-<LI>Das Mitglied kann das derzeitige Design in sein Profil abspeichern.</LI>
-<LI>Mitgliederstatistik mit Seitennavigation.</LI>
-</OL>";
+ $UPDATE_NOTES = "<ol>
+<li>Das Mitglied kann das derzeitige Design in sein Profil abspeichern.</li>
+<li>Mitgliederstatistik mit Seitennavigation.</li>
+</ol>";
break;
case "0.2.8": // SQL queries for v0.2.8
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD mt_word3 VARCHAR(255) NOT NULL DEFAULT 'Mailtauscher'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.3.0": // SQL queries for v0.3.0
case "0.0.6": // SQL queries for v0.0.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.7": // SQL queries for v0.0.7
case "0.0.8": // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.0.9": // SQL queries for v0.0.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Dateiamenskonflikt zwischen den Erweiterungen <STRONG>support</STRONG> und <STRONG>order</STRONG> behoben.";
+ $UPDATE_NOTES = "Dateiamenskonflikt zwischen den Erweiterungen <strong>support</strong> und <strong>order</strong> behoben.";
break;
case "0.1.0": // SQL queries for v0.2.1
case "0.0.4": // SQL queries for v0.0.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <FONT class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</FONT> behoben.";
+ $UPDATE_NOTES = "Fehler <div class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</div> behoben.";
break;
case "0.0.5": // SQL queries for v0.0.5
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.1.3": // SQL queries for v0.1.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
+ $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.";
break;
case "0.1.4": // SQL queries for v0.1.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.1.5": // SQL queries for v0.1.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Links wegen <STRONG>what=admins_contct</STRONG> geändert.";
+ $UPDATE_NOTES = "Links wegen <strong>what=admins_contct</strong> geändert.";
break;
case "0.1.6": // SQL queries for v0.1.6
// Update notes (these will be set as task text!)
$UPDATE_NOTES = "Weitere Direkt-Links eingebaut:<br />
-<UL>
- <LI>Ländercodes</LI>
- <LI>Wartende Verdopplungen</LI>
- <LI><STRONG>Geändert:</STRONG> Wartende Auszahlungen</LI>
- <LI>Teilnehmer an der Aktiv-Rallye</LI>
- <LI>Nett hinweisende Linktitel hinzugefügt. :-)</LI>
-</UL>";
+<ul>
+ <li>Ländercodes</li>
+ <li>Wartende Verdopplungen</li>
+ <li><strong>Geändert:</strong> Wartende Auszahlungen</li>
+ <li>Teilnehmer an der Aktiv-Rallye</li>
+ <li>Nett hinweisende Linktitel hinzugefügt. :-)</li>
+</ul>";
break;
case "0.1.7": // SQL queries for v0.1.7
case "0.2.5": // SQL queries for v0.2.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "<STRONG>Nur mit bonus v0.6.9 oder höher:</STRONG> Zuschaltbare Bonis werden auch bei der Ermittlung Anzahl teilnehmender Mitglieder mit ber&uumk;cksichtigt.";
+ $UPDATE_NOTES = "<strong>Nur mit bonus v0.6.9 oder höher:</strong> Zuschaltbare Bonis werden auch bei der Ermittlung Anzahl teilnehmender Mitglieder mit ber&uumk;cksichtigt.";
break;
case "0.2.6": // SQL queries for v0.2.6
case "0.2.9": // SQL queries for v0.2.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt. Update-Aufgaben werden nach "Bearbeitung" nicht mehr als <STRONG>Erledigt</STRONG> gesetzt. Dies hatte sonst den Anschein, die Update-Aufgaben müssten erledigt werden, um die Erweiterungs-Updates einzuspielen, was aber automatisch geschieht.";
+ $UPDATE_NOTES = "if-Anweisungen auf Funktion <strong>empty()</strong> umgestellt. Update-Aufgaben werden nach "Bearbeitung" nicht mehr als <strong>Erledigt</strong> gesetzt. Dies hatte sonst den Anschein, die Update-Aufgaben müssten erledigt werden, um die Erweiterungs-Updates einzuspielen, was aber automatisch geschieht.";
break;
case "0.3.0": // SQL queries for v0.3.0
case "0.0.5": // SQL queries for v0.0.5
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "<STRONG>set_session()</STRONG> mit @-Zeichen gegen ungewollte Ausgaben abgesichert.";
+ $UPDATE_NOTES = "<strong>set_session()</strong> mit @-Zeichen gegen ungewollte Ausgaben abgesichert.";
break;
case "0.0.6": // SQL queries for v0.0.6
{
case "0.0.1": // SQL queries for v0.0.1
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <I>Column: 'userid' in group statement is ambiguous</I> im Gastbereich beseitigt.";
+ $UPDATE_NOTES = "Fehler <em>Column: 'userid' in group statement is ambiguous</em> im Gastbereich beseitigt.";
break;
case "0.0.2": // SQL queries for v0.0.2
case "0.0.8": // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.0.9": // SQL queries for v0.0.9
{
case "0.0.2": // SQL queries for v0.0.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Fehler <FONT class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</FONT> behoben.";
+ $UPDATE_NOTES = "Fehler <div class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</div> behoben.";
break;
case "0.0.3": // SQL queries for v0.0.3
$SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD ap_transfer ENUM('Y','N') NOT NULL DEFAULT 'Y'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link <I>Auflisten</LI> im Admin-Bereich hatte das eingeloggte Mitglied und nicht den eingeloggten Admin abgefragt. Automatisches Löschen von veraltete Einträgen kann unabhängig von der autopurge-Erweiterung de-/aktiviert werden. Bitte aktualisieren Sie auch die beiden Admin-Templates!";
+ $UPDATE_NOTES = "Link <em>Auflisten</em> im Admin-Bereich hatte das eingeloggte Mitglied und nicht den eingeloggten Admin abgefragt. Automatisches Löschen von veraltete Einträgen kann unabhängig von der autopurge-Erweiterung de-/aktiviert werden. Bitte aktualisieren Sie auch die beiden Admin-Templates!";
break;
case "0.0.6": // SQL queries for v0.0.6
case "0.1.2": // SQL queries for v0.1.2
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.1.3": // SQL queries for v0.1.3
case "0.1.4": // SQL queries for v0.1.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
+ $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.";
break;
case "0.1.5": // SQL queries for v0.1.5
case "0.1.6": // SQL queries for v0.1.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.1.7": // SQL queries for v0.1.7
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wort <STRONG>Punkte</STRONG> dynamisiert.";
+ $UPDATE_NOTES = "Wort <strong>Punkte</strong> dynamisiert.";
break;
case "0.1.8": // SQL queries for v0.1.8
case "0.2.4": // SQL queries for v0.2.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "<STRONG>Touring-Code wiederholen</STRONG> nach <STRONG>Touring-Code eingeben</STRONG> hin geändert.";
+ $UPDATE_NOTES = "<strong>Touring-Code wiederholen</strong> nach <strong>Touring-Code eingeben</strong> hin geändert.";
break;
case "0.2.5": // SQL queries for v0.2.5
case "0.2.6": // SQL queries for v0.2.6
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.";
break;
case "0.2.7": // SQL queries for v0.2.7
case "0.1.3": // SQL queries for v0.1.3
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Den Pfad <I>Sie sind hier</I> im Menüpunkt <U>Online-Liste</U> erweitert.";
+ $UPDATE_NOTES = "Den Pfad <em>Sie sind hier</em> im Menüpunkt <u>Online-Liste</u> erweitert.";
break;
case "0.1.4": // SQL queries for v0.1.4
case "0.1.8": // SQL queries for v0.1.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Seit <A href=\"#\">Patch 340</A> überflüssige HTML-Tags entfernt.";
+ $UPDATE_NOTES = "Seit <a href=\"#\">Patch 340</a> überflüssige HTML-Tags entfernt.";
break;
case "0.1.9": // SQL queries for v0.1.9
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
+ $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <u>ADMIN_USER_PROFILE_LINK()</u> ausgelagert.";
break;
case "0.2.0": // SQL queries for v0.2.0
case "0.2.4": // SQL queries for v0.2.4
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Wörter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
+ $UPDATE_NOTES = "Wörter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
break;
case "0.2.5": // SQL queries for v0.2.5
case "0.2.8": // SQL queries for v0.2.8
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt.";
+ $UPDATE_NOTES = "if-Anweisungen auf Funktion <strong>empty()</strong> umgestellt.";
break;
case "0.2.9": // SQL queries for v0.2.9
case "0.3.0": // SQL queries for v0.3.0
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.<br />Diverse Fixes für <em>0.2.1-Beta1</em> Release.";
+ $UPDATE_NOTES = "Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.<br />Diverse Fixes für <em>0.2.1-Beta1</em> Release.";
break;
case "0.3.1": // SQL queries for v0.3.1
default:
// Huh, something goes wrong or maybe you have edited config.php ???
DEBUG_LOG(__FUNCTION__, __LINE__, sprintf("Invalid renderer %s detected.", OUTPUT_MODE));
- MXCHANGE_DIE("<STRONG>".FATAL_ERROR.":</STRONG> ".LANG_NO_RENDER_DIRECT);
+ MXCHANGE_DIE("<strong>".FATAL_ERROR.":</strong> ".LANG_NO_RENDER_DIRECT);
break;
}
} elseif ((_OB_CACHING == "on") && ($footer == 1)) {
$ret = "<!-- Template ".$template." - Start -->\n".$ret."<!-- Template ".$template." - End -->\n";
} elseif ((IS_ADMIN()) || ((isBooleanConstantAndTrue('mxchange_installing')) && (!isBooleanConstantAndTrue('mxchange_installed')))) {
// Only admins shall see this warning or when installation mode is active
- $ret = "<br /><SPAN class=\"guest_failed\">".TEMPLATE_404."</SPAN><br />
+ $ret = "<br /><span class=\"guest_failed\">".TEMPLATE_404."</span><br />
(".basename($file).")<br />
<br />
".TEMPLATE_CONTENT."
$URL = htmlentities(strip_tags($URL), ENT_QUOTES);
// Output new location link as anchor
- OUTPUT_HTML("<A href=\"".$URL."\">".$URL."</A>");
+ OUTPUT_HTML("<a href=\"".$URL."\">".$URL."</a>");
} elseif (!headers_sent()) {
// Load URL when headers are not sent
/*
* $array - Das 3-dimensionale Array, das paralell sortiert werden soll *
* $a_sort - Array, das die Sortiereihenfolge der ersten Elementeben *
* $primary_key - Prim.rschl.ssel aus $a_sort, nach dem sortiert wird *
- * $order - Sortiereihenfolge: -1 = A-Z, 0 = keine, 1 = Z-A *
+ * $order - Sortiereihenfolge: -1 = a-Z, 0 = keine, 1 = Z-a *
* $nums - true = Als Zahlen sortieren, false = Als Zeichen sortieren *
* *
* $a_sort muss Elemente enthalten, deren Wert Schluessel von $array *
if ($type == "yn") {
// This is a yes/no selection only!
if ($id > 0) $prefix .= "[".$id."]";
- $OUT .= " <SELECT name=\"".$prefix."\" class=\"register_select\" size=\"1\">\n";
+ $OUT .= " <select name=\"".$prefix."\" class=\"register_select\" size=\"1\">\n";
} else {
// Begin with regular selection box here
if (!empty($prefix)) $prefix .= "_";
$type2 = $type;
if ($id > 0) $type2 .= "[".$id."]";
- $OUT .= " <SELECT name=\"".strtolower($prefix.$type2)."\" class=\"register_select\" size=\"1\">\n";
+ $OUT .= " <select name=\"".strtolower($prefix.$type2)."\" class=\"register_select\" size=\"1\">\n";
}
switch ($type) {
case "day": // Day
for ($idx = 1; $idx < 32; $idx++) {
- $OUT .= "<OPTION value=\"".$idx."\"";
+ $OUT .= "<option value=\"".$idx."\"";
if ($DEFAULT == $idx) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
} // END - for
break;
case "month": // Month
foreach ($MONTH_DESCR as $month => $descr) {
- $OUT .= "<OPTION value=\"".$month."\"";
+ $OUT .= "<option value=\"".$month."\"";
if ($DEFAULT == $month) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$descr."</OPTION>\n";
+ $OUT .= ">".$descr."</option>\n";
} // END - for
break;
// Check if the default value is larger than minimum and bigger than actual year
if (($DEFAULT > $minYear) && ($DEFAULT >= $YEAR)) {
for ($idx = $YEAR; $idx < ($YEAR + 11); $idx++) {
- $OUT .= "<OPTION value=\"".$idx."\"";
+ $OUT .= "<option value=\"".$idx."\"";
if ($DEFAULT == $idx) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
} // END - for
} elseif ($DEFAULT == -1) {
// Current year minus 1
for ($idx = $startYear; $idx <= ($YEAR + 1); $idx++)
{
- $OUT .= "<OPTION value=\"".$idx."\">".$idx."</OPTION>\n";
+ $OUT .= "<option value=\"".$idx."\">".$idx."</option>\n";
}
} else {
// Get current year and subtract the configured minimum age
- $OUT .= "<OPTION value=\"".($minYear - 1)."\"><".$minYear."</OPTION>\n";
+ $OUT .= "<option value=\"".($minYear - 1)."\"><".$minYear."</option>\n";
// Calculate earliest year depending on extension version
if (GET_EXT_VERSION("other") >= "0.2.1") {
// Use configured minimum age
// Construct year selection list
for ($idx = $minYear; $idx <= $YEAR; $idx++) {
- $OUT .= "<OPTION value=\"".$idx."\"";
+ $OUT .= "<option value=\"".$idx."\"";
if ($DEFAULT == $idx) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
} // END - for
}
break;
case "min":
for ($idx = 0; $idx < 60; $idx+=5) {
if (strlen($idx) == 1) $idx = "0".$idx;
- $OUT .= "<OPTION value=\"".$idx."\"";
+ $OUT .= "<option value=\"".$idx."\"";
if ($DEFAULT == $idx) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
} // END - for
break;
case "hour":
for ($idx = 0; $idx < 24; $idx++) {
if (strlen($idx) == 1) $idx = "0".$idx;
- $OUT .= "<OPTION value=\"".$idx."\"";
+ $OUT .= "<option value=\"".$idx."\"";
if ($DEFAULT == $idx) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
} // END - for
break;
case "yn":
- $OUT .= "<OPTION value=\"Y\"";
+ $OUT .= "<option value=\"Y\"";
if ($DEFAULT == "Y") $OUT .= " selected=\"selected\"";
- $OUT .= ">".YES."</OPTION>\n<OPTION value=\"N\"";
+ $OUT .= ">".YES."</option>\n<option value=\"N\"";
if ($DEFAULT == "N") $OUT .= " selected=\"selected\"";
- $OUT .= ">".NO."</OPTION>\n";
+ $OUT .= ">".NO."</option>\n";
break;
}
- $OUT .= " </SELECT>\n";
+ $OUT .= " </select>\n";
return $OUT;
}
//
);
} else {
// Generate table
- $OUT = "<DIV align=\"".$align."\">\n";
+ $OUT = "<div align=\"".$align."\">\n";
$OUT .= "<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_table dashed\">\n";
$OUT .= "<TR>\n";
if (ereg('Y', $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><STRONG class=\"tiny\">"._YEARS."</STRONG></TD>\n";
+ $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._YEARS."</strong></TD>\n";
}
if (ereg("M", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><STRONG class=\"tiny\">"._MONTHS."</STRONG></TD>\n";
+ $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._MONTHS."</strong></TD>\n";
}
if (ereg("W", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><STRONG class=\"tiny\">"._WEEKS."</STRONG></TD>\n";
+ $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._WEEKS."</strong></TD>\n";
}
if (ereg("D", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><STRONG class=\"tiny\">"._DAYS."</STRONG></TD>\n";
+ $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._DAYS."</strong></TD>\n";
}
if (ereg("h", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><STRONG class=\"tiny\">"._HOURS."</STRONG></TD>\n";
+ $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._HOURS."</strong></TD>\n";
}
if (ereg("m", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><STRONG class=\"tiny\">"._MINUTES."</STRONG></TD>\n";
+ $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._MINUTES."</strong></TD>\n";
}
if (ereg("s", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><STRONG class=\"tiny\">"._SECONDS."</STRONG></TD>\n";
+ $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._SECONDS."</strong></TD>\n";
}
$OUT .= "</TR>\n";
if (ereg('Y', $display) || (empty($display))) {
// Generate year selection
- $OUT .= " <TD align=\"center\"><SELECT class=\"mini_select\" name=\"".$prefix."_ye\" size=\"1\">\n";
+ $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_ye\" size=\"1\">\n";
for ($idx = 0; $idx <= 10; $idx++) {
- $OUT .= " <OPTION class=\"mini_select\" value=\"".$idx."\"";
+ $OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $Y) $OUT .= " selected default";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </SELECT></TD>\n";
+ $OUT .= " </select></TD>\n";
} else {
- $OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_ye\" value=\"0\">\n";
+ $OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_ye\" value=\"0\" />\n";
}
if (ereg("M", $display) || (empty($display))) {
// Generate month selection
- $OUT .= " <TD align=\"center\"><SELECT class=\"mini_select\" name=\"".$prefix."_mo\" size=\"1\">\n";
+ $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_mo\" size=\"1\">\n";
for ($idx = 0; $idx <= 11; $idx++)
{
- $OUT .= " <OPTION class=\"mini_select\" value=\"".$idx."\"";
+ $OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $M) $OUT .= " selected default";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </SELECT></TD>\n";
+ $OUT .= " </select></TD>\n";
} else {
- $OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_mo\" value=\"0\">\n";
+ $OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_mo\" value=\"0\" />\n";
}
if (ereg("W", $display) || (empty($display))) {
// Generate week selection
- $OUT .= " <TD align=\"center\"><SELECT class=\"mini_select\" name=\"".$prefix."_we\" size=\"1\">\n";
+ $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_we\" size=\"1\">\n";
for ($idx = 0; $idx <= 4; $idx++) {
- $OUT .= " <OPTION class=\"mini_select\" value=\"".$idx."\"";
+ $OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $W) $OUT .= " selected default";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </SELECT></TD>\n";
+ $OUT .= " </select></TD>\n";
} else {
- $OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_we\" value=\"0\">\n";
+ $OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_we\" value=\"0\" />\n";
}
if (ereg("D", $display) || (empty($display))) {
// Generate day selection
- $OUT .= " <TD align=\"center\"><SELECT class=\"mini_select\" name=\"".$prefix."_da\" size=\"1\">\n";
+ $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_da\" size=\"1\">\n";
for ($idx = 0; $idx <= 31; $idx++) {
- $OUT .= " <OPTION class=\"mini_select\" value=\"".$idx."\"";
+ $OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $D) $OUT .= " selected default";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </SELECT></TD>\n";
+ $OUT .= " </select></TD>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_da\" value=\"0\">\n";
}
if (ereg("h", $display) || (empty($display))) {
// Generate hour selection
- $OUT .= " <TD align=\"center\"><SELECT class=\"mini_select\" name=\"".$prefix."_ho\" size=\"1\">\n";
+ $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_ho\" size=\"1\">\n";
for ($idx = 0; $idx <= 23; $idx++) {
- $OUT .= " <OPTION class=\"mini_select\" value=\"".$idx."\"";
+ $OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $h) $OUT .= " selected default";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </SELECT></TD>\n";
+ $OUT .= " </select></TD>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_ho\" value=\"0\">\n";
}
if (ereg("m", $display) || (empty($display))) {
// Generate minute selection
- $OUT .= " <TD align=\"center\"><SELECT class=\"mini_select\" name=\"".$prefix."_mi\" size=\"1\">\n";
+ $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_mi\" size=\"1\">\n";
for ($idx = 0; $idx <= 59; $idx++) {
- $OUT .= " <OPTION class=\"mini_select\" value=\"".$idx."\"";
+ $OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $m) $OUT .= " selected default";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </SELECT></TD>\n";
+ $OUT .= " </select></TD>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_mi\" value=\"0\">\n";
}
if (ereg("s", $display) || (empty($display))) {
// Generate second selection
- $OUT .= " <TD align=\"center\"><SELECT class=\"mini_select\" name=\"".$prefix."_se\" size=\"1\">\n";
+ $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_se\" size=\"1\">\n";
for ($idx = 0; $idx <= 59; $idx++) {
- $OUT .= " <OPTION class=\"mini_select\" value=\"".$idx."\"";
+ $OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $s) $OUT .= " selected default";
- $OUT .= ">".$idx."</OPTION>\n";
+ $OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </SELECT></TD>\n";
+ $OUT .= " </select></TD>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_se\" value=\"0\">\n";
}
$OUT .= "</TR>\n";
$OUT .= "</TABLE>\n";
- $OUT .= "</DIV>\n";
+ $OUT .= "</div>\n";
// Return generated HTML code
}
return $OUT;
// Is the page currently selected or shall we generate a link to it?
if (($page == $_GET['page']) || ((empty($_GET['page'])) && ($page == "1"))) {
// Is currently selected, so only highlight it
- $NAV .= "<STRONG>-";
+ $NAV .= "<strong>-";
} else {
// Open anchor tag and add base URL
- $NAV .= "<A href=\"".URL."/modules.php?module=admin&what=".$GLOBALS['what']."&page=".$page."&offset=".$offset;
+ $NAV .= "<a href=\"".URL."/modules.php?module=admin&what=".$GLOBALS['what']."&page=".$page."&offset=".$offset;
// Add userid when we shall show all mails from a single member
if ((isset($_GET['u_id'])) && (bigintval($_GET['u_id']) > 0)) $NAV .= "&u_id=".bigintval($_GET['u_id']);
$NAV .= $page;
if (($page == $_GET['page']) || ((empty($_GET['page'])) && ($page == "1"))) {
// Is currently selected, so only highlight it
- $NAV .= "-</STRONG>";
+ $NAV .= "-</strong>";
} else {
// Close anchor tag
- $NAV .= "</A>";
+ $NAV .= "</a>";
}
// Add seperator if we have not yet reached total pages
$eval = "\$OUT = \"[ ";
foreach ($TARGETS as $tar) {
- $eval .= "<SPAN class=\\\"admin_user_link\\\"><A href=\\\"".URL."/modules.php?module=admin&what=".$tar."&u_id=".$uid."\\\" title=\\\"\".ADMIN_LINK_";
+ $eval .= "<span class=\\\"admin_user_link\\\"><a href=\\\"".URL."/modules.php?module=admin&what=".$tar."&u_id=".$uid."\\\" title=\\\"\".ADMIN_LINK_";
//* DEBUG: */ echo "*".$tar."/".$status."*<br />\n";
if (($tar == "lock_user") && ($status == "LOCKED")) {
// Locked accounts shall be unlocked
// All other status is fine
$eval .= strtoupper($tar);
}
- $eval .= ".\"</A></SPAN> | ";
+ $eval .= ".\"</a></span> | ";
}
// Finish navigation link
//* DEBUG: */ unlink($file);
//* DEBUG: */ $test = hexdec(get_session('u_hash')) / hexdec($secretKey);
//* DEBUG: */ $test = generateHash(str_replace('.', "", $test));
- //* DEBUG: */ die("Secret-Key: ".$secretKey."<br>Cookie: ".get_session('u_hash')."<br>Test: ".$test);
+ //* DEBUG: */ die("Secret-Key: ".$secretKey."<br />Cookie: ".get_session('u_hash')."<br />Test: ".$test);
// Write $file_hash to database
SQL_QUERY_ESC("UPDATE `"._MYSQL_PREFIX."_config` SET file_hash='%s' WHERE config=0 LIMIT 1",
if (FILE_READABLE($file)) {
$search = "CFG: ".$comment;
$tmp = $file.".tmp";
- $fp = @fopen($file, 'r') or OUTPUT_HTML("<STRONG>READ:</STRONG> ".$file."<br />");
+ $fp = @fopen($file, 'r') or OUTPUT_HTML("<strong>READ:</strong> ".$file."<br />");
if (is_resource($fp)) {
- $fp_tmp = @fopen($tmp, 'w') or OUTPUT_HTML("<STRONG>WRITE:</STRONG> ".$tmp."<br />");
+ $fp_tmp = @fopen($tmp, 'w') or OUTPUT_HTML("<strong>WRITE:</strong> ".$tmp."<br />");
if (is_resource($fp_tmp)) {
while (!feof($fp)) {
$line = fgets ($fp, 10240);
@copy($tmp, $file);
@unlink($tmp);
} else {
- OUTPUT_HTML("<STRONG>TMP:</STRONG> UNDONE!");
+ OUTPUT_HTML("<strong>TMP:</strong> UNDONE!");
}
} // END - if
} else {
- OUTPUT_HTML("<STRONG>404:</STRONG> ".$file."<br />");
+ OUTPUT_HTML("<strong>404:</strong> ".$file."<br />");
}
}
if (empty($mysql['host'])) $mysql['host'] = "localhost";
if (empty($mysql['prefix'])) $mysql['prefix'] = "mxchange_";
if (getTotalFatalErrors() > 0) {
- OUTPUT_HTML("<SPAN class=\"install_fatal\">");
+ OUTPUT_HTML("<span class=\"install_fatal\">");
foreach ($FATAL as $key => $err) {
- OUTPUT_HTML(" <STRONG>·</STRONG> ".FATAL_NO.($key + 1).": ".$err."<br />");
+ OUTPUT_HTML(" <strong>·</strong> {!FATAL_NO!}".($key + 1).": ".$err."<br />");
}
- OUTPUT_HTML("</SPAN><br />");
+ OUTPUT_HTML("</span><br />");
}
define('__MYSQL_HOST' , $mysql['host']);
define('__MYSQL_DBASE' , $mysql['dbase']);
define('__SMTP_HOST' , $_POST['smtp_host']);
define('__SMTP_USER' , $_POST['smtp_user']);
define('__SMTP_PASS' , $_POST['smtp_pass1']);
- OUTPUT_HTML("<FORM action=\"".__BURL_ACTION."/install.php?page=finalize\" method=\"POST\" target=\"_self\">
+ OUTPUT_HTML("<form action=\"{!__BURL_ACTION!}/install.php?page=finalize\" method=\"POST\" target=\"_self\">
<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_content\">
<TR>
<TD colspan=\"2\" align=\"center\">
- <STRONG class=\"install\">".HEADER_TEXT_PAGE5."</STRONG>
+ <div class=\"install\">{!HEADER_TEXT_PAGE5!}</strong>
</TD>
</TR>
<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
<TR>
- <TD colspan=\"2\"><SPAN class=\"install_intro\">
- ".TEXT_PAGE_5."
- </SPAN></TD>
+ <TD colspan=\"2\"><span class=\"install_intro\">
+ {!TEXT_PAGE_5!}
+ </span></TD>
</TR>
<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
<TR>
- <TD class=\"install\" align=\"right\">".LANG_OUTPUT_MODE.": </TD>
+ <TD class=\"install\" align=\"right\">{!LANG_OUTPUT_MODE!}: </TD>
<TD>
- <SELECT name=\"omode\" size=\"1\" class=\"install_select\">
- <OPTION value=\"render\"");
+ <select name=\"omode\" size=\"1\" class=\"install_select\">
+ <option value=\"render\"");
if (OUTPUT_MODE == "render") OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".MODE_RENDER."</OPTION>
- <OPTION value=\"direct\"");
+ OUTPUT_HTML(">{!MODE_RENDER!}</option>
+ <option value=\"direct\"");
if (OUTPUT_MODE == "direct") OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".MODE_DIRECT."</OPTION>
- </SELECT>
+ OUTPUT_HTML(">{!MODE_DIRECT!}</option>
+ </select>
</TD>
</TR>
<TR><TD colspan=\"2\" height=\"10\" class=\"seperator\"> </TD></TR>
<TR>
- <TD class=\"install\" align=\"right\">".WARN_NO_PASSWORD.": </TD>
+ <TD class=\"install\" align=\"right\">{!WARN_NO_PASSWORD!}: </TD>
<TD>
- <SELECT name=\"warn_no_pass\" size=\"1\" class=\"install_select\">
- <OPTION value=\"true\"");
+ <select name=\"warn_no_pass\" size=\"1\" class=\"install_select\">
+ <option value=\"true\"");
if (isBooleanConstantAndTrue('warn_no_pass')) OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".YES."</OPTION>
- <OPTION value=\"false\"");
+ OUTPUT_HTML(">{!YES!}</option>
+ <option value=\"false\"");
if (!defined('warn_no_pass')) OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".NO."</OPTION>
- </SELECT>
+ OUTPUT_HTML(">{!NO!}</option>
+ </select>
</TD>
</TR>
<TR><TD colspan=\"2\" height=\"10\" class=\"seperator\"> </TD></TR>
<TR>
- <TD class=\"install\" align=\"right\">".LANG_WRITE_FOOTER.": </TD>
+ <TD class=\"install\" align=\"right\">{!LANG_WRITE_FOOTER!}: </TD>
<TD>
- <SELECT name=\"wfooter\" size=\"1\" class=\"install_select\">
- <OPTION value=\"true\"");
+ <select name=\"wfooter\" size=\"1\" class=\"install_select\">
+ <option value=\"true\"");
if (isBooleanConstantAndTrue('WRITE_FOOTER')) OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".YES."</OPTION>
- <OPTION value=\"false\"");
+ OUTPUT_HTML(">{!YES!}</option>
+ <option value=\"false\"");
if (!defined('WRITE_FOOTER')) OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".NO."</OPTION>
- </SELECT>
+ OUTPUT_HTML(">{!NO!}</option>
+ </select>
</TD>
</TR>
<TR><TD colspan=\"2\" height=\"10\" class=\"seperator\"> </TD></TR>
<TR>
- <TD class=\"install\" align=\"right\">".INSTALL_ENABLE_BACKLINK.": </TD>
+ <TD class=\"install\" align=\"right\">{!INSTALL_ENABLE_BACKLINK!}: </TD>
<TD>
- <SELECT name=\"blink\" size=\"1\" class=\"install_select\">
- <OPTION value=\"true\"");
+ <select name=\"blink\" size=\"1\" class=\"install_select\">
+ <option value=\"true\"");
if (ENABLE_BACKLINK) OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".YES."</OPTION>
- <OPTION value=\"false\"");
+ OUTPUT_HTML(">{!YES!}</option>
+ <option value=\"false\"");
if (!ENABLE_BACKLINK) OUTPUT_HTML(" selected=\"selected\"");
- OUTPUT_HTML(">".NO."</OPTION>
- </SELECT>
+ OUTPUT_HTML(">{!NO!}</option>
+ </select>
</TD>
</TR>
<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
<TR>
<TD colspan=\"2\" align=\"center\">");
foreach ($mysql as $key => $value) {
- OUTPUT_HTML(" <INPUT type=\"hidden\" name=\"mysql[".$key."]\" value=\"".$value."\">");
+ OUTPUT_HTML(" <INPUT type=\"hidden\" name=\"mysql[".$key!}]\" value=\"".$value!}\">");
}
- OUTPUT_HTML(" <INPUT type=\"hidden\" name=\"spath\" value=\"".__SPATH_VALUE."\">
- <INPUT type=\"hidden\" name=\"burl\" value=\"".__BURL_VALUE."\">
- <INPUT type=\"hidden\" name=\"title\" value=\"".__TITLE_VALUE."\">
- <INPUT type=\"hidden\" name=\"slogan\" value=\"".__SLOGAN_VALUE."\">
- <INPUT type=\"hidden\" name=\"email\" value=\"".__EMAIL_VALUE."\">
- <INPUT type=\"hidden\" name=\"smtp_host\" value=\"".__SMTP_HOST."\">
- <INPUT type=\"hidden\" name=\"smtp_user\" value=\"".__SMTP_USER."\">
- <INPUT type=\"hidden\" name=\"smtp_pass\" value=\"".__SMTP_PASS."\">
- <INPUT type=\"submit\" class=\"admin_submit submit\" name=\"finalize\" value=\"".NEXT_PAGE."\" class=\"install_submit\">
+ OUTPUT_HTML(" <INPUT type=\"hidden\" name=\"spath\" value=\"{!__SPATH_VALUE!}\">
+ <INPUT type=\"hidden\" name=\"burl\" value=\"{!__BURL_VALUE!}\" />
+ <INPUT type=\"hidden\" name=\"title\" value=\"{!__TITLE_VALUE!}\" />
+ <INPUT type=\"hidden\" name=\"slogan\" value=\"{!__SLOGAN_VALUE!}\" />
+ <INPUT type=\"hidden\" name=\"email\" value=\"{!__EMAIL_VALUE!}\" />
+ <INPUT type=\"hidden\" name=\"smtp_host\" value=\"{!__SMTP_HOST!}\" />
+ <INPUT type=\"hidden\" name=\"smtp_user\" value=\"{!__SMTP_USER!}\" />
+ <INPUT type=\"hidden\" name=\"smtp_pass\" value=\"{!__SMTP_PASS!}\" />
+ <INPUT type=\"submit\" class=\"admin_submit submit\" name=\"finalize\" value=\"{!NEXT_PAGE!}\" class=\"install_submit\" />
</TD>
</TR>
<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
</TABLE>
-</FORM>");
+</form>");
break;
case "finalize": // Write captured data to files
if (getTotalFatalErrors() > 0) {
$OUT = "";
foreach ($FATAL as $value) {
- $OUT .= " <LI>".$value."</LI>\n";
+ $OUT .= " <li>".$value."</li>\n";
} // END foreach
define('__FATAL_ERROR_LI', $OUT);
$OUT = "";
define('__SMTP_USER' , $_POST['smtp_user']);
define('__SMTP_PASS' , $_POST['smtp_pass']);
- OUTPUT_HTML("<FORM action=\"".__BURL_ACTION."/install.php?page=2\" method=\"POST\">
+ OUTPUT_HTML("<form action=\"".__BURL_ACTION."/install.php?page=2\" method=\"POST\">
<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_content\">
<TR>
<TD align=\"center\">
- <STRONG class=\"install\">".HEADER_MYSQL_ERRORS."</STRONG>
+ <div class=\"install\">".HEADER_MYSQL_ERRORS."</strong>
</TD>
</TR>
<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
<TR>
- <TD><SPAN class=\"install_intro\">
+ <TD><span class=\"install_intro\">
".TEXT_MYSQL_ERRORS."
- </SPAN></TD>
+ </span></TD>
</TR>
<TR>
- <TD align=\"center\"><STRONG>
- <OL>
+ <TD align=\"center\"><strong>
+ <ol>
".__FATAL_ERROR_LI."
- </OL>
+ </ol>
".__MYSQL_DATA."
<INPUT type=\"hidden\" name=\"spath\" value=\"".__SPATH_VALUE."\">
<INPUT type=\"hidden\" name=\"burl\" value=\"".__BURL_VALUE."\">
<INPUT type=\"hidden\" name=\"title\" value=\"".__TITLE_VALUE."\">
<INPUT type=\"submit\" class=\"admin_submit\" name=\"ok\" value=\"".RETURN_MYSQL_PAGE."\">
- </STRONG></TD>
+ </strong></TD>
</TR>
</TABLE>
-</FORM>");
+</form>");
} else {
// Installation is done!
LOAD_URL($burl."/install.php?page=finalize");
default:
DEBUG_LOG(__FILE__, __LINE__, sprintf("Wrong page %s detected.", $_GET['page']));
- OUTPUT_HTML(" <STRONG class=\"install_error\">".WRONG_PAGE."</STRONG>");
+ OUTPUT_HTML(" <div class=\"install_error\">".WRONG_PAGE."</strong>");
break;
}
} else {
define('GUEST_ACTIVE_LINK', "Heute Online");
define('GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY', "Heute war noch kein einziges Mitglied online!");
define('GUEST_ACTIVE_HEADER', "Wir waren heute online!");
-define('GUEST_ACTIVE_FOOTER', "Diese Mitglieder waren heute bei <STRONG>{--MAIN_TITLE--}</STRONG> eingeloggt.");
+define('GUEST_ACTIVE_FOOTER', "Diese Mitglieder waren heute bei <strong>{--MAIN_TITLE--}</strong> eingeloggt.");
define('ADMIN_ACTIVE_SETTINGS', "Einstellungen an Aktiv-Liste");
define('ADMIN_ACTIVE_LIMIT', "Anzahl Einträge in Liste");
define('ADMIN_ADMINS_EDIT_NOTE', "Bitte beachten Sie, dass Sie nur dann das Passwort zweimal eingeben müssen, wenn Sie es ändern wollen. Wollen Sie nur die Daten ändern, brauchen Sie kein Passwort eingeben!");
define('ADMIN_ADMINS_DELETE_ACCOUNTS', "Wollen Sie wirklich diese Accounts löschen?");
define('ADMIN_ADMINS_CANNOT_DELETE_LAST', "Das letzte Admin-Account kann nicht gelöscht werden!");
-define('ADMINS_SELECT_ADMIN', "Bitte wählen Sie einen Administrator aus dem Menüpunkt <I>Admin-Account ändern</I> aus!");
+define('ADMINS_SELECT_ADMIN', "Bitte wählen Sie einen Administrator aus dem Menüpunkt <em>Admin-Account ändern</em> aus!");
define('ADMINS_ADMIN_ID', "Admin-ID");
define('ADMINS_CONTACT_SUBMIT', "Admin kontaktieren");
define('ADMINS_ENTER_CONTACT_TEXT', "Kontaktgrund eingeben");
define('ADMINS_ALLOW_MODE', "Erlauben");
define('ADMINS_DENY_MODE', "Ablehnen");
define('ADMIN_ADMINS_ACCESS_MODE', "Zugriffsmodus");
-define('ADMIN_ADMINS_ACL_NOTE', "Sperren Sie nicht sich selber aus, indem Sie den Zugriffsmodus Ihres eigenen Accountes auf <STRONG>Ablehnen</STRONG> stellen! Dann können Sie zwar einloggen, aber nichts mehr machen!");
+define('ADMIN_ADMINS_ACL_NOTE', "Sperren Sie nicht sich selber aus, indem Sie den Zugriffsmodus Ihres eigenen Accountes auf <strong>Ablehnen</strong> stellen! Dann können Sie zwar einloggen, aber nichts mehr machen!");
define('ADMIN_ADMINS_SAME_MODE_SELECTED', "Bitte wählen Sie den anderen Zugriffsmodus aus!");
define('ADMIN_ADMINS_SELECT_ACTION_WHAT', "Bitte wählen Sie ein Haupt- oder Untermenü aus!");
define('ADMIN_ADMINS_ACL_ALREADY_ADDED', "Zugriffskontrollzeile bereits hinzugefügt!");
define('ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS', "Zinsen f. Haben");
define('ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS', "Zinsen f. Soll");
define('ADMIN_DELETE_BANK_PACKAGES', "Angebotspakete entgültig entfernen");
-define('ADMIN_DELETE_BANK_PACKAGES_NOTES', "<STRONG>Hinweis:</STRONG> Wenn Sie die aufgelisteten Angebotspakete entgültig löschen, kann eventuell Ihre Bank nicht korrekt funktionieren, da eventuell einige Mitglieder dieses Paket ausgewählt haben. Bitte schauen Sie unter <EM>Konten auflisten</EM> vorher nach!");
+define('ADMIN_DELETE_BANK_PACKAGES_NOTES', "<strong>Hinweis:</strong> Wenn Sie die aufgelisteten Angebotspakete entgültig löschen, kann eventuell Ihre Bank nicht korrekt funktionieren, da eventuell einige Mitglieder dieses Paket ausgewählt haben. Bitte schauen Sie unter <EM>Konten auflisten</EM> vorher nach!");
define('ADMIN_EDIT_BANK_PACKAGES', "Angebotspakete ändern");
-define('ADMIN_EDIT_BANK_PACKAGES_NOTES', "<STRONG>Hinweis:</STRONG> Derzeit keine Tipps für diese Aktion.");
+define('ADMIN_EDIT_BANK_PACKAGES_NOTES', "<strong>Hinweis:</strong> Derzeit keine Tipps für diese Aktion.");
// Output modes
define('BANK_OUTPUT_MODE_LOGIN', "Nur im Mitgliedsbereich");
define('ADMIN_BEG_TIMEOUT_2', "noch aktiv waren. Alle anderen Mitglieder erhalten die Vergütung nicht!");
define('ADMIN_EDIT_BEG_RALLYE_SETTINGS', "Einstellungen an der Bettel-Rallye");
define('ADMIN_BEG_RALLYE_ACTIVE', "Ist die Bettel-Rallye aktiv? (Mails können optional versendet werden!)");
-define('ADMIN_BEG_RALLYE_ONLY_ACTIVE', "Nur aktive Mitglieder nehmen dran?<br /><FONT class=\"admin_note\">(Nur in Verbindung mit der Erweiterung <STRONG>autopurge</STRONG>!)</FONT>");
+define('ADMIN_BEG_RALLYE_ONLY_ACTIVE', "Nur aktive Mitglieder nehmen dran?<br /><div class=\"admin_note\">(Nur in Verbindung mit der Erweiterung <strong>autopurge</strong>!)</div>");
define('ADMIN_BEG_NO_RALLYE', "Niemand nimmt an der Bettel-Rallye dran teil!");
define('ADMIN_BEG_WITHDRAW_NOW', "Jetzt Vergütung Bettel-Rallye vergüten");
define('ADMIN_BEG_WITHDRAW_NOTE', "Es wird nur die Vergütung vorbereitet. Die eigentliche Vergütung erfolgt beim Täglichen Reset um 00:00 Uhr!");
define('ADMIN_BEG_WITHDRAW_PREPARED', "Vergütung der Bettel-Rallye vorbereitet.");
define('ADMIN_BEG_WINNER_HIGLIGHTED', "Mögliche Gewinner der Bettel-Rallye sind dick marktiert.");
define('ADMIN_BEG_ALREADY_WITHDRAW', "Manuelle Vergütungvorbereitung bereits betätigt!");
-define('BEG_RALLYE_NOTE', "Hinweis: Unter <STRONG>{--BEG_POINTS--}</STRONG> finden Sie Ihre gesamt erbettelten {!POINTS!} wieder!");
+define('BEG_RALLYE_NOTE', "Hinweis: Unter <strong>{--BEG_POINTS--}</strong> finden Sie Ihre gesamt erbettelten {!POINTS!} wieder!");
define('BEG_RALLYE_CONDITIONS', "Wer alles an der Bettel-Rallye teilnehmen kann");
define('BEG_RALLYE_CONDITION_1', "Es werden nur aktive und freigeschaltete Mitglieder berücksichtig.");
-define('BEG_RALLYE_CONDITION_2', "Es kann jeder dran teilnehmen, der Mitglied bei diesem {!MT_WORD!} (<STRONG>{--MAIN_TITLE--}</STRONG>) und freigegeben ist.");
+define('BEG_RALLYE_CONDITION_2', "Es kann jeder dran teilnehmen, der Mitglied bei diesem {!MT_WORD!} (<strong>{--MAIN_TITLE--}</strong>) und freigegeben ist.");
define('BEG_RALLYE_CONDITION_3', "Zur Erstellung des Rallye-Ergebnisses werden alle erbettelten {!POINTS!} berücksichtig.");
define('BEG_RALLYE_CONDITION_4', "Der Rechtsweg ist ausgeschlossen.");
define('BEG_MEMBER_HERE_IS_THE_LIST', "Hier finden Sie die aktuelle Liste mit den möglichen Gewinnern!");
define('ADMIN_EDIT_BEG_RALLYE_NOTIFICATIONS', "Benachrichtungen per Mail zur Bettel-Rallye");
define('ADMIN_BEG_RAL_EN_NOTIFY', "Benachtigen, wenn Bettel-Rallye aktiviert wurde?");
define('ADMIN_BEG_RAL_DI_NOTIFY', "Benachtigen, wenn Bettel-Rallye deaktiviert wurde?");
-define('ADMIN_BEG_NOTIFY_BONUS', "Bonus-Mail mit Anzahl {!POINTS!} aussenden, wenn Bettel-Rallye aktiviert wurde. <FONT class=\"admin_note\">(0 = Unvergütete Benachrichtigung aussenden; nur in Verbindung mit der Erweiterung <STRONG>bonus!</STRONG>)</FONT>");
+define('ADMIN_BEG_NOTIFY_BONUS', "Bonus-Mail mit Anzahl {!POINTS!} aussenden, wenn Bettel-Rallye aktiviert wurde. <div class=\"admin_note\">(0 = Unvergütete Benachrichtigung aussenden; nur in Verbindung mit der Erweiterung <strong>bonus!</strong>)</div>");
define('ADMIN_BEG_NEW_MEMBER_NOTIFY', "Sollen neue Mitglieder mit selber Mail über eine laufende Bettel-Rallye benachrichtigt werden?");
define('ADMIN_BEG_NOTIFY_WAIT', "Wie lange soll die Wartezeit der Bonus-Mail sein?");
define('BEG_NO_LIMITATION', "Keine IP-Sperre eingerichtet!!!");
define('HAPPY_BIRTHDAY', "Herzlichen Glueckwunsch zum Geburtstag!");
define('ADMIN_CONFIG_BIRTHDAY_HEADER', "Einstellungen zu Geburtstagsmails");
define('ADMIN_BIRTHDAY_POINTS', "{!POINTS!} als "Geburtstagsgeschenk"");
-define('ADMIN_BIRTHDAY_POINTS_NOTE', "Wert <STRONG>0</STRONG> deaktiviert die Extragutschrift!");
-define('BIRTHDAY_CANNOT_STATUS_1', "Kann keine {!POINTS!} gutschreiben! Status Ihres Accounts: <STRONG>");
-define('BIRTHDAY_CANNOT_STATUS_2', "</STRONG>");
+define('ADMIN_BIRTHDAY_POINTS_NOTE', "Wert <strong>0</strong> deaktiviert die Extragutschrift!");
+define('BIRTHDAY_CANNOT_STATUS_1', "Kann keine {!POINTS!} gutschreiben! Status Ihres Accounts: <strong>");
+define('BIRTHDAY_CANNOT_STATUS_2', "</strong>");
define('BIRTHDAY_CANNOT_LOAD_DATA', "Entweder haben Sie bereits Ihr Geburtsgeschenk erhalten oder Sie haben heute keinen Geburtstag!");
define('ADMIN_SELECT_BIRTHDAY_MODE', "Vergütungsmodus der {!POINTS!}");
define('BIRTHDAY_MODE_DIRECT', "Nur direktem Mitglied gutschreiben.");
define('BIRTHDAY_MODE_REF', "Auch dem Werber des Mitgliedes gutschreiben.");
-define('ADMIN_BIRTHDAY_ONLY_ACTIVE', "Nur aktive Mitglieder erhalten die Geburtstagsgutschrift?<br /><FONT class=\"admin_note\">(Nur in Verbindung mit der Erweiterung <STRONG>autopurge</STRONG>!)</FONT>");
+define('ADMIN_BIRTHDAY_ONLY_ACTIVE', "Nur aktive Mitglieder erhalten die Geburtstagsgutschrift?<br /><div class=\"admin_note\">(Nur in Verbindung mit der Erweiterung <strong>autopurge</strong>!)</div>");
//
?>
define('ADMIN_BONUS_NO_ACTIVE_RALLYE', "Niemand nimmt an der Aktiv-Rallye dran teil!");
define('BONUS_SHOW_TURBO_BONUS', "Sehen Sie hier nach, wer alles schon bestätigt hat...");
define('BONUS_SHOW_WRONG_CALL', "Falscher Aufruf des Scriptes, bitte nur aus dem Bestätigungsframe aufrufen!");
-define('BONUS_SHOW_WRONG_TYPE', "Falscher Typ an das Script übergeben! Bitte melden Sie sich <A href=\"mailto:{!WEBMASTER!}\">beim Webmaster</A> !");
+define('BONUS_SHOW_WRONG_TYPE', "Falscher Typ an das Script übergeben! Bitte melden Sie sich <a href=\"mailto:{!WEBMASTER!}\">beim Webmaster</a> !");
define('BONUS_SHOW_NO_DATA', "Entweder haben Sie für diese Mail keine Aktiv-Vergütung erhalten oder der Link ist nicht mehr gültig.");
-define('BONUS_NO_RANKS_1', "Es hat noch niemand {!POINTS!} zur Mail <U>");
-define('BONUS_NO_RANKS_2', "</U> gewonnen! Sie könnten der erste sein! :-)");
+define('BONUS_NO_RANKS_1', "Es hat noch niemand {!POINTS!} zur Mail <u>");
+define('BONUS_NO_RANKS_2', "</u> gewonnen! Sie könnten der erste sein! :-)");
define('BONUS_LOGIN_TURBO_NOTE', "Der Login-, Referal-, Klickrate-, Mailbuchungs- und Bestätigungsbonus wird Ihnen nicht sofort vergütet, sondern erst am Ende jeden Monats in Form einer Aktiv-Rallye. Den Mailbuchungsbonus erhalten Sie erst bei Freischaltung Ihrer Mail auf das Bonus-Konto gutgeschrieben.");
define('BONUS_POINTS_TITLE', "Sonderbonus-{!POINTS!}");
define('BONUS_RANK_YOU_ARE_NOT_FOUND', "Sie haben bis jetzt noch keine Aktiv-Vergütung erhalten!");
define('BONUS_RALLYE_CONDITIONS', "Wer alles an der Aktiv-Rallye teilnehmen kann");
define('BONUS_RALLYE_CONDITION_1', "Es werden nur aktive und freigeschaltete Mitglieder berücksichtig.");
define('BONUS_RALLYE_CONDITION_2', "Der Login-Bonus wird bei der Auswertung nicht beachtet, aber dem Mitglied gutgeschrieben.");
-define('BONUS_RALLYE_CONDITION_3', "Es kann jeder dran teilnehmen, der Mitglied bei diesem {!MT_WORD!} (<STRONG>{--MAIN_TITLE--}</STRONG>) und freigegeben ist.");
+define('BONUS_RALLYE_CONDITION_3', "Es kann jeder dran teilnehmen, der Mitglied bei diesem {!MT_WORD!} (<strong>{--MAIN_TITLE--}</strong>) und freigegeben ist.");
define('BONUS_RALLYE_CONDITION_4', "Zur Erstellung des Rallye-Ergebnisses wird nur die Aktiv-Vergütung berücksichtig, welche Sie beim Bestätigen von Mails erhalten können.");
define('BONUS_RALLYE_CONDITION_5', "Der Rechtsweg ist ausgeschlossen.");
define('BONUS_START_CONFIRMING_MAILS', "Hier sind Ihre unbestätigten Mails...");
define('ADMIN_BONUS_TIMEOUT_2', "noch aktiv waren. Alle anderen Mitglieder erhalten die Vergütung nicht!");
define('ADMIN_BONUS_USERID', "Mitgliedskonto zum Abbuchen der {!POINTS!}");
define('ADMIN_CONFIG_BONUS_TIMEOUT', "Verweildauer von Aktiv-Bonus-Einträgen");
-define('ADMIN_BONUS_TURBO_LINES', "Anzahl angezeigter Aktiv-Bonus-Empfänger in <STRONG>show_bonus.php</STRONG>");
+define('ADMIN_BONUS_TURBO_LINES', "Anzahl angezeigter Aktiv-Bonus-Empfänger in <strong>show_bonus.php</strong>");
define('ADMIN_SEND_BONUS_MAILS', "Versenden von Bonus-Mails");
define('ADMIN_SEND_BONUS_NORMAL', "Text-Mail versenden");
define('ADMIN_SEND_BONUS_HTML', "HTML-Mail versenden");
define('ADMIN_SEND_BONUS_HTML_NOTES', "HTML-Mail an Ihre Mitglieder versenden. Dazu muss die Erweiterung html_mail jedoch installiert sein!");
define('ADMIN_BONUS_ORDER_BONUS', "Bonus für eine Mailbuchung");
define('ADMIN_BONUS_REF_BONUS', "Bonus für das Werben eines weiteren Mitgliedes");
-define('ADMIN_BONUS_STATS_BONUS', "Einmalige Bonus bei Erreichen von 100% Klickrate auf eine Mailbuchung (=<STRONG class=\"tiny\">Statistik-Bonus</STRONG>)");
+define('ADMIN_BONUS_STATS_BONUS', "Einmalige Bonus bei Erreichen von 100% Klickrate auf eine Mailbuchung (=<div class=\"tiny\">Statistik-Bonus</strong>)");
define('ADMIN_BONUS_TURBO_BONUS_TITLE', "Bonus-{!POINTS!} für bestätigte Mails");
define('ADMIN_BONUS_TURBO_TIMEOUT_TITLE', "Zeitabstände und Aufbewahrungszeiten");
define('ADMIN_BONUS_TURBO_MISC_TITLE', "Sonstige Einstellungen zur Bonus-Erweiterung");
define('ADMIN_BONUS_RALLYE_NOTIFTICATIONS', "Benachrichtigungen per Mail über Bonus-Rallye");
define('ADMIN_BONUS_RALLYE_EN_NOTIFY', "Sollen die Mitglieder bei Aktivierung benachtichtigt werden?");
define('ADMIN_BONUS_RALLYE_DI_NOTIFY', "Sollen die Mitglieder bei Deaktivierung benachtichtigt werden?");
-define('ADMIN_BONUS_RALLYE_NOTIFY_POINTS', "Bonus-Mail mit Anzahl {!POINTS!} aussenden, wenn Bonus-Rallye aktiviert wurde. <FONT class=\"admin_note\">(0 = Unvergütete Benachrichtigung aussenden)</FONT>");
+define('ADMIN_BONUS_RALLYE_NOTIFY_POINTS', "Bonus-Mail mit Anzahl {!POINTS!} aussenden, wenn Bonus-Rallye aktiviert wurde. <div class=\"admin_note\">(0 = Unvergütete Benachrichtigung aussenden)</div>");
define('ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY', "Sollen neue Mitglieder mit selber Mail über eine laufende Bonus-Rallye benachrichtigt werden?");
define('ADMIN_BONUS_RALLYE_NOTIFY_WAIT', "Wie lange soll die Wartezeit der Bonus-Mail sein?");
define('ADMIN_BONUS_INCLUDE_OWN', "Soll Ihre Mitglieder-ID an der Aktiv-Rallye dran teilnehmen?");
// Language definitions
define('CACHE_PROBLEMS_DETECTED', "Probleme mit dem Cache-Subsystem erkannt!");
-define('CACHE_CANNOT_LOAD_1', "Kann nicht Cache-Datei <STRONG><U>");
-define('CACHE_CANNOT_LOAD_2', "</U></STRONG> laden!");
-define('CACHE_CANNOT_INITIALIZE', "Konnte das Caching-System nicht initialisieren. Bitte die Dokumentation <STRONG>DOCS/de/cache/README.txt</STRONG> lesen!");
+define('CACHE_CANNOT_LOAD_1', "Kann nicht Cache-Datei <strong><u>");
+define('CACHE_CANNOT_LOAD_2', "</u></strong> laden!");
+define('CACHE_CANNOT_INITIALIZE', "Konnte das Caching-System nicht initialisieren. Bitte die Dokumentation <strong>DOCS/de/cache/README.txt</strong> lesen!");
define('ADMIN_CACHE_STATS_TITLE', "Statistiken des Caching-Systems");
define('ADMIN_CACHE_DB_HITS', "Zugriffe auf die Datenbank");
define('ADMIN_CACHE_HITS', "Zugriffe auf den Cache");
define('ADMIN_CACHE_PERCENTS', "Prozentual (*)");
define('ADMIN_CACHE_NOTES', "(*): Sollten bei Ihnen die Prozente unter 50% liegen und Sie nicht vor September 2008 das Script *neu* installiert haben, so ist dies kein Grund zur Besorgnis. Im Normalfall sollten die Prozente seit eigenen Revisionen im September 2008 (R300+) über 50% liegen.");
define('ADMIN_TOTAL_HITS', "Gesamtzugriffe");
-define('CACHE_CANNOT_UNLINK_1', "Kann nicht die Cache-Datei <STRONG><U>");
-define('CACHE_CANNOT_UNLINK_2', "</U></STRONG> vom Server entfernen!");
+define('CACHE_CANNOT_UNLINK_1', "Kann nicht die Cache-Datei <strong><u>");
+define('CACHE_CANNOT_UNLINK_2', "</u></strong> vom Server entfernen!");
// Administrative settings
define('ADMIN_CONFIG_CACHE_SETTINGS', "Caching-Einstellung");
-define('ADMIN_CACHE_ADMINS', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_admins</STRONG> beschleunigt werden?");
-define('ADMIN_CACHE_ACLS', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_admins_acls</STRONG> beschleunigt werden?");
-define('ADMIN_CACHE_EXTS', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_extensions</STRONG> beschleunigt werden?");
-define('ADMIN_CACHE_CONFIG', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_config</STRONG> beschleunigt werden?");
-define('ADMIN_CACHE_MODREG', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_mod_reg</STRONG> beschleunigt werden?");
-define('ADMIN_CACHE_REFDEPTH', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_refdepths</STRONG> beschleunigt werden?");
-define('ADMIN_CACHE_REFSYS', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_refsystem</STRONG> beschleunigt werden?");
-define('ADMIN_CACHE_THEMES', "Soll der Zugriff auf die Tabelle <STRONG>{!_MYSQL_PREFIX!}_themes</STRONG> beschleunigt werden?");
+define('ADMIN_CACHE_ADMINS', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_admins</strong> beschleunigt werden?");
+define('ADMIN_CACHE_ACLS', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_admins_acls</strong> beschleunigt werden?");
+define('ADMIN_CACHE_EXTS', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_extensions</strong> beschleunigt werden?");
+define('ADMIN_CACHE_CONFIG', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_config</strong> beschleunigt werden?");
+define('ADMIN_CACHE_MODREG', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_mod_reg</strong> beschleunigt werden?");
+define('ADMIN_CACHE_REFDEPTH', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_refdepths</strong> beschleunigt werden?");
+define('ADMIN_CACHE_REFSYS', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_refsystem</strong> beschleunigt werden?");
+define('ADMIN_CACHE_THEMES', "Soll der Zugriff auf die Tabelle <strong>{!_MYSQL_PREFIX!}_themes</strong> beschleunigt werden?");
define('ADMIN_CACHE_ADMIN_MENU', "Soll der Aufbau des Administratormenüs beschleunigt werden (EXPERIMENTELL!)?");
-define('ADMIN_CACHE_PATH', "Relativer Pfad für alle Cache-Dateien zum Pfad <STRONG>inc</STRONG>");
+define('ADMIN_CACHE_PATH', "Relativer Pfad für alle Cache-Dateien zum Pfad <strong>inc</strong>");
//
?>
define('ADMIN_COUNTRY_CODE', "Code");
define('ADMIN_COUNTRY_NAME', "Name");
define('ADMIN_COUNTRY_STATUS', "Anzeigen?");
-define('ADMIN_COUNTRY_ALREADY_1', "Ländercode <U>");
-define('ADMIN_COUNTRY_ALREADY_2', "</U> existiert bereits!");
-define('ADMIN_COUNTRY_ADDED_1', "Ländercode für Land <U>");
-define('ADMIN_COUNTRY_ADDED_2', "</U> hinzugefügt.");
+define('ADMIN_COUNTRY_ALREADY_1', "Ländercode <u>");
+define('ADMIN_COUNTRY_ALREADY_2', "</u> existiert bereits!");
+define('ADMIN_COUNTRY_ADDED_1', "Ländercode für Land <u>");
+define('ADMIN_COUNTRY_ADDED_2', "</u> hinzugefügt.");
define('ADMIN_COUNTRY_EDIT_NOW', "Ländercodes ändern");
define('ADMIN_COUNTRY_DELETE_NOW', "Ländercodes löschen");
define('ADMIN_COUNTRY_EDIT_TITLE', "Ländercodes ändern");
define('_WOPT', "wurde bereits optimiert");
define('_OKOPT', "Optimiert!");
define('LANG_DOWN_MAINTAINCE', "System wegen Wartungsarbeiten geschlossen!");
-define('LANG_MOD_REG_404_1', "Modul <U>");
-define('LANG_MOD_REG_404_2', "</U> existiert nicht!");
+define('LANG_MOD_REG_404_1', "Modul <u>");
+define('LANG_MOD_REG_404_2', "</u> existiert nicht!");
define('LANG_MOD_NOT_REG', " ist nicht registriert!");
define('LANG_UNKNOWN_MODULE', "Unbekanntes Modul");
define('META_YOUR_NAME_1', "Ihr Name hier");
define('INSTALL_FINALIZER_FAILED', "Während der Installation ist ein unerwarteter Fehler aufgetreten! Der Finalizer konnte die Installation nicht abschliessen!");
define('INSTALL_MAYBE_DONE', "Die Installation ist möglicherweise abgeschlossen oder es ist ein unerwarteter Fehler aufgetreten!");
define('INSTALL_FINISHED', "Die Installation ist abgeschlossen! :-)");
-define('INSTALL_FIN_SECU', "<strong><U>Sicherheitshinweise:</U></strong><br />Installieren Sie eine .htaccess Datei in alle Unterverzeichnisse ab dem Verzeichnis inc!");
+define('INSTALL_FIN_SECU', "<strong><u>Sicherheitshinweise:</u></strong><br />Installieren Sie eine .htaccess Datei in alle Unterverzeichnisse ab dem Verzeichnis inc!");
define('CONTINUE_ADMIN', "Weiter zum Administrationsbereich...");
define('RUNTIME_PROBLEMS_DETECTED', "Laufzeit-Problem erkannt!");
define('FATAL_INC_WRITABLE', "Das Verzeichnis inc ist beschreibbar! Bitte setzen Sie die Zugriffsrechte auf 755 oder 555.");
define('LANG_WRITE_FOOTER', "Scriptname, -version und -author anzeigen?");
define('LANG_FRAMESET_ACTIVE', "Soll das Frameset aktiviert werden? (Wenn nein wird ein Table-Set aktiviert)");
define('MYSQL_ERRORS', "Es sind MySQL-Fehler aufgetreten! Bitte korregieren Sie diese!");
-define('LANG_MOD_UNKNOWN_1', "Der Return-Code <U>");
-define('LANG_MOD_UNKNOWN_2', "</U> ist unbekannt!");
-define('LANG_MOD_LOCKED_1', "Das Modul <U>");
-define('LANG_MOD_LOCKED_2', "</U> wurde gesperrt!");
-define('ADMIN_UNKNOWN_ACTION_1', "Unbekannte Admin-Aktion <U>");
-define('ADMIN_UNKNOWN_ACTION_2', "</U> erkannt! Bitte das Modul richtig aufrufen!");
-define('ADMIN_ACTION_404_1', "Admin-Modul für Aktion <U>");
-define('ADMIN_ACTION_404_2', "</U> nicht gefunden!");
+define('LANG_MOD_UNKNOWN_1', "Der Return-Code <u>");
+define('LANG_MOD_UNKNOWN_2', "</u> ist unbekannt!");
+define('LANG_MOD_LOCKED_1', "Das Modul <u>");
+define('LANG_MOD_LOCKED_2', "</u> wurde gesperrt!");
+define('ADMIN_UNKNOWN_ACTION_1', "Unbekannte Admin-Aktion <u>");
+define('ADMIN_UNKNOWN_ACTION_2', "</u> erkannt! Bitte das Modul richtig aufrufen!");
+define('ADMIN_ACTION_404_1', "Admin-Modul für Aktion <u>");
+define('ADMIN_ACTION_404_2', "</u> nicht gefunden!");
define('ADMIN_NOT_REGISTERED', "Es ist noch kein Administrator-Account angelegt worden.");
define('ADMIN_REGISTER_NOW', "Legen Sie jetzt das Administrator-Account an:");
define('ADMIN_LOGIN', "Geben Sie ein Administrator-Login ein");
define('ADMIN_LOGOUT_FAILED', "Konnte nicht aus dem Admin-Bereich ausloggen! :-(");
define('ADMIN_RELOGIN_LINK', "Klicken Sie hier, um sich erneut einzuloggen.");
define('ADMIN_404_ACTION', "Admin-Modul nicht gefunden!");
-define('ADMIN_404_ACTION_1', "Das aufgerufe Admin-Modul <U>");
-define('ADMIN_404_ACTION_2', "</U> ist zwar gültig, konnte aber nicht auf dem Server gefunden werden.");
+define('ADMIN_404_ACTION_1', "Das aufgerufe Admin-Modul <u>");
+define('ADMIN_404_ACTION_2', "</u> ist zwar gültig, konnte aber nicht auf dem Server gefunden werden.");
define('ALREADY_INSTALLED', "Dieses Script ist bereits auf diesem Server installiert worden Bitte löschen Sie install.php inc/install-inc.php und install.sql von Ihrem Server! (Keine Sorge, Sie können es tun...)");
define('ADMIN_MAIN_TITLE', "Willkommen zum Administrationsbereich");
define('YOU_ARE_HERE', "Sie sind hier:");
define('EDIT_MENU_2', "</strong> Menüeintrag/-einträge geändert werden:");
define('ENTRY_MODIFY', "Eintrag");
define('SUBMIT_CHANGES', "Änderungen durchführen");
-define('ENTRY_404_1', "Eintrag <I>");
-define('ENTRY_404_2', "</I> wurde nicht gefunden!");
+define('ENTRY_404_1', "Eintrag <em>");
+define('ENTRY_404_2', "</em> wurde nicht gefunden!");
define('EDIT_UNKNOWN_OKAY', "Es wurde eine unbekannte Aktion durchgeführt!");
define('SAVING_DATA', "Speichere Daten ab");
define('SAVING_DONE', "Speicherung beendet!");
define('REFID_BY', "Sie wurden geworben von");
define('TERMS_OF_USAGE', "AGBs zustimmen und absenden");
define('YOU_FINALIZE', "Sie haben es gleich geschafft!");
-define('AGREE_TO_THIS', "Stimmen Sie unseren [<A href=\"{!URL!}/modules.php?module=index&what=agb\" class=\"register_term\" target=\"_blank\">AGBs</A>] zu?");
+define('AGREE_TO_THIS', "Stimmen Sie unseren [<a href=\"{!URL!}/modules.php?module=index&what=agb\" class=\"register_term\" target=\"_blank\">AGBs</a>] zu?");
define('SUBMIT_REGISTER', "Anmeldedaten abschicken");
define('HAVE_TO_AGREE', "Sie müssen unseren AGBs zustimmen, damit Sie an diesem {!MT_WORD!} teilnehmen können!");
define('ENTER_BOTH_PASSWORDS', "Bitte geben Sie ein Passwort und das selbe Passwort noch einmal ein!");
define('SETTINGS_SAVED', "Einstellungen gespeichert.");
define('FATAL_CANNOT_LOAD_CONFIG', "Kann die Konfigurationsdaten nicht laden! Vermutlich richtet der Webmaster diesen {!MT_WORD2!} gerade das Script erst ein! Bitte schauen Sie später noch einmal vorbei!");
define('ADMIN_INVALID_ACTION', "Ungültige action/what-Kombination erkannt! Bitte rufen Sie das Admin-Menü richtig auf!");
-define('ADMIN_INVALID_ACTION_1', "Die action/what-Kombination <U>");
-define('ADMIN_INVALID_ACTION_2', "</U> ist ungültig!");
+define('ADMIN_INVALID_ACTION_1', "Die action/what-Kombination <u>");
+define('ADMIN_INVALID_ACTION_2', "</u> ist ungültig!");
define('SHORT_PASS', "Das eingegebene Passwort ist nach unseren Sicherheitseinstellungen zu kurz. Mindestlänge ist");
define('EDIT_POINTS_SETTINGS', "Ändern der Willkommensgutschrift und anderer {!POINTS!}");
define('POINTS_REGISTER', "Willkommensgutschrift");
define('LIFE_WEEKS', "Woche(n)");
define('LIFE_MONTHS', "Monat(e)");
define('LIFE_YEARS', "Jahr(e)");
-define('LANG_MEM_ONLY_1', "Auf das ausgewählte Modul <U>");
-define('LANG_MEM_ONLY_2', "</U> dürfen nur eingeloggte Mitglieder zugreifen!");
-define('MEMBER_404_ACTION_1', "Das Mitgliedsaktionsmodul <U>");
-define('MEMBER_404_ACTION_2', "</U> ist nicht auffindbar!");
+define('LANG_MEM_ONLY_1', "Auf das ausgewählte Modul <u>");
+define('LANG_MEM_ONLY_2', "</u> dürfen nur eingeloggte Mitglieder zugreifen!");
+define('MEMBER_404_ACTION_1', "Das Mitgliedsaktionsmodul <u>");
+define('MEMBER_404_ACTION_2', "</u> ist nicht auffindbar!");
define('_GUEST', "Gast");
define('_UNKNOWN', "Name ist nicht ladbar");
define('_ADMIN', "Administrator");
define('UNKNOWN_STATUS_1', "Unbekannter Status <strong>");
define('UNKNOWN_STATUS_2', "</strong> erkannt!");
define('ACCOUNT_STATUS', "Account-Status");
-define('ACCOUNT_UNCONFIRMED', "<SPAN class=\"admin_failed\">Unbestätigt</SPAN>");
-define('ACCOUNT_CONFIRMED', "<SPAN class=\"admin_green\">Bestätigt</SPAN>");
+define('ACCOUNT_UNCONFIRMED', "<span class=\"admin_failed\">Unbestätigt</span>");
+define('ACCOUNT_CONFIRMED', "<span class=\"admin_green\">Bestätigt</span>");
define('ACCOUNT_LOCKED', "Gesperrt");
define('ACCOUNT_DELETED', "Gelöscht");
define('ADMIN_ALL_ACCOUNTS', "Alle Mitglieder-Accounts auflisten");
define('ADMIN_ALL_REFS', "Alle Refs auflisten");
define('BIRTHDAY2', "Geburtstag");
define('TOTAL_CATS', "Ausgewählte Kategorien");
-define('ADMIN_GOTO_USERLIST', "Dieser Menüpunkt kann nicht direkt aufgerufen werden. Bitte rufen Sie stattdessen <I><U>User auflisten</U></I> auf.");
+define('ADMIN_GOTO_USERLIST', "Dieser Menüpunkt kann nicht direkt aufgerufen werden. Bitte rufen Sie stattdessen <em><u>User auflisten</u></em> auf.");
define('ADMIN_USER_UPDATED', "Das Mitgliedsaccount wurde aktualisiert!");
define('ADMIN_LOCKED_YOUR_ACCOUNT', "Ihr Account wurde von einem unserer Administratoren gesperrt! Bitte halten Sie sich an unsere AGBs.");
define('REASON_LOCKED', "Grund der Sperrung war");
define('KBYTES', "KBytes");
define('DEFAULT_SUBJECT_LINE', "Klick-Mail von {!MAIN_TITLE!}");
define('MEBER_UPDATE_PWD_WRONG', "Sie haben das falsche Passwort eingegeben! Bitte nochmal versuchen!");
-define('ADMIN_MEM_NO_CATS_1', "Das Mitglied <U>");
-define('ADMIN_MEM_NO_CATS_2', "</U> hat keine Kategorien ausgewählt!");
+define('ADMIN_MEM_NO_CATS_1', "Das Mitglied <u>");
+define('ADMIN_MEM_NO_CATS_2', "</u> hat keine Kategorien ausgewählt!");
define('USER_ID', "Mitglied");
define('UNCONFIRMED_LINKS', "Unbestätigte Mails");
-define('ADMIN_MEMBER_LINKS_1', "Das Mitglied <U>");
-define('ADMIN_MEMBER_LINKS_2', "</U> hat alle seine Mails bestätigt.");
+define('ADMIN_MEMBER_LINKS_1', "Das Mitglied <u>");
+define('ADMIN_MEMBER_LINKS_2', "</u> hat alle seine Mails bestätigt.");
define('MEMBER_TOTAL_LINKS_1', "Es müssen noch <strong>");
define('MEMBER_TOTAL_LINKS_2', "</strong> Mails von diesem Mitglied bestätigt werden!");
define('ADMIN_DEL_UNCONFIRMED_LINKS', "Alle unbestätigten Mails löschen");
define('LATEST_PATCH_INSTALLED', "Es wurde bereits die Datenbank aktualisiert!");
define('PATCH_LISTED', "Anbei eine Liste der noetigen Dateien:");
define('NO_PATCHES_APPLIED', "Keine Patches wurden ausgeführt!");
-define('LOAD_URL_ERROR_1', "Konnte nicht weiterleiten, da bereits Kopfinformationen gesendet wurden! <A href=\"");
-define('LOAD_URL_ERROR_2', "\">Bitte klicken Sie hier</A>, um zur URL zu kommen.<br />\n<br />\nDanke.");
+define('LOAD_URL_ERROR_1', "Konnte nicht weiterleiten, da bereits Kopfinformationen gesendet wurden! <a href=\"");
+define('LOAD_URL_ERROR_2', "\">Bitte klicken Sie hier</a>, um zur URL zu kommen.<br />\n<br />\nDanke.");
define('GUEST_STATS', "Statistiken unseres {!MT_WORD2!}");
define('GUEST_STATS_MONTHLY', "Mitgliederverteilung auf Kalendermonate");
define('GUEST_STATS_CATS', "Mitgliederverteilung auf Mail-Kategorien");
define('ADMIN_EXT_FILE_VERSION', "Version (alt)");
define('ADMIN_EXT_TOTAL_FSIZE', "Downloadgesamtgrösse");
define('ADMIN_EXT_TOTAL_FOUND', "Gesamt gefundene Erweiterungen");
-define('ADMIN_EXT_ALREADY_INSTALLED_1', "Alle <strong><U>");
-define('ADMIN_EXT_ALREADY_INSTALLED_2', "</U></strong> gefundenen Erweiterungen sind bereits installiert!");
-define('ADMIN_EXT_NOTHING_FOUND', "Keine Erweiterungen auf dem Server gefunden!");
+define('ADMIN_EXT_ALREADY_INSTALLED_1', "Alle <strong><u>");
+define('ADMIN_EXT_ALREADY_INSTALLED_2', "</u></strong> gefundenen Erweiterungen sind bereits installiert!");
define('ADMIN_EXT_VERSION', "Version");
define('ADMIN_EXTENSION_UPDATED', "Erweiterung aktualisiert!");
define('ADMIN_UPDATE_EXT_SUBJ', "Erweiterung-Update installiert");
define('MEMBER_ORDER_PAGE1_NOTE', "Geben Sie hier die ersten ein bis drei Stellen der Postleitzahl ein, in der gesendet werden soll.<br />
<br />
Beispiele:
-<UL>
- <LI><strong>1</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 1 anfängt.</LI>
- <LI><strong>12</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 12 anfängt.</LI>
- <LI><strong>123</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 123 anfängt.</LI>
-</UL>
+<ul>
+ <li><strong>1</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 1 anfängt.</li>
+ <li><strong>12</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 12 anfängt.</li>
+ <li><strong>123</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 123 anfängt.</li>
+</ul>
<br />
Oder geben Sie nichts ein, wenn Sie diese Option nicht wünschen.");
define('MEMBER_ENTER_ZIP_CODE', "PLZ eingeben");
define('HIGHER', "Höher");
define('LOWER', "Niedriger");
define('MEMBER_SETTINGS_SAVED', "Einstellungen gespeichert.");
-define('REMOTE_ADDR_TIMEOUT', "Ein Mitglied ist mit Ihrer IP-Nummer <U>{!REMOTE_ADDR!}</U> bereits registriert! Bitte kontaktieren Sie uns, wenn dies ein Fehler sein sollte!");
+define('REMOTE_ADDR_TIMEOUT', "Ein Mitglied ist mit Ihrer IP-Nummer <u>{!REMOTE_ADDR!}</u> bereits registriert! Bitte kontaktieren Sie uns, wenn dies ein Fehler sein sollte!");
define('IP_TIMEOUT', "IP-Zeitsperre");
define('ADMIN_PAYOUT_NOT_INSTALLED', "payout-Erweiterung nicht installiert!");
define('ADMIN_WERNIS_NOT_INSTALLED', "wernis-Erweiterung nicht installiert!");
define('POINTS_LOCKED', "Noch wartende {!POINTS!}");
define('ADMIN_TASK_INFOS', "Infos");
define('NICKNAME', "Nickname");
-define('EXT_NICKNAME_404', "<FONT class=\"note\">nickname-Erweiterung fehlt!</FONT>");
+define('EXT_NICKNAME_404', "<div class=\"note\">nickname-Erweiterung fehlt!</div>");
define('ADMIN_PROBLEM_NO_MENU', "Konnte keine Menüeinträge finden!");
define('USER_REF_404', "Dieses Mitglied hat keine Referals gemacht.");
define('USER_NICKNAME', "Nickname");
define('ADMIN_EXT_AUTOPURGE_404', "autopurge nicht installiert!");
-define('ADMIN_EXT_BONUS_OUTDATED_1', "Ihre Bonus-Erweiterung ist veraltet! Version <U>");
-define('ADMIN_EXT_BONUS_OUTDATED_2', "</U> oder höher wird benötigt!");
+define('ADMIN_EXT_BONUS_OUTDATED_1', "Ihre Bonus-Erweiterung ist veraltet! Version <u>");
+define('ADMIN_EXT_BONUS_OUTDATED_2', "</u> oder höher wird benötigt!");
define('ADMIN_EXT_BONUS_404', "bonus nicht installiert!");
define('ADMIN_CONFIG_POINTS_DIRECT', "{!POINTS!} immer gutgeschreiben.");
define('ADMIN_CONFIG_POINTS_MAILS', "Anzahl zu best. Mails berücksichtigen.");
define('ADMIN_ADD_POINTS_TO_USER', "Einem Mitglied {!POINTS!} gutschreiben");
define('MEMBER_ORDER_DELETED', "Ihre Mailbuchung wurde soeben geloescht");
define('ADMIN_CALL_NOT_DIRECTLY', "Bitte diesen Menüpunkt nicht direkt aufrufen!");
-define('ADMIN_UNCONFIRMED_POOL_MISSING_1', "Es fehlen Daten im Sende-Pool zur Mail-ID <U>");
-define('ADMIN_UNCONFIRMED_POOL_MISSING_2', "</U> !");
-define('ADMIN_UNCONFIRMED_STATS_MISSING_1', "Es fehlen Daten in der User-Statistik zur Mail-ID <U>");
-define('ADMIN_UNCONFIRMED_STATS_MISSING_2', "</U> !");
+define('ADMIN_UNCONFIRMED_POOL_MISSING_1', "Es fehlen Daten im Sende-Pool zur Mail-ID <u>");
+define('ADMIN_UNCONFIRMED_POOL_MISSING_2', "</u> !");
+define('ADMIN_UNCONFIRMED_STATS_MISSING_1', "Es fehlen Daten in der User-Statistik zur Mail-ID <u>");
+define('ADMIN_UNCONFIRMED_STATS_MISSING_2', "</u> !");
define('ADMIN_UNCONFIRMED_INVALID_LINK', "Ungütigen Link aufgerufen oder Mail ist nicht mehr vorhanden!");
define('ADMIN_UNCONFIRMED_NO_LINK_LEFT', "Diese Mailbuchung wurde komplett bestätigt!");
define('ADMIN_CONFIG_REFMODE', "Soll die einmalige Referal-Gutschrift dem Werber alleine oder auch seinem Werber (usw.) gutgeschrieben werden?");
define('ADMIN_INDEX_NO_DELAY', "Sofort weiterleiten");
define('ADMIN_CONTINUE_TO_CONFIG', "Weiter zu den Einstellungen");
define('ADMIN_CONFIG_INDEX_COOKIE', "Wie lange soll der Besucher die Eingangsseite nicht mehr sehen?");
-define('BONUS_EXTENSION_UPGRADE_1', "Bitte aktualisieren Sie Ihre Bonus-Erweiterung auf Version <U>");
-define('BONUS_EXTENSION_UPGRADE_2', "</U> oder neuer!");
+define('BONUS_EXTENSION_UPGRADE_1', "Bitte aktualisieren Sie Ihre Bonus-Erweiterung auf Version <u>");
+define('BONUS_EXTENSION_UPGRADE_2', "</u> oder neuer!");
define('_ON', "an");
define('CLICK_STATISTICS', "Mail-Statistik");
define('ADMIN_SELECT_DEF_REFID', "Standart Referal-ID bei Anmeldung über <strong>keinen</strong> Ref-Link");
define('ADMIN_THEME_NO_OUTPUT', "Problem: Kein Text zum Ausgeben!");
define('ADMIN_THEMES_UPDATED', "Themes wurden aktualisiert.");
define('ADMIN_THEMES_DELETED', "Themes wurden gelöscht.");
-define('ADMIN_THEME_IMPORTED_1', "Theme <U>");
-define('ADMIN_THEME_IMPORTED_2', "</U> wurde importiert.");
+define('ADMIN_THEME_IMPORTED_1', "Theme <u>");
+define('ADMIN_THEME_IMPORTED_2', "</u> wurde importiert.");
define('CURR_THEME_IS_1', "Aktuelles Design: <strong>");
define('CURR_THEME_IS_2', "</strong>");
define('ADMIN_NO_THEME_INSTALLED_WARNING', "Kein Design installiert!");
define('MEMBER_NO_MORE_RECEIVERS_FOUND', "Es konnten nicht ausreichend genug empfangsbereite Mitglieder gefunden werden.");
define('ADMIN_USER_PROFILE_TITLE', "Mitgliedsprofil aufrufen");
define('LIST_UNCONFIRMED_MEMBER_LINKS', "Unbestätigte Maillinks eines Mitgliedes auflisten");
-define('MEMBER_ENTER_MORE_MIN_RECEIVERS_1', "Geben Sie mehr als <U>");
-define('MEMBER_ENTER_MORE_MIN_RECEIVERS_2', "</U> Empfänger ein!");
+define('MEMBER_ENTER_MORE_MIN_RECEIVERS_1', "Geben Sie mehr als <u>");
+define('MEMBER_ENTER_MORE_MIN_RECEIVERS_2', "</u> Empfänger ein!");
define('NO_TEMPLATE_SUPPLIED', "Keinen Template-Namen uebergeben! Fehler im Script erkannt. Bitte den Webmaster ({!WEBMASTER!}) verstaendigen!");
define('_OR', "oder");
define('GUEST_NEW_PASSWORD_SEND', "Neues Passwort ist zu Ihrem Postfach unterwegs!");
define('ADMIN_RESET_PASS_LINK_SUBJ', "Zuruecksetzung Ihres Admin-Passwortes");
define('ADMIN_RESET_LINK_SENT', "Der Reset-Link wurde soeben an Ihre eingegebene Email-Adresse ausgesendet.");
define('ADMIN_VALIDATION_RESET_LOGIN_HASH_FAILED', "Validierung Ihrer Logindaten fehlgeschlagen. Haben Sie auch den Link aus der Mail angeklickt und Ihren Loginnamen eingegeben?");
-define('ADMIN_VALIDATION_RESET_LOGIN_HASH_FAILED2', "Validierung Ihrer Logindaten fehlgeschlagen. Es liegt ein Fehler im Script vor. Bitte im <A href=\"http://bugs.mxchange.org\" target=\"_blank\" title=\"Direktlink zum Bug-Tracker\">Bug-Tracker</A> den Fehler melden.");
+define('ADMIN_VALIDATION_RESET_LOGIN_HASH_FAILED2', "Validierung Ihrer Logindaten fehlgeschlagen. Es liegt ein Fehler im Script vor. Bitte im <a href=\"http://bugs.mxchange.org\" target=\"_blank\" title=\"Direktlink zum Bug-Tracker\">Bug-Tracker</a> den Fehler melden.");
define('ADMIN_SHOW_LOGIN', "Ihr Administratorlogin:");
define('ADMIN_CHANGE_LOGIN', "Anderes Adminlogin");
define('ADMIN_PASSWORD_RESET_DONE', "Ihr Administratorkennwort wurde neu gesetzt. Sie können sich jetzt mit Ihren neuen Zugangsdaten im Adminbereich einloggen.");
define('DOUBLER_FORM_404_POINTS', "Keine {!POINTS!} zum Verdoppeln eingegeben!");
define('DOUBLER_FORM_404_NICKNAME', "Unbekannter Nickname eingegeben oder falsches Passwort!");
define('DOUBLER_FORM_404_MEMBER', "Mitgliedsaccount nicht gefunden oder falsches Passwort!");
-define('DOUBLER_FORM_STATUS_UNCONFIRMED', "Bitte bestätigen Sie erst Ihre EMail-Adresse. Den Bestätigungslink können Sie <A href=\"{!URL!}/modules.php?module=index&what=confirm\">hier erneut per EMail anfordern</A> !");
-define('DOUBLER_FORM_STATUS_LOCKED', "Ihr Account wurde von einem Administrator oder durch Urlaub gesperrt. Bitte <A href=\"{!URL!}/modules.php?module=index&what=impressum\">melden Sie sich bei uns</A>, damit wir Ihren Account freischalten können!");
+define('DOUBLER_FORM_STATUS_UNCONFIRMED', "Bitte bestätigen Sie erst Ihre EMail-Adresse. Den Bestätigungslink können Sie <a href=\"{!URL!}/modules.php?module=index&what=confirm\">hier erneut per EMail anfordern</a> !");
+define('DOUBLER_FORM_STATUS_LOCKED', "Ihr Account wurde von einem Administrator oder durch Urlaub gesperrt. Bitte <a href=\"{!URL!}/modules.php?module=index&what=impressum\">melden Sie sich bei uns</a>, damit wir Ihren Account freischalten können!");
define('DOUBLER_FORM_WRONG_PASS', "Passwort ist falsch!");
define('DOUBLER_FORM_POINTS_MIN', "Zu wenig {!POINTS!} zum Verdoppeln eingegeben!");
define('DOUBLER_FORM_POINTS_MAX', "Zu viele {!POINTS!} zum Verdoppeln eingegeben!");
define('DOUBLER_MEMBER_NEXT_PAYOUT', "Sie erhalten bald folgende Verdoppelungen ausgezahlt");
define('DOUBLER_MEMBER_REF_PAYOUT', "Ihr Refferal-Verdienst");
define('DOUBLER_MEMBER_YOUR_LINK', "Hier ist Ihr Verdoppler-Link");
-define('DOUBLER_MEMBER_LINK_NOTE', "<STRONG>Tipp:</STRONG> Nutzen Sie diesen zum Werben unseres {!MT_WORD2!}, um die <STRONG>{!__REF_VALUE!}%</STRONG> Referal-Vergütung zu erhalten!");
+define('DOUBLER_MEMBER_LINK_NOTE', "<strong>Tipp:</strong> Nutzen Sie diesen zum Werben unseres {!MT_WORD2!}, um die <strong>{!__REF_VALUE!}%</strong> Referal-Vergütung zu erhalten!");
define('DOUBLER_MEMBER_YOUR_REFLINK', "Ihr Referal-Link zum Verdoppeln");
define('DOUBLER_POINTS_LEFT_1', "Es stehen noch");
define('DOUBLER_POINTS_LEFT_2', "zum Verdoppeln zur Verfügung.");
define('LOGIN_WRONG_PASS', "Wrong password entered.");
define('LOGIN_WRONG_ID', "Your login ID is no longer valid.");
define('LOGIN_ID_LOCKED', "Your account has been locked.");
-define('LOGIN_ID_UNCONFIRMED', "Please confirm your email address before proceding here!<BR>Have you lost your personal confirmation link? In left menu you can request it again!");
+define('LOGIN_ID_UNCONFIRMED', "Please confirm your email address before proceding here!<br />Have you lost your personal confirmation link? In left menu you can request it again!");
define('LOGIN_NO_COOKIES', "Please switch on cookies for this mailer or lower your security settings in IE settings.");
define('GUEST_REG_POINTS_1', "For your successfull registration we have added");
define('GUEST_REG_POINTS_2', "{!POINTS!} to your account. As long as there are enough receivers left you can already send emails to other members.");
define('LIFE_WEEKS', "Week(s)");
define('LIFE_MONTHS', "Month(s)");
define('LIFE_YEARS', "Year(s)");
-define('LANG_MEM_ONLY_1', "Only logged in members are allowed to access the module <U>");
-define('LANG_MEM_ONLY_2', "</U>.");
-define('MEMBER_404_ACTION_1', "The requested member action-module <U>");
-define('MEMBER_404_ACTION_2', "</U> was not found on this server.");
+define('LANG_MEM_ONLY_1', "Only logged in members are allowed to access the module <u>");
+define('LANG_MEM_ONLY_2', "</u>.");
+define('MEMBER_404_ACTION_1', "The requested member action-module <u>");
+define('MEMBER_404_ACTION_2', "</u> was not found on this server.");
define('_GUEST', "Guest");
define('_UNKNOWN', "Unknown person");
define('_ADMIN', "Administrator");
define('GENDER_F', "Female");
define('GENDER_C', "Company");
define('SAVE_CHANGES', "Save changes");
-define('MYDATA_NOTE', "Geben Sie nur bei <STRONG>Passwort</STRONG> Ihr aktuelles Passwort ein, wenn Sie nur Daten ändern wollen. Geben Sie bei <STRONG>Passwortbestätigung</STRONG> das neue Passwort erneut ein, wenn Sie Ihr aktuelles Passwort ändern wollen.");
+define('MYDATA_NOTE', "Geben Sie nur bei <strong>Passwort</strong> Ihr aktuelles Passwort ein, wenn Sie nur Daten ändern wollen. Geben Sie bei <strong>Passwortbestätigung</strong> das neue Passwort erneut ein, wenn Sie Ihr aktuelles Passwort ändern wollen.");
define('MEMBER_UPDATE_PWD_WRONG', "Bitte geben Sie Ihr aktuelles Passwort zum Ändern Ihrer Einstellungen ein. Wir haben dies zur Sicherheit unserer Mitglieder eingebaut.");
define('MEMBER_HAVE_CHANGED_DATA', "Sie haben heute Ihr Mitgliedsprofil geändert.");
define('YOUR_NEW_DATA', "Hier sind Ihre neuen Profildaten");
define('MINS', "Minuten");
define('SECS', "Sekunden");
define('_AND', "und");
-define('UNKNOWN_CODE_1', "Es ist während der Ausführung ein unbekannter Fehler-Code <STRONG>");
-define('UNKNOWN_CODE_2', "</STRONG> enstanden, für den Sie vermutlich nicht verantwortlich sind. Bitte informieren Sie uns über diese Meldung!");
+define('UNKNOWN_CODE_1', "Es ist während der Ausführung ein unbekannter Fehler-Code <strong>");
+define('UNKNOWN_CODE_2', "</strong> enstanden, für den Sie vermutlich nicht verantwortlich sind. Bitte informieren Sie uns über diese Meldung!");
define('MEMBER_TEXT_CONTAINS_URL', "Ihr Werbetext enthält eine URL, dies ist in unserem {!MT_WORD!} nicht zulässig. Bitte entfernen Sie diese aus Ihrem Text und versuchen Sie es erneut.");
define('MEMBER_TEXT_OVERLENGTH', "Ihr Text hat die maximale Textlänge überschritten. Bitte fassen Sie ihn etwas kürzer.");
define('MEMBER_SUBJ_CONTAINS_URL', "Ihre eingegebe Betreffzeile enthält eine URL, dies ist in unserem {!MT_WORD!} nicht zulässig. Bitte entfernen Sie diese aus Ihrer Betreffzeile und versuchen Sie es erneut.");
define('MEMBER_SENDING_DONE', "Ihre gebuchte Mail wurde soeben vollstaendig von unserem System versendet! Wir wuenschen Ihnen viel Erfolg mit Ihrer Werbebuchung!");
define('MEMBER_NOTIFY_DONE', "Den weiteren Verlauf dieser Werbebuchung koennen Sie im Mitgliedsbereich unter Statistiken verfolgen!");
define('MEMBER_SUBJ_SEND_DONE', "Ihre Werbebuchung wurde versandt");
-define('GUEST_SELECT_LEAST_CATS_1', "Bitte wählen Sie mindestens <STRONG><BIG>");
-define('GUEST_SELECT_LEAST_CATS_2', "</BIG></STRONG> Kategorien aus. Anderfalls erfolgt keine Anmeldung!");
+define('GUEST_SELECT_LEAST_CATS_1', "Bitte wählen Sie mindestens <strong><BIG>");
+define('GUEST_SELECT_LEAST_CATS_2', "</BIG></strong> Kategorien aus. Anderfalls erfolgt keine Anmeldung!");
define('MEMBER_POOL_CONTENT', "Ihre Mails im Sende-Pool");
define('EMAIL_END_SEND', "Vollständig versendet");
define('EMAIL_CONFIRMED', "Bestätigt");
define('_UID', "User-ID");
define('REMOTE_IP', "IP-Nummer");
define('REF_UID', "Werber-ID");
-define('UNKNOWN_STATUS_1', "Unbekannter Status <STRONG>");
-define('UNKNOWN_STATUS_2', "</STRONG> erkannt!");
+define('UNKNOWN_STATUS_1', "Unbekannter Status <strong>");
+define('UNKNOWN_STATUS_2', "</strong> erkannt!");
define('ACCOUNT_STATUS', "Account-Status");
-define('ACCOUNT_UNCONFIRMED', "<SPAN class=\"admin_failed\">Unbestätigt</SPAN>");
-define('ACCOUNT_CONFIRMED', "<SPAN class=\"admin_green\">Bestätigt</SPAN>");
+define('ACCOUNT_UNCONFIRMED', "<span class=\"admin_failed\">Unbestätigt</span>");
+define('ACCOUNT_CONFIRMED', "<span class=\"admin_green\">Bestätigt</span>");
define('ACCOUNT_LOCKED', "Gesperrt");
define('ADMIN_ALL_ACCOUNTS', "Alle Mitglieder-Accounts auflisten");
define('ADMIN_NO_NONE_REGISTERED', "Ihre Suchkriterieren ergaben keine Treffer in der Mitgliederliste.");
-define('ADMIN_MEMBER_404_1', "Mitglieds-Account <STRONG>");
-define('ADMIN_MEMBER_404_2', "</STRONG> existiert nicht!");
+define('ADMIN_MEMBER_404_1', "Mitglieds-Account <strong>");
+define('ADMIN_MEMBER_404_2', "</strong> existiert nicht!");
define('ADMIN_LAST_ONLINE', "Zuletzt aktiv");
define('ADMIN_LAST_MODULE', "Letzte Aktion");
define('RECEIVE_MAILS', "Kann Mails empfangen");
define('ADMIN_ALL_REFS', "Alle Refs auflisten");
define('BIRTHDAY2', "Geburtstag");
define('TOTAL_CATS', "Ausgewählte Kategorien");
-define('ADMIN_GOTO_USERLIST', "Dieser Menüpunkt kann nicht direkt aufgerufen werden. Bitte rufen Sie stattdessen <I><U>User auflisten</U></I> auf.");
+define('ADMIN_GOTO_USERLIST', "Dieser Menüpunkt kann nicht direkt aufgerufen werden. Bitte rufen Sie stattdessen <em><u>User auflisten</u></em> auf.");
define('ADMIN_USER_UPDATED', "Das Mitgliedsaccount wurde aktualisiert!");
define('ADMIN_LOCKED_YOUR_ACCOUNT', "Ihr Account wurde von einem unserer Administratoren gesperrt! Bitte halten Sie sich an unsere AGBs.");
define('REASON_LOCKED', "Grund der Sperrung war");
define('KBYTES', "KBytes");
define('DEFAULT_SUBJECT_LINE', "Klick-Mail von {!MAIN_TITLE!}");
define('MEBER_UPDATE_PWD_WRONG', "Sie haben das falsche Passwort eingegeben! Bitte nochmal versuchen!");
-define('ADMIN_MEM_NO_CATS_1', "Das Mitglied <U>");
-define('ADMIN_MEM_NO_CATS_2', "</U> hat keine Kategorien ausgewählt!");
+define('ADMIN_MEM_NO_CATS_1', "Das Mitglied <u>");
+define('ADMIN_MEM_NO_CATS_2', "</u> hat keine Kategorien ausgewählt!");
define('USER_ID', "Mitglied");
define('UNCONFIRMED_LINKS', "Unbestätigte Mails");
-define('ADMIN_MEMBER_LINKS_1', "Das Mitglied <U>");
-define('ADMIN_MEMBER_LINKS_2', "</U> hat alle seine Mails bestätigt.");
-define('MEMBER_TOTAL_LINKS_1', "Es müssen noch <STRONG>");
-define('MEMBER_TOTAL_LINKS_2', "</STRONG> Mails von diesem Mitglied bestätigt werden!");
+define('ADMIN_MEMBER_LINKS_1', "Das Mitglied <u>");
+define('ADMIN_MEMBER_LINKS_2', "</u> hat alle seine Mails bestätigt.");
+define('MEMBER_TOTAL_LINKS_1', "Es müssen noch <strong>");
+define('MEMBER_TOTAL_LINKS_2', "</strong> Mails von diesem Mitglied bestätigt werden!");
define('ADMIN_DEL_UNCONFIRMED_LINKS', "Alle unbestätigten Mails löschen");
define('ADMIN_LINKS_DELETED', "Links für unbestätigte Mails wurden gelöscht!");
define('ADMIN_DEL_LINK_SUBJ', "Ihr unbestaetigen Mails wurden geloescht!");
-define('MEMBER_LINKS_LEFT_1', "Sie haben <STRONG>");
-define('MEMBER_LINKS_LEFT_2', "</STRONG> unbestätigte Mails. Bitte bestätigen Sie diese zuerst. Wenn Sie weniger als <STRONG>");
-define('MEMBER_LINKS_LEFT_3', "</STRONG> Mails im Account haben, können Sie auch wieder buchen.");
+define('MEMBER_LINKS_LEFT_1', "Sie haben <strong>");
+define('MEMBER_LINKS_LEFT_2', "</strong> unbestätigte Mails. Bitte bestätigen Sie diese zuerst. Wenn Sie weniger als <strong>");
+define('MEMBER_LINKS_LEFT_3', "</strong> Mails im Account haben, können Sie auch wieder buchen.");
define('TODAY', "Heute");
-define('MEMBER_PROFILE_LOCKED_1', "Sie können Ihren Account erst am <STRONG>");
-define('MEMBER_PROFILE_LOCKED_2', "</STRONG> wieder ändern!");
-define('MEMBER_HAS_ZERO_MMAILS', "Sie haben Ihren Empfang auf <STRONG>Urlaub</STRONG> stehen! Bitte stellen Sie unter "Profildaten ändern" den Empfang höher ein!");
+define('MEMBER_PROFILE_LOCKED_1', "Sie können Ihren Account erst am <strong>");
+define('MEMBER_PROFILE_LOCKED_2', "</strong> wieder ändern!");
+define('MEMBER_HAS_ZERO_MMAILS', "Sie haben Ihren Empfang auf <strong>Urlaub</strong> stehen! Bitte stellen Sie unter "Profildaten ändern" den Empfang höher ein!");
define('REF_CLIX', "Clicks");
define('REF_VIEWS', "Views");
define('REFBANNER_TOTALS', "Gesamt");
define('ADMIN_DELETE_NORMAL_MAIL', "Obrige Normal-Mail löschen");
define('ADMIN_REALLY_DELETE_ALL_MAILS', "Wollen Sie wirklich alle Mails löschen?");
define('SURNAME_FAMILY', "Vor- und Nachname");
-define('ADMIN_TOTAL_REFS_1', "Das Mitglied <STRONG>");
-define('ADMIN_TOTAL_REFS_2', "</STRONG> hat bereits <STRONG>");
-define('ADMIN_TOTAL_REFS_3', "</STRONG> weitere(s) Mitglied(er) geworben, davon sind <STRONG>");
-define('ADMIN_TOTAL_REFS_4', "</STRONG> gesperrt oder nicht bestätigt!");
+define('ADMIN_TOTAL_REFS_1', "Das Mitglied <strong>");
+define('ADMIN_TOTAL_REFS_2', "</strong> hat bereits <strong>");
+define('ADMIN_TOTAL_REFS_3', "</strong> weitere(s) Mitglied(er) geworben, davon sind <strong>");
+define('ADMIN_TOTAL_REFS_4', "</strong> gesperrt oder nicht bestätigt!");
define('REFS_COUNT', "Refs");
define('MEMBER_JOINED', "Beigetreten");
define('ADMIN_EMAIL_DELETED', "E-Mail wurde aus dem System gelöscht.");
define('PROFILE_OUTDATED', "Haben Sie Neuigkeiten fuer uns?");
define('PROFILE_NEVER_CHANGED', "Sie haben noch nie eine Aenderung durchgefuehrt!");
define('PROFILE_UPDATED', "Profildaten wurden geändert!");
-define('NEW_PATCHES_AVAILABLE_1', "Neue Entwickler-Patches für Version <STRONG>");
-define('NEW_PATCHES_AVAILABLE_2', "</STRONG> verfügbar!");
+define('NEW_PATCHES_AVAILABLE_1', "Neue Entwickler-Patches für Version <strong>");
+define('NEW_PATCHES_AVAILABLE_2', "</strong> verfügbar!");
define('SORT_BY', "Sortieren");
define('_OTHERS', "Andere");
define('_ALL2', "Alle");
define('WE_HAVE', "Wir haben");
define('MEMBER_TEST_URL', "Zur beworbenen Seite");
-define('ADMIN_USAGE_DIR_404_1', "Das Verzeichnis mit den Webalizer-Statistiken konnte nicht gefunden werden! (<STRONG>");
-define('ADMIN_USAGE_DIR_404_2', "</STRONG>)");
+define('ADMIN_USAGE_DIR_404_1', "Das Verzeichnis mit den Webalizer-Statistiken konnte nicht gefunden werden! (<strong>");
+define('ADMIN_USAGE_DIR_404_2', "</strong>)");
define('ADMIN_ENTER_REDIRECT_URL', "URL eingeben, wenn abgelehnt werden soll");
-define('ADMIN_ID_404_1', "ID <STRONG>");
-define('ADMIN_ID_404_2', "</STRONG> nicht gefunden!");
+define('ADMIN_ID_404_1', "ID <strong>");
+define('ADMIN_ID_404_2', "</strong> nicht gefunden!");
define('ADMIN_ASSIGNED_ADMIN', "Zugewiesener Admin-Login");
define('ADMIN_MEMBER_UID', "ID des Mitgliedes");
define('ADMIN_TASK_TYPE', "Aufgabenbereich");
define('ADMIN_TASK_CREATED', "Task erstellt");
define('ADMIN_NO_ADMIN_ASSIGNED', "Kein Admin-Login zugewiesen!");
define('ADMIN_TASK_IS_MEMBER_SUPPORT', "Support-Anfrage eines Mitgliedes");
-define('ADMIN_UNKNOWN_TASK_TYPE_1', "Unbekannter Task-Typ <STRONG>");
-define('ADMIN_UNKNOWN_TASK_TYPE_2', "</STRONG> im Task <STRONG>");
-define('ADMIN_UNKNOWN_TASK_TYPE_3', "</STRONG> erkannt!");
+define('ADMIN_UNKNOWN_TASK_TYPE_1', "Unbekannter Task-Typ <strong>");
+define('ADMIN_UNKNOWN_TASK_TYPE_2', "</strong> im Task <strong>");
+define('ADMIN_UNKNOWN_TASK_TYPE_3', "</strong> erkannt!");
define('ADMIN_TASK_SYSTEM_WELCOME', "Task-Management Ihres {!MT_WORD2!}");
define('ADMIN_UNSELECT_ALL', "Alles abwählen");
define('ADMIN_ASSIGN_TASKS', "Bearbeiten");
define('PATCH_LISTED', "Anbei eine Liste der noetigen Dateien:");
define('NO_PATCHES_APPLIED', "Keine Patches wurden ausgeführt!");
define('LOAD_URL_ERROR_1', "Konnte nicht weiterleiten, da bereits Kopfinformationen gesendet wurden! <A href=\"");
-define('LOAD_URL_ERROR_2', "\">Bitte klicken Sie hier</A>, um zur URL zu kommen.<BR>
-<BR>
+define('LOAD_URL_ERROR_2', "\">Bitte klicken Sie hier</A>, um zur URL zu kommen.<br />
+<br />
Danke.");
define('GUEST_STATS', "Statistiken unseres {!MT_WORD2!}");
define('GUEST_STATS_MONTHLY', "Mitgliederverteilung auf Kalendermonate");
define('GUEST_STATS_YREGISTER', "Gestrige Anmeldungen");
define('CHANGE_MENUS', "Ändern");
define('CHANGE_MEMBER_MENU', "Verdecken, anzeigen, deaktivieren, aktivieren des Mitgliedsmenüs");
-define('CHANGE_MENU_1', "Ändern von <STRONG>");
-define('CHANGE_MENU_2', "</STRONG> Menüeinträgen");
+define('CHANGE_MENU_1', "Ändern von <strong>");
+define('CHANGE_MENU_2', "</strong> Menüeinträgen");
define('IS_VISIBLE', "Wird angezeigt");
define('IS_ACTIVE', "Aktiviert");
define('CHANGE_ENTRIES', "Änderungen durchführen");
define('ADMIN_EXT_FILE_VERSION', "Version (alt)");
define('ADMIN_EXT_TOTAL_FSIZE', "Downloadgesamtgrösse");
define('ADMIN_EXT_TOTAL_FOUND', "Gesamt gefundene Erweiterungen");
-define('ADMIN_EXT_ALREADY_INSTALLED_1', "Alle <STRONG><U>");
-define('ADMIN_EXT_ALREADY_INSTALLED_2', "</U></STRONG> gefundenen Erweiterungen sind bereits installiert!");
-define('ADMIN_EXT_NOTHING_FOUND', "Keine Erweiterungen auf dem Server gefunden!");
+define('ADMIN_EXT_ALREADY_INSTALLED_1', "Alle <strong><u>");
+define('ADMIN_EXT_ALREADY_INSTALLED_2', "</u></strong> gefundenen Erweiterungen sind bereits installiert!");
define('ADMIN_EXT_VERSION', "Version");
define('ADMIN_TASK_IS_EXTENSION_UPDATE', "Erweiterung-Update");
define('ADMIN_EXTENSION_UPDATED', "Erweiterung aktualisiert!");
define('MEMBER_ORDER_PAGE2_INTRO', "Mailbuchung - Schritt 2 von 4: Daten eingeben");
define('MEMBER_ORDER_PAGE3_INTRO', "Mailbuchung - Schritt 3 von 4: Frame-Killer Test und Absenden");
define('MEMBER_ORDER_PAGE4_INTRO', "Mailbuchung - Schritt 4 von 4: Vielen Dank!");
-define('MEMBER_ORDER_PAGE1_NOTE', "Geben Sie hier die ersten ein bis drei Stellen der Postleitzahl ein, in der gesendet werden soll.<BR>
-<BR>
+define('MEMBER_ORDER_PAGE1_NOTE', "Geben Sie hier die ersten ein bis drei Stellen der Postleitzahl ein, in der gesendet werden soll.<br />
+<br />
Beispiele:
-<UL>
- <LI><STRONG>1</STRONG> : Sendet nur an Mitglieder, deren Postleitzahl mit 1 anfängt.</LI>
- <LI><STRONG>12</STRONG> : Sendet nur an Mitglieder, deren Postleitzahl mit 12 anfängt.</LI>
- <LI><STRONG>123</STRONG> : Sendet nur an Mitglieder, deren Postleitzahl mit 123 anfängt.</LI>
-</UL>
-<BR>
+<ul>
+ <li><strong>1</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 1 anfängt.</li>
+ <li><strong>12</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 12 anfängt.</li>
+ <li><strong>123</strong> : Sendet nur an Mitglieder, deren Postleitzahl mit 123 anfängt.</li>
+</ul>
+<br />
Oder geben Sie nichts ein, wenn Sie diese Option nicht wünschen.");
define('MEMBER_ENTER_ZIP_CODE', "PLZ eingeben");
define('ORDER_PAGE_2', "Weiter zur Seite 2");
define('HIGHER', "Höher");
define('LOWER', "Niedriger");
define('MEMBER_SETTINGS_SAVED', "Einstellungen gespeichert.");
-define('REMOTE_ADDR_TIMEOUT', "Ein Mitglied ist mit Ihrer IP-Nummer <U>{!REMOTE_ADDR!}</U> bereits registriert! Bitte kontaktieren Sie uns, wenn dies ein Fehler sein sollte!");
+define('REMOTE_ADDR_TIMEOUT', "Ein Mitglied ist mit Ihrer IP-Nummer <u>{!REMOTE_ADDR!}</u> bereits registriert! Bitte kontaktieren Sie uns, wenn dies ein Fehler sein sollte!");
define('IP_TIMEOUT', "IP-Zeitsperre");
define('ADMIN_PAYOUT_NOT_INSTALLED', "payout-Erweiterung nicht installiert!");
define('ADMIN_ADD_MAX_VALUE', "Neuen Maximal-Wert hinzufügen");
define('POINTS_LOCKED', "Noch wartende {!POINTS!}");
define('ADMIN_TASK_INFOS', "Infos");
define('NICKNAME', "Nickname");
-define('EXT_NICKNAME_404', "<FONT class=\"note\">nickname-Erweiterung fehlt!</FONT>");
+define('EXT_NICKNAME_404', "<div class=\"note\">nickname-Erweiterung fehlt!</div>");
define('ADMIN_PROBLEM_NO_MENU', "Konnte keine Menüeinträge finden!");
define('USER_REF_404', "Dieses Mitglied hat keine Referals gemacht.");
define('USER_NICKNAME', "Nickname");
define('ADMIN_EXT_AUTOPURGE_404', "autopurge nicht installiert!");
-define('ADMIN_EXT_BONUS_OUTDATED_1', "Ihre Bonus-Erweiterung ist veraltet! Version <U>");
-define('ADMIN_EXT_BONUS_OUTDATED_2', "</U> oder höher wird benötigt!");
+define('ADMIN_EXT_BONUS_OUTDATED_1', "Ihre Bonus-Erweiterung ist veraltet! Version <u>");
+define('ADMIN_EXT_BONUS_OUTDATED_2', "</u> oder höher wird benötigt!");
define('ADMIN_EXT_BONUS_404', "bonus nicht installiert!");
define('ADMIN_CONFIG_POINTS_DIRECT', "Direkt auszahlen");
define('ADMIN_CONFIG_POINTS_MAILS', "Nach best. Mails");
define('ADMIN_EDIT_EXTENSIONS', "Ändern von Erweiterungen");
define('ADMIN_EXT_CHANGED', "Erweiterungen geändert.");
define('POOL_DELETED', "Bereinigt");
-define('ONLINE_TIMEOUT_IS_1', "Die Liste zeigt die Besucher der letzten <STRONG>");
-define('ONLINE_TIMEOUT_IS_2', "</STRONG> an.");
+define('ONLINE_TIMEOUT_IS_1', "Die Liste zeigt die Besucher der letzten <strong>");
+define('ONLINE_TIMEOUT_IS_2', "</strong> an.");
define('ADMIN_CONFIG_EXTENSIONS_SETTINGS', "Erweiterungs-Management konfigurieren");
define('ADMIN_VERBOSE_SQL', "SQL-Anweisungen beim Registrieren/Updates/Entfernen ausgeben");
define('ADMIN_REMOVING_THESE_EXTENSIONS', "Diese Erweiterungen werden deinstalliert");
define('ADMIN_NO_ADDITIONAL_SQLS', "Keine weiteren SQL-Anweisungen zum Ausführen!");
define('ADMIN_SQLS_EXECUTED_ON_UPDATE', "Beim Aktualisieren ausgeführte SQL-Anweisungen");
define('ADMIN_SQLS_EXECUTED_ON_REGISTER', "Beim Registrieren ausgeführte SQL-Anweisungen");
-define('ADMIN_UNKNOWN_FIELD_TYPE_1', "Unbekannter Datentyp <STRONG>");
-define('ADMIN_UNKNOWN_FIELD_TYPE_2', "</STRONG> erkannt!");
+define('ADMIN_UNKNOWN_FIELD_TYPE_1', "Unbekannter Datentyp <strong>");
+define('ADMIN_UNKNOWN_FIELD_TYPE_2', "</strong> erkannt!");
define('ADMIN_ADD_POINTS_TO_USER', "Einem Mitglied {!POINTS!} gutschreiben");
define('MEMBER_ORDER_DELETED', "Ihre Mailbuchung wurde soeben geloescht");
define('ADMIN_LIST_UNCONFIRMED_NOT_DIRECTLY', "Bitte diesen Menüpunkt nicht direkt aufrufen!");
-define('ADMIN_UNCONFIRMED_POOL_MISSING_1', "Es fehlen Daten im Sende-Pool zur Mail-ID <U>");
-define('ADMIN_UNCONFIRMED_POOL_MISSING_2', "</U> !");
-define('ADMIN_UNCONFIRMED_STATS_MISSING_1', "Es fehlen Daten in der User-Statistik zur Mail-ID <U>");
-define('ADMIN_UNCONFIRMED_STATS_MISSING_2', "</U> !");
+define('ADMIN_UNCONFIRMED_POOL_MISSING_1', "Es fehlen Daten im Sende-Pool zur Mail-ID <u>");
+define('ADMIN_UNCONFIRMED_POOL_MISSING_2', "</u> !");
+define('ADMIN_UNCONFIRMED_STATS_MISSING_1', "Es fehlen Daten in der User-Statistik zur Mail-ID <u>");
+define('ADMIN_UNCONFIRMED_STATS_MISSING_2', "</u> !");
define('ADMIN_UNCONFIRMED_INVALID_LINK', "Ungütigen Link aufgerufen oder Mail ist nicht mehr vorhanden!");
define('ADMIN_UNCONFIRMED_NO_LINK_LEFT', "Diese Mailbuchung wurde komplett bestätigt!");
define('ADMIN_CONFIG_REFMODE', "Vergütungsmodus für einmalige Referal-Gutschrift");
define('ADMIN_CONFIG_REFMODE_REF', "Über das Ref-System");
define('ADMIN_CONFIG_REFMODE_DIRECT', "Nur User selber aufbuchen");
-define('ADMIN_HEADER_LOCK_ACCOUNT_1', "Mitgliedsaccount <U>");
-define('ADMIN_HEADER_LOCK_ACCOUNT_2', "</U> sperren");
-define('ADMIN_HEADER_UNLOCK_ACCOUNT_1', "Mitgliedsaccount <U>");
-define('ADMIN_HEADER_UNLOCK_ACCOUNT_2', "</U> freigeben");
-define('ADMIN_HEADER_DEL_ACCOUNT_1', "Mitgliedsaccount <U>");
-define('ADMIN_HEADER_DEL_ACCOUNT_2', "</U> löschen");
-define('ADMIN_TEXT_DEL_ACCOUNT_1', "Möchten Sie den User <STRONG>");
-define('ADMIN_TEXT_DEL_ACCOUNT_2', "</STRONG> nun <STRONG>unwiederruflich</STRONG> löschen? Bitte geben Sie einen Grund der Löschung mit an!");
-define('ADMIN_TEXT_LOCK_ACCOUNT_1', "Möchten Sie den User <STRONG>");
-define('ADMIN_TEXT_LOCK_ACCOUNT_2', "</STRONG> nun sperren? Bitte geben Sie einen Grund der Sperrung mit an!");
-define('ADMIN_TEXT_UNLOCK_ACCOUNT_1', "Möchten Sie den User <STRONG>");
-define('ADMIN_TEXT_UNLOCK_ACCOUNT_2', "</STRONG> nun freischalten? Sie können auch optional einen Text mit angeben.");
+define('ADMIN_HEADER_LOCK_ACCOUNT_1', "Mitgliedsaccount <u>");
+define('ADMIN_HEADER_LOCK_ACCOUNT_2', "</u> sperren");
+define('ADMIN_HEADER_UNLOCK_ACCOUNT_1', "Mitgliedsaccount <u>");
+define('ADMIN_HEADER_UNLOCK_ACCOUNT_2', "</u> freigeben");
+define('ADMIN_HEADER_DEL_ACCOUNT_1', "Mitgliedsaccount <u>");
+define('ADMIN_HEADER_DEL_ACCOUNT_2', "</u> löschen");
+define('ADMIN_TEXT_DEL_ACCOUNT_1', "Möchten Sie den User <strong>");
+define('ADMIN_TEXT_DEL_ACCOUNT_2', "</strong> nun <strong>unwiederruflich</strong> löschen? Bitte geben Sie einen Grund der Löschung mit an!");
+define('ADMIN_TEXT_LOCK_ACCOUNT_1', "Möchten Sie den User <strong>");
+define('ADMIN_TEXT_LOCK_ACCOUNT_2', "</strong> nun sperren? Bitte geben Sie einen Grund der Sperrung mit an!");
+define('ADMIN_TEXT_UNLOCK_ACCOUNT_1', "Möchten Sie den User <strong>");
+define('ADMIN_TEXT_UNLOCK_ACCOUNT_2', "</strong> nun freischalten? Sie können auch optional einen Text mit angeben.");
define('ADMIN_EDIT_HOME_TARGET', "Home-Seite festlegen");
define('ADMIN_EDIT_HOME_SETTINGS', "Einstellungen an Eingangsseite");
define('ADMIN_CONFIG_HOME_TITLE', "Einstellungen an der Home-Seite");
define('ADMIN_INDEX_NO_DELAY', "Sofort weiterleiten");
define('ADMIN_CONTINUE_TO_CONFIG', "Weiter zu den Einstellungen");
define('ADMIN_CONFIG_INDEX_COOKIE', "Wie lange soll der Besucher die Eingangsseite nicht mehr sehen?");
-define('BONUS_EXTENSION_UPGRADE_1', "Bitte aktualisieren Sie Ihre Bonus-Erweiterung auf Version <U>");
-define('BONUS_EXTENSION_UPGRADE_2', "</U> oder neuer!");
+define('BONUS_EXTENSION_UPGRADE_1', "Bitte aktualisieren Sie Ihre Bonus-Erweiterung auf Version <u>");
+define('BONUS_EXTENSION_UPGRADE_2', "</u> oder neuer!");
define('_ON', "an");
define('CLICK_STATISTICS', "Mail-Statistik");
define('ADMIN_SELECT_DEF_REFID', "Standart Referal-ID bei Anmeldung über keinen Ref-Link");
define('ADMIN_THEME_NO_OUTPUT', "Problem: Kein Text zum Ausgeben!");
define('ADMIN_THEMES_UPDATED', "Themes wurden aktualisiert.");
define('ADMIN_THEMES_DELETED', "Themes wurden gelöscht.");
-define('ADMIN_THEME_IMPORTED_1', "Theme <U>");
-define('ADMIN_THEME_IMPORTED_2', "</U> wurde importiert.");
-define('CURR_THEME_IS_1', "Aktuelles Design: <STRONG>");
-define('CURR_THEME_IS_2', "</STRONG>");
+define('ADMIN_THEME_IMPORTED_1', "Theme <u>");
+define('ADMIN_THEME_IMPORTED_2', "</u> wurde importiert.");
+define('CURR_THEME_IS_1', "Aktuelles Design: <strong>");
+define('CURR_THEME_IS_2', "</strong>");
define('ADMIN_NO_THEME_INSTALLED_WARNING', "Kein Design installiert!");
define('CHANGE_THEME', "Design ändern");
define('ADMIN_SET_AS_NEW_THEME', "Dieses Theme als Standart-Theme setzen");
define('CONFIRMATION_LINK', "Hier bestätigen");
define('CLICK_NOW', "Klick!");
define('MAILID_LINK', "Best.-Link");
-define('UNKNOWN_MAILID_CODE_1', "Unbekannter Fehler-Code <STRONG>");
-define('UNKNOWN_MAILID_CODE_2', "</STRONG> erkannt!");
+define('UNKNOWN_MAILID_CODE_1', "Unbekannter Fehler-Code <strong>");
+define('UNKNOWN_MAILID_CODE_2', "</strong> erkannt!");
define('EXTENSION_PROBLEM_EXT_INACTIVE', "Erweiterung deaktiviert! Fehler: Kann nicht fortfahren!");
define('CHANGE_GUEST_MENU', "Verdecken, anzeigen, deaktivieren, aktivieren des Gastmenüs");
define('IS_LOCKED', "Ist gesperrt");
define('MEMBER_NO_MORE_RECEIVERS_FOUND', "Es konnten nicht ausreichend genug empfangsbereite Mitglieder gefunden werden.");
define('ADMIN_USER_PROFILE_TITLE', "Mitgliedsprofil aufrufen");
define('LIST_UNCONFIRMED_MEMBER_LINKS', "Unbestätigte Maillinks eines Mitgliedes auflisten");
-define('MEMBER_ENTER_MORE_MIN_RECEIVERS_1', "Geben Sie mehr als <U>");
-define('MEMBER_ENTER_MORE_MIN_RECEIVERS_2', "</U> Empfänger ein!");
+define('MEMBER_ENTER_MORE_MIN_RECEIVERS_1', "Geben Sie mehr als <u>");
+define('MEMBER_ENTER_MORE_MIN_RECEIVERS_2', "</u> Empfänger ein!");
define('NO_TEMPLATE_SUPPLIED', "Keinen Template-Namen uebergeben! Fehler im Script erkannt. Bitte den Webmaster ({!WEBMASTER!}) verstaendigen!");
define('_OR', "oder");
define('GUEST_NEW_PASSWORD_SEND', "Neues Passwort ist zu Ihrem Postfach unterwegs!");
define('MEMBER_NO_THEMES_FOUND', "Keine Design gefunden!");
define('MEMBER_THEME_LIST_NOTE', "Wenn Sie Fragen zu einem der Designs haben, wenden Sie sich bitte an den jeweiligen Autor!");
define('MEMBER_SAVE_THEME', "Design speichern");
-define('MEMBER_THEME_LIST_USAGE', "Wählen Sie unten ein neues Design aus und klicken Sie auf <STRONG>Theme abspeichern</STRONG>, das Design wird dann nur für Sie dauerhaft geändert.");
+define('MEMBER_THEME_LIST_USAGE', "Wählen Sie unten ein neues Design aus und klicken Sie auf <strong>Theme abspeichern</strong>, das Design wird dann nur für Sie dauerhaft geändert.");
define('MEMBER_THEME_SAVED', "Design gespeichert.");
define('TASK_NO_TITLE', "Aufgabe ohne SQL-Anweisungen");
define('UNCONFIRMED_LOCKED', "Noch zu best. Mails");
define('ADMIN_SUBMIT_BANNER', "Banner hinzufügen");
define('ADMIN_LIST_REFERRALS_1', "Referals des Mitgliedes ");
define('ADMIN_LIST_REFERRALS_2', " in erster Ebene");
-define('ADMIN_LIST_REFERRALS_NOTE', "<STRONG>Änderung:</STRONG> Klicken Sie die User-ID an und gelangen Sie zum Mitgliederprofil. Klicken Sie Anzahl Referals an, werden die Referals des jeweiligen Mitgliedes aufgelistet.");
+define('ADMIN_LIST_REFERRALS_NOTE', "<strong>Änderung:</strong> Klicken Sie die User-ID an und gelangen Sie zum Mitgliederprofil. Klicken Sie Anzahl Referals an, werden die Referals des jeweiligen Mitgliedes aufgelistet.");
define('ADMIN_NORMAL_MAIL_ALREADY_DELETED', "Mitglieder-Mail bereits gelöscht!");
define('INITIAL_RELEASE', "Erste Alpha-Version");
define('NO_UPDATE_NOTES', "Keine Update-Hinweise gefunden!");
// Language definitions
define('LANG_DOWN_MAINTAINCE', "System is down for maintenance.");
-define('LANG_MOD_REG_404_1', "Module <U>");
-define('LANG_MOD_REG_404_2', "</U> does not exists.");
+define('LANG_MOD_REG_404_1', "Module <u>");
+define('LANG_MOD_REG_404_2', "</u> does not exists.");
define('LANG_MOD_NOT_REG', " is not registered.");
define('LANG_UNKNOWN_MODULE', "Unknown module");
define('META_YOUR_NAME_1', "Your name here");
define('LANG_WARNING', "Warning");
define('DIE_CONFIG_CHANGED_YOU', "You have edited your config.php file! I'm out here...");
define('DIE_RUN_INSTALL_MYSQL', "Please run http://your-domain.com/install.php to setup your MySQL data.");
-define('WARN_NULL_PASSWORD', "You have a null-password! If you want to switch off this warning please have a look in <STRONG>inc/config.php</STRONG>.");
+define('WARN_NULL_PASSWORD', "You have a null-password! If you want to switch off this warning please have a look in <strong>inc/config.php</strong>.");
define('FATAL_CONFIG_WRITABLE', "Your file inc/config.php is writeable! This is a possible security risk.");
define('FATAL_CANNOT_WRITE_CONFIG', "Cannot write config data because I have no write permissions to inc/config.php.");
define('FATAL_ERROR', "Fatal error");
define('INSTALL_FINALIZER_FAILED', "While installtion unexpected errors occur! The finalizer cannt finish installation.");
define('INSTALL_MAYBE_DONE', "The installation is possibely completed or unexpected errros occur.");
define('INSTALL_FINISHED', "Installation is completed! :-)");
-define('INSTALL_FIN_SECU', "<STRONG><U>Security notes:</U></STRONG><br />Install a .htaccess file in directory inc and templates including all secondary directories.");
+define('INSTALL_FIN_SECU', "<strong><u>Security notes:</u></strong><br />Install a .htaccess file in directory inc and templates including all secondary directories.");
define('CONTINUE_ADMIN', "Continue to administrator's area...");
define('RUNTIME_PROBLEMS_DETECTED', "Runtime-problem detected!");
define('FATAL_INC_WRITABLE', "Directory inc is writeable! Please set the access rights to CHMOD 755.");
define('LANG_WRITE_FOOTER', "Display name, version and author of this script?");
define('LANG_FRAMESET_ACTIVE', "Enable frameset? If not a table-set will be used instead.");
define('MYSQL_ERRORS', "MySQL errors detected. Please correct first to continue.");
-define('LANG_MOD_UNKNOWN_1', "Unknown return-code <U>");
-define('LANG_MOD_UNKNOWN_2', "</U> detected!");
-define('LANG_MOD_LOCKED_1', "Selected module <U>");
-define('LANG_MOD_LOCKED_2', "</U> is locked!");
-define('ADMIN_UNKNOWN_ACTION_1', "Unknown administrator-action <U>");
-define('ADMIN_UNKNOWN_ACTION_2', "</U> detected. Please call this module correctly!");
-define('ADMIN_ACTION_404_1', "Administrator module for action <U>");
-define('ADMIN_ACTION_404_2', "</U> was not found on server.");
+define('LANG_MOD_UNKNOWN_1', "Unknown return-code <u>");
+define('LANG_MOD_UNKNOWN_2', "</u> detected!");
+define('LANG_MOD_LOCKED_1', "Selected module <u>");
+define('LANG_MOD_LOCKED_2', "</u> is locked!");
+define('ADMIN_UNKNOWN_ACTION_1', "Unknown administrator-action <u>");
+define('ADMIN_UNKNOWN_ACTION_2', "</u> detected. Please call this module correctly!");
+define('ADMIN_ACTION_404_1', "Administrator module for action <u>");
+define('ADMIN_ACTION_404_2', "</u> was not found on server.");
define('ADMIN_NOT_REGISTERED', "There is no administrator account created so far.");
define('ADMIN_REGISTER_NOW', "Please create an administrator account now:");
define('ADMIN_LOGIN', "Enter administrator login");
define('ADMIN_LOGOUT_FAILED', "Logout from admin-account failed! :-(");
define('ADMIN_RELOGIN_LINK', "Click here to re-login again.");
define('ADMIN_404_ACTION', "Admin-module not found!");
-define('ADMIN_404_ACTION_1', "Called admin-module <U>");
-define('ADMIN_404_ACTION_2', "</U> is well valid but it is not on this server.");
+define('ADMIN_404_ACTION_1', "Called admin-module <u>");
+define('ADMIN_404_ACTION_2', "</u> is well valid but it is not on this server.");
define('ALREADY_INSTALLED', "This script is already installed on this server. Please delete the whole installation system for your server. Don't worry you can do it...");
define('ADMIN_MAIN_TITLE', "Welcome to the administration area");
define('YOU_ARE_HERE', "You are here:");
define('EDIT_MENUS', "Edit menus");
define('DEL_MENUS', "Delete menus");
define('EDIT_ADMIN_MENU', "Edit admin menu entries");
-define('EDIT_MENU_1', "<STRONG>");
-define('EDIT_MENU_2', "</STRONG> menu entr(y/ies) shall be edited:");
+define('EDIT_MENU_1', "<strong>");
+define('EDIT_MENU_2', "</strong> menu entr(y/ies) shall be edited:");
define('ENTRY_MODIFY', "Entry");
define('SUBMIT_CHANGES', "Submit changes");
-define('ENTRY_404_1', "Entry <I>");
-define('ENTRY_404_2', "</I> was not found!");
+define('ENTRY_404_1', "Entry <em>");
+define('ENTRY_404_2', "</em> was not found!");
define('EDIT_UNKNOWN_OKAY', "An unknown action was performed.");
define('SAVING_DATA', "Saving data");
define('SAVING_DONE', "finished!");
define('DEL_ADMIN_MENU', "Admin-Menüeinträge löschen");
-define('DEL_MENU_1', "<STRONG>");
-define('DEL_MENU_2', "</STRONG> menu entr(y/ies) shall be deleted:");
+define('DEL_MENU_1', "<strong>");
+define('DEL_MENU_2', "</strong> menu entr(y/ies) shall be deleted:");
define('DEL_ENTRIES', "Remove entries permanently");
define('EDIT_ACTION', "Change action value");
define('EDIT_WHAT', "Change sub action");
define('REFID_BY', "You are advertised by");
define('TERMS_OF_USAGE', "Accept T&C and submit form");
define('YOU_FINALIZE', "You have nearly filled out this form!");
-define('AGREE_TO_THIS', "Do you accep our [<A href=\"{!URL!}/agb.php\" class=\"register_term\" target=\"_blank\">Terms And Conditions</A>] ?");
+define('AGREE_TO_THIS', "Do you accep our [<a href=\"{!URL!}/agb.php\" class=\"register_term\" target=\"_blank\">Terms And Conditions</a>] ?");
define('SUBMIT_REGISTER', "Submit registration form");
define('HAVE_TO_AGREE', "You have to accept our Terms And Conditions you cannot join this mail exchange!");
define('ENTER_BOTH_PASSWORDS', "Please enter a password by your choice twice.");
define('MIN_PASS_LENGTH', "Minimum password length");
define('SETTINGS_NOT_SAVED', "Settings are NOT saved/changed!");
define('SETTINGS_SAVED', "Settings saved.");
-define('FATAL_CANNOT_LOAD_CONFIG', "Cannot load base configuration! A possible reason for this message is that the webmaster is setting up this mail exchange. Please come back later again.");
+define('FATAL_CANNOT_LOAD_CONFIG', "Cannot load base configuration! a possible reason for this message is that the webmaster is setting up this mail exchange. Please come back later again.");
define('ADMIN_INVALID_ACTION', "Invalid combination of action/what detected! Please click on Home to continue.");
-define('ADMIN_INVALID_ACTION_1', "Your combination action/what <U>");
-define('ADMIN_INVALID_ACTION_2', "</U> is invalid!");
+define('ADMIN_INVALID_ACTION_1', "Your combination action/what <u>");
+define('ADMIN_INVALID_ACTION_2', "</u> is invalid!");
define('SHORT_PASS', "Your entered password is to short to match with our security conditions. Mimum length is");
define('EDIT_POINTS_SETTINGS', "Edit welcome credit and other {!POINTS!}");
define('POINTS_REGISTER', "Wecome credit");
define('YOUR', "your");
define('TEAM', "team");
define('HELLO_ADMIN', "Hello administrator");
-define('ADMIN_GUEST_REGISTERED_WITH_US', "A guest has registered with our service.");
+define('ADMIN_GUEST_REGISTERED_WITH_US', "a guest has registered with our service.");
define('ADMIN_GUEST_PERSONA_DATA', "Here you can verify his personal data");
define('ADMIN_THANX', "Best regards,");
define('SCRIPT', "Script");
define('REGISTRATION_DONE', "Registration is done. An email is on its way to you.");
define('GUEST_404_ACTION', "The action module <u>%s</u> does not exist or this script makes a boo-boo!");
define('GUEST_LOCKED_ACTION', "Action module is locked.");
-define('FATAL_REPORT_ERRORS', "A fatal error ocurs while runtime. If a module is locked we are working on it othervice please contact us!");
+define('FATAL_REPORT_ERRORS', "a fatal error ocurs while runtime. If a module is locked we are working on it othervice please contact us!");
define('TEMPLATE_404', "Template not found.");
define('EDIT_GUEST_MENU', "Edit guest menu");
define('EDIT_MEMBER_MENU', "Edit member menu");
define('HOLIDAY_NO_DIRECT_CALL', "Bite rufen Sie dieses Script über Auflisten auf.");
define('HOLIDAY_ADMIN_DEL_LINK', "Urlaub beenden");
define('HOLIDAY_ADMIN_SINGLE_DELETED', "Urlaub eines Mitgliedes beendet!");
-define('HOLIDAY_ADMIN_MULTI_DEL_1', "Urlaub von <U>");
-define('HOLIDAY_ADMIN_MULTI_DEL_2', "</U> Mitglied(-ern) beendet!");
+define('HOLIDAY_ADMIN_MULTI_DEL_1', "Urlaub von <u>");
+define('HOLIDAY_ADMIN_MULTI_DEL_2', "</u> Mitglied(-ern) beendet!");
define('HOLIDAY_ADMIN_CONFIG_HEADER', "Einstellungen an der Urlaubsschaltung");
define('HOLIDAY_ADMIN_MAX_HOLIDAY', "Maximale beantragbare Urlaubszeit");
define('HOLIDAY_IS_ACTIVATED_NOW', "Ihre Urlaubsschaltung wurde jetzt aktiviert. Sie können keine Mails mehr buchen!");
define('HOLIDAY_ORDER_NOT_POSSIBLE', "Sie können keine Mails versenden, da Ihre Urlaubsschaltung aktiviert ist!");
define('HOLIDAY_MEMBER_TLOCK', "Urlaubsschaltung eingerichtet");
define('HOLIDAY_MEMBER_LOCKED', "Sie können derzeit Ihre Urlaubsschaltung nicht wieder deaktivieren, da Sie diese erst vor Kurzem aktiviert haben.");
-define('HOLIDAY_MEMBER_ORDER_1', "Sie können derzeit Ihre Urlaubsschaltung nicht verändern, da Ihre letzte Mailbuchung zu kurz her ist! Letzte Buchung: <U>");
-define('HOLIDAY_MEMBER_ORDER_2', "</U>");
+define('HOLIDAY_MEMBER_ORDER_1', "Sie können derzeit Ihre Urlaubsschaltung nicht verändern, da Ihre letzte Mailbuchung zu kurz her ist! Letzte Buchung: <u>");
+define('HOLIDAY_MEMBER_ORDER_2', "</u>");
define('HOLIDAY_ADMIN_SINGLE_404', "Urlaubsschaltung nicht mehr vorhanden, oder veralteter Link!");
define('HOLIDAY_ADMIN_LOCKED', "Dauer bis Urlaubsschaltung aufgehoben werden kann");
define('HOLIDAY_ADMIN_MODE', "Zeitpunkt der Abarbeitung der Urlaubsschaltungen");
}
// Language definitions
-define('ADMIN_HTML_DOWNLOAD_CLASS', "Bitte laden Sie sich die Klasse <A href=\"".DEREFERER("https://sourceforge.net/projects/phpmailer/")."\" target=\"_blank\">PHPMailer</A> herunter, um diese Funktion nutzen zu können!");
+define('ADMIN_HTML_DOWNLOAD_CLASS', "Bitte laden Sie sich die Klasse <a href=\"".DEREFERER("https://sourceforge.net/projects/phpmailer/")."\" target=\"_blank\">PHPMailer</a> herunter, um diese Funktion nutzen zu können!");
define('MEMBER_HTML_INTRO', "HTML-Emfpang - Einstellung");
define('MEMBER_HTML_TEXT', "In unserem {!MT_WORD!} ist das Empfangen von HTML-Mails nun möglich. Gleichzeitig können Sie auch selber HTML-Mails versenden. Möchten Sie dies beides nutzen?");
define('MEMBER_HTML_ORDER_INTRO', "HTML- oder normale Text-Mails versenden?");
define('MT_WORD2', "Mailtausches");
define('INSTALLATION_OF_MXCHANGE', "Installation von MXChange-{!MT_WORD!}-Script");
define('INSTALL_MISSING_DUMPS', "Die SQL-Dumps wurden nicht gefunden! Diese sollten auch mit hochgeladen werden und lesbar sein (CHMOD 644).");
-define('INSTALL_ENABLE_BACKLINK', "Backlink (=Rückverlinkung zu mxchange.org setzen?) <EM>rel="external"</EM> ist gesetzt. Bitte nicht den Backlink einbauen, und <STRONG>nofollow</STRONG> verwenden! Das schadet allen.");
+define('INSTALL_ENABLE_BACKLINK', "Backlink (=Rückverlinkung zu mxchange.org setzen?) <EM>rel="external"</EM> ist gesetzt. Bitte nicht den Backlink einbauen, und <strong>nofollow</strong> verwenden! Das schadet allen.");
define('WRONG_PAGE', "Sie oder dieses Script haben eine falsche Seite ausgewählt!");
define('WELCOME_TEXT', "Willkommen zum Installationsscript von MXChange-{!MT_WORD!}, dem kostenlosen {!MT_WORD!} Powered by MyAutoInstaller-Community!");
define('INTRO_TEXT', "Dieses Script wird den {!MT_WORD!} für Sie soweit installieren, die Datenbank einrichten und vorkonfigurieren.<br />Sie werden während der Installation Schritt-Für-Schritt durch die Installation gebracht! Bitte halten Sie die MySQL-Daten, sowie den absoluten Server-Pfad bereit!<br />Nach erfolgreicher Installation sollten Sie als nächstes das erste Administrator-Login einrichten. Anschliessend können Sie sich einloggen und weitere Einstellungen verfeinern.<br />Wir empfehlen dann alle Installationsdateien von Ihrem Server zu löschen.");
define('HEADER_TEXT_PAGE4', "Cascading Stylesheet-Datei");
define('HEADER_TEXT_PAGE5', "Verschiedene Einstellungen");
define('HEADER_MYSQL_ERRORS', "Fehler beim Verbinden zur MySQL-Datenbank!");
-define('TEXT_PAGE_1', "Geben Sie hier den absoluten Server-Pfad (/ihr/server/pfad/) <STRONG>mit</STRONG> abschliessendem Slash (/), die Basis-URL (vorgegebene stimmt meistens) und den Titel Ihres {!MT_WORD2!} ein.");
+define('TEXT_PAGE_1', "Geben Sie hier den absoluten Server-Pfad (/ihr/server/pfad/) <strong>mit</strong> abschliessendem Slash (/), die Basis-URL (vorgegebene stimmt meistens) und den Titel Ihres {!MT_WORD2!} ein.");
define('TEXT_PAGE_2', "Geben Sie hier die Daten vom MySQL-Server ein, die Ihnen vom Hoster mitgeteilt wurden. Es wird dann anschliessend versucht, eine Testverbindung aufzubauen.");
define('TEXT_PAGE_3', "Geben Sie hier die Ihre Zugangsdaten zum SMTP-Server (ausgehender Mailserver) ein, wenn der mail()-Befehl auf Ihrem Server deaktiviert sein sollte. Oder lassen Sie alle Felder leer für Standart-Einstellungen.");
define('TEXT_PAGE_4', "Geben Sie hier die URL Ihrer hochgeladenen CSS-Datei an. Wenn Sie die bestehende Standart-Datei verwenden möchten, so klicken Sie einfach auf Weiter.");
define('USERS_UNCONFIRMED', "Auf Freischaltung wartend");
define('USERS_LOCKED', "Gesperrte Accounts");
define('USER_MT_START', "Start dieses {!MT_WORD2!}");
-define('USER_MT_PROJECTED_1', "Voraussichtlich: Am <STRONG>");
-define('USER_MT_PROJECTED_2', "</STRONG> werden wir <STRONG>");
-define('USER_MT_PROJECTED_3', "</STRONG> Mitglieder erreicht haben!");
-define('USER_PROJECTION_UNKNOWN', "<I>unbekanntes Datum</I>");
+define('USER_MT_PROJECTED_1', "Voraussichtlich: Am <strong>");
+define('USER_MT_PROJECTED_2', "</strong> werden wir <strong>");
+define('USER_MT_PROJECTED_3', "</strong> Mitglieder erreicht haben!");
+define('USER_PROJECTION_UNKNOWN', "<em>unbekanntes Datum</em>");
//
?>
define('NICKNAME_ALREADY_IN_USE', "Der von Ihnen eingegebene Nickname wird bereits verwendet!");
define('NICKNAME_SAVED', "Nickname wurde gespeichert.");
define('GUEST_ENTER_LOGIN_NICKNAME', "Nickname o. Login-ID");
-define('NICKNAME_ALLOWED_CHARS', "Erlaubte Zeichen: <STRONG>{!__NICKNAME_LANG_CHARS!}</STRONG>");
+define('NICKNAME_ALLOWED_CHARS', "Erlaubte Zeichen: <strong>{!__NICKNAME_LANG_CHARS!}</strong>");
define('NICKNAME_IS_INVALID', "Ungütige Zeichen im Nicknamen gefunden oder ist zu kurz!");
define('NICKNAME_YOUR_REFLINK', "Ihr Nickname-Reflink");
define('NO_NICKNAME_SET', "Sie haben noch keinen Nickname eingerichtet! Damit können Sie sich alternativ zur User-ID einloggen.");
define('ORDER_MIN_RECEIVER_PER_ORDER', "Minimale Empfänger pro Mailbuchung");
define('ORDER_ADMIN_MAX', "So viele wie möglich.");
define('ORDER_ADMIN_ORDER', "So viele wie auf Empfang eingestellt.");
-define('ORDER_ALLOWED_RECEIVE_1', "Sie können heute noch <STRONG>");
-define('ORDER_ALLOWED_RECEIVE_2', "</STRONG> von <STRONG>");
-define('ORDER_ALLOWED_RECEIVE_3', "</STRONG> Mailbuchungen aufgeben.");
+define('ORDER_ALLOWED_RECEIVE_1', "Sie können heute noch <strong>");
+define('ORDER_ALLOWED_RECEIVE_2', "</strong> von <strong>");
+define('ORDER_ALLOWED_RECEIVE_3', "</strong> Mailbuchungen aufgeben.");
define('MEMBER_ORDER_MAX_ALLOWED', "Maximale Mailbuchungen");
define('ORDER_ALLOED_MAX', "Sie können solange Mailbuchungen aufgeben, bis alle Mitglieder nicht mehr empfangsbereit sind.");
define('ORDER_ALLOWED_UNKNOWN', "Fehler in Konfiguration erkannt! Bitte den Administrator benachrichtigen.");
define('ADMIN_PAYOUT_YOUR_ACCOUNT', "Ihre Account-ID");
define('ADMIN_PAYOUT_YOUR_PASSWORD', "Passwort");
define('ADMIN_PAYOUT_YOUR_URL', "URL zum ext. Script");
-define('ADMIN_PAYOUT_YOUR_URL_NOTE', "<FONT class=\"admin_note\">
+define('ADMIN_PAYOUT_YOUR_URL_NOTE', "<div class=\"admin_note\">
Wobei $fuid/$fpass und $f/$fpass die Logindaten sind und $points die zu übberweisenden {!POINTS!} sind:<br />
http://url/engine.php?action=trans&from_uid=$fuid&from_pass=$fpass&to_uid=$tuid&to_pass=$tpass&points=$points<br />
-</FONT>");
+</div>");
define('ADMIN_PAYOUT_YOUR_RET_DONE', "Return-Code: Erfolgreich");
define('ADMIN_PAYOUT_YOUR_RET_FAILED', "Return-Code: Fehlgeschlagen");
define('ADMIN_PAYOUT_OPTIONAL_SETTINGS', "Optionale Einstellungen");
define('ADMIN_TASK_IS_PAYOUT_REQUEST', "Auszahlungsanfrage");
define('ADMIN_PAYOUT_LIST_REQUESTS', "Jetzt alle Auszahlungsanfragen auflisten.");
define('PAYOUT_ADMIN_LIST_PAYOUTS', "Alle Auszahlungen nach Mitgliedern auflisten");
-define('PAYOUT_DELETE_ALL_REQUESTS', "Alle Anfragen <STRONG>*SOFORT*</STRONG> löschen");
+define('PAYOUT_DELETE_ALL_REQUESTS', "Alle Anfragen <strong>*SOFORT*</strong> löschen");
define('PAYOUT_TOTAL_PAYOUT', "Gesamtbetrag");
define('PAYOUT_TARGET_ACCOUNT2', "Ziel-Account");
define('PAYOUT_TARGET_BANK2', "Ziel-Bank");
define('PRIMERA_ADMIN_API_NAME', "Primus-Nickname");
define('PRIMERA_ADMIN_API_MD5', "Primera-Passwort (Wird als MD5-Hash gespeichert)");
define('PRIMERA_ADMIN_API_REFID', "Primus-Referal-ID (???)");
-define('PRIMERA_ADMIN_CONFIG_NOTE', "<A href=\"http://www.primusportal.de/r/Quix0r\" target=\"_blank\">Hier</A> können Sie sich ein Primus-Portal-Account holen. <strong>Geben Sie immer Ihren Usernamen von Primus-Portal ein und überprüfen Sie diesen mehrmals! Er wird zum Überweisen von Primera benötigt.");
+define('PRIMERA_ADMIN_CONFIG_NOTE', "<a href=\"http://www.primusportal.de/r/Quix0r\" target=\"_blank\">Hier</a> können Sie sich ein Primus-Portal-Account holen. <strong>Geben Sie immer Ihren Usernamen von Primus-Portal ein und überprüfen Sie diesen mehrmals! Er wird zum Überweisen von Primera benötigt.");
define('PRIMERA_ADMIN_NO_TRANSFERS', "Derzeit keine Primera transferiert!");
define('PRIMERA_ADMIN_ACCOUNT', "Account bei Primus-Portal");
define('PRIMERA_ADMIN_TRANSFERED', "Primera transferiert");
define('PRIMERA_API_REQUEST_DATA_INVALID', "Interner Fehler: Abfragedaten sind defekt!");
define('PRIMERA_API_REQUEST_DATA_MISSING', "Interner Fehler: Abfragedaten sind nicht komplett!");
define('PRIMERA_API_REQUEST_ERROR', "Abfragefehler: <span class=\"data\">%s</span>");
-define('PRIMERA_API_REQUEST_FAILED', "Unbekannter Fehler <span class=\"data\">%s</span> von API erhalten! Bitte im [<A href=\"http://bugs.mxchange.org\" target=\"_blank\" title=\"Direktlink zum Bug-Tracker\">Bug-Tracker posten</A>], den Fehlercode nennen und wie es dazu gekommen ist.");
-define('PRIMERA_API_REQUEST_FAILED_AUTH', "Authorisierung an API fehlgeschlagen! Bitte Primera-Nickname und Passwort überprüfen. [<A href=\"http://www.primusportal.de/\" target=\"_blank\" title=\"Direkt zum Primus-Exportaccount\">Hier</A>] direkt zum Primera-Account. Sie benötigen Ihren Usernamen und Passwort!");
+define('PRIMERA_API_REQUEST_FAILED', "Unbekannter Fehler <span class=\"data\">%s</span> von API erhalten! Bitte im [<a href=\"http://bugs.mxchange.org\" target=\"_blank\" title=\"Direktlink zum Bug-Tracker\">Bug-Tracker posten</a>], den Fehlercode nennen und wie es dazu gekommen ist.");
+define('PRIMERA_API_REQUEST_FAILED_AUTH', "Authorisierung an API fehlgeschlagen! Bitte Primera-Nickname und Passwort überprüfen. [<a href=\"http://www.primusportal.de/\" target=\"_blank\" title=\"Direkt zum Primus-Exportaccount\">Hier</a>] direkt zum Primera-Account. Sie benötigen Ihren Usernamen und Passwort!");
define('PRIMERA_API_REQUEST_FAILED_USER', "Useraccount nicht gefunden oder Primera-Passwort ist ungültig!");
define('PRIMERA_API_REQUEST_FAILED_OWN', "Überweisung an eigenes Account nicht möglich.");
define('PRIMERA_API_REQUEST_FAILED_AMOUNT', "Konto weist nicht genügend Deckung auf.");
define('PRIMERA_MEMBER_PAYOUT_MIN_POINTS', "Mindestens auszuzahlendes Primera-Guthaben");
define('PRIMERA_MEMBER_PAYOUT_SUBMIT', "Auszahlung durchführen");
define('PRIMERA_MEMBER_PAYOUT_NOTE', "Ihr Primera-Passwort wird bei {!MAIN_TITLE!} nicht gespeichert. Bitte bei Primera-Betrag nur gerade Beträge eingeben! Überprüfen Sie vor dem Absenden Ihren Primus-Usernamen.");
-define('PRIMERA_MEMBER_NICKNAME', "Username bei Primus-Portal: [<A href=\"http://www.primusportal.de/lost_password.php\" target=\"_blank\">Vergessen?</A>]");
-define('PRIMERA_MEMBER_PASSWORD', "Primera-Passwort (nicht Accountpasswort!): [<A href=\"http://www.primusportal.de/lost_password.php\" target=\"_blank\">Vergessen?</A>]");
+define('PRIMERA_MEMBER_NICKNAME', "Username bei Primus-Portal: [<a href=\"http://www.primusportal.de/lost_password.php\" target=\"_blank\">Vergessen?</a>]");
+define('PRIMERA_MEMBER_PASSWORD', "Primera-Passwort (nicht Accountpasswort!): [<a href=\"http://www.primusportal.de/lost_password.php\" target=\"_blank\">Vergessen?</a>]");
define('PRIMERA_MEMBER_AMOUNT', "Zu überweisenden Betrag eingeben:");
define('PRIMERA_MEMBER_MODE_INVALID', "Ungültiger Modus <span class=\"data\">%s</span> erkannt! Bitte links im Menü fortfahren.");
define('PRIMERA_MEMBER_EMPTY_USERNAME', "Sie haben Ihren Primus-Usernamen nicht eingegeben.");
define('RALLYE_TEMPLATE', "Template (anstelle freien HTML-Codes)");
define('RALLYE_PROBLEM_CREATE', "Problem beim Erzeugen der Rallye!");
define('RALLYE_NO_RALLYES_SETUP', "Bitte fügen Sie zuerst eine neue Rallye hinzu.");
-define('RALLYE_CONFIG_PRICES_1', "Preise einrichten für Rallye <U>");
-define('RALLYE_CONFIG_PRICES_2', "</U>");
+define('RALLYE_CONFIG_PRICES_1', "Preise einrichten für Rallye <u>");
+define('RALLYE_CONFIG_PRICES_2', "</u>");
define('RALLYE_PRICE_LEVEL', "Platz eingeben (1, 2, 3, usw.)");
define('RALLYE_PRICE_POINTS', "Preis in {!POINTS!}");
-define('RALLYE_PRICE_INFOS', "Preisbeschreibung (<FONT class=\"tiny\">Sie können auch nur die Beschreibung eingeben!</FONT>)");
+define('RALLYE_PRICE_INFOS', "Preisbeschreibung (<div class=\"tiny\">Sie können auch nur die Beschreibung eingeben!</div>)");
define('RALLYE_PRICE_ALREADY_FOUND', "Sie haben bereits für diesen Platz einen Preis vergeben oder ist identisch mit anderen Preisen!");
define('RALLYE_PRICE_LEVEL_SAVED', "Preis wurde hinzugefügt.");
define('RALLYE_EDIT_DEL_PRICES', "Ändern und Löschen von Rallye-Preisen");
define('RALLYE_MEMBER_NOTIFY', "REF-RALLYE GESTARTET: ");
define('RALLYE_ADMIN_NOTIFY', "Neue Ref-Rallye: ");
define('RALLYE_ADMIN_USERS_404', "Zur ausgewählten Rallye sind noch keine Mitglieder hinzugefügt worden!");
-define('RALLYE_LIST_USERS_1', "Teilnehmende Mitglieder an der Rallye <U>");
-define('RALLYE_LIST_USERS_2', "</U>");
+define('RALLYE_LIST_USERS_1', "Teilnehmende Mitglieder an der Rallye <u>");
+define('RALLYE_LIST_USERS_2', "</u>");
define('RALLYE_OLD_REFS', "Refs vor Rallye");
define('RALLYE_NEW_REFS', "Neue Refs");
define('RALLYE_STOP_AUTO_ADD_NOW', "Auto-Beitreten neuer Mitglieder deaktivieren");
define('ADMIN_TASK_IS_RALLYE_EXPIRED', "Rallye wurde beendet");
define('ADMIN_TASK_IS_RALLYE_PURGED', "Rallye wurde gelöscht");
define('RALLYE_LIST_USERS', "Alle teilnehmenden Mitglieder auflisten.");
-define('RALLYE_REF_POINTS_NOTE', "Die {!POINTS!} in der Spalte <U>Verdienst durch Refs</U> geben den Verdienst in erster Ebene vor der Rallye an und wird sich bis Ende der Rallye nicht verändern.");
+define('RALLYE_REF_POINTS_NOTE', "Die {!POINTS!} in der Spalte <u>Verdienst durch Refs</u> geben den Verdienst in erster Ebene vor der Rallye an und wird sich bis Ende der Rallye nicht verändern.");
define('RALLYE_MIN_USERS', "Gesamtzahl der Mitglieder, ab der Rallye automatisch endet.");
define('RALLYE_MIN_PRICES', "Mindestens zu belegende Plätze");
define('RALLYE_MIN_USERS_MINI', "Mitgliederanzahl erreicht");
define('REGISTER_CITY_REQUIRED', "Bitte geben Sie den Wohnort ein.");
define('CNTRY', "Ländercode");
define('ADMIN_CFG_REGISTER_DEFAULT', "Standart-Vorauswahl in der Kategorienliste einstellen auf Ja/Nein");
-define('ADMIN_CFG_REGISTER_DISPLAY_REFID', "Soll die Ref-ID angezeigt werden? <FONT class=\"admin_note\">(Nein = ID wird editierbar!)</FONT>");
+define('ADMIN_CFG_REGISTER_DISPLAY_REFID', "Soll die Ref-ID angezeigt werden? <div class=\"admin_note\">(Nein = ID wird editierbar!)</div>");
//
?>
// Language definitions
define('ADMIN_REPAIR_CATS_NOTHING', "Keine Kategorie-Auswahlenn gefunden! Vermutlich sind keine Mitglieder registriert?");
-define('ADMIN_REPAIR_ENTRIES_FIXED_1', "Es wurden <STRONG>");
-define('ADMIN_REPAIR_ENTRIES_FIXED_2', "</STRONG> Einträge repariert!");
+define('ADMIN_REPAIR_ENTRIES_FIXED_1', "Es wurden <strong>");
+define('ADMIN_REPAIR_ENTRIES_FIXED_2', "</strong> Einträge repariert!");
define('ADMIN_REPAIR_NOTHING_FIXED', "Es wurden keine Einträge repariert!");
//
define('MODULE_SKIPPED', "Modul wird ausgeblendet");
define('ADMIN_CONFIG_REWRITE_NOTE', "Stellen Sie hier die Module ein, die von der Rewrite-Engine nicht<br />
auf die suchmaschienenoptimierten URLs umgeschrieben werden sollen.<br />
-Das Modul <U>admin</U> sollten Sie *KEINES FALLS* aus der Liste enfernen!");
+Das Modul <u>admin</u> sollten Sie *KEINES FALLS* aus der Liste enfernen!");
//
?>
define('SPONSOR_ENTER_POINTS', "Guthaben an {!POINTS!} zum Starten");
define('ADD_SPONSOR', "Sponsor hinzufügen");
define('ADMIN_SPONSOR_COMPANY_NOTE', "Wenn Sie eine Privatperson anmelden wollen, lassen Sie bitte die folgenden drei Felder einfach leer!");
-define('SPONSOR_DATA_NOT_SAVED', "Sponsorendaten wurden <U>nicht</U> gespeichert.");
+define('SPONSOR_DATA_NOT_SAVED', "Sponsorendaten wurden <u>nicht</u> gespeichert.");
define('ADMIN_SPONSOR_REALLY_ADD_SPONSOR', "Sponsor existiert bereits!");
-define('ADMIN_SPONSOR_DO_YOU_REALLY_WANT_ADDING', "Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <B>{!__EMAIL!}</B>. Wollen Sie ihn dennoch hinzufügen?");
+define('ADMIN_SPONSOR_DO_YOU_REALLY_WANT_ADDING', "Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <strong>{!__EMAIL!}</strong>. Wollen Sie ihn dennoch hinzufügen?");
define('ADMIN_SPONSOR_ADDED', "Sponsor wurde hinzugefügt.");
define('ADMIN_SPONSOR_UPDATED', "Sponsordaten wurden aktualisiert.");
define('ADMIN_SPONSOR_FAILED', "Konnte Daten nichtn speichern!");
define('ADMIN_SPONSOR_NONE_PENDING', "Kein Sponsorenaccount wartet auf Freischaltung.");
define('SPONSOR_CREATED', "Angelegt");
define('SPONSOR_UNLOCK', "Sponsoren freischalten");
-define('ADMIN_SPONSOR_UNLOCK_NOTES', "Wichtig: Schalten Sie nur Sponsoren frei, wenn diese auch bezahlt haben! Das Script wird dann den Status auf <U>Bezahlt</U> setzen.");
+define('ADMIN_SPONSOR_UNLOCK_NOTES', "Wichtig: Schalten Sie nur Sponsoren frei, wenn diese auch bezahlt haben! Das Script wird dann den Status auf <u>Bezahlt</u> setzen.");
define('ADMIN_SPONSOR_UNLOCK_TITLE', "Sponsorenaccounts freischalten");
define('ADMIN_SPONSOR_NONE_SELECTED_UNLOCK', "Keinen Sponsor zum Freischalten ausgewählt!");
define('SPONSOR_NO_ADMIN', "Ihrer Bestellung wurde keinem Administrator zugewiesen!");
define('ADMIN_LIST_SPONSOR_ACCOUNTS', "Alle Sponsoren auflisten");
define('SPONSOR_POINTS_LEFT', "Restguthaben");
define('ADMIN_LIST_SPONSOR_NOTES', "Klicken Sie auf die ID-Nummer, um weitere Details zu sehen und um weitere Aktionen am Sponsorenaccount durchführen zu können! Klicken Sie auf das Restguthaben an {!POINTS!}, um dem jeweiligen Sponsor mehr {!POINTS!} aufzubuchen.");
-define('ADMIN_SPONSOR_404_1', "Sponsorenaccount <U>");
-define('ADMIN_SPONSOR_404_2', "</U> nicht gefunden!");
-define('ADMIN_SPONSOR_REFS_404_1', "Der Sponsor <U>");
-define('ADMIN_SPONSOR_REFS_404_2', "</U> hat keine Referals!");
+define('ADMIN_SPONSOR_404_1', "Sponsorenaccount <u>");
+define('ADMIN_SPONSOR_404_2', "</u> nicht gefunden!");
+define('ADMIN_SPONSOR_REFS_404_1', "Der Sponsor <u>");
+define('ADMIN_SPONSOR_REFS_404_2', "</u> hat keine Referals!");
define('ADMIN_SPONSOR_DETAILS', "Datenblatt eines Sponsors");
define('ADMIN_SPONSOR_COMPANY_DATA', "Firmendaten des Sponsors");
define('ADMIN_SPONSOR_PERSONA_DATA', "Persönliche Daten des Sponsors");
define('SPONSOR_ID', "Sponsor-ID");
define('SPONSOR_STATUS', "Sponsor-Status");
define('SPONSOR_REFERRALS', "Sponsoren geworben");
-define('ADMIN_INVALID_MODE_1', "Ungütiger Modus <U>");
-define('ADMIN_INVALID_MODE_2', "</U> angegeben!");
-define('ADMIN_TPL_404_1', "Modus-Template <U>");
-define('ADMIN_TPL_404_2', "</U> nicht gefunden!");
+define('ADMIN_INVALID_MODE_1', "Ungütiger Modus <u>");
+define('ADMIN_INVALID_MODE_2', "</u> angegeben!");
+define('ADMIN_TPL_404_1', "Modus-Template <u>");
+define('ADMIN_TPL_404_2', "</u> nicht gefunden!");
define('ADMIN_ADD_POINTS_TO_SPONSOR', "{!POINTS!} gutschreiben");
define('ADMIN_SUB_POINTS_FROM_SPONSOR', "{!POINTS!} abziehen");
define('ADMIN_SUM_SPONSOR_POINTS', "Summe {!POINTS!}");
define('ADMIN_SPONSOR_POINTS_ADDED', "{!POINTS!} wurden gutgeschrieben.");
define('ADMIN_SPONSOR_POINTS_SUBTRACTED', "{!POINTS!} wurden abgezogen.");
define('ADMIN_SPONSPOR_CANNOT_LOCK_PENDING_UNCINFIRMED_ACCOUNTS', "Sie können keine auf Freischaltung wartende oder unbestätigte Accounts sperren/freigeben!");
-define('ADMIN_HEADER_DEL_SPONSOR_1', "Sponsorenaccount <U>");
-define('ADMIN_HEADER_DEL_SPONSOR_2', "</U> löschen");
-define('ADMIN_TEXT_DEL_SPONSOR_1', "Möchten Sie den Sponsoren <B>");
-define('ADMIN_TEXT_DEL_SPONSOR_2', "</B> mit samt aller seiner Bestellungen unwiederruflich löschen?");
-define('SPONSOR_DELETED_1', "Sponsorenaccount <U>");
-define('SPONSOR_DELETED_2', "</U> entfernt.");
+define('ADMIN_HEADER_DEL_SPONSOR_1', "Sponsorenaccount <u>");
+define('ADMIN_HEADER_DEL_SPONSOR_2', "</u> löschen");
+define('ADMIN_TEXT_DEL_SPONSOR_1', "Möchten Sie den Sponsoren <strong>");
+define('ADMIN_TEXT_DEL_SPONSOR_2', "</strong> mit samt aller seiner Bestellungen unwiederruflich löschen?");
+define('SPONSOR_DELETED_1', "Sponsorenaccount <u>");
+define('SPONSOR_DELETED_2', "</u> entfernt.");
define('GUEST_SPONSOR_TITLE', "Anmeldung als Sponsor");
-define('GUEST_SPONSOR_TEASER_1', "Melden Sie sich als Sponsor von <STRONG>{!MAIN_TITLE!}</STRONG> an! Hier bekommen Sie für Ihr Geld die Zielgruppe, die Sie auch auf Ihren Produktseiten haben wollen!");
+define('GUEST_SPONSOR_TEASER_1', "Melden Sie sich als Sponsor von <strong>{!MAIN_TITLE!}</strong> an! Hier bekommen Sie für Ihr Geld die Zielgruppe, die Sie auch auf Ihren Produktseiten haben wollen!");
define('GUEST_SPONSOR_TEASER_2', "Alles inklusiv: Ausführliche Statistiken (auch per Mail im gewünschten Zeitabstand) und einfache Verwaltung Ihrer {!POINTS!} mit nur wenigen Klicks!");
define('GUEST_SPONSOR_TEASER_3', "Werden Sie Sponsor und melden Sie sich noch heute an!");
define('SPONSOR_ENTER_COMPANY_DATA', "Daten zum Unternehmen");
define('SPONSOR_PAYTYPE_VALUE', "Bestellwert");
define('SPONSOR_PAYTYPE_COUNT', "Bestellmenge");
define('GUEST_SPONSOR_RECEIVE_WARNINGS', "Bei Datenänderung eine Bestätigung per Mail erhalten?");
-define('SPONSOR_ACCEPT_TERMS', "Ich/wir habe/n die [<B><A href=\"{!URL!}/modules.php?module=index&what=sponsor_agb\" target=\"_blank\">AGBs</A></B>] gelesen und akzeptiert.");
+define('SPONSOR_ACCEPT_TERMS', "Ich/wir habe/n die [<strong><a href=\"{!URL!}/modules.php?module=index&what=sponsor_agb\" target=\"_blank\">AGBs</a></strong>] gelesen und akzeptiert.");
define('SPONSOR_TERMS_HEADER', "Allgemeine Geschäftsbedingungen");
// Add payment types
define('SPONSOR_PAYTYPE_MIN_COUNT', "Bestellmenge");
define('SPONSOR_PAYTYPE_CURRENCY', "Währung");
define('SPONSOR_ADD_PAYTYPES_NOTES', "Hinweise zu den Buchungspaketen");
-define('SPONSOR_PAYTYPE_NAME_NOTE', "Geben Sie eine passende Bezeichnung zum Buchungspaket ein (z.B. <B>Spar-Paket</B>)");
+define('SPONSOR_PAYTYPE_NAME_NOTE', "Geben Sie eine passende Bezeichnung zum Buchungspaket ein (z.B. <strong>Spar-Paket</strong>)");
define('SPONSOR_PAYTYPE_RATE_NOTE', "Wie viele {!POINTS!} soll der Sponsor für z.B. 1 € bekommen?");
-define('SPONSOR_PAYTYPE_MIN_COUNT_NOTE', "Und wie oft soll dieses Buchungspaket <B>mindestens</B> eingekauft werden? (meistens einmal)");
+define('SPONSOR_PAYTYPE_MIN_COUNT_NOTE', "Und wie oft soll dieses Buchungspaket <strong>mindestens</strong> eingekauft werden? (meistens einmal)");
define('SPONSOR_PAYTYPE_CURRENCY_NOTE', "Währung des Geldbetrages, die der Sponsor an Sie überweisen soll.");
-define('SPONSOR_ADMIN_PAYTYPE_ALREADY_1', "Buchungspaket <U>");
-define('SPONSOR_ADMIN_PAYTYPE_ALREADY_2', "</U> bereits eingerichtet.");
-define('SPONSOR_ADMIN_PAYTYPE_ADDED_1', "Buchungspaket <U>");
-define('SPONSOR_ADMIN_PAYTYPE_ADDED_2', "</U> hinzugefügt.");
+define('SPONSOR_ADMIN_PAYTYPE_ALREADY_1', "Buchungspaket <u>");
+define('SPONSOR_ADMIN_PAYTYPE_ALREADY_2', "</u> bereits eingerichtet.");
+define('SPONSOR_ADMIN_PAYTYPE_ADDED_1', "Buchungspaket <u>");
+define('SPONSOR_ADMIN_PAYTYPE_ADDED_2', "</u> hinzugefügt.");
define('SPONSOR_LIST_PAYMENT_TYPES_TITLE', "Buchungspakete auflisten, bearbeiten und löschen");
define('SPONSOR_PAYTYPE_MIN_COUNT2', "Minium");
define('ADMIN_SPONSOR_PAYTYPE_EDIT', "Bearbeiten");
define('SPONSOR_PAY_ENTRIES_CHANGED', "Buchungspakete geändert.");
define('SPONSOR_PAY_ENTRIES_REMOVED', "Buchungspakete gelöscht.");
define('SPONSOR_PAYMENT_LIST_IS_EMPTY', "Noch keine Buchungspakete eingerichtet!");
-define('ADMIN_SPONSOR_UNKOWN_STATUS_1', "Unbekannter Status <U>");
-define('ADMIN_SPONSOR_UNKOWN_STATUS_2', "</U> wurde bei der Anmeldung zurückgeliefert!");
+define('ADMIN_SPONSOR_UNKOWN_STATUS_1', "Unbekannter Status <u>");
+define('ADMIN_SPONSOR_UNKOWN_STATUS_2', "</u> wurde bei der Anmeldung zurückgeliefert!");
define('SPONSOR_REFERRAL', "Sponsoren-Referal");
define('SPONSOR_REFID_WAS', "Sie wurden vom Sponsor geworben");
define('SPONSOR_ACCOUNT_IS_PENDING', "EMail-Adresse bestätigt! Sie haben soeben eine EMail mit weiteren Anweisungen erhalten.");
define('SPONSOR_TAX_IDENT_IS_EMPTY', "Sie haben keine Ust-Ident-Nr. eingegeben!");
define('SPONSOR_REGISTER_SOMETHING_MISSING', "Die Sponsorenanmeldung konnte wegen der folgenden Punkte nicht durchgeführt werden");
define('SPONSOR_PASSWORDS_MISMATCH', "Die beiden von Ihnen eingegebenen Passwörter stimmen nicht überein!");
-define('SPONSOR_TERMS_NOT_ACCEPTED', "Bitte akzeptieren Sie unsere [<B><A href=\"{!URL!}/modules.php?module=index&what=sponsor_agb\" target=\"_blank\">AGBs</A></B>] !");
+define('SPONSOR_TERMS_NOT_ACCEPTED', "Bitte akzeptieren Sie unsere [<strong><a href=\"{!URL!}/modules.php?module=index&what=sponsor_agb\" target=\"_blank\">AGBs</a></strong>] !");
define('SPONSOR_NO_PAYTYPE_SELECTED', "Bitte wählen Sie noch ein Buchungspaket aus!");
define('SPONSOR_NO_WARNING_INTERVAL_SELECTED', "Bitte wählen Sie noch den Zeitabstand zwischen zwei Sponsorenberichten aus!");
define('SPONSOR_NO_RECEIVE_WARNINGS_SELECTED', "Bitte wählen Sie noch aus, ob Sie bei jeder Aktion Bestätigungsmails empfangen wollen oder nicht!");
define('SPONSOR_EMAIL_IS_ALREADY_REGISTERED', "Die von Ihnen eingegebene Email-Adresse existiert bereits in unserer Datenbank!");
-define('SPONSOR_ALREADY_FOUND_1', "Ein Sponsor ist bereits mit der Email-Adresse <U>");
-define('SPONSOR_ALREADY_FOUND_2', "</U> bei uns angemeldet!");
+define('SPONSOR_ALREADY_FOUND_1', "Ein Sponsor ist bereits mit der Email-Adresse <u>");
+define('SPONSOR_ALREADY_FOUND_2', "</u> bei uns angemeldet!");
define('SPONSOR_REGISTRATION_FAILED', "Anmeldung ist fehlgeschlagen!");
define('SPONSOR_REGISTRATION_COMPLETED', "Anmeldung war erfolgreich! Es ist eine Mail zu Ihnen unterwegs, die weitere Anweisungen enthält, um die Anmeldung abzuschliessen.");
-define('SPONSOR_UNKOWN_STATUS_1', "Bei der Anmeldung wurde ein unbekannter Rückgabewert <U>");
-define('SPONSOR_UNKOWN_STATUS_2', "</U> erkannt. Bitte melden Sie dies dem Betreiber dieses {!MT_WORD2!}!<br />Vielen Dank.");
-define('SPONSOR_EMAIL_404_1', "Bei der Anmeldung ist uns ein Fehler unterlaufen: Ihr Sponsor-Account mit der EMail-Adresse <U>");
-define('SPONSOR_EMAIL_404_2', "</U> wurde nicht gefunden!");
+define('SPONSOR_UNKOWN_STATUS_1', "Bei der Anmeldung wurde ein unbekannter Rückgabewert <u>");
+define('SPONSOR_UNKOWN_STATUS_2', "</u> erkannt. Bitte melden Sie dies dem Betreiber dieses {!MT_WORD2!}!<br />Vielen Dank.");
+define('SPONSOR_EMAIL_404_1', "Bei der Anmeldung ist uns ein Fehler unterlaufen: Ihr Sponsor-Account mit der EMail-Adresse <u>");
+define('SPONSOR_EMAIL_404_2', "</u> wurde nicht gefunden!");
define('SPONSOR_ACCOUNT_404', "Sponsorenaccount nicht gefunden oder Link ist ungütig. Oder haben Sie bereits den Bestätigungslink angeklickt?");
-define('SPONSOR_ACCOUNT_PENDING_FAILED', "Bei der Umschaltung Ihres Sponorenaccounts auf <I>Wartend</I> trat ein unerwarteter Fehler auf!");
-define('SPONSOR_ACCOUNT_404_1', "Sponsorenaccount <U>");
-define('SPONSOR_ACCOUNT_404_2', "</U> nicht gefunden!");
-define('SPONSOR_ACCOUNT_FAILED_1', "Sponsorenaccount konnte nicht geladen werden: <U>");
-define('SPONSOR_ACCOUNT_FAILED_2', "</U>");
+define('SPONSOR_ACCOUNT_PENDING_FAILED', "Bei der Umschaltung Ihres Sponorenaccounts auf <em>Wartend</em> trat ein unerwarteter Fehler auf!");
+define('SPONSOR_ACCOUNT_404_1', "Sponsorenaccount <u>");
+define('SPONSOR_ACCOUNT_404_2', "</u> nicht gefunden!");
+define('SPONSOR_ACCOUNT_FAILED_1', "Sponsorenaccount konnte nicht geladen werden: <u>");
+define('SPONSOR_ACCOUNT_FAILED_2', "</u>");
define('SPONSOR_ACCOUNT_EMAIL_FAILED', "Konnten Sponsorenaccount nicht freigeben! Bitte benachrichtigen Sie den Support!");
// Login form
define('SPONSOR_LOGIN_FAILED_LOCKED', "Ihr Account wurde gesperrt, vermutlich wegen Nichteinhaltung von Regeln!");
define('SPONSOR_LOGIN_FAILED_EMAIL', "Sie haben Ihre Email-Adresse geändert und diese noch nicht bestätigt!");
define('SPONSPOR_COOKIE_SETUP_FAILED', "Es konnten keine Cookies gesetzt werden. Bitte Sicherheitseinstellungen in Ihrem Browser überprüfen!");
-define('SPONSOR_ONLY_AREA_ENTERED', "Sie haben einen Bereich aufgerufen, der nur den Sponsoren vorenthalten ist, die auch bezahlt haben. Bitte kehren Sie zur [ <STRONG><A href=\"{!URL!}/index.php\">Eingangsseite</A></STRONG> ] zurück!");
+define('SPONSOR_ONLY_AREA_ENTERED', "Sie haben einen Bereich aufgerufen, der nur den Sponsoren vorenthalten ist, die auch bezahlt haben. Bitte kehren Sie zur [ <strong><a href=\"{!URL!}/index.php\">Eingangsseite</a></strong> ] zurück!");
define('SPONSOR_ACCOUNT_STATUS_FAILED', "Unerwarteter Zustand des Scriptes erreicht! Bitte Support benachrichtigen!");
define('SPONSOR_ACCOUNT_IS_CONFIRMED_AGAIN', "Ihr Sponsorenaccount ist wieder freigegeben! Sie können sich nun erneut einloggen!");
// Sponsor area
define('SPONSOR_NO_MAIN_MENUS_ACTIVE', "Keine Hauptmenüs aktiviert!");
define('SPONSOR_NO_SUB_MENUS_ACTIVE', "Keine Untermenüs aktiviert!");
-define('SPONSOR_CONTENT_404_1', "Konnte das Sponsor-Modul <U>");
-define('SPONSOR_CONTENT_404_2', "</U> auf dem Server nicht finden!");
+define('SPONSOR_CONTENT_404_1', "Konnte das Sponsor-Modul <u>");
+define('SPONSOR_CONTENT_404_2', "</u> auf dem Server nicht finden!");
define('SPONSOR_WELCOME_TO', "Willkommen zum Sponsorenbereich!");
define('SPONSOR_PASSWORD_NOTE', "Wollen Sie nur Ihre Daten, aber nicht das Passwort ändern, geben Sie Ihr aktuelles Passwort unter "{--SPONSOR_ENTER_OLD_PASSWORD--}" ein. Wollen Sie Ihr Passwort ändern, geben Sie Ihr derzeiges und zweimal das neue Passwort ein.");
define('SPONSOR_POINTS_OVERVIEW', "Ihre {!POINTS!}-Übersicht");
define('SPONSOR_ENTER_OLD_PASSWORD', "Geben Sie Ihr derzeitiges Passwort ein");
define('SPONSOR_CHANGE_PASSWORD', "Neues Passwort einstellen");
define('SPONSOR_ACCOUNT_DATA_SAVED', "Ihre Daten wurden gespeichert.");
-define('SPONSOR_ACCOUNT_EMAIL_CHANGED', "Sie haben Ihre EMail-Adresse geändert, Account wurde temporär gesperrt. Bitte [<A href=\"{!URL!}/index.php\">hier klicken</A>], um in den Gastbereich zu gelangen.");
+define('SPONSOR_ACCOUNT_EMAIL_CHANGED', "Sie haben Ihre EMail-Adresse geändert, Account wurde temporär gesperrt. Bitte [<a href=\"{!URL!}/index.php\">hier klicken</a>], um in den Gastbereich zu gelangen.");
define('SPONSOR_SETTINGS_HEADER', "Einstellungen Ihres Sponsorenaccounts");
-define('SPONSOR_UNKNOWN_WHAT_1', "Scripte-Fehler: Unbekannte Sponsor-Aktion <U>");
-define('SPONSOR_UNKNOWN_WHAT_2', "</U> erkannt!");
+define('SPONSOR_UNKNOWN_WHAT_1', "Scripte-Fehler: Unbekannte Sponsor-Aktion <u>");
+define('SPONSOR_UNKNOWN_WHAT_2', "</u> erkannt!");
define('SPONSOR_SETTINGS_SAVED', "Neue Einstellungen gespeichert.");
// Error messages
define('SPONSOR_BOTH_NEW_PASSWORDS_DIDNOT_MATCH', "Die von Ihnen eingegebenen neuen Passwörter stimmen nicht überein!");
define('SPONSOR_PASSWORD_ONE_EMPTY', "Erstes einzugebenes Passwort ist leer!");
define('SPONSOR_PASSWORD_TWO_EMPTY', "Zweites einzugebenes Passwort ist leer!");
-define('SPONSOR_PASSWORD_TOO_SHORT_1', "Eingegebenes Passwort entspricht nicht der Mindestlänge von <U>");
-define('SPONSOR_PASSWORD_TOO_SHORT_2', "</U> Zeichen!");
-define('SPONSOR_ACCOUNT_DATA_NOT_SAVED', "Ihre Daten wurden <U>nicht</U> gespeichert!");
+define('SPONSOR_PASSWORD_TOO_SHORT_1', "Eingegebenes Passwort entspricht nicht der Mindestlänge von <u>");
+define('SPONSOR_PASSWORD_TOO_SHORT_2', "</u> Zeichen!");
+define('SPONSOR_ACCOUNT_DATA_NOT_SAVED', "Ihre Daten wurden <u>nicht</u> gespeichert!");
//
?>
define('SUPPORT_SUBJ_MEMBER_REFLINK', "Ihr Anfrage an den Support: Referal-Link");
define('SUPPORT_SUBJ_MEMBER_UNCONFIRMED', "Ihr Anfrage an den Support: Unbestaetigte Mails");
define('ADMIN_TASK_IS_SUPPORT_MEMBER', "Mitglieder-Support");
-define('ADMIN_UNKNOWN_SUPPORT_MODE_1', "Unbekannter Support-Modus <STRONG>");
-define('ADMIN_UNKNOWN_SUPPORT_MODE_2', "</STRONG> erkannt!");
+define('ADMIN_UNKNOWN_SUPPORT_MODE_1', "Unbekannter Support-Modus <strong>");
+define('ADMIN_UNKNOWN_SUPPORT_MODE_2', "</strong> erkannt!");
define('ADMIN_TASK_SUPPORT_MODE', "Support-Art");
//
define('TASK_ADMIN_MAIL_DELETED', "Bereinigte Mails");
define('TASK_ADMIN_MAIL_BONUS_AP', "Bereinigte Bonus-Mails");
define('TASK_ADMIN_MAIL_BONUS_SEND', "Versendete Bonus-Mails");
-define('TASK_ADMIN_UNKNOWN_MODE_1', "Unbekannter Modus <U>");
-define('TASK_ADMIN_UNKNOWN_MODE_2', "</U> erkannt!");
+define('TASK_ADMIN_UNKNOWN_MODE_1', "Unbekannter Modus <u>");
+define('TASK_ADMIN_UNKNOWN_MODE_2', "</u> erkannt!");
define('ADMIN_OVERVIEW_TASK_YOUR_TYPE', "Ihre zugewiesen Aufgaben (ohne Updates)");
define('ADMIN_OVERVIEW_TASK_UPDATES_TYPE', "Automatisch durchgeführte Updates");
define('ADMIN_OVERVIEW_TASK_SOLVED_TYPE', "Ihre erledigten Aufgaben");
define('ADMIN_THEME_NEW_FOUND_TITLE', "Neue Themes gefunden!");
define('ADMIN_THEME_FILE_CTIME', "Theme erstellt");
define('ADMIN_THEME_TOTAL_FOUND', "Themes gesamt gefunden");
-define('ADMIN_THEME_ALREADY_INSTALLED_1', "Alle <U>");
-define('ADMIN_THEME_ALREADY_INSTALLED_2', "</U> Themes bereits installiert!");
+define('ADMIN_THEME_ALREADY_INSTALLED_1', "Alle <u>");
+define('ADMIN_THEME_ALREADY_INSTALLED_2', "</u> Themes bereits installiert!");
define('ADMIN_THEME_NOTHING_FOUND', "Keine Themes auf dem Server gefunden!");
//
define('ADMIN_TRANSFER_TIMEOUT', "Sperrung der Einstellungen nach {!POINTS!}-Überweisung");
define('ADMIN_TRANSFER_BALANCE', "Restbetrag nach Überweisung auf Account");
define('ADMIN_TRANSFER_CODE', "Länge des Touring-Codes");
-define('ADMIN_TRANSFER_CODE_NOTE', "<STRONG>0</STRONG> deaktiviert den Touring-Code!");
+define('ADMIN_TRANSFER_CODE_NOTE', "<strong>0</strong> deaktiviert den Touring-Code!");
define('ADMIN_AUTOPURGE_TRANSFER', "Veraltete Einträge automatisch löschen? (purge)");
define('TRANSFER_LIST_INCOMING', "Eingehende Überweisungen");
define('TRANSFER_LIST_OUTGOING', "Ausgehende Überweisungen");
define('TRANSFER_ADMIN_AUTOPURGE', "Auto-Loeschung von Transfer-Eintraegen");
define('TRANSFER_COMPLETED', "Überweisung vollständig.");
define('TRANSFER_CONTINUE_OVERVIEW', "Weiter zur Übersichtsseite...");
-define('TRANSFER_LATEST_IS_1', "Einstellung gesperrt, letzte Überweisung war am <STRONG>");
-define('TRANSFER_LATEST_IS_2', "</STRONG>");
+define('TRANSFER_LATEST_IS_1', "Einstellung gesperrt, letzte Überweisung war am <strong>");
+define('TRANSFER_LATEST_IS_2', "</strong>");
define('TRANSFER_LIST_ALL', "Gesamte Überweisungsliste anzeigen");
define('TRANSFER_NO_INCOMING_TRANSFERS', "Keine eingehenden Überweisungen gefunden.");
define('TRANSFER_NO_OUTGOING_TRANSFERS', "Keine ausgehenden Überweisungen gefunden.");
define('USER_ADMIN_LIMIT_USER', "Anzahl Mitglieder pro Seite");
define('USER_ADMIN_ALPHA_USER', "Azanhl Buchstaben pro Zeile");
define('USER_ACCOUNT_SAVED', "Mitgliedsaccount gespeichert.");
-define('USER_ACCOUNT_NOT_SAVED', "Mitgliedsaccount <U>nicht</U> gespeichert.");
-define('USER_ACCOUNT_LOCKED_1', "Mitgliedsaccount <U>");
-define('USER_ACCOUNT_LOCKED_2', "</U> wurde gesperrt.");
-define('USER_ACCOUNT_UNLOCKED_1', "Mitgliedsaccount <U>");
-define('USER_ACCOUNT_UNLOCKED_2', "</U> wurde freigegeben.");
+define('USER_ACCOUNT_NOT_SAVED', "Mitgliedsaccount <u>nicht</u> gespeichert.");
+define('USER_ACCOUNT_LOCKED_1', "Mitgliedsaccount <u>");
+define('USER_ACCOUNT_LOCKED_2', "</u> wurde gesperrt.");
+define('USER_ACCOUNT_UNLOCKED_1', "Mitgliedsaccount <u>");
+define('USER_ACCOUNT_UNLOCKED_2', "</u> wurde freigegeben.");
//
?>
if ((EXT_IS_ACTIVE("active")) && (EXT_IS_ACTIVE("online"))) {
// Init content
$content = array(
- 'menu' => "<A class=\"menu_blur\" href=\"".URL."/modules.php?module=index&what=active\">".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."</A>",
+ 'menu' => "<a class=\"menu_blur\" href=\"".URL."/modules.php?module=index&what=active\">".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."</a>",
'what' => "active"
);
// No entries found!
$OUT = "<TR>
<TD colspan=\"3\" align=\"center\" height=\"30\" class=\"bottom2\">
- <STRONG class=\"guest_failed\">".BONUS_NO_RANKS_1.$data.BONUS_NO_RANKS_2."</STRONG>
+ <div class=\"guest_failed\">".BONUS_NO_RANKS_1.$data.BONUS_NO_RANKS_2."</div>
</TD>
</TR>\n";
define('__YOUR_RANKING_LINE', "");
}
// Now replace the URL against anchor container and pray...
- $text = substr($text, 0, strpos($text, $check2))."<A href=\"".DEREFERER($check)."\" target=\"_blank\">".$check."</A>".substr($text, strpos($text, $check2) + strlen($check));
+ $text = substr($text, 0, strpos($text, $check2))."<a href=\"".DEREFERER($check)."\" target=\"_blank\">".$check."</a>".substr($text, strpos($text, $check2) + strlen($check));
// Finally remove the url from testing string (or we have a loop and maybe server overload!)
$test = substr($test, strpos($test, $check) + strlen($check));
}
// Now replace the email against anchor with mailto and pray...
- $PARTS[] = $check2."<A href=\"mailto:".$check."\">".$check."</A>";
+ $PARTS[] = $check2."<a href=\"mailto:".$check."\">".$check."</a>";
// Remove email from testing string (see above why...)
$test = substr($test, strlen($check));
foreach ($LIST as $item) {
$selected = "";
if ($item == $default) $selected = " selected=\"selected\"";
- $OUT .= "<OPTION value=\"".$item."\"".$selected.">{--ORDER_SELECT_COLUMN_".strtoupper($item)."--}</OPTION>\n";
+ $OUT .= "<option value=\"".$item."\"".$selected.">{--ORDER_SELECT_COLUMN_".strtoupper($item)."--}</option>\n";
}
// Return the output
}
//
-function PAYOUT_OUTPUT_PAYOUT_LIST($points)
-{
+function PAYOUT_OUTPUT_PAYOUT_LIST ($points) {
// Replace german decimal comma with CPU's decimal dot
$points = strval(REVERT_COMMA($points));
- if ($points > 0)
- {
+ if ($points > 0) {
// Pay this out!
$result = SQL_QUERY_ESC("SELECT id, type, rate, min_points
FROM "._MYSQL_PREFIX."_payout_types
WHERE %s >= min_points
ORDER BY type", array($points), __FILE__, __LINE__);
- if (SQL_NUMROWS($result) > 0)
- {
- OUTPUT_HTML("<br /><DIV align=\"center\">
-<DIV align=\"center\"><STRONG>".PAYOUT_NOW.":</STRONG></DIV><br />
-<UL>");
+ if (SQL_NUMROWS($result) > 0) {
+ OUTPUT_HTML("<br /><div align=\"center\">
+<div align=\"center\"><strong>".PAYOUT_NOW.":</strong></div><br />
+<ul>");
// Now let's check
- while (list($id, $type, $rate, $mpoi) = SQL_FETCHROW($result))
- {
+ while (list($id, $type, $rate, $mpoi) = SQL_FETCHROW($result)) {
$type = COMPILE_CODE($type);
- if ($points >= $mpoi)
- {
+ if ($points >= $mpoi) {
// Ok we found one
$P = $points * $rate - 0.5;
- OUTPUT_HTML("<LI>".PAYOUT_IN.": <STRONG><A href=\"".URL."/modules.php?module=login&what=payout&payout=".$id."\">".$type." (".PAYOUT_MAX." ".round($P)." ".$type.")</A></STRONG></LI>");
+ OUTPUT_HTML("<li>".PAYOUT_IN.": <strong><a href=\"".URL."/modules.php?module=login&what=payout&payout=".$id."\">".$type." (".PAYOUT_MAX." ".round($P)." ".$type.")</a></strong></li>");
}
}
// Free memory
SQL_FREERESULT($result);
- OUTPUT_HTML("</UL></DIV>");
- }
- else
- {
+ OUTPUT_HTML("</ul></div>");
+ } else {
// No payout types setup so far
- OUTPUT_HTML("<P><FONT class=\"guest_failed\">".PAYOUT_NO_PAYOUT_TYPES."</FONT></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"guest_failed\">".PAYOUT_NO_PAYOUT_TYPES."</div");
}
- }
- else
- {
+ } else {
// Points is empty
- OUTPUT_HTML("<P><FONT class=\"guest_failed\">".PAYOUT_NO_POINTS_ENTERED."</FONT></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"guest_failed\">".PAYOUT_NO_POINTS_ENTERED."</div");
}
}
-//
+
+// [EOF]
?>
$OUT .= "<TR>
<TD class=\"switch_sw".$SW." bottom2\"> ".($idx+1).".</TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2\">";
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['uid'][$idx];
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2\">";
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['ref'][$idx];
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</TD>
</TR>\n";
$SW = 3 - $SW;
$OUT .= "<TR>
<TD class=\"switch_sw".$SW." bottom2".$ADD."\"> ".($idx+1).".</TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['uid'][$idx];
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['ref'][$idx];
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['infos'][$idx];
- if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</STRONG>";
+ if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</TD>
</TR>\n";
$SW = 3 - $SW;
if (!empty($ral[0]))
{
// Generate selection box for all found templates
- $OUT = "<SELECT name=\"".$name."\" size=\"1\" class=\"admin_select\">
- <OPTION value=\"\">".SELECT_NONE."</OPTION>\n";
+ $OUT = "<select name=\"".$name."\" size=\"1\" class=\"admin_select\">
+ <option value=\"\">".SELECT_NONE."</option>\n";
foreach ($ral as $rallye)
{
- $OUT .= " <OPTION value=\"".$rallye."\"";
+ $OUT .= " <option value=\"".$rallye."\"";
if ($default == $rallye) $OUT .= " selected default";
- $OUT .= ">".$rallye."</OPTION>\n";
+ $OUT .= ">".$rallye."</option>\n";
}
- $OUT .= "</SELECT>\n";
+ $OUT .= "</select>\n";
}
else
{
if ($cnt > 0) break;
}
}
- //* DEBUG: */ echo "<PRE>";
+ //* DEBUG: */ echo "<pre>";
//* DEBUG: */ print_r($cacheArray['refsystem']);
- //* DEBUG: */ echo "</PRE>";
+ //* DEBUG: */ echo "</pre>";
//* DEBUG: */ die();
if ($cnt > 0) {
$result = SQL_QUERY("SELECT field_name, field_required FROM "._MYSQL_PREFIX."_must_register ORDER BY id", __FILE__, __LINE__);
while(list($name, $required) = SQL_FETCHROW($result)) {
$value = "";
- if ($required == "Y") $value = "<FONT class=\\\"guest_failed\\\"> (*)</FONT>";
+ if ($required == "Y") $value = "<div class=\\\"guest_failed\\\"> (*)</div>";
$eval = "define('MUST_".strtoupper($name)."', \"".$value."\");";
eval($eval);
} // END - while
SQL_FREERESULT($result);
// Also fill other constants
- define('MUST_GENDER', "<FONT class=\"guest_failed\"> (*)</FONT>");
- define('MUST_ADDY' , "<FONT class=\"guest_failed\"> (*)</FONT>");
- define('MUST_BIRTH' , "<FONT class=\"guest_failed\"> (*)</FONT>");
- define('MUST_MARKER', "<FONT class=\"guest_failed\"> (*)</FONT>");
+ define('MUST_GENDER', "<div class=\"guest_failed\"> (*)</div>");
+ define('MUST_ADDY' , "<div class=\"guest_failed\"> (*)</div>");
+ define('MUST_BIRTH' , "<div class=\"guest_failed\"> (*)</div>");
+ define('MUST_MARKER', "<div class=\"guest_failed\"> (*)</div>");
}
//
function REGISTER_CHECK_REQUIRED_FIELDS(&$array)
// Empty entry found
$array[$name] = "";
$OUT = constant('REGISTER_'.strtoupper($name).'_REQUIRED');
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".$OUT."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".$OUT."</span></strong><br /><br />");
}
}
while(list($what, $title_sub) = SQL_FETCHROW($result_sub))
{
// Check if current selected menu is matching the loaded one
- if ($current == $what) $title_sub = "<STRONG>".$title_sub."</STRONG>";
+ if ($current == $what) $title_sub = "<strong>".$title_sub."</strong>";
// Prepare data for the sub template
$content = array(
$value = GET_TOTAL_DATA(GET_CURRENT_ADMIN_ID(), "task_system", "id", "assigned_admin", true, " AND status='NEW' AND task_type='EXTENSION_UPDATE'");
if ($value > 0) {
- define('__TASK_UPDATE_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_task&type=updates\">".$value."</A>");
+ define('__TASK_UPDATE_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_task&type=updates\">".$value."</a>");
} else {
define('__TASK_UPDATE_VALUE', "0");
}
$value = GET_TOTAL_DATA("CONFIRMED", "user_data", "userid", "status", true);
if ($value > 0) {
- define('__CONFIRMED_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_user&status=confirmed\">".$value."</A>");
+ define('__CONFIRMED_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_user&status=confirmed\">".$value."</a>");
} else {
define('__CONFIRMED_VALUE', "0");
}
$value = GET_TOTAL_DATA("UNCONFIRMED", "user_data", "userid", "status", true);
if ($value > 0) {
- define('__UNCONFIRMED_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=chk_regs\">".$value."</A>");
+ define('__UNCONFIRMED_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=chk_regs\">".$value."</a>");
} else {
define('__UNCONFIRMED_VALUE', "0");
}
$value = GET_TOTAL_DATA("LOCKED", "user_data", "userid", "status", true);
if ($value > 0) {
- define('__LOCKED_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_user&status=locked\">".$value."</A>");
+ define('__LOCKED_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_user&status=locked\">".$value."</a>");
} else {
define('__LOCKED_VALUE', "0");
}
$value = GET_TOTAL_DATA("0", "task_system", "id", "assigned_admin", true, " AND `status` != 'DELETED'");
if ($value > 0) {
- define('__TASK_NEW_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_task&type=unassigned\">".$value."</A>");
+ define('__TASK_NEW_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_task&type=unassigned\">".$value."</a>");
} else {
define('__TASK_NEW_VALUE', "0");
}
$value = GET_TOTAL_DATA("CLOSED", "task_system", "id", "status", true);
if ($value > 0) {
- define('__TASK_CLOSED_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_task&type=closed\">".$value."</A>");
+ define('__TASK_CLOSED_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_task&type=closed\">".$value."</a>");
} else {
define('__TASK_CLOSED_VALUE', "0");
}
$value = GET_TOTAL_DATA("DELETED", "task_system", "id", "status", true);
if ($value > 0) {
- define('__TASK_DELETED_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_task&type=deleted\">".$value."</A>");
+ define('__TASK_DELETED_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_task&type=deleted\">".$value."</a>");
} else {
define('__TASK_DELETED_VALUE', "0");
}
$value = GET_TOTAL_DATA("SOLVED", "task_system", "id", "status", true, sprintf(" AND assigned_admin=%s", GET_CURRENT_ADMIN_ID()));
if ($value > 0) {
- define('__TASK_SOLVED_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_task&type=solved\">".$value."</A>");
+ define('__TASK_SOLVED_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_task&type=solved\">".$value."</a>");
} else {
define('__TASK_SOLVED_VALUE', "0");
}
$value = GET_TOTAL_DATA(GET_CURRENT_ADMIN_ID(), "task_system", "id", "assigned_admin", true, " AND status = 'NEW' AND task_type != 'EXTENSION_UPDATE'");
if ($value > 0) {
- define('__TASK_YOUR_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=list_task\">".$value."</A>");
+ define('__TASK_YOUR_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=list_task\">".$value."</a>");
} else {
define('__TASK_YOUR_VALUE', "0");
}
$value = GET_TOTAL_DATA("ADMIN", "pool", "id", "data_type", true);
if ($value > 0) {
- define('__MAIL_ADMIN_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=unlock_emails\">".$value."</A>");
+ define('__MAIL_ADMIN_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=unlock_emails\">".$value."</a>");
} else {
define('__MAIL_ADMIN_VALUE', "0");
}
$value = GET_TOTAL_DATA("TEMP", "pool", "id", "data_type", true);
if ($value > 0) {
- define('__MAIL_TEMP_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</A>");
+ define('__MAIL_TEMP_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</a>");
} else {
define('__MAIL_TEMP_VALUE', "0");
}
$value = GET_TOTAL_DATA("SEND", "pool", "id", "data_type", true);
if ($value > 0) {
- define('__MAIL_SEND_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=email_archiv\">".$value."</A>");
+ define('__MAIL_SEND_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=email_archiv\">".$value."</a>");
} else {
define('__MAIL_SEND_VALUE', "0");
}
$value = GET_TOTAL_DATA("DELETED", "pool", "id", "data_type", true);
if ($value > 0) {
- define('__MAIL_DELETED_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</A>");
+ define('__MAIL_DELETED_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</a>");
} else {
define('__MAIL_DELETED_VALUE', "0");
}
$value = GET_TOTAL_DATA("DELETED", "bonus", "id", "data_type", true);
if ($value > 0) {
- define('__MAIL_BONUS_AP_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</A>");
+ define('__MAIL_BONUS_AP_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</a>");
} else {
define('__MAIL_BONUS_AP_VALUE', "0");
}
} elseif (EXT_IS_ACTIVE("bonus")) {
define('__MAIL_BONUS_AP_VALUE', ADMIN_EXT_BONUS_OUTDATED_1."0.1.8".ADMIN_EXT_BONUS_OUTDATED_2);
} else {
- define('__MAIL_BONUS_AP_VALUE', "<FONT class=\"admin_note\">".ADMIN_EXT_BONUS_404."</FONT>");
+ define('__MAIL_BONUS_AP_VALUE', "<div class=\"admin_note\">".ADMIN_EXT_BONUS_404."</div>");
}
} else {
- define('__MAIL_BONUS_AP_VALUE', "<FONT class=\"admin_note\">".ADMIN_EXT_AUTOPURGE_404."</FONT>");
- define('__MAIL_DELETED_VALUE', "<FONT class=\"admin_note\">".ADMIN_EXT_AUTOPURGE_404."</FONT>");
+ define('__MAIL_BONUS_AP_VALUE', "<div class=\"admin_note\">".ADMIN_EXT_AUTOPURGE_404."</div>");
+ define('__MAIL_DELETED_VALUE', "<div class=\"admin_note\">".ADMIN_EXT_AUTOPURGE_404."</div>");
}
//
$value = GET_TOTAL_DATA("SEND", "bonus", "id", "data_type", true, " AND is_notify='N'");
if ($value > 0) {
- define('__MAIL_BONUS_SEND_VALUE', "<A href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</A>");
+ define('__MAIL_BONUS_SEND_VALUE', "<a href=\"".URL."/modules.php?module=admin&what=email_details\">".$value."</a>");
} else {
define('__MAIL_BONUS_SEND_VALUE', "0");
}
if ($key < $MAX) $content['bottom'] = "bottom2";
if (($value > 0) && (!empty($WHATs[$key]))) {
if (empty($TITLEs[$key])) $TITLEs[$key] = TASK_ADMIN_UNKNOWN_LIST_TITLE;
- $content['row_link'] = "<A href=\"".URL."/modules.php?module=admin&what=".$WHATs[$key]."\" title=\"".$TITLEs[$key]."\">".$value."</A>";
+ $content['row_link'] = "<a href=\"".URL."/modules.php?module=admin&what=".$WHATs[$key]."\" title=\"".$TITLEs[$key]."\">".$value."</a>";
} else {
$content['row_link'] = 0;
}
// Construct selection form for the box template
$OUT = "";
foreach ($THEMES['theme_unix'] as $key => $theme) {
- $OUT .= " <OPTION value=\"".$theme."\"";
+ $OUT .= " <option value=\"".$theme."\"";
if ($theme == GET_CURR_THEME()) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$THEMES['theme_name'][$key]."</OPTION>\n";
+ $OUT .= ">".$THEMES['theme_name'][$key]."</option>\n";
} // END - foreach
// Return generated selection
while (list($counter, $ltr) = each($alphabet)) {
if ($_GET['letter'] == $ltr) {
// Current letter is letter from URL
- $OUT .= "<STRONG>".$ltr."</STRONG>";
+ $OUT .= "<strong>".$ltr."</strong>";
} else {
// Output link to letter
- $OUT .= "<A href=\"".URL."/modules.php?module=admin&what=".$GLOBALS['what'];
+ $OUT .= "<a href=\"".URL."/modules.php?module=admin&what=".$GLOBALS['what'];
if (!empty($_GET['mode'])) $OUT .= "&mode=".SQL_ESCAPE($_GET['mode']);
- $OUT .= "&letter=".$ltr."&sortby=".$sortby.$ADD."\">".$ltr."</A>";
+ $OUT .= "&letter=".$ltr."&sortby=".$sortby.$ADD."\">".$ltr."</a>";
}
if ((($counter / getConfig('user_alpha')) == round($counter / getConfig('user_alpha'))) && ($counter > 0)) {
foreach ($list as $sort => $title) {
if ($sortby == $sort) {
- $OUT .= "<STRONG>".$title."</STRONG> | ";
+ $OUT .= "<strong>".$title."</strong> | ";
} else {
- $OUT .= "<A href=\"".URL."/modules.php?module=admin&what=list_user&letter=".$letter."&sortby=".$sort.$ADD."\">".$title."</a> | ";
+ $OUT .= "<a href=\"".URL."/modules.php?module=admin&what=list_user&letter=".$letter."&sortby=".$sort.$ADD."\">".$title."</a> | ";
}
} // END - foreach
$OUT = "";
for ($page = 1; $page <= $PAGES; $page++) {
if (($page == $_GET['page']) || ((empty($_GET['page'])) && ($page == "1"))) {
- $OUT .= "<STRONG>-";
+ $OUT .= "<strong>-";
} else {
if (empty($_GET['letter'])) $_GET['letter'] = _ALL2;
if (empty($_GET['sortby'])) $_GET['sortby'] = "userid";
// Base link
- $OUT .= "<A href=\"".URL."/modules.php?module=admin&what=".$GLOBALS['what'];
+ $OUT .= "<a href=\"".URL."/modules.php?module=admin&what=".$GLOBALS['what'];
// Add status or mode
if (!empty($_GET['status'])) $OUT .= "&mode=".SQL_ESCAPE($_GET['status']);
$OUT .= $page;
if (($page == $_GET['page']) || ((empty($_GET['page'])) && ($page == "1"))) {
- $OUT .= "-</STRONG>";
+ $OUT .= "-</strong>";
} else {
- $OUT .= "</A>";
+ $OUT .= "</a>";
}
if ($page < $PAGES) $OUT .= " | ";
}
} else {
// ID or email is wrong
- LOAD_TEMPLATE("admin_settings_saved", false, "<SPAN class=\"guest_failed\">".GUEST_WRONG_ID_EMAIL."</SPAN>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<span class=\"guest_failed\">".GUEST_WRONG_ID_EMAIL."</span>");
}
// Return the error code
if (!empty($_GET['register'])) {
// Registration of first admin is done
- if ($_GET['register'] == "done") OUTPUT_HTML("<STRONG class=\"admin\">".ADMIN_REGISTER_DONE."</STRONG>");
+ if ($_GET['register'] == "done") LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin\">".ADMIN_REGISTER_DONE."</div>");
} // END - if
// Check if the admin has submitted data or not
case "pass": // Wrong password
$_POST['ok'] = $ret;
- $ret = WRONG_PASS." [<A href=\"".URL."/modules.php?module=admin&reset_pass=1\">".ADMIN_RESET_PASS."</A>]\n";
+ $ret = WRONG_PASS." [<a href=\"".URL."/modules.php?module=admin&reset_pass=1\">".ADMIN_RESET_PASS."</a>]\n";
DESTROY_ADMIN_SESSION();
break;
}
} else {
// Something went wrong here...
- OUTPUT_HTML("<STRONG class=\"admin_fatal\">".ADMIN_LOGOUT_FAILED."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_fatal\">".ADMIN_LOGOUT_FAILED."</div>");
// Add fatal message
addFatalMessage(CANNOT_UNREG_SESS);
$tmp = $file.".tmp";
// Open the source file
- $fp = @fopen($file, 'r') or OUTPUT_HTML("<STRONG>READ:</STRONG> ".$file."<br />");
+ $fp = @fopen($file, 'r') or OUTPUT_HTML("<strong>READ:</strong> ".$file."<br />");
// Is the resource valid?
if (is_resource($fp)) {
// Open temporary file
- $fp_tmp = @fopen($tmp, 'w') or OUTPUT_HTML("<STRONG>WRITE:</STRONG> ".$tmp."<br />");
+ $fp_tmp = @fopen($tmp, 'w') or OUTPUT_HTML("<strong>WRITE:</strong> ".$tmp."<br />");
// Is the resource again valid?
if (is_resource($fp_tmp)) {
@unlink($tmp);
define('_FATAL', false);
} elseif (!$found) {
- OUTPUT_HTML("<STRONG>CHANGE:</STRONG> 404!");
+ OUTPUT_HTML("<strong>CHANGE:</strong> 404!");
define('_FATAL', true);
} else {
- OUTPUT_HTML("<STRONG>TMP:</STRONG> UNDONE!");
+ OUTPUT_HTML("<strong>TMP:</strong> UNDONE!");
define('_FATAL', true);
}
}
} else {
// File not found, not readable or writeable
- OUTPUT_HTML("<STRONG>404:</STRONG> ".$file."<br />");
+ OUTPUT_HTML("<strong>404:</strong> ".$file."<br />");
}
}
}
$OUT .= "<TR>
<TD class=\"admin_menu\" colspan=\"2\">
- <NOBR> <STRONG>·</STRONG> ";
+ <NOBR> <strong>·</strong> ";
if (($menu == $act) && (empty($wht)))
{
- $OUT .= "<STRONG>";
+ $OUT .= "<strong>";
}
else
{
- $OUT .= "[<A href=\"".URL."/modules.php?module=admin&action=".$menu."\">";
+ $OUT .= "[<a href=\"".URL."/modules.php?module=admin&action=".$menu."\">";
}
$OUT .= $title;
if (($menu == $act) && (empty($wht)))
{
- $OUT .= "</STRONG>";
+ $OUT .= "</strong>";
}
else
{
- $OUT .= "</A>]";
+ $OUT .= "</a>]";
}
$OUT .= "</NOBR></TD>
</TR>\n";
$menuDesription[$wht_sub] = $desc_what;
$OUT .= "<TR>
<TD class=\"admin_menu\" colspan=\"2\">
- <NOBR> <STRONG>--></STRONG> ";
+ <NOBR> <strong>--></strong> ";
if ($readable)
{
if ($wht == $wht_sub)
{
- $OUT .= "<STRONG>";
+ $OUT .= "<strong>";
}
else
{
- $OUT .= "[<A href=\"".URL."/modules.php?module=admin&what=".$wht_sub."\">";
+ $OUT .= "[<a href=\"".URL."/modules.php?module=admin&what=".$wht_sub."\">";
}
}
else
{
if ($wht == $wht_sub)
{
- $OUT .= "</STRONG>";
+ $OUT .= "</strong>";
}
else
{
- $OUT .= "</A>]";
+ $OUT .= "</a>]";
}
}
else
{
- $OUT .= "</I>";
+ $OUT .= "</em>";
}
$OUT .= "</NOBR></TD>
</TR>\n";
$OUT = "";
// USe this only for adding points (e.g. adding refs really makes no sence ;-) )
- if ($add_all) $OUT = " <OPTION value=\"all\">".ALL_MEMBERS."</OPTION>\n";
- elseif ($none) $OUT = " <OPTION value=\"0\">".SELECT_NONE."</OPTION>\n";
+ if ($add_all) $OUT = " <option value=\"all\">".ALL_MEMBERS."</option>\n";
+ elseif ($none) $OUT = " <option value=\"0\">".SELECT_NONE."</option>\n";
while (list($id, $sname, $fname) = SQL_FETCHROW($result))
{
- $OUT .= " <OPTION value=\"".bigintval($id)."\"";
+ $OUT .= " <option value=\"".bigintval($id)."\"";
if ($def == $id) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$sname." ".$fname." (".bigintval($id).")</OPTION>\n";
+ $OUT .= ">".$sname." ".$fname." (".bigintval($id).")</option>\n";
}
// Free memory
array($MODE), __FILE__, __LINE__);
if (SQL_NUMROWS($result) > 0) {
// Load menu as selection
- $OUT = "<SELECT name=\"".$MODE."_menu";
+ $OUT = "<select name=\"".$MODE."_menu";
if ((!empty($defid)) || ($defid == "0")) $OUT .= "[".$defid."]";
$OUT .= "\" size=\"1\" class=\"admin_select\">
- <OPTION value=\"\">".SELECT_NONE."</OPTION>\n";
+ <option value=\"\">".SELECT_NONE."</option>\n";
while (list($menu, $title) = SQL_FETCHROW($result)) {
- $OUT .= " <OPTION value=\"".$menu."\"";
+ $OUT .= " <option value=\"".$menu."\"";
if ((!empty($default)) && ($default == $menu)) $OUT .= " selected=\"selected\"";
- $OUT .= ">".$title."</OPTION>\n";
+ $OUT .= ">".$title."</option>\n";
} // END - while
// Free memory
SQL_FREERESULT($result);
- $OUT .= "</SELECT>\n";
+ $OUT .= "</select>\n";
} else {
// No menus???
$OUT = ADMIN_PROBLEM_NO_MENU;
return $title;
} // END - if
- //* DEBUG: */ echo "A:".$title."<br />";
+ //* DEBUG: */ echo "a:".$title."<br />";
// Return link
- return "<A href=\"".URL."/modules.php?module=admin&what=".$wht."&u_id=".$uid."\" title=\"".ADMIN_USER_PROFILE_TITLE."\">".$title."</A>";
+ return "<a href=\"".URL."/modules.php?module=admin&what=".$wht."&u_id=".$uid."\" title=\"".ADMIN_USER_PROFILE_TITLE."\">".$title."</a>";
}
//
function ADMIN_CHECK_MENU_MODE() {
if ($type == "SUPPORT_MEMBER") {
$mode = substr($text, 0, strpos($text, ":"));
$text = substr($text, strpos($text, ":") + 1);
- $ADD = "<LI>".ADMIN_TASK_SUPPORT_MODE.": <STRONG>".$mode."</STRONG></LI>";
+ $ADD = "<li>".ADMIN_TASK_SUPPORT_MODE.": <strong>".$mode."</strong></li>";
} // END - if
if ($uid > 0) {
if (SQL_NUMROWS($result_user) == 1) {
list($gender, $sname, $fname, $email) = SQL_FETCHROW($result_user);
SQL_FREERESULT($result_user);
- $ADD = "<LI>".ADMIN_MEMBER_UID.": <STRONG>".ADMIN_USER_PROFILE_LINK($uid)." (<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".TRANSLATE_GENDER($gender)." ".$sname." ".$fname."</A>)</STRONG></LI>";
+ $ADD = "<li>".ADMIN_MEMBER_UID.": <strong>".ADMIN_USER_PROFILE_LINK($uid)." (<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".TRANSLATE_GENDER($gender)." ".$sname." ".$fname."</a>)</strong></li>";
} // END - if
} // END - if
));
} else {
// Task is closed so nothing is todo
- $OUT .= "<FONT class=\"admin_failed\">".ADMIN_EXT_ALREADY_REGISTERED."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed\">".ADMIN_EXT_ALREADY_REGISTERED."</div>\n";
// Close task but not already closes or deleted or update tasks
if (($status != "CLOSED") && ($status != "DELETED") && ($type != "EXTENSION_UPDATE")) {
case "EXTENSION_UPDATE": // Extension update
// Extension updates are installed automatically
- $OUT .= "<FONT class=\"admin_failed medium\">".ADMIN_EXTENSION_UPDATED."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".ADMIN_EXTENSION_UPDATED."</div>\n";
// Close task
if (($status != "CLOSED") && ($status != "DELETED")) {
{
default: // @TODO Unknown support mode
DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown support mode %s detected. This part is under construction!", $mode));
- $OUT .= "<FONT class=\"admin_failed medium\">".ADMIN_UNKNOWN_SUPPORT_MODE_1.$mode.ADMIN_UNKNOWN_SUPPORT_MODE_2."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".ADMIN_UNKNOWN_SUPPORT_MODE_1.$mode.ADMIN_UNKNOWN_SUPPORT_MODE_2."</div>\n";
break;
}
break;
$OUT .= LOAD_TEMPLATE("admin_payout_overview_form", true, $content);
} else {
// Problem obtaining payout ID
- $OUT .= "<FONT class=\"admin_failed medium\">".PAYOUT_OBTAIN_ID_FAILED."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".PAYOUT_OBTAIN_ID_FAILED."</div>\n";
}
} else {
// Extension is not installed
- $OUT .= "<FONT class=\"admin_failed medium\">".ADMIN_PAYOUT_NOT_INSTALLED."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".ADMIN_PAYOUT_NOT_INSTALLED."</div>\n";
}
break;
$OUT .= LOAD_TEMPLATE("admin_wernis_overview_form", true, $content);
} else {
// Problem obtaining wernis ID
- $OUT .= "<FONT class=\"admin_failed medium\">".WERNIS_OBTAIN_ID_FAILED."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".WERNIS_OBTAIN_ID_FAILED."</div>\n";
}
} else {
// Extension is not installed
- $OUT .= "<FONT class=\"admin_failed medium\">".ADMIN_WERNIS_NOT_INSTALLED."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".ADMIN_WERNIS_NOT_INSTALLED."</div>\n";
}
break;
$OUT .= LOAD_TEMPLATE("admin_newsletter_tsk", true, $content);
} else {
// Already unsubscribed
- $OUT .= "<FONT class=\"admin_failed medium\">".ADMIN_NL_UNSUBSCRIBE_ALREADY."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".ADMIN_NL_UNSUBSCRIBE_ALREADY."</div>\n";
}
break;
default: // Unknown task type
DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown task type %s detected.", $type));
- $OUT .= "<FONT class=\"admin_failed medium\">".ADMIN_UNKNOWN_TASK_TYPE_1.$type.ADMIN_UNKNOWN_TASK_TYPE_2.$id.ADMIN_UNKNOWN_TASK_TYPE_3."</FONT>\n";
+ $OUT .= "<div class=\"admin_failed medium\">".ADMIN_UNKNOWN_TASK_TYPE_1.$type.ADMIN_UNKNOWN_TASK_TYPE_2.$id.ADMIN_UNKNOWN_TASK_TYPE_3."</div>\n";
break;
}
$OUT .= " </TD>
$infos = "---";
if ($admin == "0") {
// No admin currently is assigned
- $admin = "<FONT class=\"admin_note\">".ADMIN_NO_ADMIN_ASSIGNED."</FONT>";
+ $admin = "<div class=\"admin_note\">".ADMIN_NO_ADMIN_ASSIGNED."</div>";
} else {
// Load admin's data
$login = GET_ADMIN_LOGIN($admin);
if ($login != "***") {
// Admin found
- $admin = "<A href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</A>";
+ $admin = "<a href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</a>";
} else {
// Maybe deleted?
- $admin = "<FONT class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</FONT>";
+ $admin = "<div class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</div>";
}
}
// Member found otherwise it's a system task
$uid = ADMIN_USER_PROFILE_LINK($uid);
} else {
- $uid = "<I>".ADMIN_IS_SYSTEM_TASK."</I>";
+ $uid = "<em>".ADMIN_IS_SYSTEM_TASK."</em>";
}
// Prepare content
LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_POINTS_ADDED);
} else {
// Opps, missing form here
- define('__USER_VALUE', "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</A>");
+ define('__USER_VALUE', "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</a>");
define('__UID' , bigintval($_GET['u_id']));
LOAD_TEMPLATE("admin_add_points");
}
} else {
// User not found!
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</div>");
}
} else {
// Output selection form with all confirmed user accounts listed
}
}
}
- $OUT = " <SELECT class=\"admin_select\" name=\"sort\" size=\"1\">
- <OPTION value=\"0\">".IS_FIRST_MENU."</OPTION>\n";
+ $OUT = " <select class=\"admin_select\" name=\"sort\" size=\"1\">
+ <option value=\"0\">".IS_FIRST_MENU."</option>\n";
foreach ($below as $key => $m)
{
if (is_array($m))
{
foreach ($m as $key2 => $m2)
{
- $OUT .= " <OPTION value=\"".$m2."\">".$titles[$key][$key2];
+ $OUT .= " <option value=\"".$m2."\">".$titles[$key][$key2];
foreach ($menus as $k => $v)
{
if (($v == $key) && (!is_array($v)))
$OUT .= " (".$titles[$k].")";
}
}
- $OUT .= "</OPTION>\n";
+ $OUT .= "</option>\n";
}
}
else
{
- $OUT .= " <OPTION value=\"".$m."\">".$titles[$key]."</OPTION>\n";
+ $OUT .= " <option value=\"".$m."\">".$titles[$key]."</option>\n";
}
}
- $OUT .= "</SELECT>";
+ $OUT .= "</select>";
define('__BELOW_SELECTION' , $OUT);
define('__WHAT_SELECTION' , ADMIN_MAKE_MENU_SELECTION("admin", "what", "name"));
if (($sort == 0) || (($sort == 1) && (!empty($SUB))))
{
// Is highest position
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</a>";
}
elseif ($cnt == $max)
{
// Is lowest position
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</a>";
}
elseif ($sort > 0)
{
// Anything else between highest and lowest
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</A>/<A href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</a>/<a href=\"".URL."/modules.php?module=admin&what=adminedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</a>";
}
if (empty($act)) $act = " ";
$OUT = ""; $aid = 0; $aid2 = 0;
while (list($aid, $id) = SQL_FETCHROW($result))
{
- $OUT .= "<SELECT name=\"admin_id[".$id."]\" size=\"1\" class=\"admin_select\">
-<OPTION value=\"0\"";
+ $OUT .= "<select name=\"admin_id[".$id."]\" size=\"1\" class=\"admin_select\">
+<option value=\"0\"";
if ($aid == "0") $OUT .= " selected default";
- $OUT .=">".ADMINS_ALL_ADMINS."</OPTION>\n";
+ $OUT .=">".ADMINS_ALL_ADMINS."</option>\n";
if (EXT_IS_ACTIVE("userlog"))
{
- $OUT .= "<OPTION value=\"-1\"";
+ $OUT .= "<option value=\"-1\"";
if ($aid == "-1") $OUT .= " selected default";
- $OUT .= ">".ADMINS_TO_USERLOG."</OPTION>\n";
+ $OUT .= ">".ADMINS_TO_USERLOG."</option>\n";
}
$OUT .= ADD_OPTION_LINES("admins", "id", "login", $aid, "email");
- $OUT .= "</SELECT><br />\n";
+ $OUT .= "</select><br />\n";
$aid2 = $aid; $id2 = $id;
}
if ($aid > 0)
{
// Admin assigned
- $admin_link = "<A href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$aid."\">".$admin."</A>";
+ $admin_link = "<a href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$aid."\">".$admin."</a>";
}
elseif ($aid == 0)
{
// All admins
- $admin_link = "<I>".ADMINS_ALL_ADMINS."</I>";
+ $admin_link = "<em>".ADMINS_ALL_ADMINS."</em>";
}
elseif (($aid == -1) && (EXT_IS_ACTIVE("usrlog")))
{
// To userlog
- $admin_link = "<I>".ADMINS_TO_USERLOG."</I>";
+ $admin_link = "<em>".ADMINS_TO_USERLOG."</em>";
}
$content = array(
'sw' => $SW,
'gender' => TRANSLATE_GENDER($gender),
'sname' => $sname,
'fname' => $fname,
- 'email' => "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</A>",
+ 'email' => "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</a>",
'ip' => $IP,
'ref' => $ref,
'hash' => $hash,
$login = GET_ADMIN_LOGIN($admin);
if ($login != "***") {
// Admin found
- $admin = "<A href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</A>";
+ $admin = "<a href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</a>";
} else {
// Maybe deleted?
- $admin = "<FONT class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</FONT>";
+ $admin = "<div class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</div>";
}
// Prepare data for the row template
if ($login != "***")
{
// Admin found
- $admin = "<A href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</A>";
+ $admin = "<a href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</a>";
}
else
{
// Maybe deleted?
- $admin = "<FONT class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</FONT>";
+ $admin = "<div class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</div>";
}
// Prepare data for the row template
if (getConfig('turbo_rates') == "") $RANKS = array(round(getConfig('turbo_bonus') / 2), round(getConfig('turbo_bonus') / 4));
// Generate list
- $OUT = "<OL start=\"2\">\n";
+ $OUT = "<ol start=\"2\">\n";
$cnt = 0;
foreach ($RANKS as $k => $rate) {
if (!empty($rate)) {
// Print only when something is in
- $OUT .= " <LI><INPUT type=\"text\" name=\"rate[".($k + 2)."]\" class=\"admin_normal\" size=\"4\" maxlength=\"7\" value=\"".$rate."\"> <FONT class=\"admin_notes\">(".POINTS.")</FONT?</LI>\n";
+ $OUT .= " <li><INPUT type=\"text\" name=\"rate[".($k + 2)."]\" class=\"admin_normal\" size=\"4\" maxlength=\"7\" value=\"".$rate."\"> <div class=\"admin_notes\">(".POINTS.")</div?</li>\n";
}
$cnt++;
}
// Add more empty fields
for ($i = $cnt; $i < $max; $i++) {
- $OUT .= " <LI><INPUT type=\"text\" name=\"rate[".($i+2)."]\" class=\"admin_normal\" size=\"4\" maxlength=\"7\"> <FONT class=\"admin_notes\">(".POINTS.")</FONT?</LI>\n";
+ $OUT .= " <li><INPUT type=\"text\" name=\"rate[".($i+2)."]\" class=\"admin_normal\" size=\"4\" maxlength=\"7\"> <div class=\"admin_notes\">(".POINTS.")</div?</li>\n";
}
- $OUT .= "</OL>\n";
+ $OUT .= "</ol>\n";
define('__TRATES_LIST', $OUT);
define('__LOGIN_TIMEOUT_SELECTION', CREATE_TIME_SELECTIONS(getConfig('login_timeout') , "login_timeout" , "WDh"));
$content = CATEGORY_ADDED;
} else {
// Category does already exists
- $content = "<SPAN class=\"admin_failed\">".CATEGORY_ALREADY_EXISTS."</SPAN>";
+ $content = "<span class=\"admin_failed\">".CATEGORY_ALREADY_EXISTS."</span>";
}
// Free memory
// Put cat descriptions into variable for the selection box
if (strlen($cat) > 20) $cat = substr($cat, 0, 17)."...";
- $CATS .= " <OPTION value=\"".$sort."\">".$cat."</OPTION>\n";
+ $CATS .= " <option value=\"".$sort."\">".$cat."</option>\n";
// Load row template and switch color
$OUT .= LOAD_TEMPLATE("admin_config_cats_row", true, $content);
$content = MAX_VALUE_SAVED;
} else {
// Value does alread exists!
- $content = "<SPAN class=\"admin_failed\">".MAX_VALUE_ALREADY."</SPAN>";
+ $content = "<span class=\"admin_failed\">".MAX_VALUE_ALREADY."</span>";
}
// Free memory
if (isset($_POST['ok'])) {
// Save settings
ADMIN_SAVE_SETTINGS($_POST);
- OUTPUT_HTML("<A href=\"".URL."/modules.php?module=admin&what=config_home&sub=settings\">".ADMIN_CONTINUE_TO_CONFIG."</A>");
+ OUTPUT_HTML("<a href=\"".URL."/modules.php?module=admin&what=config_home&sub=settings\">".ADMIN_CONTINUE_TO_CONFIG."</a>");
} else {
// Prepare data for the template
$content = array_fill(-1, 60, "");
ORDER BY sort ASC", __FILE__, __LINE__);
$SW = 2; $OUT = ""; $atitle = "";
- while (list($id, $wht, $wtitle) = SQL_FETCHROW($result))
- {
- $LINK = "<A href=\"".URL."/modules.php?module=admin&what=config_home&sub=target&home=".$wht."\">"._IS_NEW_HOME."</A>";
- if ($wht == getConfig('index_home'))
- {
+ while (list($id, $wht, $wtitle) = SQL_FETCHROW($result)) {
+ $LINK = "<a href=\"".URL."/modules.php?module=admin&what=config_home&sub=target&home=".$wht."\">"._IS_NEW_HOME."</a>";
+ if ($wht == getConfig('index_home')) {
// Is current home
- $LINK = "<STRONG class=\"admin_note\">"._IS_CURRENT_HOME."</STRONG>";
- $atitle = "<STRONG class=\"admin_note\">".$atitle."</STRONG>";
- $wtitle = "<STRONG class=\"admin_note\">".$wtitle."</STRONG>";
+ $LINK = "<div class=\"admin_note\">"._IS_CURRENT_HOME."</div>";
+ $atitle = "<div class=\"admin_note\">".$atitle."</div>";
+ $wtitle = "<div class=\"admin_note\">".$wtitle."</div>";
}
// Add row...
LOAD_TEMPLATE("admin_config_home");
break;
}
+
//
?>
if (getConfig('mt_start') > 0)
{
// Only show start
- define('__MT_START', "<STRONG>".MAKE_DATETIME(getConfig('mt_start'), "3")."</STRONG>");
+ define('__MT_START', "<strong>".MAKE_DATETIME(getConfig('mt_start'), "3")."</strong>");
}
else
{
if (($mod == "index") || ($mod == "login"))
{
// Add link to detail statistics
- $mod = "<STRONG><A href=\"".URL."/modules.php?module=admin&what=stats_mods&mod=".$mod."\">".$mod."</A></STRONG>";
+ $mod = "<strong><a href=\"".URL."/modules.php?module=admin&what=stats_mods&mod=".$mod."\">".$mod."</a></strong>";
}
// Prepare array for the template
define('_CFG_PROF_REUPDATE' , CREATE_TIME_SELECTIONS(getConfig('resend_profile_update') , "resend_profile_update", "MWD"));
} else {
// Normal input boxes
- define('_CFG_ONLINE_TIMEOUT', "<INPUT type=\"text\" name=\"online_timeout\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('online_timeout')."\"> <FONT class=\"tiny\">("._SECONDS.")</FONT>");
- define('_CFG_URL_TLOCK' , "<INPUT type=\"text\" name=\"url_tlock\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('url_tlock') ."\"> <FONT class=\"tiny\">("._SECONDS.")</FONT>");
- define('_CFG_PROFILE_LOCK' , "<INPUT type=\"text\" name=\"profile_lock\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('profile_lock') ."\"> <FONT class=\"tiny\">("._SECONDS.")</FONT>");
- define('_CFG_PROFILE_UPDATE', "<INPUT type=\"text\" name=\"profile_update\" class=\"admin_normal\" size=\"10\" maxlength=\"255\" value=\"".getConfig('profile_update')."\"> <FONT class=\"tiny\">("._SECONDS.")</FONT>");
- define('_CFG_PROF_REUPDATE' , "<INPUT type=\"text\" name=\"resend_profile_update\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('resend_profile_update') ."\"> <FONT class=\"tiny\">("._SECONDS.")</FONT>");
+ define('_CFG_ONLINE_TIMEOUT', "<INPUT type=\"text\" name=\"online_timeout\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('online_timeout')."\"> <div class=\"tiny\">("._SECONDS.")</div>");
+ define('_CFG_URL_TLOCK' , "<INPUT type=\"text\" name=\"url_tlock\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('url_tlock') ."\"> <div class=\"tiny\">("._SECONDS.")</div>");
+ define('_CFG_PROFILE_LOCK' , "<INPUT type=\"text\" name=\"profile_lock\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('profile_lock') ."\"> <div class=\"tiny\">("._SECONDS.")</div>");
+ define('_CFG_PROFILE_UPDATE', "<INPUT type=\"text\" name=\"profile_update\" class=\"admin_normal\" size=\"10\" maxlength=\"255\" value=\"".getConfig('profile_update')."\"> <div class=\"tiny\">("._SECONDS.")</div>");
+ define('_CFG_PROF_REUPDATE' , "<INPUT type=\"text\" name=\"resend_profile_update\" class=\"admin_normal\" size=\"6\" maxlength=\"255\" value=\"".getConfig('resend_profile_update') ."\"> <div class=\"tiny\">("._SECONDS.")</div>");
}
if (getConfig('order_multi_page') == "N") {
// Does your members request payouts?
if ((SQL_NUMROWS($result_mem) > 0) && ($display)) {
// Members has requested payouts
- SQL_FREERESULT($result_mem);
- OUTPUT_HTML("<P><A href=\"".URL."/modules.php?module=admin&what=list_payouts\">".ADMIN_PAYOUT_LIST_REQUESTS."</A></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<a href=\"".URL."/modules.php?module=admin&what=list_payouts\">".ADMIN_PAYOUT_LIST_REQUESTS."</a></P>");
} elseif ($display) {
// No member requests so far
- OUTPUT_HTML("<P><STRONG>".ADMIN_PAYOUT_NO_MEMBER_REQUESTS."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_PAYOUT_NO_MEMBER_REQUESTS);
}
+// Free result
+SQL_FREERESULT($result_mem);
+
// Add new paypout type
if ($display) LOAD_TEMPLATE("admin_payout_add_new");
REBUILD_CACHE("config", "config");
} else {
// Prepare failed-message
- $message = "<SPAN class=\"admin_failed\">".SETTINGS_NOT_SAVED."</SPAN>";
+ $message = "<span class=\"admin_failed\">".SETTINGS_NOT_SAVED."</span>";
}
// Remove SQL queries
else
{
// Nothing selected
- $content = RALLYE_NO_PRICES_SELECTED_1."<A href=\"".URL."/modules.php?module=admin&what=config_rallye_prices&rallye=".$_GET['rallye']."\">".RALLYE_NO_PRICES_SELECTED_2."</A>".RALLYE_NO_PRICES_SELECTED_3;
+ $content = RALLYE_NO_PRICES_SELECTED_1."<a href=\"".URL."/modules.php?module=admin&what=config_rallye_prices&rallye=".$_GET['rallye']."\">".RALLYE_NO_PRICES_SELECTED_2."</a>".RALLYE_NO_PRICES_SELECTED_3;
LOAD_TEMPLATE("admin_settings_saved", false, $content);
}
}
else
{
// Nothing selected
- $content = RALLYE_NO_PRICES_SELECTED_1."<A href=\"".URL."/modules.php?module=admin&what=config_rallye_prices&rallye=".$_GET['rallye']."\">".RALLYE_NO_PRICES_SELECTED_2."</A>".RALLYE_NO_PRICES_SELECTED_3;
+ $content = RALLYE_NO_PRICES_SELECTED_1."<a href=\"".URL."/modules.php?module=admin&what=config_rallye_prices&rallye=".$_GET['rallye']."\">".RALLYE_NO_PRICES_SELECTED_2."</a>".RALLYE_NO_PRICES_SELECTED_3;
LOAD_TEMPLATE("admin_settings_saved", false, $content);
}
}
else
{
- // A rallye was selected, so check if there are already prices assigned...
+ // a rallye was selected, so check if there are already prices assigned...
$result = SQL_QUERY_ESC("SELECT id, price_level, points, info FROM "._MYSQL_PREFIX."_rallye_prices WHERE rallye_id=%s ORDER BY price_level",
array(bigintval($_GET['rallye'])), __FILE__, __LINE__);
while (list($id, $aid, $start, $end, $title, $alogin, $active) = SQL_FETCHROW($result))
{
$select = "<INPUT type=\"checkbox\" name=\"sel[".$id."]\" class=\"admin_normal\" value=\"1\">";
- if ($active == "Y") $select = "<STRONG class=\"big\">".$id."</STRONG>";
+ if ($active == "Y") $select = "<div class=\"big\">".$id."</div>";
// Prepare data for the row template
$content = array(
$cnt += SQL_AFFECTEDROWS();
// Load template for link
- LOAD_TEMPLATE("admin_settings_saved", false, "<A href=\"".URL."/modules.php?module=admin&what=del_email&pid=".bigintval($_GET['mid'])."\">".ADMIN_REMOVE_STATS_ENTRY."</A>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<a href=\"".URL."/modules.php?module=admin&what=del_email&pid=".bigintval($_GET['mid'])."\">".ADMIN_REMOVE_STATS_ENTRY."</a>");
} // END - if
// Free the result
// Delete user account
DELETE_USER_ACCOUNT(bigintval($_GET['u_id']), $_POST['reason']);
- OUTPUT_HTML("<STRONG class=\"admin_green\">".ADMIN_DEL_COMPLETED."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_green\">".ADMIN_DEL_COMPLETED."</div>");
} else {
// Account does not exists!
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</div>");
}
} elseif (!empty($_POST['no'])) {
// Do not delete him...
LOAD_TEMPLATE("admin_del_user");
} else {
// Account does not exists!
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</div>");
}
}
if (SQL_AFFECTEDROWS() == 1) {
$content = SETTINGS_SAVED;
} else {
- $content = "<SPAN class=\"admin_failed\">".SETTINGS_NOT_SAVED."</SPAN>";
+ $content = "<span class=\"admin_failed\">".SETTINGS_NOT_SAVED."</span>";
}
// Display message
}
} else {
// No mail orders left in pool
- OUTPUT_HTML("<SPAN class=\"admin_failed\">".ADMIN_NO_MAILS_IN_POOL."</SPAN>");
+ OUTPUT_HTML("<span class=\"admin_failed\">".ADMIN_NO_MAILS_IN_POOL."</span>");
}
//
} // END - if
} elseif (FILE_READABLE(sprintf("%stemplates/%s/html/admin/%s.tpl", PATH, GET_LANGUAGE(), $TPL))) {
// Create mailto link
- define('__SPONSOR_VALUE', "<A href=\"mailto:".__EMAIL."\">".__SURNAME." ".__FAMILY."</A>");
+ define('__SPONSOR_VALUE', "<a href=\"mailto:".__EMAIL."\">".__SURNAME." ".__FAMILY."</a>");
// Load mode template
LOAD_TEMPLATE($TPL);
else
{
// Account does not exists!
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</div>");
}
//
if ($unconfirmed > 0)
{
// Add link to list_unconfirmed what-file
- $unconfirmed = "<STRONG><A href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&mid=".$pool[0]."\">".$unconfirmed."</A></STRONG>";
+ $unconfirmed = "<strong><a href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&mid=".$pool[0]."\">".$unconfirmed."</a></strong>";
}
// Prepare data for the row template
$pool['unconfirmed'] = $pool['sent_email'] - $pool['clicks'];
if ($pool['unconfirmed'] > 0) {
// Add link to list_unconfirmed what-file
- $pool['unconfirmed'] = "<STRONG><A href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&mid=".$pool['id']."\">".$pool['unconfirmed']."</A></STRONG>";
+ $pool['unconfirmed'] = "<strong><a href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&mid=".$pool['id']."\">".$pool['unconfirmed']."</a></strong>";
} elseif ($pool['unconfirmed'] < 0) {
// Sometimes rarely displayed minus values will be "fixed" to zero
$pool['unconfirmed'] = 0;
// Add link?
if ($bonus['unconfirmed'] > 0) {
// Add link to list_unconfirmed what-file
- $bonus['unconfirmed'] = "<STRONG><A href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&bid=".$bonus['id']."\">".$bonus['unconfirmed']."</A></STRONG>";
+ $bonus['unconfirmed'] = "<strong><a href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&bid=".$bonus['id']."\">".$bonus['unconfirmed']."</a></strong>";
} // END - if
// Prepare content
LOAD_TEMPLATE("admin_extensions");
} else {
// No extensions are registered
- LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_EXTENSION_REGISTERED."</FONT>");
+ LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_EXTENSION_REGISTERED."</div>");
}
break;
}
}
- $OUT = " <SELECT class=\"admin_select\" name=\"sort\" size=\"1\">
- <OPTION value=\"0\">".IS_FIRST_MENU."</OPTION>";
+ $OUT = " <select class=\"admin_select\" name=\"sort\" size=\"1\">
+ <option value=\"0\">".IS_FIRST_MENU."</option>";
foreach ($below as $key => $m)
{
if (is_array($m))
{
foreach ($m as $key2 => $m2)
{
- $OUT .= " <OPTION value=\"".$m2."\">".$titles[$key][$key2];
+ $OUT .= " <option value=\"".$m2."\">".$titles[$key][$key2];
foreach ($menus as $k => $v)
{
if (($v == $key) && (!is_array($v)))
$OUT .= " (".$titles[$k].")";
}
}
- $OUT .= "</OPTION>\n";
+ $OUT .= "</option>\n";
}
}
else
{
- $OUT .= " <OPTION value=\"".$m."\">".$titles[$key]."</OPTION>\n";
+ $OUT .= " <option value=\"".$m."\">".$titles[$key]."</option>\n";
}
}
- $OUT .= "</SELECT>";
+ $OUT .= "</select>";
define('__BELOW_SELECTION' , $OUT);
define('__WHAT_SELECTION' , ADMIN_MAKE_MENU_SELECTION("guest", "what", "name"));
if (($sort == 0) || (($sort == 1) && (!empty($SUB))))
{
// Is highest position
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</a>";
}
elseif ($cnt == $max)
{
// Is lowest position
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</a>";
}
elseif ($sort > 0)
{
// Anything else between highest and lowest
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</A>/<A href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</a>/<a href=\"".URL."/modules.php?module=admin&what=guestedit&sub=".__SUB_VALUE."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</a>";
}
if (empty($act)) $act = " ";
if (empty($wht)) $wht = " ";
'gender' => TRANSLATE_GENDER($gender),
'sname' => $sname,
'fname' => $fname,
- 'email' => "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</A>",
+ 'email' => "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</a>",
'joined' => MAKE_DATETIME($joined, "2"),
'last' => MAKE_DATETIME($last, "2"),
'notified' => MAKE_DATETIME($notified, "2"),
$WIN1 = ""; $WIN2 = "";
if ($cnt <= getConfig('beg_ranks')) {
// Maybe he can win his active beg?
- $WIN1 = "<STRONG>";
- $WIN2 = "</STRONG>";
+ $WIN1 = "<strong>";
+ $WIN2 = "</strong>";
} // END - if
// Prepare content
define('__BEG_WITHDRAW_FORM', LOAD_TEMPLATE("admin_list_beg_form", true));
} else {
// Display message "no manual withdraw possible"
- define('__BEG_WITHDRAW_FORM', "<FONT class=\"admin_failed\">".ADMIN_BEG_ALREADY_WITHDRAW."</FONT>");
+ define('__BEG_WITHDRAW_FORM', "<div class=\"admin_failed\">".ADMIN_BEG_ALREADY_WITHDRAW."</div>");
}
// Prepare constant for timemark
$WIN1 = ""; $WIN2 = "";
if ($cnt <= getConfig('bonus_ranks')) {
// Maybe he can win his active bonus?
- $WIN1 = "<STRONG>";
- $WIN2 = "</STRONG>";
+ $WIN1 = "<strong>";
+ $WIN2 = "</strong>";
}
// Prepare content
define('__BONUS_WITHDRAW_FORM', LOAD_TEMPLATE("admin_list_bonus_form", true));
} else {
// Display message "no manual withdraw possible"
- define('__BONUS_WITHDRAW_FORM', "<FONT class=\"admin_failed\">".ADMIN_BONUS_ALREADY_WITHDRAW."</FONT>");
+ define('__BONUS_WITHDRAW_FORM', "<div class=\"admin_failed\">".ADMIN_BONUS_ALREADY_WITHDRAW."</div>");
}
// Prepare constant for timemark
SQL_FREERESULT($result);
// Prepare constants
- define('__CATS_BASE' , "<A href=\"".URL."/modules.php?module=admin&u_id=");
+ define('__CATS_BASE' , "<a href=\"".URL."/modules.php?module=admin&u_id=");
define('__UID' , bigintval($_GET['u_id']));
define('__MEMBER_LINKS', MEMBER_ACTION_LINKS(__UID));
- define('__EMAIL' , "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</A>");
+ define('__EMAIL' , "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</a>");
// Ok, list categories of this user
$result_cats = SQL_QUERY("SELECT id, cat FROM "._MYSQL_PREFIX."_cats ORDER BY sort", __FILE__, __LINE__);
array(bigintval($_GET['u_id']), bigintval($cid)), __FILE__, __LINE__);
// Set selection
- $SELECTED = "<FONT color=\"red\">".NO."</FONT>";
- if (SQL_NUMROWS($result_user) == 1) $SELECTED = "<FONT color=\"green\">".YES."</FONT>";
+ $SELECTED = "<FONT color=\"red\">".NO."</div>";
+ if (SQL_NUMROWS($result_user) == 1) $SELECTED = "<FONT color=\"green\">".YES."</div>";
// Prepare array for the row template
$content = array(
{
// Something was payed out
$SUM_ALREADY += $cnt;
- define('__DOUBLER_ALREADY_DIRECT_LINK', "<A href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=already&select=direct\">".$cnt."</A>");
+ define('__DOUBLER_ALREADY_DIRECT_LINK', "<a href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=already&select=direct\">".$cnt."</a>");
}
$result = SQL_QUERY("SELECT COUNT(id) FROM "._MYSQL_PREFIX."_doubler WHERE completed='Y' AND is_ref='Y'", __FILE__, __LINE__);
list($cnt) = SQL_FETCHROW($result);
{
// Something was payed out
$SUM_ALREADY += $cnt;
- define('__DOUBLER_ALREADY_REF_LINK', "<A href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=already&select=ref\">".$cnt."</A>");
+ define('__DOUBLER_ALREADY_REF_LINK', "<a href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=already&select=ref\">".$cnt."</a>");
}
- define('__DOUBLER_ALREADY_ALL_LINK', "<A href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=already&select=all\">".$SUM_ALREADY."</A>");
+ define('__DOUBLER_ALREADY_ALL_LINK', "<a href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=already&select=all\">".$SUM_ALREADY."</a>");
// And the same for waiting pouts (direct and referal)
$result = SQL_QUERY("SELECT COUNT(id) FROM "._MYSQL_PREFIX."_doubler WHERE completed='N' AND is_ref='N'", __FILE__, __LINE__);
{
// Something was payed out
$SUM_WAITING += $cnt;
- define('__DOUBLER_WAITING_DIRECT_LINK', "<A href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=waiting&select=direct\">".$cnt."</A>");
+ define('__DOUBLER_WAITING_DIRECT_LINK', "<a href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=waiting&select=direct\">".$cnt."</a>");
}
$result = SQL_QUERY("SELECT COUNT(id) FROM "._MYSQL_PREFIX."_doubler WHERE completed='N' AND is_ref='Y'", __FILE__, __LINE__);
list($cnt) = SQL_FETCHROW($result);
{
// Something was payed out
$SUM_WAITING += $cnt;
- define('__DOUBLER_WAITING_REF_LINK', "<A href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=waiting&select=ref\">".$cnt."</A>");
+ define('__DOUBLER_WAITING_REF_LINK', "<a href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=waiting&select=ref\">".$cnt."</a>");
}
- define('__DOUBLER_WAITING_ALL_LINK', "<A href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=waiting&select=all\">".$SUM_WAITING."</A>");
+ define('__DOUBLER_WAITING_ALL_LINK', "<a href=\"".URL."/modules.php?module=admin&what=list_doubler&mode=waiting&select=all\">".$SUM_WAITING."</a>");
// All data is loaded here...
break;
$result_data = SQL_QUERY_ESC("SELECT subject, timestamp_ordered, cat_id FROM "._MYSQL_PREFIX."_user_stats WHERE id=%s LIMIT 1",
array(bigintval($id)), __FILE__, __LINE__);
$type = "mailid"; $DATA = $id; $PROBLEM = NORMAL_MAIL_PROBLEM;
- $LINK = "<A href=\"".URL."/mailid.php?uid=".$_GET['u_id']."&mailid=".$id."\" target=\"_blank\">".$id."</A>";
+ $LINK = "<a href=\"".URL."/mailid.php?uid=".$_GET['u_id']."&mailid=".$id."\" target=\"_blank\">".$id."</a>";
break;
case "BONUS":
$result_data = SQL_QUERY_ESC("SELECT subject, timestamp, cat_id FROM "._MYSQL_PREFIX."_bonus WHERE id=%s LIMIT 1",
array(bigintval($id2)), __FILE__, __LINE__);
$type = "bonusid"; $DATA = $id2; $PROBLEM = BONUS_MAIL_PROBLEM;
- $LINK = "<A href=\"".URL."/mailid.php?uid=".$_GET['u_id']."&bonusid=".$id2."\" target=\"_blank\">".$id2."</A>";
+ $LINK = "<a href=\"".URL."/mailid.php?uid=".$_GET['u_id']."&bonusid=".$id2."\" target=\"_blank\">".$id2."</a>";
break;
default: // Problem in application detected!
// Remember list in constant for the template
define('__SNAME_VALUE', $sname);
define('__FNAME_VALUE', $fname);
- define('__EMAIL_VALUE', "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</A>");
+ define('__EMAIL_VALUE', "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$email."</a>");
define('__EMAIL_LIST' , $OUT);
define('__NUMS_VALUE' , $nums);
define('__UID' , bigintval($_GET['u_id']));
// Add link?
if ($bonus['unconfirmed'] > 0) {
// Add link to list_unconfirmed what-file
- $bonus['unconfirmed'] = "<STRONG><A href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&bid=".$bonus['id']."\">".$bonus['unconfirmed']."</A></STRONG>";
+ $bonus['unconfirmed'] = "<strong><a href=\"".URL."/modules.php?module=admin&what=list_unconfirmed&bid=".$bonus['id']."\">".$bonus['unconfirmed']."</a></strong>";
} // END - if
// Prepare content
SQL_FREERESULT($result);
// Konstante bauen
- define('PAYOUT_USERDATA_VALUE', "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".TRANSLATE_GENDER($gender)." ".$surname." ".$family."</A>");
+ define('PAYOUT_USERDATA_VALUE', "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".TRANSLATE_GENDER($gender)." ".$surname." ".$family."</a>");
if (($_GET['do'] == "accept") && (!empty($email))) {
// Ok, now we can output the form or execute accepting
}
} else {
// Cannot load payout id
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".PAYOUT_FAILED_OBTAIN_PAYOUT_ID."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".PAYOUT_FAILED_OBTAIN_PAYOUT_ID."</div>");
}
} else {
// Load template
while (list($pid, $uid, $total, $account, $bank, $type, $tstamp, $status, $allow, $url, $alt, $banner) = SQL_FETCHROW($result)) {
if ($status == "NEW") {
// Generate links for direct accepting and rejecting
- $status = "<A href=\"".URL."/modules.php?module=admin&what=list_payouts&do=accept&pid=".$pid."\">".PAYOUT_ACCEPT_PAYOUT."</A> | <A href=\"".URL."/modules.php?module=admin&what=list_payouts&do=reject&pid=".$pid."\">".PAYOUT_REJECT_PAYOUT."</A>";
+ $status = "<a href=\"".URL."/modules.php?module=admin&what=list_payouts&do=accept&pid=".$pid."\">".PAYOUT_ACCEPT_PAYOUT."</a> | <a href=\"".URL."/modules.php?module=admin&what=list_payouts&do=reject&pid=".$pid."\">".PAYOUT_REJECT_PAYOUT."</a>";
} else {
// Translate status
$status = constant('PAYOUT_STATUS_'.strtoupper($status).'');
- $status = "<FONT class=\"admin_failed\">".$status."</FONT>";
+ $status = "<div class=\"admin_failed\">".$status."</div>";
}
// Nothing entered must be secured in member/what-payputs.php !
}
// Admins can addionally test the URL for framekillers
- $bank = "<A href=\"".FRAMETESTER($url)."\" target=\"_blank\">".CLICK_HERE."</A>";
+ $bank = "<a href=\"".FRAMETESTER($url)."\" target=\"_blank\">".CLICK_HERE."</a>";
} else {
// e-currency payout request
if (empty($account)) $account = "---";
// Output row
$Bl = ""; $Br = "";
- if (($opoints > 0) && ($cnt > 0)) { $Bl = "<STRONG>"; $Br = "</STRONG>"; }
+ if (($opoints > 0) && ($cnt > 0)) { $Bl = "<strong>"; $Br = "</strong>"; }
if (($old > 0) || ($cnt > 0))
{
// Insert link to referal list
if ($joined > 0)
{
// List joined users
- $joined = "<A href=\"".URL."/modules.php?module=admin&what=list_rallyes&sub=users&rallye=".$id."\" title=\"".RALLYE_LIST_USERS."\">".$joined."</A>";
+ $joined = "<a href=\"".URL."/modules.php?module=admin&what=list_rallyes&sub=users&rallye=".$id."\" title=\"".RALLYE_LIST_USERS."\">".$joined."</a>";
}
// Alter some variables
{
case "Y":
// Rallye is active so do not edit it!
- $content['select'] = "<STRONG class=\"big\">".$id."</STRONG>";
+ $content['select'] = "<div class=\"big\">".$id."</strong>";
$content['active_title'] = RALLYE_DEACTIVATE_NOW;
$content['active'] = 0;
break;
array($uid), __FILE__, __LINE__);
// Output info message
- OUTPUT_HTML(ADMIN_TOTAL_REFS_1."".ADMIN_USER_PROFILE_LINK($_GET['u_id'])."".ADMIN_TOTAL_REFS_2.$menge.ADMIN_TOTAL_REFS_3.$menge_lck.ADMIN_TOTAL_REFS_4."<BR><BR>");
+ OUTPUT_HTML(ADMIN_TOTAL_REFS_1."".ADMIN_USER_PROFILE_LINK($_GET['u_id'])."".ADMIN_TOTAL_REFS_2.$menge.ADMIN_TOTAL_REFS_3.$menge_lck.ADMIN_TOTAL_REFS_4."<br /><br />");
}
// Are there some levels (VERY BAD IF NONE!)
'refs_link' => "0",
'surname' => $data['surname'],
'family' => $data['family'],
- 'email' => "[<A href=\"".CREATE_EMAIL_LINK($data['email'], "user_data")."\">".$data['email']."</A>]",
+ 'email' => "[<a href=\"".CREATE_EMAIL_LINK($data['email'], "user_data")."\">".$data['email']."</a>]",
'status' => TRANSLATE_STATUS($data['status']),
'registered' => MAKE_DATETIME($data['joined'], "3"),
);
'refs_link' => "0",
'surname' => $levels['surname'],
'family' => $levels['family'],
- 'email' => "[<A href=\"".CREATE_EMAIL_LINK($levels['email'], "user_data")."\">".$levels['email']."</A>]",
+ 'email' => "[<a href=\"".CREATE_EMAIL_LINK($levels['email'], "user_data")."\">".$levels['email']."</a>]",
'status' => TRANSLATE_STATUS($levels['status']),
'registered' => MAKE_DATETIME($levels['joined'], "3"),
);
SQL_FREERESULT($result);
} else {
// No refs made so far
- LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_SPONSOR_REFS_404_1."<A href=\"".URL."/modules.php?module=admin&what=list_sponsor&id=".bigintval($_GET['rid'])."\">".bigintval($_GET['rid'])."</A>".ADMIN_SPONSOR_REFS_404_2);
+ LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_SPONSOR_REFS_404_1."<a href=\"".URL."/modules.php?module=admin&what=list_sponsor&id=".bigintval($_GET['rid'])."\">".bigintval($_GET['rid'])."</a>".ADMIN_SPONSOR_REFS_404_2);
}
} else {
// Sponsor not found
if ($admin == "0")
{
// No admin currently is assigned
- $admin = "<FONT class=\"admin_note\">".ADMIN_NO_ADMIN_ASSIGNED."</FONT>";
+ $admin = "<div class=\"admin_note\">".ADMIN_NO_ADMIN_ASSIGNED."</div>";
}
else
{
if ($login != "***")
{
// Admin found
- $admin = "<A href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</A>";
+ $admin = "<a href=\"".URL."/modules.php?module=admin&what=admins_contct&admin=".$admin."\">".$login."</a>";
}
else
{
// Maybe deleted?
- $admin = "<FONT class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</FONT>";
+ $admin = "<div class=\"admin_note\">".ADMIN_ID_404_1.$admin.ADMIN_ID_404_2."</div>";
}
}
$uid = ADMIN_USER_PROFILE_LINK($uid);
} else {
// Is a system task!
- $uid = "<I>".ADMIN_IS_SYSTEM_TASK."</I>";
+ $uid = "<em>".ADMIN_IS_SYSTEM_TASK."</em>";
}
// Prepare content
'uid' => $uid,
'link' => $LINK,
'id' => $ID,
- 'email' => "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".TRANSLATE_GENDER($gender)." ".$sname." ".$fname."</A>",
+ 'email' => "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".TRANSLATE_GENDER($gender)." ".$sname." ".$fname."</a>",
'status' => TRANSLATE_STATUS($status),
);
if (empty($_GET['page'])) { $_GET['page'] = "1"; }
// Set base URL
-$BASE = "[<A href=\"".URL."/modules.php?module=admin";
+$BASE = "[<a href=\"".URL."/modules.php?module=admin";
if (!empty($_GET['u_id'])) {
// Secure the user ID
$LINKS = GET_TOTAL_DATA($uid, "user_links", "id", "userid", true);
// Add links to the numbers
- if ($LINKS > 0) $LINKS = $BASE."&what=list_links&u_id=".$uid."\">".$LINKS."</A>]";
- if ($DATA['refid'] > 0) $DATA['refid'] = $BASE."&what=list_user&u_id=".$DATA['refid']."\">".$DATA['refid']."</A>]";
+ if ($LINKS > 0) $LINKS = $BASE."&what=list_links&u_id=".$uid."\">".$LINKS."</a>]";
+ if ($DATA['refid'] > 0) $DATA['refid'] = $BASE."&what=list_user&u_id=".$DATA['refid']."\">".$DATA['refid']."</a>]";
if (empty($DATA['last_module'])) $DATA['last_module'] = "---";
- if ($REFS > 0) $REFS = $BASE."&what=list_refs&u_id=".$uid."\">".$REFS."</A>]";
- if ($CATS > 0) $CATS = $BASE."&what=list_cats&u_id=".$uid."\">".$CATS."</A>]";
+ if ($REFS > 0) $REFS = $BASE."&what=list_refs&u_id=".$uid."\">".$REFS."</a>]";
+ if ($CATS > 0) $CATS = $BASE."&what=list_cats&u_id=".$uid."\">".$CATS."</a>]";
// Calculate timestamp for birthday
$stamp = mktime(0, 0, 0, $DATA['birth_month'], $DATA['birth_day'], $DATA['birth_year']);
$DATA['status'] = TRANSLATE_STATUS($DATA['status']);
$DATA['last_online'] = MAKE_DATETIME($DATA['last_online'], "0");
$DATA['used_points'] = TRANSLATE_COMMA($DATA['used_points']);
- if ($DATA['emails_sent'] > 0) $DATA['emails_sent'] = $BASE."&what=email_details&u_id=".$uid."\">".TRANSLATE_COMMA($DATA['emails_sent'])."</A>]";
+ if ($DATA['emails_sent'] > 0) $DATA['emails_sent'] = $BASE."&what=email_details&u_id=".$uid."\">".TRANSLATE_COMMA($DATA['emails_sent'])."</a>]";
$DATA['joined'] = MAKE_DATETIME($DATA['joined'], "0");
$DATA['last_update'] = MAKE_DATETIME($DATA['last_update'], "0");
$DATA['last_profile_sent'] = MAKE_DATETIME($DATA['last_profile_sent'], "0");
// Get number of unconfirmed mails
$LINKS = GET_TOTAL_DATA($content['userid'], "user_links", "id", "userid", true);
- if ($LINKS > 0) $LINKS = $BASE."&what=list_links&u_id=".$content['userid']."\">".TRANSLATE_COMMA($LINKS)."</A>]";
+ if ($LINKS > 0) $LINKS = $BASE."&what=list_links&u_id=".$content['userid']."\">".TRANSLATE_COMMA($LINKS)."</a>]";
// Set link to sent mails if present
- if ($content['emails_sent'] > 0) $content['emails_sent'] = $BASE."&what=email_details&u_id=".$content['userid']."\">".TRANSLATE_COMMA($content['emails_sent'])."</A>]";
+ if ($content['emails_sent'] > 0) $content['emails_sent'] = $BASE."&what=email_details&u_id=".$content['userid']."\">".TRANSLATE_COMMA($content['emails_sent'])."</a>]";
// Add nickname
if (empty($content['nickname']) || $content['nickname'] == $content['userid']) $content['nickname'] = "---";
$content['sw'] = $SW;
$content['uid'] = ADMIN_USER_PROFILE_LINK($content['userid']);
$content['gender'] = TRANSLATE_GENDER($content['gender']);
- $content['email'] = "[<A href=\"".CREATE_EMAIL_LINK($content['email'], "user_data")."\">".$content['email']."</A>]";
+ $content['email'] = "[<a href=\"".CREATE_EMAIL_LINK($content['email'], "user_data")."\">".$content['email']."</a>]";
$content['addr'] = $content['REMOTE_ADDR'];
$content['links'] = $LINKS;
$content['alinks'] = MEMBER_ACTION_LINKS($content['userid'], $content['status']);
// Error received so prepare error code
$code = explode(" ", $result[0]['id']);
$code = $code[0];
- $code = explode("<br>", $code);
+ $code = explode("<br />", $code);
$code = $code[0];
// Output message
}
// Create email link
- define('__EMAIL_LINK', "<A href=\"mailto:".$email."\">".__GENDER." ".__SURNAME." ".__FAMILY."</A>");
+ define('__EMAIL_LINK', "<a href=\"mailto:".$email."\">".__GENDER." ".__SURNAME." ".__FAMILY."</a>");
// Display form
LOAD_TEMPLATE("admin_lock_sponsor");
LOAD_TEMPLATE("admin_lock_user");
} else {
// Account does not exists!
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</div>");
}
}
} elseif ($ACT) {
// An action was performed...
if (!empty($MSG)) {
- LOAD_TEMPLATE("admin_settings_saved", false, "<STRONG class=\"admin_green\">".$MSG."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_green\">".$MSG."</div>");
} else {
- LOAD_TEMPLATE("admin_settings_saved", false, "<STRONG class=\"admin_green\">".ADMIN_USER_UPDATED."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_green\">".ADMIN_USER_UPDATED."</div>");
}
}
} else {
// Account does not exists!
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</div>");
}
} else {
// List all users
}
}
- $OUT = "<SELECT class=\"admin_select\" name=\"sort\" size=\"1\">
- <OPTION value=\"\">".IS_FIRST_MENU."</OPTION>";
+ $OUT = "<select class=\"admin_select\" name=\"sort\" size=\"1\">
+ <option value=\"\">".IS_FIRST_MENU."</option>";
foreach ($below as $key => $m)
{
if (is_array($m))
{
foreach ($m as $key2 => $m2)
{
- $OUT .= " <OPTION value=\"".$m2."\">".$titles[$key][$key2];
+ $OUT .= " <option value=\"".$m2."\">".$titles[$key][$key2];
foreach ($menus as $k => $v)
{
if (($v == $key) && (!is_array($v)))
$OUT .= " (".$titles[$k].")";
}
}
- $OUT .= "</OPTION>\n";
+ $OUT .= "</option>\n";
}
}
else
{
- $OUT .= " <OPTION value=\"".$m."\">".$titles[$key]."</OPTION>\n";
+ $OUT .= " <option value=\"".$m."\">".$titles[$key]."</option>\n";
}
}
- $OUT .= "</SELECT>";
+ $OUT .= "</select>";
define('__BELOW_SELECTION' , $OUT);
define('__WHAT_SELECTION' , ADMIN_MAKE_MENU_SELECTION("member", "what", "name"));
if (($sort == 0) || (($sort == 1) && (!empty($SUB))))
{
// Is highest position
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</a>";
}
elseif ($cnt == $max)
{
// Is lowest position
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</a>";
}
elseif ($sort > 0)
{
// Anything else between highest and lowest
- $NAVI = "<A href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</A>/<A href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</A>";
+ $NAVI = "<a href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort-1)."&fid=".$sort."\">".HIGHER."</a>/<a href=\"".URL."/modules.php?module=admin&what=memedit&sub=".$SUB."&act=".$act."&w=".$wht."&tid=".($sort+1)."&fid=".$sort."\">".LOWER."</a>";
}
if (empty($act)) $act = " ";
if (empty($wht)) $wht = " ";
if ($row_array[4] > 0) {
$OPT = OPTIMIZE_STATUS_OPTIMIZED;
- $B1 = "<STRONG>"; $B2 = "<STRONG>";
+ $B1 = "<strong>"; $B2 = "<strong>";
$gain_tabs++;
} elseif (count(explode(" ", $row_array[2])) == 0) {
$OPT = constant('OPTIMIZE_STATUS_'.strtoupper($row_array[2]).'');
if (count($SQLs) > 0) {
// Run all queries
RUN_FILTER('run_sqls', array('dry_run' => false, 'sqls' => $SQLs));
- $content = "<SPAN class=\"admin_failed\">".SETTINGS_SAVED."</SPAN>";
+ $content = "<span class=\"admin_failed\">".SETTINGS_SAVED."</span>";
} else {
// Nothing has changed!
- $content = "<SPAN class=\"admin_failed\">".SETTINGS_NOT_SAVED."</SPAN>";
+ $content = "<span class=\"admin_failed\">".SETTINGS_NOT_SAVED."</span>";
}
// Output template
if (SQL_AFFECTEDROWS() == 1) {
$content = SETTINGS_SAVED;
} else {
- $content = "<SPAN class=\"admin_failed\">".SETTINGS_NOT_SAVED."</SPAN>";
+ $content = "<span class=\"admin_failed\">".SETTINGS_NOT_SAVED."</span>";
}
LOAD_TEMPLATE("admin_settings_saved", false, $content);
} elseif (($SEL > 0) && (isset($_POST['edit']))) {
$content = ADMIN_REPAIR_ENTRIES_FIXED_1.$REMOVED.ADMIN_REPAIR_ENTRIES_FIXED_2;
} else {
// Nothing repaired
- $content = "<FONT class=\"admin_failed\">".ADMIN_REPAIR_NOTHING_FIXED."</FONT>";
+ $content = "<div class=\"admin_failed\">".ADMIN_REPAIR_NOTHING_FIXED."</div>";
}
} else {
// No category selections found, no members registered?
- $content = "<STRONG class=\'admin_failed\">".ADMIN_REPAIR_CATS_NOTHING."</STRONG>";
+ $content = "<div class=\'admin_failed\">".ADMIN_REPAIR_CATS_NOTHING."</div>";
}
// Load template
if (($mod == "index") || ($mod == "login"))
{
// Add link to detail statistics
- $mod = "<STRONG><A href=\"".URL."/modules.php?module=admin&what=stats_mods&mod=".$mod."\">".$mod."</A></STRONG>";
+ $mod = "<strong><a href=\"".URL."/modules.php?module=admin&what=stats_mods&mod=".$mod."\">".$mod."</a></strong>";
}
// Prepare array for the template
$content = array(
// User ID found in URL so we use this give him some credits
$result = SQL_QUERY_ESC("SELECT surname, family, email FROM `"._MYSQL_PREFIX."_user_data` WHERE userid=%s AND status='CONFIRMED' LIMIT 1",
array(bigintval($_GET['u_id'])),__FILE__, __LINE__);
- if (SQL_NUMROWS($result) == 1)
- {
+ if (SQL_NUMROWS($result) == 1) {
// Selected user does exist
list($sname, $fname, $email) = SQL_FETCHROW($result);
SQL_FREERESULT($result);
- if ((isset($_POST['ok'])) && (!empty($_POST['points'])))
- {
+ if ((isset($_POST['ok'])) && (!empty($_POST['points']))) {
// Ok, add to used points and send an email to him...
SUB_POINTS("admin_single", bigintval($_GET['u_id']), $_POST['points']);
// Output message
LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_POINTS_SUBTRACTED);
- }
- else
- {
+ } else {
// Opps, missing form here
- define('__USER_VALUE', "<A href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</A>");
+ define('__USER_VALUE', "<a href=\"".CREATE_EMAIL_LINK($email, "user_data")."\">".$sname." ".$fname."</a>");
define('__UID', bigintval($_GET['u_id']));
LOAD_TEMPLATE("admin_sub_points");
}
- }
- else
- {
+ } else {
// User not found!
- OUTPUT_HTML("<STRONG class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_MEMBER_404_1.$_GET['u_id'].ADMIN_MEMBER_404_2."</strong>");
}
-}
- else
-{
+} else {
// Output selection form with all confirmed user accounts listed
ADD_MEMBER_SELECTION_BOX("0", true);
}
foreach ($THEMES['fname'] as $idx => $name) {
// Generate download link
$LINK = SERVER_URL."/themes/theme-".$name.".zip";
+
+ // @TODO Move this HTML code to a template "admin_theme_row"
$OUT .= "<TR>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".($idx + 1).".</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\"><A href=\"".$LINK."\">".$name."</A></TD>
+ <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\"><a href=\"".$LINK."\">".$name."</a></TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".MAKE_DATETIME($THEMES['fctime'][$idx], "2")."</TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".TRANSLATE_COMMA(round($THEMES['fsize'][$idx] / 1.024) / 1000)." ".KBYTES."</TD>
<TD align=\"center\" class=\"switch_sw".$SW." bottom2\">".$THEMES['ver'][$idx]." (".$THEMES['cver'][$idx].")</TD>
<TR>
<TD class=\"switch_sw".$SW." bottom2\"> </TD>
<TD colspan=\"4\" class=\"switch_sw".$SW." bottom2\">
- <FONT class=\"tiny\">".$THEMES['infos'][$idx]."</FONT>
+ <div class=\"tiny\">".$THEMES['infos'][$idx]."</div>
</TD>
</TR>\n";
$TSIZE += $THEMES['fsize'][$idx];
}
} else {
// No theme where found
- LOAD_TEMPLATE("admin_theme_404");
+ LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_THEME_NOTHING_FOUND);
}
//
// Is the loaded theme name != current theme name?
$LINK = $unix;
- if ($unix != GET_CURR_THEME()) $LINK = "<A href=\"".URL."/modules.php?module=admin&what=theme_edit&default_theme=".$unix."\" title=\"".ADMIN_SET_AS_NEW_THEME."\">".$unix."</A>";
+ if ($unix != GET_CURR_THEME()) $LINK = "<a href=\"".URL."/modules.php?module=admin&what=theme_edit&default_theme=".$unix."\" title=\"".ADMIN_SET_AS_NEW_THEME."\">".$unix."</a>";
// Prepare data for the row template
$content = array(
'link' => $LINK,
'name' => $name,
'is_act' => TRANSLATE_YESNO($active),
- 'email' => "<A href=\"mailto:".$THEME_EMAIL."?Subject=[Theme:] ".$THEME_NAME." (".$unix.")"."\">".$THEME_AUTHOR."</A>",
+ 'email' => "<a href=\"mailto:".$THEME_EMAIL."?Subject=[Theme:] ".$THEME_NAME." (".$unix.")"."\">".$THEME_AUTHOR."</a>",
'url_link' => DEREFERER($THEME_URL),
'url_title' => $THEME_URL,
'ver' => $ver,
// Check if current theme is already imported or not
if (THEME_CHECK_EXIST($unix)) {
// Already installed
- $FOUND = "<FONT class=\"admin_note\">".ADMIN_THEME_ALREADY_INSTALLED."</FONT>";
+ $FOUND = "<div class=\"admin_note\">".ADMIN_THEME_ALREADY_INSTALLED."</div>";
} else {
// Theme not installed
- $FOUND = "<FORM action=\"".URL."/modules.php?module=admin&what=theme_import\" method=\"POST\">
+ $FOUND = "<form action=\"".URL."/modules.php?module=admin&what=theme_import\" method=\"POST\">
<INPUT type=\"submit\" name=\"ok\" class=\"admin_submit\" value=\"".ADMIN_INSTALL_THEME."\">
<INPUT type=\"hidden\" name=\"theme\" value=\"".$unix."\">
-</FORM>";
+</form>";
}
// Add row
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\" height=\"30\">".$unix."</TD>
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">".$THEMES['theme_name'][$key]."</TD>
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
- <A href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")"."\">".$THEMES['theme_author'][$key]."</A>
+ <a href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")"."\">".$THEMES['theme_author'][$key]."</a>
</TD>
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
- <A href=\"".DEREFERER($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</A>
+ <a href=\"".DEREFERER($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</a>
</TD>
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</TD>
<TD class=\"switch_sw".$SW." bottom2\" align=\"center\">
// Is a newer version available?
if (empty($ONLINE['version'])) {
// Disconnected?
- LOAD_TEMPLATE("admin_settings_saved", false, "<FONT class=\"admin_failed\">".ADMIN_CANNOT_CHECK_VERSION." (".$ONLINE['code'].")</FONT>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"admin_failed\">".ADMIN_CANNOT_CHECK_VERSION." (".$ONLINE['code'].")</div>");
} elseif (($ONLINE['version'] != FULL_VERSION) || ($ONLINE['revision'] != CURR_SVN_REVISION)) {
// New full-version available (all previous released patches are included in this version!)
define('__ONLINE_VERSION', $ONLINE['version']);
<TR><TD colspan=\"5\" height=\"7\" class=\"seperator admin_title\"> </TD></TR>
<TR>
<TD colspan=\"3\" class=\"admin_title\" align=\"center\">
- <STRONG>".USER_NOW_ONLINE."</STRONG>
+ <strong>".USER_NOW_ONLINE."</strong>
</TD>
</TR>
<TR><TD colspan=\"5\" height=\"7\" class=\"seperator admin_title\"> </TD></TR>
<TR>
- <TD width=\"85%\" class=\"top2 bottom2\" align=\"right\"><FONT class=\"medium\">".GUESTS_ONLINE.":</FONT></TD>
+ <TD width=\"85%\" class=\"top2 bottom2\" align=\"right\"><div class=\"medium\">".GUESTS_ONLINE.":</div></TD>
<TD width=\"5%\" class=\"top2 bottom2\"> </TD>
- <TD width=\"10%\" class=\"top2 bottom2\"><B>".SQL_NUMROWS($result_guests)."</B></TD>
+ <TD width=\"10%\" class=\"top2 bottom2\"><strong>".SQL_NUMROWS($result_guests)."</strong></TD>
</TR>
<TR>
- <TD width=\"85%\" class=\"bottom2\" align=\"right\"><FONT class=\"medium\">".MEMBERS_ONLINE.":</FONT></TD>
+ <TD width=\"85%\" class=\"bottom2\" align=\"right\"><div class=\"medium\">".MEMBERS_ONLINE.":</div></TD>
<TD width=\"5%\" class=\"bottom2\"> </TD>
- <TD width=\"10%\" class=\"bottom2\"><B>".SQL_NUMROWS($result_members)."</B></TD>
+ <TD width=\"10%\" class=\"bottom2\"><strong>".SQL_NUMROWS($result_members)."</strong></TD>
</TR>
<TR>
- <TD width=\"85%\" align=\"right\"><FONT class=\"medium\">".ADMINS_ONLINE.":</FONT></TD>
+ <TD width=\"85%\" align=\"right\"><div class=\"medium\">".ADMINS_ONLINE.":</div></TD>
<TD width=\"5%\"> </TD>
- <TD width=\"10%\"><B>".SQL_NUMROWS($result_admins)."</B></TD>
+ <TD width=\"10%\"><strong>".SQL_NUMROWS($result_admins)."</strong></TD>
</TR>
</TABLE><br />");
<TD align=\"center\" width=\"15%\" class=\"switch_sw".$SW." bottom right\">");
if ($userid > 0)
{
- OUTPUT_HTML("<A href=\"".URL."/modules.php?module=admin&what=list_user&u_id=".$userid."\">".$userid."</A>");
+ OUTPUT_HTML("<a href=\"".URL."/modules.php?module=admin&what=list_user&u_id=".$userid."\">".$userid."</a>");
}
else
{
}
if ($refid > 0)
{
- $refid = "<A href=\"".URL."/modules.php?module=admin&what=list_user&u_id=".$refid."\">".$refid."</A>";
+ $refid = "<a href=\"".URL."/modules.php?module=admin&what=list_user&u_id=".$refid."\">".$refid."</a>";
}
OUTPUT_HTML("</TD>
<TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$ip."</TD>
break;
case "test_top":
- OUTPUT_HTML("<STRONG class=\"guest_done\">".GUEST_FRAMETESTER_TOP."</SPAN>");
+ OUTPUT_HTML("<div class=\"guest_done\">".GUEST_FRAMETESTER_TOP."</span>");
break;
case "back": // Back buttom
$OUT = LOAD_TEMPLATE("theme_one", true);
} elseif (IS_ADMIN()) {
// If there is no theme installed and there's an admin notify him!
- $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<FONT class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</FONT>");
+ $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<div class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</div>");
}
// Remember
//
// Initialize Variables
-$OUT_EXTRA = ""; $rowNameS_EXTRA = 2;
-$OUT_POINTS = ""; $rowNameS_POINTS = 2;
-$OUT_USER = ""; $rowNameS_USER = 6;
+$OUT_EXTRA = ""; $ROWS_EXTRA = 2;
+$OUT_POINTS = ""; $ROWS_POINTS = 2;
+$OUT_USER = ""; $ROWS_USER = 6;
$OUT_SPECIAL = ""; // We don't need row count here
if (EXT_IS_ACTIVE("beg")) {
'value' => $extra
);
$OUT_EXTRA .= LOAD_TEMPLATE("mediadata_extra_row", true, $content);
- $rowNameS_EXTRA++;
+ $ROWS_EXTRA++;
}
if (EXT_IS_ACTIVE("doubler")) {
'value' => $holiday
);
$OUT_USER .= LOAD_TEMPLATE("mediadata_extra_row", true, $content);
- $rowNameS_USER++;
+ $ROWS_USER++;
}
if (EXT_IS_ACTIVE("transfer")) {
define('__POINTS_MEDIADATA' , $OUT_POINTS);
define('__USER_MEDIADATA' , $OUT_USER);
define('__SPECIAL_MEDIADATA', $OUT_SPECIAL);
-define('__ROWSPAN_EXTRA' , $rowNameS_EXTRA);
-define('__ROWSPAN_POINTS' , $rowNameS_POINTS);
-define('__ROWSPAN_USER' , $rowNameS_USER);
+define('__ROWSPAN_EXTRA' , $ROWS_EXTRA);
+define('__ROWSPAN_POINTS' , $ROWS_POINTS);
+define('__ROWSPAN_USER' , $ROWS_USER);
// Patch level and it's timespamp
define('__PATCH_LEVEL', getConfig('patch_level'));
// Add description as navigation point
ADD_DESCR("guest", __FILE__);
-OUTPUT_HTML("<DIV align=\"center\">");
+OUTPUT_HTML("<div align=\"center\">");
// Check for possible running rallyes
$ADMIN = " AND d.is_active='Y'";
}
else
{
- define('__RALLYE_EXTRAS', "<A href=\"".URL."/modules.php?module=index&what=register\">".RALLYE_REGISTER_NOW."</A>");
+ define('__RALLYE_EXTRAS', "<a href=\"".URL."/modules.php?module=index&what=register\">".RALLYE_REGISTER_NOW."</a>");
}
// Set admin line (currently set to impressum, later to contact form)
- define('__RALLYE_ADMIN', "<A href=\"".URL."/modules.php?module=index&what=impressum&admin=".$aid."\">".$login."</A>");
+ define('__RALLYE_ADMIN', "<a href=\"".URL."/modules.php?module=index&what=impressum&admin=".$aid."\">".$login."</a>");
// Set title
define('__RALLYE_TITLE', COMPILE_CODE($title));
if ($expired)
{
define('__RALLYE_PRICES', RALLYE_LIST_WINNERS($id));
- define('__RALLYE_TOP_USERS', "<DIV align=\"center\" class=\"big\">".__RALLYE_EXTRAS."</DIV>");
+ define('__RALLYE_TOP_USERS', "<div align=\"center\" class=\"big\">".__RALLYE_EXTRAS."</div>");
define('__RALLYE_CAN_WIN_THIS', RALLYE_OUR_WINNERS_ARE);
}
else
LOAD_TEMPLATE("guest_no_rallyes");
}
//
-OUTPUT_HTML("</DIV>");
+OUTPUT_HTML("</div>");
//
?>
LOAD_TEMPLATE("admin_settings_saved", false, REGISTRATION_DONE);
} else {
if ($_POST['agree'] == "!") {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".HAVE_TO_AGREE."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".HAVE_TO_AGREE."</span></strong><br /><br />");
} // END - if
if ($_POST['addy'] == "!") {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".ENTER_EMAIL."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".ENTER_EMAIL."</span></strong><br /><br />");
$_POST['addy'] = "";
} elseif ($_POST['addy'] == "?") {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".EMAIL_ALREADY_DB."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".EMAIL_ALREADY_DB."</span></strong><br /><br />");
$_POST['addy'] = "";
}
if ($_POST['surname'] == "!") {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".ENTER_SURNAME."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".ENTER_SURNAME."</span></strong><br /><br />");
$_POST['surname'] = "";
} // END - if
if ($_POST['family_name'] == "!") {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".ENTER_FAMILY."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".ENTER_FAMILY."</span></strong><br /><br />");
$_POST['family_name'] = "";
} // END - if
if (($_POST['pass1'] == "!") && ($_POST['pass2'] == "!")) {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".ENTER_BOTH_PASSWORDS."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".ENTER_BOTH_PASSWORDS."</span></strong><br /><br />");
} elseif ($_POST['pass1'] == "!") {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".ENTER_PASS1."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".ENTER_PASS1."</span></strong><br /><br />");
} elseif ($_POST['pass2'] == "!") {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".ENTER_PASS2."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".ENTER_PASS2."</span></strong><br /><br />");
}
if ($SHORT_PASS) {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".SHORT_PASS.": ".getConfig('pass_len')."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".SHORT_PASS.": ".getConfig('pass_len')."</span></strong><br /><br />");
} // END - if
if ($IP_TIMEOUT) {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".REMOTE_ADDR_TIMEOUT."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".REMOTE_ADDR_TIMEOUT."</span></strong><br /><br />");
} // END - if
if ((!empty($cats)) && ($cats < getConfig('least_cats'))) {
- OUTPUT_HTML("<STRONG><SPAN class=\"register_failed\">".CATS_LEAST.": ".getConfig('least_cats')."</SPAN></STRONG><br /><br />");
+ OUTPUT_HTML("<strong><span class=\"register_failed\">".CATS_LEAST.": ".getConfig('least_cats')."</span></strong><br /><br />");
} // END - if
// Generate birthday selection
$OUT .= "<TR>
<TD class=\"bottom2 switch_sw".$SW."\" height=\"50\" style=\"padding-left: 2px; padding-right: 2px\">
<INPUT type=\"radio\" name=\"pay_type\" class=\"guest_normal\" value=\"".bigintval($id)."\"> ".$name."<br />
- <DIV align=\"right\">(".$min." ".$curr." = ".TRANSLATE_COMMA($rate * $min)." ".POINTS.")</DIV>
+ <div align=\"right\">(".$min." ".$curr." = ".TRANSLATE_COMMA($rate * $min)." ".POINTS.")</div>
</TD>
</TR>\n";
$SW = 3 - $SW;
// Errors found
$OUT = "<P align=\"center\">
- <STRONG><FONT class=\"guest_failed\">".SPONSOR_REGISTER_SOMETHING_MISSING.":</FONT></STRONG><br />
+ <strong><div class=\"guest_failed\">".SPONSOR_REGISTER_SOMETHING_MISSING.":</div></strong><br />
</P>
-<OL>\n";
+<ol>\n";
foreach ($FORM_ERRORS as $error) {
- $OUT .= "<LI>".$error."</LI>\n";
+ $OUT .= "<li>".$error."</li>\n";
} // END - if
- $OUT .= "</OL><br />\n";
+ $OUT .= "</ol><br />\n";
define('__SPONSOR_FORM_ERRORS', $OUT);
define('__SPONSOR_REFID', $_POST['refid']);
} else {
// Output header
OUTPUT_HTML("<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"guest_table dashed\" width=\"310\">
<TR>
- <TD align=\"center\" class=\"guest_stats_title bottom2\" colspan=\"2\"><STRONG>".GUEST_TOPTEN_STATS."</STRONG></TD>
+ <TD align=\"center\" class=\"guest_stats_title bottom2\" colspan=\"2\"><strong>".GUEST_TOPTEN_STATS."</strong></TD>
</TR>");
}
{
// Output footer
OUTPUT_HTML("<TR>
- <TD align=\"center\" class=\"guest_stats_footer\" colspan=\"2\"><A href=\"".URL."/modules.php?module=index&what=stats&mode=".$lmode."\">".$ltitle."</A></TD>
+ <TD align=\"center\" class=\"guest_stats_footer\" colspan=\"2\"><a href=\"".URL."/modules.php?module=index&what=stats&mode=".$lmode."\">".$ltitle."</a></TD>
</TR>
</TABLE>");
}
break;
case "INACTIVE": // Deactivated stats
- LOAD_TEMPLATE("admin_settings_saved", false, "<STRONG>".GUEST_STATS_DEACTIVATED."</STRONG>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<strong>".GUEST_STATS_DEACTIVATED."</strong>");
break;
}
// Add description as navigation point
ADD_DESCR("guest", __FILE__);
-OUTPUT_HTML("<DIV style=\"padding-left: 10px; padding-right: 10px\">");
+OUTPUT_HTML("<div style=\"padding-left: 10px; padding-right: 10px\">");
$rdf = new fase4_rdf;
$rdf->use_dynamic_display(false);
$rdf->set_CacheDir(PATH."inc/cache/");
$rdf->parse_RDF("http://www.wds66.com/rss.xml");
$rdf->finish();
// DISABLED: $rdf->clear_cache();
-OUTPUT_HTML("</DIV>");
+OUTPUT_HTML("</div>");
//
?>
// Which message shall we output?
switch ($_GET['msg']) {
case CODE_LOGOUT_DONE : $msg = LOGOUT_DONE; break;
- case CODE_LOGOUT_FAILED : $msg = "<SPAN class=\"guest_failed\">".LOGOUT_FAILED."</SPAN>"; break;
+ case CODE_LOGOUT_FAILED : $msg = "<span class=\"guest_failed\">".LOGOUT_FAILED."</span>"; break;
case CODE_DATA_INVALID : $msg = MAIL_DATA_INVALID; break;
case CODE_POSSIBLE_INVALID : $msg = MAIL_POSSIBLE_INVALID; break;
case CODE_ACCOUNT_LOCKED : $msg = MEMBER_ACCOUNT_LOCKED_UNC; break;
$OUT = LOAD_TEMPLATE("theme_one", true);
} elseif (IS_ADMIN()) {
// If there is no theme installed and there's an admin notify him!
- $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<FONT class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</FONT>");
+ $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<div class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</div>");
}
// Remember
if ((($DATA[13] + getConfig('profile_lock')) > time()) && (!IS_ADMIN()) && (getConfig('profile_lock') > 0))
{
// You cannot change your account
- define('CHANGE', "<FONT class=\"member_failed\">".MEMBER_PROFILE_LOCKED_1.MAKE_DATETIME($DATA[13] + getConfig('profile_lock'), "0").MEMBER_PROFILE_LOCKED_2."</FONT>");
+ define('CHANGE', "<div class=\"member_failed\">".MEMBER_PROFILE_LOCKED_1.MAKE_DATETIME($DATA[13] + getConfig('profile_lock'), "0").MEMBER_PROFILE_LOCKED_2."</div>");
}
else
{
if (EXT_IS_ACTIVE("country")) {
// Generate selection box
- $OUT = "<SELECT name=\"country_code\" class=\"member_select\" size=\"1\">\n";
+ $OUT = "<select name=\"country_code\" class=\"member_select\" size=\"1\">\n";
$whereStatement = "WHERE is_active='Y'";
if (IS_ADMIN()) $whereStatement = "";
$OUT .= ADD_OPTION_LINES("countries", "id", "descr", $DATA[3], "code", $whereStatement);
- $OUT .= "</SELECT>";
+ $OUT .= "</select>";
define('__COUNTRY_CONTENT', $OUT);
} else {
// Ouput default input box
// Do we have already submit the form?
if (!empty($_POST['nickname'])) {
- OUTPUT_HTML("<STRONG class=\"member_failed\">".NICKNAME_IS_INVALID."</STRONG><P></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_failed\">".NICKNAME_IS_INVALID."</div");
} // END - if
// Load Template
// Pre-output categories
$CAT = "";
foreach ($CATS['id'] as $key => $value) {
- $CAT .= " <OPTION value=\"".$value."\"";
+ $CAT .= " <option value=\"".$value."\"";
if (($OLD_ORDER) && ($cat == $value)) $CAT .= " selected=\"selected\"";
- $CAT .= ">".$CATS['name'][$key]." (".$CATS['uids'][$key]." ".USER_IN_CAT.")</OPTION>\n";
+ $CAT .= ">".$CATS['name'][$key]." (".$CATS['uids'][$key]." ".USER_IN_CAT.")</option>\n";
} // END - foreach
// Mail type
$P = TRANSLATE_COMMA($typeS[$key][1]);
if (is_array($value)) {
// Output option line
- $type .= " <OPTION value=\"".$typeS[$key][0]."\"";
+ $type .= " <option value=\"".$typeS[$key][0]."\"";
if (($OLD_ORDER) && ($payment == $typeS[$key][0])) $type .= " selected=\"selected\"";
- $type .= ">".$P." ".PER_MAIL." - ".$typeS[$key][3]." - ".round($typeS[$key][2])." ".PAYMENT."</OPTION>\n";
+ $type .= ">".$P." ".PER_MAIL." - ".$typeS[$key][3]." - ".round($typeS[$key][2])." ".PAYMENT."</option>\n";
} // END - if
} // END - foreach
}
} else {
// No mail types defined
- OUTPUT_HTML("<STRONG><SPAN class=\"member_failed\">".MEMBER_NO_PAYMENTS."</SPAN></STRONG>");
+ OUTPUT_HTML("<strong><span class=\"member_failed\">".MEMBER_NO_PAYMENTS."</span></strong>");
}
} else {
// No points left!
- OUTPUT_HTML("<STRONG><SPAN class=\"member_failed\">".MEMBER_NO_POINTS."</SPAN></STRONG>");
+ OUTPUT_HTML("<strong><span class=\"member_failed\">".MEMBER_NO_POINTS."</span></strong>");
}
} else {
// No cateogries are defined yet
- OUTPUT_HTML("<STRONG><SPAN class=\"member_failed\">".MEMBER_NO_CATS."</SPAN></STRONG>");
+ OUTPUT_HTML("<strong><span class=\"member_failed\">".MEMBER_NO_CATS."</span></strong>");
}
} elseif ($mmails == "0") {
// Please set more than 0 mails per day!
{
// Translate status
$status = constant('PAYOUT_MEMBER_STATUS_'.strtoupper($status).'');
- $status = "<FONT class=\"member_failed\">".$status."</FONT>";
+ $status = "<div class=\"member_failed\">".$status."</div>";
// Nothing entered must be secured in member/what-payputs.php !
if ($allow == "Y")
// Textlink
$account = $alt;
}
- $bank = "<A href=\"".DEREFERER($url)."\" target=\"_blank\">".CLICK_HERE."</A>";
+ $bank = "<a href=\"".DEREFERER($url)."\" target=\"_blank\">".CLICK_HERE."</a>";
}
else
{
// Add description as navigation point
ADD_DESCR("member", __FILE__);
-OUTPUT_HTML("<DIV align=\"center\">");
+OUTPUT_HTML("<div align=\"center\">");
// Check for possible running rallyes
$ADMIN = " AND d.is_active='Y'";
}
else
{
- define('__RALLYE_EXTRAS', "<A href=\"".URL."/modules.php?module=login&what=reflinks\">".RALLYE_GET_REFLINK."</A>");
+ define('__RALLYE_EXTRAS', "<a href=\"".URL."/modules.php?module=login&what=reflinks\">".RALLYE_GET_REFLINK."</a>");
}
// Set admin line (currently set to impressum, later to contact form)
- define('__RALLYE_ADMIN', "<A href=\"".URL."/modules.php?module=index&what=impressum&admin=".$aid."\">".$login."</A>");
+ define('__RALLYE_ADMIN', "<a href=\"".URL."/modules.php?module=index&what=impressum&admin=".$aid."\">".$login."</a>");
// Set title
define('__RALLYE_TITLE', COMPILE_CODE($title));
if ($expired)
{
define('__RALLYE_PRICES', RALLYE_LIST_WINNERS($id));
- define('__RALLYE_TOP_USERS', "<DIV align=\"center\" class=\"big\">".__RALLYE_EXTRAS."</DIV>");
+ define('__RALLYE_TOP_USERS', "<div align=\"center\" class=\"big\">".__RALLYE_EXTRAS."</div>");
define('__RALLYE_CAN_WIN_THIS', RALLYE_OUR_WINNERS_ARE);
}
else
LOAD_TEMPLATE("guest_no_rallyes");
}
//
-OUTPUT_HTML("</DIV>");
+OUTPUT_HTML("</div>");
//
?>
list($c) = SQL_FETCHROW($result);
SQL_FREERESULT($result);
-OUTPUT_HTML("<FONT class=\"tiny\">".YOUR_PERSONAL_REFLINK.":<br />
-<STRONG><A href=\"".URL."/ref.php?refid=".$GLOBALS['userid']."\" target=\"_blank\">".URL."/ref.php?ref=".$GLOBALS['userid']."</A></STRONG><br />
+OUTPUT_HTML("<div class=\"tiny\">".YOUR_PERSONAL_REFLINK.":<br />
+<strong><a href=\"".URL."/ref.php?refid=".$GLOBALS['userid']."\" target=\"_blank\">".URL."/ref.php?ref=".$GLOBALS['userid']."</a></strong><br />
<br />");
if (EXT_IS_ACTIVE("nickname")) {
if (!empty($nick)) {
// Display nickname link
OUTPUT_HTML(NICKNAME_YOUR_REFLINK.":<br />
-<STRONG><A href=\"".URL."/ref.php?ref=".$nick."\" target=\"_blank\">".URL."/ref.php?ref=".$nick."</A></STRONG><br />
+<strong><a href=\"".URL."/ref.php?ref=".$nick."\" target=\"_blank\">".URL."/ref.php?ref=".$nick."</a></strong><br />
<br />");
} else {
// Display link to nickname form
- OUTPUT_HTML("<STRONG class=\"guest_note\">".NO_NICKNAME_SET."</STRONG><br />
-<A class=\"tiny\" href=\"".URL."/modules.php?module=login&what=nickname\">".PLEASE_CLICK_NICKNAME_FORM."</A>");
+ OUTPUT_HTML("<div class=\"guest_note\">".NO_NICKNAME_SET."</strong><br />
+<a class=\"tiny\" href=\"".URL."/modules.php?module=login&what=nickname\">".PLEASE_CLICK_NICKNAME_FORM."</a>");
}
}
// Clicks on your reflink
-OUTPUT_HTML(YOUR_REFCLICKS.": <STRONG>".$c."</STRONG> ".CLICKS."</FONT><br /><br />");
+OUTPUT_HTML(YOUR_REFCLICKS.": <strong>".$c."</strong> ".CLICKS."</div><br /><br />");
$whereStatement = " WHERE visible='Y'";
if (IS_ADMIN()) $whereStatement = "";
$result = SQL_QUERY("SELECT id, url, alternate, counter, clicks FROM "._MYSQL_PREFIX."_refbanner", __FILE__, __LINE__);
</TD>
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">".$THEMES['theme_name'][$key]."</TD>
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
- <A href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")"."\">".$THEMES['theme_author'][$key]."</A>
+ <a href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")"."\">".$THEMES['theme_author'][$key]."</a>
</TD>
<TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
- <A href=\"".DEREFERER($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</A>
+ <a href=\"".DEREFERER($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</a>
</TD>
<TD class=\"switch_sw".$SW." bottom2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</TD>
</TR>\n";
// Load data
$result = SQL_QUERY_ESC("SELECT opt_in FROM `"._MYSQL_PREFIX."_user_data` WHERE userid=%s LIMIT 1",
- array($GLOBALS['userid']), __FILE__, __LINE__);
+ array($GLOBALS['userid']), __FILE__, __LINE__);
list($opt_in) = SQL_FETCHROW($result);
// Free memory
// Remember maximum value for template
define('__TRANSFER_MAX_VALUE', round($total - getConfig('transfer_balance') - 0.5));
- if (isset($_POST['ok']))
- {
+ if (isset($_POST['ok'])) {
// Add new transfer
- if (getConfig('transfer_code') > 0)
- {
+ if (getConfig('transfer_code') > 0) {
// Check for code
$code = GEN_RANDOM_CODE(getConfig('transfer_code'), $_POST['code_chk'], $GLOBALS['userid'], __TRANSFER_MAX_VALUE);
$valid_code = ($code == $_POST['code']);
- }
- else
- {
+ } else {
// Zero length (= disabled) is always valid!
$valid_code = true;
}
// Check for nickname extension and set additional data
$nick = false; $ADD = ", userid";
- if (EXT_IS_ACTIVE("nickname"))
- {
+ if (EXT_IS_ACTIVE("nickname")) {
$ADD = ", nickname";
$nick = true;
}
+
// Re-check receivers and own personal data
$result = SQL_QUERY_ESC("SELECT userid, gender, surname, family, email".$ADD." FROM `"._MYSQL_PREFIX."_user_data` WHERE userid IN ('%s','%s') AND status='CONFIRMED' ORDER BY userid LIMIT 2",
- array($GLOBALS['userid'], bigintval($_POST['to_uid'])), __FILE__, __LINE__);
+ array($GLOBALS['userid'], bigintval($_POST['to_uid'])), __FILE__, __LINE__);
$valid_data = (SQL_NUMROWS($result) == 2);
- if ($valid_code && $valid_pass && $valid_amount && $valid_reason && $valid_recipient)
- {
+ if ($valid_code && $valid_pass && $valid_amount && $valid_reason && $valid_recipient) {
// Let's start the transfer and load user data
list($uid1, $gender1, $sname1, $fname1, $email1, $nick1) = SQL_FETCHROW($result);
list($uid2, $gender2, $sname2, $fname2, $email2, $nick2) = SQL_FETCHROW($result);
SQL_FREERESULT($result);
- if ($uid1 == $GLOBALS['userid'])
- {
+ if ($uid1 == $GLOBALS['userid']) {
// Data row 1 is sender's data
define('__SENDER_GENDER' , TRANSLATE_GENDER($gender1));
define('__SENDER_NICK' , $nick1);
// Prepare variables for testing
$TEST_NICK_SENDER = $nick1;
$TEST_NICK_REC = $nick2;
- }
- else
- {
+ } else {
// Data row 2 is sender's data
define('__SENDER_GENDER' , TRANSLATE_GENDER($gender2));
define('__SENDER_NICK' , $nick2);
$TEST_NICK_SENDER = $nick2;
$TEST_NICK_REC = $nick1;
}
+
// Sender's UID is always currently stored in cookie userid...
define('__SENDER_UID' , $GLOBALS['userid']);
define('__RECIPIENT_UID' , $_POST['to_uid']);
$SENDER = __SENDER_UID;
$RECIPIENT = __RECIPIENT_UID;
- if ($nick)
- {
- if (($TEST_NICK_SENDER != __SENDER_UID) && (!empty($TEST_NICK_SENDER)))
- {
+ if ($nick) {
+ if (($TEST_NICK_SENDER != __SENDER_UID) && (!empty($TEST_NICK_SENDER))) {
$SENDER = __SENDER_NICK;
}
- if (($TEST_NICK_REC != __RECIPIENT_UID) && (!empty($TEST_NICK_REC)))
- {
+
+ if (($TEST_NICK_REC != __RECIPIENT_UID) && (!empty($TEST_NICK_REC))) {
$RECIPIENT = __RECIPIENT_NICK;
}
}
// Remember transfer reason and fancy date/time in constants
define('__TRANSFER_REASON', $_POST['reason']);
- if (function_exists('CREATE_FANCY_TIME'))
- {
+ if (function_exists('CREATE_FANCY_TIME')) {
define('__TRANSFER_EXPIRES', CREATE_FANCY_TIME(getConfig('transfer_age')));
- }
- else
- {
+ } else {
define('__TRANSFER_EXPIRES', round(getConfig('transfer_age')/60/60/24)." ".DAYS);
}
SEND_ADMIN_NOTIFICATION($ADMIN_SUBJ, "admin_transfer_points");
// Transfer is completed
- LOAD_TEMPLATE("admin_settings_saved", false, TRANSFER_COMPLETED."<br /><A href=\"".URL."/modules.php?module=login&what=transfer\">".TRANSFER_CONTINUE_OVERVIEW."</A>");
- }
- elseif (!$valid_code)
- {
+ LOAD_TEMPLATE("admin_settings_saved", false, TRANSFER_COMPLETED."<br /><a href=\"".URL."/modules.php?module=login&what=transfer\">".TRANSFER_CONTINUE_OVERVIEW."</a>");
+ } elseif (!$valid_code) {
// Invalid Touring code!
- OUTPUT_HTML("<P><STRONG class=\"member_note\">".TRANSFER_INVALID_CODE."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_note\">".TRANSFER_INVALID_CODE."</div>");
unset($_POST['ok']);
- }
- elseif (!$valid_pass)
- {
+ } elseif (!$valid_pass) {
// Wrong password entered
- OUTPUT_HTML("<P><STRONG class=\"member_note\">".TRANSFER_INVALID_PASSWORD."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_note\">".TRANSFER_INVALID_PASSWORD."</div>");
unset($_POST['ok']);
- }
- elseif (!$valid_amount)
- {
+ } elseif (!$valid_amount) {
// Too much points entered
- OUTPUT_HTML("<P><STRONG class=\"member_note\">".TRANSFER_INVALID_POINTS."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_note\">".TRANSFER_INVALID_POINTS."</div>");
unset($_POST['ok']);
- }
- elseif (!$valid_reason)
- {
+ } elseif (!$valid_reason) {
// No transfer reason entered
- OUTPUT_HTML("<P><STRONG class=\"member_note\">".TRANSFER_INVALID_REASON."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_note\">".TRANSFER_INVALID_REASON."</div>");
unset($_POST['ok']);
- }
- elseif (!$valid_recipient)
- {
+ } elseif (!$valid_recipient) {
// No recipient selected
- OUTPUT_HTML("<P><STRONG class=\"member_note\">".TRANSFER_INVALID_RECIPIENT."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_note\">".TRANSFER_INVALID_RECIPIENT."</div>");
unset($_POST['ok']);
- }
- elseif (!$valid_data)
- {
+ } elseif (!$valid_data) {
// No recipient selected
- OUTPUT_HTML("<P><STRONG class=\"member_note\">".TRANSFER_INVALID_DATA."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_note\">".TRANSFER_INVALID_DATA."</div>");
unset($_POST['ok']);
}
}
- if (!isset($_POST['ok']))
- {
+
+ if (!isset($_POST['ok'])) {
// Load member list
- if (EXT_IS_ACTIVE("nickname"))
- {
+ if (EXT_IS_ACTIVE("nickname")) {
// Load userid and nickname
$result = SQL_QUERY_ESC("SELECT userid, nickname FROM `"._MYSQL_PREFIX."_user_data` WHERE status='CONFIRMED' AND opt_in='Y' AND userid != '%s' ORDER BY userid",
array($GLOBALS['userid']), __FILE__, __LINE__);
- }
- else
- {
+ } else {
// Load only userid
$result = SQL_QUERY_ESC("SELECT userid, userid FROM `"._MYSQL_PREFIX."_user_data` WHERE status='CONFIRMED' AND opt_in='Y' AND userid != '%s' ORDER BY userid",
array($GLOBALS['userid']), __FILE__, __LINE__);
}
- if (SQL_NUMROWS($result) > 0)
- {
+
+ if (SQL_NUMROWS($result) > 0) {
// Load list
- $OUT = "<SELECT name=\"to_uid\" size=\"1\" class=\"member_select\">
- <OPTION value=\"0\">".SELECT_NONE."</OPTION>\n";
- while (list($uid, $nick) = SQL_FETCHROW($result))
- {
- $OUT .= "<OPTION value=\"".$uid."\"";
+ $OUT = "<select name=\"to_uid\" size=\"1\" class=\"member_select\">
+ <option value=\"0\">".SELECT_NONE."</option>\n";
+ while (list($uid, $nick) = SQL_FETCHROW($result)) {
+ $OUT .= "<option value=\"".$uid."\"";
if ((isset($_POST['to_uid'])) && ($_POST['to_uid'] == $uid)) $OUT .= " selected=\"selected\"";
$OUT .= ">";
- if (($nick != $uid) && (!empty($nick)))
- {
+ if (($nick != $uid) && (!empty($nick))) {
// Output nickname
$OUT .= $nick;
- }
- else
- {
+ } else {
// Output userid
$OUT .= $uid;
}
- $OUT .= "</OPTION>\n";
+ $OUT .= "</option>\n";
}
- $OUT .= "</SELECT>\n";
+ $OUT .= "</select>\n";
define('__TRANSFER_TO_DISABLED', "");
// Free memory
SQL_FREERESULT($result);
- }
- else
- {
+ } else {
// No one else is opt-in
$OUT = TRANSFER_NO_ONE_ELSE_OPT_IN;
define('__TRANSFER_TO_DISABLED', " disabled");
}
+
// Transfer output to constant for the template
define('__TRANSFER_USERID_SELECTION', $OUT);
// Generate Code
- if (getConfig('transfer_code') > 0)
- {
+ if (getConfig('transfer_code') > 0) {
$rand = mt_rand(0, 99999);
$code = GEN_RANDOM_CODE(getConfig('transfer_code'), $rand, $GLOBALS['userid'], __TRANSFER_MAX_VALUE);
$img = GENERATE_IMAGE($code, false);
define('__TRANSFER_IMAGE_INPUT', "<INPUT type=\"hidden\" name=\"code_chk\" value=\"".$rand."\"><INPUT type=\"text\" name=\"code\" class=\"member_normal\" size=\"5\" maxlength=\"7\"".__TRANSFER_TO_DISABLED."> ".$img);
- }
- else
- {
+ } else {
$code = "00000";
define('__TRANSFER_IMAGE_INPUT', TRANSFER_NO_CODE);
}
// Run the SQL command
$total = 0;
$result = SQL_QUERY_ESC($SQL, array($GLOBALS['userid']), __FILE__, __LINE__);
- if (SQL_NUMROWS($result) > 0)
- {
+ if (SQL_NUMROWS($result) > 0) {
$OUT = ""; $SW = 2;
- while (list($tid, $uid, $points, $reason, $stamp) = SQL_FETCHROW($result))
- {
+ while (list($tid, $uid, $points, $reason, $stamp) = SQL_FETCHROW($result)) {
if ($type == "OUT") $points = "$points-";
$OUT .= "<TR>
<TD class=\"transfer_row1 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row1\">".$tid."</FONT>
+ <div class=\"transfer_row1\">".$tid."</div>
</TD>
<TD class=\"transfer_row2 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row2\">".MAKE_DATETIME($stamp, "3")."</FONT>
+ <div class=\"transfer_row2\">".MAKE_DATETIME($stamp, "3")."</div>
</TD>
<TD class=\"transfer_row3 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row3\">".$uid."</FONT>
+ <div class=\"transfer_row3\">".$uid."</div>
</TD>
<TD class=\"transfer_row4 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row4\">".$reason."</FONT>
+ <div class=\"transfer_row4\">".$reason."</div>
</TD>
<TD class=\"transfer_row5 switch_sw".$SW." bottom2\">
- <FONT class=\"transfer_row5\">".$points."</FONT>
+ <div class=\"transfer_row5\">".$points."</div>
</TD>
</TR>\n";
$total += $points;
// Free memory
SQL_FREERESULT($result);
- }
- else
- {
+ } else {
// Nothing for in or out
$OUT = "<TR>
<TD colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
// Let's begin with the incoming list
$result = SQL_QUERY_ESC("SELECT trans_id, from_uid, points, reason, time_trans FROM "._MYSQL_PREFIX."_user_transfers_in WHERE userid=%s ORDER BY id LIMIT %s",
array($GLOBALS['userid'], getConfig('transfer_max')), __FILE__, __LINE__);
- while ($DATA = SQL_FETCHROW($result))
- {
+ while ($DATA = SQL_FETCHROW($result)) {
$DATA[] = "IN";
$DATA = implode("','", $DATA);
$res_temp = SQL_QUERY("INSERT INTO "._MYSQL_PREFIX."_transfers_tmp (trans_id, party_uid, points, reason, time_trans, trans_type) VALUES ('".$DATA."')", __FILE__, __LINE__);
// As the last table transfer data from outgoing table to temporary
$result = SQL_QUERY_ESC("SELECT trans_id, to_uid, points, reason, time_trans FROM "._MYSQL_PREFIX."_user_transfers_out WHERE userid=%s ORDER BY id LIMIT %s",
array($GLOBALS['userid'], getConfig('transfer_max')), __FILE__, __LINE__);
- while ($DATA = SQL_FETCHROW($result))
- {
+ while ($DATA = SQL_FETCHROW($result)) {
$DATA[] = "OUT";
$DATA = implode("','", $DATA);
$res_temp = SQL_QUERY("INSERT INTO "._MYSQL_PREFIX."_transfers_tmp (trans_id, party_uid, points, reason, time_trans, trans_type) VALUES ('".$DATA."')", __FILE__, __LINE__);
SQL_FREERESULT($result);
$total = 0;
- if (SQL_NUMROWS($result) > 0)
- {
+ if (SQL_NUMROWS($result) > 0) {
// Output rows
$OUT = ""; $SW = 2;
$result = SQL_QUERY("SELECT party_uid, trans_id, points, reason, time_trans, trans_type FROM "._MYSQL_PREFIX."_transfers_tmp ORDER BY time_trans DESC", __FILE__, __LINE__);
- while(list($uid, $idx, $points, $reason, $stamp, $type) = SQL_FETCHROW($result))
- {
+ while(list($uid, $idx, $points, $reason, $stamp, $type) = SQL_FETCHROW($result)) {
if ($type == "OUT") $points = "-$points";
$OUT .= "<TR>
<TD class=\"transfer_row1 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row1\">".$idx."</FONT>
+ <div class=\"transfer_row1\">".$idx."</div>
</TD>
<TD class=\"transfer_row2 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row2\">".MAKE_DATETIME($stamp, "3")."</FONT>
+ <div class=\"transfer_row2\">".MAKE_DATETIME($stamp, "3")."</div>
</TD>
<TD class=\"transfer_row3 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row3\">".$uid."</FONT>
+ <div class=\"transfer_row3\">".$uid."</div>
</TD>
<TD class=\"transfer_row4 switch_sw".$SW." bottom2 right2\">
- <FONT class=\"transfer_row4\">".$reason."</FONT>
+ <div class=\"transfer_row4\">".$reason."</div>
</TD>
<TD class=\"transfer_row5 switch_sw".$SW." bottom2\">
- <FONT class=\"transfer_row5\">".$points."</FONT>
+ <div class=\"transfer_row5\">".$points."</div>
</TD>
</TR>\n";
$total += $points;
// Free memory
SQL_FREERESULT($result);
- }
- else
- {
+ } else {
// Nothing for in and out
$OUT = "<TR>
<TD colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
SQL_FREERESULT($result);
$total=$dmy;
- if ($dmy > 0)
- {
- define('__TRANSFER_IN_LINK', "<A href=\"".URL."/modules.php?module=login&what=transfer&mode=list_in\">".$dmy."</A>");
- }
- else
- {
+ if ($dmy > 0) {
+ define('__TRANSFER_IN_LINK', "<a href=\"".URL."/modules.php?module=login&what=transfer&mode=list_in\">".$dmy."</a>");
+ } else {
define('__TRANSFER_IN_LINK', $dmy);
}
SQL_FREERESULT($result);
$total+=$dmy;
- if ($dmy > 0)
- {
- define('__TRANSFER_OUT_LINK', "<A href=\"".URL."/modules.php?module=login&what=transfer&mode=list_out\">".$dmy."</A>");
- }
- else
- {
+ if ($dmy > 0) {
+ define('__TRANSFER_OUT_LINK', "<a href=\"".URL."/modules.php?module=login&what=transfer&mode=list_out\">".$dmy."</a>");
+ } else {
define('__TRANSFER_OUT_LINK', $dmy);
}
// Total transactions
- if ($total > 0)
- {
- define('__TRANSFER_ALL_LINK', "<A href=\"".URL."/modules.php?module=login&what=transfer&mode=list_all\">".$total."</A>");
- }
- else
- {
+ if ($total > 0) {
+ define('__TRANSFER_ALL_LINK', "<a href=\"".URL."/modules.php?module=login&what=transfer&mode=list_all\">".$total."</a>");
+ } else {
define('__TRANSFER_ALL_LINK', $total);
}
$opt_in = $_POST['opt_in'];
// "Settings saved..."
- OUTPUT_HTML("<P><STRONG class=\"member_done\">".SETTINGS_SAVED."</STRONG></P>");
+ LOAD_TEMPLATE("admin_settings_saved", false, "<div class=\"member_done\">".SETTINGS_SAVED."</div>");
}
switch ($opt_in)
case "Y":
define('__TRANSFER_ALLOW_Y', " checked=\"checked\"");
define('__TRANSFER_ALLOW_N', "");
- define('__TRANSFER_NEW_LINK', "<A href=\"".URL."/modules.php?module=login&what=transfer&mode=new\">".TRANSFER_NOW_LINK."</A>");
+ define('__TRANSFER_NEW_LINK', "<a href=\"".URL."/modules.php?module=login&what=transfer&mode=new\">".TRANSFER_NOW_LINK."</a>");
break;
case "N":
// Output message to user and die
if (EXT_IS_ACTIVE("debug")) {
// Debug extension found! :-)
+ // @TODO Can this be rewritten to mxchange_die() ?
die("Error message written to debug.log. Please try to call <a href=\"".URL."\">the main page</a> to continue.");
} else {
// No debug extension found
+ // @TODO Find a way to rewrite debug_print_backtrace() so we can maybe
+ // @TODO (?) rewrite this to mxchange_die()
print("Please report this error at <a href=\"http://bugs.mxchange.org\" rel=\"external\" target=\"_blank\">bugs.mxchange.org</a>:<pre>");
debug_print_backtrace();
die("</pre>Thank you for your help finding bugs.");
// Check if the user setups his MySQL stuff...
if ((empty($MySQL['login'])) && (!defined('mxchange_installing')) && (!isset($_GET['installing'])) && (isBooleanConstantAndTrue('mxchange_installed'))) {
// No login entered and outside installation mode
- echo "<STRONG>".LANG_WARNING.":</STRONG> ";
+ echo "<strong>".LANG_WARNING.":</strong> ";
if (isBooleanConstantAndTrue('mxchange_installed')) {
// You have changed my configuration file!
die(DIE_CONFIG_CHANGED_YOU);
}
} elseif ((!isBooleanConstantAndTrue('mxchange_installing')) && (!isset($_GET['installing'])) && (empty($MySQL['password'])) && (isBooleanConstantAndTrue('warn_no_pass'))) {
// No database password entered!!!
- echo "<STRONG>".LANG_WARNING.":</STRONG> ".WARN_NULL_PASSWORD;
+ echo "<div>".LANG_WARNING.":</div> ".WARN_NULL_PASSWORD;
}
// Set dummy $_CONFIG array
}
if ((!isset($NAV_DEPTH)) && (!$return)) {
$NAV_DEPTH = 0;
- $prefix = "<DIV class=\"you_are_here\">".YOU_ARE_HERE." <STRONG><A class=\"you_are_here\" href=\"".URL."/modules.php?module=".$GLOBALS['module'].$LINK_ADD."\">Home</A></STRONG>";
+ $prefix = "<div class=\"you_are_here\">".YOU_ARE_HERE." <strong><a class=\"you_are_here\" href=\"".URL."/modules.php?module=".$GLOBALS['module'].$LINK_ADD."\">Home</a></strong>";
} else {
if (!$return) $NAV_DEPTH++;
$prefix = "";
return $ret;
} elseif (((GET_EXT_VERSION("sql_patches") >= "0.2.3") && (getConfig('youre_here') == "Y")) || ((IS_ADMIN()) && ($modCheck == "admin"))) {
// Output HTML code
- $OUT = $prefix."<STRONG><A class=\"you_are_here\" href=\"".URL."/modules.php?module=".$modCheck."&".$type."=".$search.$LINK_ADD."\">".$ret."</A></STRONG>\n";
+ $OUT = $prefix."<strong><a class=\"you_are_here\" href=\"".URL."/modules.php?module=".$modCheck."&".$type."=".$search.$LINK_ADD."\">".$ret."</a></strong>\n";
// Can we close the you-are-here navigation?
//* DEBUG: */ echo __LINE__."*".$type."/".$GLOBALS['what']."*<br />\n";
$test = (FILE_READABLE($test_inc));
if ($test) {
if ((!empty($wht)) && (($wht == $sub_what))) {
- $content = "<STRONG>";
+ $content = "<strong>";
}
// Navigation link
- $content .= "<A name=\"menu\" class=\"menu_blur\" href=\"".URL."/modules.php?module=".$GLOBALS['module']."&what=".$sub_what.ADD_URL_DATA("")."\" target=\"_self\">";
+ $content .= "<a name=\"menu\" class=\"menu_blur\" href=\"".URL."/modules.php?module=".$GLOBALS['module']."&what=".$sub_what.ADD_URL_DATA("")."\" target=\"_self\">";
} else {
- $content .= "<I>";
+ $content .= "<em>";
}
// Menu title
$content .= getConfig('menu_blur_spacer') . $sub_title;
if ($test) {
- $content .= "</A>";
+ $content .= "</a>";
} else {
- $content .= "</I>";
+ $content .= "</em>";
}
if ((!empty($wht)) && (($wht == $sub_what))) {
- $content .= "</STRONG>";
+ $content .= "</strong>";
}
$wht = $sub_what; $cnt++;
// Prepare array
$OUT = "";
while (list($value, $comment) = SQL_FETCHROW($result))
{
- $OUT .= " <OPTION value=\"".$value."\"";
+ $OUT .= " <option value=\"".$value."\"";
if ($_POST['max_mails'] == $value) $OUT .= " selected=\"selected\"";
$OUT .= ">".$value." ".PER_DAY;
if (!empty($comment)) $OUT .= " (".$comment.")";
- $OUT .= "</OPTION>\n";
+ $OUT .= "</option>\n";
}
define('__MAX_RECEIVE_OPTIONS', $OUT);
$OUT = "";
while (list($value, $comment) = SQL_FETCHROW($result))
{
- $OUT .= " <OPTION value=\"".$value."\"";
+ $OUT .= " <option value=\"".$value."\"";
if ($default == $value) $OUT .= " selected=\"selected\"";
$OUT .= ">".$value." ".PER_DAY;
if (!empty($comment)) $OUT .= " (".$comment.")";
- $OUT .= "</OPTION>\n";
+ $OUT .= "</option>\n";
}
define('__MAX_RECEIVE_OPTIONS', $OUT);
SQL_FREERESULT($result);
$sub_mem = MEMBER_CHANGED_DATA;
// Output success message
- $content = "<SPAN class=\"member_done\">".MYDATA_MAIL_SENT."</SPAN>";
+ $content = "<span class=\"member_done\">".MYDATA_MAIL_SENT."</span>";
break;
default:
DEBUG_LOG(__FUNCTION__, __LINE__, sprintf("Unsupported module %s detected.", $mod));
- $content = "<SPAN class=\"member_failed\">".UNKNOWN_MODULE."</SPAN>";
+ $content = "<span class=\"member_failed\">".UNKNOWN_MODULE."</span>";
break;
} // END - switch
} else {
// Could not load profile data
- $content = "<SPAN class=\"member_failed\">".MEMBER_CANNOT_LOAD_PROFILE."</SPAN>";
+ $content = "<span class=\"member_failed\">".MEMBER_CANNOT_LOAD_PROFILE."</span>";
}
} else {
// Passwords mismatch
- $content = "<SPAN class=\"member_failed\">".MEMBER_PASSWORD_ERROR."</SPAN>";
+ $content = "<span class=\"member_failed\">".MEMBER_PASSWORD_ERROR."</span>";
}
} else {
// Could not load profile
- $content = "<SPAN class=\"member_failed\">".MEMBER_CANNOT_LOAD_PROFILE."</SPAN>";
+ $content = "<span class=\"member_failed\">".MEMBER_CANNOT_LOAD_PROFILE."</span>";
}
// Send email to user if required
$content = CANNOT_SEND_ADMIN_MAILS;
} else {
// No mail to admin
- $content = "<SPAN class=\"member_done\">".MYDATA_MAIL_SENT."</SPAN>";
+ $content = "<span class=\"member_done\">".MYDATA_MAIL_SENT."</span>";
}
} // END - if
if (is_array($id) && is_array($name) && sizeof($id) == sizeof($name)) {
// Both are arrays
foreach ($id as $idx => $value) {
- $ret .= "<OPTION value=\"".$value."\"";
+ $ret .= "<option value=\"".$value."\"";
if ($default == $value) $ret .= " selected checked";
- $ret .= ">".$name[$idx]."</OPTION>\n";
+ $ret .= ">".$name[$idx]."</option>\n";
} // END - foreach
} // END - if
} else {
// Found data so add them as OPTION lines: $id is the value and $name is the "name" of the option
while (list($value, $title, $add) = SQL_FETCHROW($result)) {
if (empty($special)) $add = "";
- $ret .= "<OPTION value=\"".$value."\"";
+ $ret .= "<option value=\"".$value."\"";
if ($default == $value) $ret .= " selected checked";
if (!empty($add)) $add = " (".$add.")";
- $ret .= ">".$title.$add."</OPTION>\n";
+ $ret .= ">".$title.$add."</option>\n";
} // END - while
// Free memory
SQL_FREERESULT($result);
} else {
// No data found
- $ret = "<OPTION value=\"x\">".SELECT_NONE."</OPTION>\n";
+ $ret = "<option value=\"x\">".SELECT_NONE."</option>\n";
}
}
$OUT = "";
foreach ($CATS['id'] as $key => $value) {
if (strlen($CATS['name'][$key]) > 20) $CATS['name'][$key] = substr($CATS['name'][$key], 0, 17)."...";
- $OUT .= " <OPTION value=\"".$value."\">".$CATS['name'][$key]." (".$CATS['uids'][$key]." ".USER_IN_CAT.")</OPTION>\n";
+ $OUT .= " <option value=\"".$value."\">".$CATS['name'][$key]." (".$CATS['uids'][$key]." ".USER_IN_CAT.")</option>\n";
}
} else {
// No cateogries are defined yet
// Update bonus pool
SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_bonus SET data_type='NEW', target_send=%s, receivers='%s' WHERE id=%s LIMIT 1",
array(SELECTION_COUNT($dummy), implode(";", $dummy), bigintval($DATA['id'])), __FILE__, __LINE__);
- //* DEBUG: */ echo "*L:".__LINE__."<PRE>";
+ //* DEBUG: */ echo "*L:".__LINE__."<pre>";
//* DEBUG: */ print_r($dummy);
- //* DEBUG: */ echo "</PRE>\n!!!<br />";
+ //* DEBUG: */ echo "</pre>\n!!!<br />";
break;
}
}
<TITLE>Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED!</TITLE>
</HEAD>
<BODY bgcolor=\"#880000\" text=\"#FFFFFF\">
-<DIV align=\"center\">
+<div align=\"center\">
<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<TR>
- <TD align=\"center\"><U><STRONG><BIG><BIG>A C C E S S D E N I E D !</BIG></BIG></STRONG></U></TD>
+ <TD align=\"center\"><u><strong><BIG><BIG>A C C E S S D E N I E D !</BIG></BIG></strong></u></TD>
</TR>
<TR><TD height=\"10\"></TD></TR>
<TR>
<TR><TD height=\"10\"></TD></TR>
<TR>
<TD align=\"center\">
- <STRONG>".GET_REMOTE_ADDR()."</STRONG>
+ <strong>".GET_REMOTE_ADDR()."</strong>
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
</BODY>
</HTML>\n";
exit();
break;
}
}
- else OUTPUT_HTML("<STRONG class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (6)</STRONG>");
+ else OUTPUT_HTML("<div class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (6)</div>");
}
- else OUTPUT_HTML("<STRONG class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (5)</STRONG>");
+ else OUTPUT_HTML("<div class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (5)</div>");
}
- else OUTPUT_HTML("<STRONG class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (4)</STRONG>");
+ else OUTPUT_HTML("<div class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (4)</div>");
} else {
SQL_FREERESULT($result);
- OUTPUT_HTML("<STRONG class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (3)</STRONG>");
+ OUTPUT_HTML("<div class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (3)</div>");
}
} else {
SQL_FREERESULT($result);
- OUTPUT_HTML("<STRONG class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (2)</STRONG>");
+ OUTPUT_HTML("<div class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (2)</div>");
}
} else {
SQL_FREERESULT($result);
- OUTPUT_HTML("<STRONG class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (1)</STRONG>");
+ OUTPUT_HTML("<div class=\"member_failed\">".MAIL_ALREADY_CONFIRMED." (1)</div>");
}
// Insert footer if no image
} // END - if
} else {
// Hmmm, logged in and no valid userid?
- $username = "<I>"._UNKNOWN."</I>";
+ $username = "<em>"._UNKNOWN."</em>";
// Destroy session
destroy_user_session();
-<FORM action="{!URL!}/modules.php?module=admin&what=add_bank_package" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=add_bank_package" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="30" colspan="3" align="center">
- <STRONG>{--ADMIN_ADD_BANK_PACKAGE_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_ADD_BANK_PACKAGE_TITLE--}</strong></TD>
</TR>
<TR>
<TD height="8" colspan="3" class="seperator"> </TD>
<TD align="right" valign="top" style="padding-top: 2px">
{--ADMIN_BANK_PACKAGE_DESCRIPTION--}</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA class="admin_normal" name="description" rows="5"
- cols="28"></TEXTAREA></TD>
+ <TD><textarea class="admin_normal" name="description" rows="5"
+ cols="28"></textarea></TD>
</TR>
<TR>
<TD height="5" colspan="3" class="seperator"> </TD>
<TR>
<TD align="right">{--ADMIN_BANK_PACKAGE_OUTPUT_MODE--}</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT class="admin_select" name="output_system_mode"
+ <TD><select class="admin_select" name="output_system_mode"
size="1">
- <OPTION value="LOGIN">{--BANK_OUTPUT_MODE_LOGIN--}</OPTION>
- <OPTION value="EMAIL">{--BANK_OUTPUT_MODE_EMAIL--}</OPTION>
- <OPTION value="DISABLED">{--BANK_OUTPUT_MODE_DISABLED--}</OPTION>
- </SELECT></TD>
+ <option value="LOGIN">{--BANK_OUTPUT_MODE_LOGIN--}</option>
+ <option value="EMAIL">{--BANK_OUTPUT_MODE_EMAIL--}</option>
+ <option value="DISABLED">{--BANK_OUTPUT_MODE_DISABLED--}</option>
+ </select></TD>
</TR>
<TR>
<TD height="5" colspan="3" class="seperator"> </TD>
<TD align="right" valign="top" style="padding-top: 2px">
{--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_STUFF--}</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA class="admin_normal" name="free_account_stuff"
- rows="5" cols="28"></TEXTAREA></TD>
+ <TD><textarea class="admin_normal" name="free_account_stuff"
+ rows="5" cols="28"></textarea></TD>
</TR>
<TR>
<TD height="5" colspan="3" class="seperator"> </TD>
{--ADMIN_BANK_PACKAGE_ACTIVE--}</TD>
<TD width="10" class="seperator"> </TD>
<TD><INPUT class="admin_normal" type="radio"
- name="package_active" value="Y" default checked> {--YES--}<BR />
+ name="package_active" value="Y" default checked> {--YES--}<br />
<INPUT class="admin_normal" type="radio" name="package_active"
value="N"> {--NO--}</TD>
</TR>
value="{--ADMIN_ADD_BANK_PACKAGE--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_BANK_FOOTER_NOTE--}</DIV>
+<div class="admin_note">{--ADMIN_BANK_FOOTER_NOTE--}</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=refbanner"
+<form action="{!URL!}/modules.php?module=admin&what=refbanner"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="410">
<TR>
<TD class="admin_title bottom2" colspan="3" align="center" height="30">
- <STRONG>{--ADMIN_ADD_BANNER--}</STRONG></TD>
+ <strong>{--ADMIN_ADD_BANNER--}</strong></TD>
</TR>
<TR>
<TD class="seperator" colspan="5" height="7"> </TD>
<TR>
<TD align="right" width="200">{--ADMIN_SELECT_BANNER_ACTIVE--}</TD>
<TD class="seperator" width="10"> </TD>
- <TD><SELECT name="visible" size="1" class="admin_select">
- <OPTION value="Y">{--YES--}</OPTION>
- <OPTION value="N">{--NO--}</OPTION>
- </SELECT></TD>
+ <TD><select name="visible" size="1" class="admin_select">
+ <option value="Y">{--YES--}</option>
+ <option value="N">{--NO--}</option>
+ </select></TD>
</TR>
<TR>
<TD class="seperator bottom2" colspan="5" height="7"> </TD>
value="{--ADMIN_SUBMIT_BANNER--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_cats"
+<form action="{!URL!}/modules.php?module=admin&what=config_cats"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
<TR>
<TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" align="center" colspan="3"><STRONG>{--ADD_NEW_CATEGORY--}</STRONG>
+ <TD class="admin_title bottom2" align="center" colspan="3"><strong>{--ADD_NEW_CATEGORY--}</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
</TR>
<TR>
<TD class="seperator" width="10"> </TD>
- <TD align="right" width="200"><STRONG>{--ENTER_CATNAME--}:</STRONG>
+ <TD align="right" width="200"><strong>{--ENTER_CATNAME--}:</strong>
</TD>
<TD class="seperator" width="7"> </TD>
<TD><INPUT type="text" name="catname" size="30" maxlength="255"
</TR>
<TR>
<TD class="seperator" width="10"> </TD>
- <TD align="right" width="200"><STRONG>{--SELECT_PARENT--}</STRONG>
+ <TD align="right" width="200"><strong>{--SELECT_PARENT--}</strong>
</TD>
<TD class="seperator" width="7"> </TD>
- <TD><SELECT name="parent" size="1" class="admin_select">
+ <TD><select name="parent" size="1" class="admin_select">
{--CATS--}
- <OPTION value="-1">{--IS_TOP_CATEGORY--}</OPTION>
- </SELECT></TD>
+ <option value="-1">{--IS_TOP_CATEGORY--}</option>
+ </select></TD>
<TD class="seperator" width="10"> </TD>
</TR>
<TR>
</TR>
<TR>
<TD class="seperator" width="10"> </TD>
- <TD align="right" width="200"><STRONG>{--CAT_IS_VISIBLE--}</STRONG>
+ <TD align="right" width="200"><strong>{--CAT_IS_VISIBLE--}</strong>
</TD>
<TD class="seperator" width="7"> </TD>
<TD>{--YES--}: <INPUT type="radio" name="visible" value="Y"
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=list_country"
+<form action="{!URL!}/modules.php?module=admin&what=list_country"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="430">
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADMIN_ADD_COUNTRY_CODE--}</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
<TD class="seperator" width="10"> </TD>
<TD align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</TD>
<TD class="seperator" width="10"> </TD>
- <TD><SELECT name="is_active" size="1" class="admin_select">
- <OPTION value="Y">{--YES--}</OPTION>
- <OPTION value="N">{--NO--}</OPTION>
- </SELECT></TD>
+ <TD><select name="is_active" size="1" class="admin_select">
+ <option value="Y">{--YES--}</option>
+ <option value="N">{--NO--}</option>
+ </select></TD>
<TD class="seperator" width="10"> </TD>
</TR>
<TR>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_email"
+<form action="{!URL!}/modules.php?module=admin&what=config_email"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
<TR>
<TD colspan="5" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_ADD_MAX_VALUE--}</STRONG></TD>
+ <strong>{--ADMIN_ADD_MAX_VALUE--}</strong></TD>
</TR>
<TR>
<TD class="seperator" colspan="5" height="3"> </TD>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=payments&do=add"
+<form action="{!URL!}/modules.php?module=admin&what=payments&do=add"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="410">
<TR>
<TD class="admin_title bottom2" colspan="3" align="center" height="30">
- <STRONG>{--ADD_NEW_PAYMENT--}</STRONG></TD>
+ <strong>{--ADD_NEW_PAYMENT--}</strong></TD>
</TR>
<TR>
<TD colspan="5" height="7" class="seperator"> </TD>
value="{--ADD_PAYMENT--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=add_points&u_id={!__UID!}" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&what=add_points&u_id={!__UID!}" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
<TR>
</TR>
<TR>
<TD class="admin_title" colspan="3" align="center">
- {--ADMIN_ADD_POINTS_TO_USER--}:<BR />
- <STRONG>{!__USER_VALUE!}</STRONG></TD>
+ {--ADMIN_ADD_POINTS_TO_USER--}:<br />
+ <strong>{!__USER_VALUE!}</strong></TD>
</TR>
<TR>
<TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD>
<TR>
<TD align="right">{--ENTER_ADD_REASON--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="reason" class="admin_normal" rows="5"
- cols="20"></TEXTAREA></TD>
+ <TD><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></TD>
</TR>
<TR>
<TD height="5" colspan="3" class="seperator"> </TD>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=add_points&u_id=all"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
<TR>
<TD align="right">{--ENTER_ADD_REASON--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="reason" class="admin_normal" rows="5"
- cols="20"></TEXTAREA></TD>
+ <TD><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></TD>
</TR>
<TR>
<TD height="5" colspan="3" class="seperator"> </TD>
value="{--ADMIN_ADD_POINTS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=add_rallye"
+<form action="{!URL!}/modules.php?module=admin&what=add_rallye"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" height="30" class="admin_title bottom2">
- <STRONG>{--ADMIN_RALLYE_ADD_NEW_TITLE--}:</STRONG></TD>
+ <strong>{--ADMIN_RALLYE_ADD_NEW_TITLE--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right" valign="top">{--RALLYE_DESCR--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD align="center"><TEXTAREA name="descr" cols="30" rows="6"
- class="admin_normal"></TEXTAREA></TD>
+ <TD align="center"><textarea name="descr" cols="30" rows="6"
+ class="admin_normal"></textarea></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TD width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</TD>
<TD width="10" class="seperator"> </TD>
<TD width="290" align="center">{--_START_DAY--}.
- {--_START_MONTH--}. {--_START_YEAR--}<BR />
+ {--_START_MONTH--}. {--_START_YEAR--}<br />
{--_START_HOUR--}: {--_START_MIN--}: {--_START_SEC--}</TD>
</TR>
<TR>
<TD align="right" valign="top">{--RALLYE_END_DAY--}:</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">{--_END_DAY--}. {--_END_MONTH--}.
- {--_END_YEAR--}<BR />
+ {--_END_YEAR--}<br />
{--_END_HOUR--}: {--_END_MIN--}: {--_END_SEC--}</TD>
</TR>
<TR>
<TR>
<TD align="right">{--RALLYE_IS_ACTIVE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD align="center"><SELECT name="active" size="1"
+ <TD align="center"><select name="active" size="1"
class="admin_select">
{--_ACTIVE_OPTIONS--}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--RALLYE_AUTO_ADD_USER--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD align="center"><SELECT name="auto_add" size="1"
+ <TD align="center"><select name="auto_add" size="1"
class="admin_select">
{--_AUTO_ADD_OPTIONS--}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--RALLYE_SEND_NOTIFY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD align="center"><SELECT name="notify" size="1"
+ <TD align="center"><select name="notify" size="1"
class="admin_select">
{--_NOTIFY_OPTIONS--}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
value="{--ADD_RALLYE--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" height="30" class="admin_title bottom2">
- <STRONG>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</STRONG>
+ <strong>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</strong>
</TD>
</TR>
<TR>
value="{--ADD_RALLYE_PRICE--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=add"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADD_NEW_REFDEPTH--}</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADD_NEW_REFDEPTH--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=add_sponsor" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=add_sponsor" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="530">
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="bottom2" width="10" height="40"> </TD>
<TD class="bottom2" colspan="3" align="center">
- <FONT class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</FONT>
+ <div class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</div>
</TD>
<TD class="bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD>
- <SELECT name="gender" class="admin_select" size="1">
- <OPTION value="M">{--GENDER_M--}</OPTION>
- <OPTION value="F">{--GENDER_F--}</OPTION>
- <OPTION value="C">{--GENDER_C--}</OPTION>
- </SELECT>
+ <select name="gender" class="admin_select" size="1">
+ <option value="M">{--GENDER_M--}</option>
+ <option value="F">{--GENDER_F--}</option>
+ <option value="C">{--GENDER_C--}</option>
+ </select>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ADMIN_SPONSOR_ENTER_CONTACT_DATA--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_ENTER_CONTACT_DATA--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD>
- <SELECT name="receive_warnings" class="admin_select" size="1">
- <OPTION value="Y">{--YES--}</OPTION>
- <OPTION value="N">{--NO--}</OPTION>
- </SELECT>
+ <select name="receive_warnings" class="admin_select" size="1">
+ <option value="Y">{--YES--}</option>
+ <option value="N">{--NO--}</option>
+ </select>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD>
- <SELECT name="warning_interval" class="admin_select" size="1">
- <OPTION value="0">{--SELECT_NONE--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*7)--}" selected>1 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</OPTION>
- </SELECT>
+ <select name="warning_interval" class="admin_select" size="1">
+ <option value="0">{--SELECT_NONE--}</option>
+ <option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
+ <option value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</option>
+ <option value="{--($_CONFIG['one_day']*7)--}" selected>1 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
+ </select>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=add_sponsor&force=1" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=add_sponsor&force=1" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="520">
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" align="center">
- <STRONG>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="560" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" colspan="3" align="center" height="30">
- <STRONG>{--ADMIN_ADD_SPONSOR_PAYTYPE_TITLE--}:</STRONG>
+ <strong>{--ADMIN_ADD_SPONSOR_PAYTYPE_TITLE--}:</strong>
</TD>
</TR>
<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
<TR>
- <TD width="350" align="right">{--SPONSOR_PAYTYPE_NAME--}:<BR /><FONT class="tiny">{--SPONSOR_PAYTYPE_NAME_HINT--}</FONT></TD>
+ <TD width="350" align="right">{--SPONSOR_PAYTYPE_NAME--}:<br /><div class="tiny">{--SPONSOR_PAYTYPE_NAME_HINT--}</div></TD>
<TD width="10" class="seperator"> </TD>
<TD width="200"><INPUT type="text" name="pay_name" size="10" maxlength="255" class="admin_normal"></TD>
</TR>
<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
<TR>
- <TD width="350" align="right">{--SPONSOR_PAYTYPE_RATE--}:<BR /><FONT class="tiny">{--SPONSOR_PAYTYPE_RATE_HINT--}</FONT></TD>
+ <TD width="350" align="right">{--SPONSOR_PAYTYPE_RATE--}:<br /><div class="tiny">{--SPONSOR_PAYTYPE_RATE_HINT--}</div></TD>
<TD width="10" class="seperator"> </TD>
<TD width="200"><INPUT type="text" name="pay_rate" size="7" maxlength="25" class="admin_normal" value="0.00000"></TD>
</TR>
</TD>
</TR>
</TABLE>
-</FORM>
-<DIV align="center">
- <FONT class="admin_note tiny">
- <U><STRONG>{--SPONSOR_ADD_PAYTYPES_NOTES--}:</STRONG></U><BR />
- <BR />
- <STRONG>{--SPONSOR_PAYTYPE_NAME--}:</STRONG> {--SPONSOR_PAYTYPE_NAME_NOTE--}<BR />
- <STRONG>{--SPONSOR_PAYTYPE_RATE--}:</STRONG> {--SPONSOR_PAYTYPE_RATE_NOTE--}<BR />
- <STRONG>{--SPONSOR_PAYTYPE_MIN_COUNT--}:</STRONG> {--SPONSOR_PAYTYPE_MIN_COUNT_NOTE--}<BR />
- <STRONG>{--SPONSOR_PAYTYPE_CURRENCY--}:</STRONG> {--SPONSOR_PAYTYPE_CURRENCY_NOTE--}<BR />
- </FONT>
-</DIV>
+</form>
+<div align="center">
+ <div class="admin_note tiny">
+ <u><strong>{--SPONSOR_ADD_PAYTYPES_NOTES--}:</strong></u><br />
+ <br />
+ <strong>{--SPONSOR_PAYTYPE_NAME--}:</strong> {--SPONSOR_PAYTYPE_NAME_NOTE--}<br />
+ <strong>{--SPONSOR_PAYTYPE_RATE--}:</strong> {--SPONSOR_PAYTYPE_RATE_NOTE--}<br />
+ <strong>{--SPONSOR_PAYTYPE_MIN_COUNT--}:</strong> {--SPONSOR_PAYTYPE_MIN_COUNT_NOTE--}<br />
+ <strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong> {--SPONSOR_PAYTYPE_CURRENCY_NOTE--}<br />
+ </div>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=admin_add" method="POST" target="_self">
+<form action="{!URL!}/modules.php?module=admin&what=admin_add" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR>
<TD height="8" colspan="5"></TD>
<TD width="10"> </TD>
<TD align="right">{--SELECT_WHAT_NAME--}:</TD>
<TD width="10"> </TD>
- <TD class="admin_table" align="center">{!__WHAT_SELECTION!} <BR />
- <SPAN class="admin_note">({--CREATE_WHAT_FIRST--})</SPAN></TD>
+ <TD class="admin_table" align="center">{!__WHAT_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--SELECT_PARENT_MENU--}:</TD>
<TD width="10"> </TD>
- <TD class="admin_table" align="center">{!__ACTION_SELECTION!} <BR />
- <SPAN class="admin_note">({--CREATE_ACTION_FIRST--})</SPAN></TD>
+ <TD class="admin_table" align="center">{!__ACTION_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--ENTER_DESCR--}:</TD>
<TD width="10"> </TD>
- <TD class="admin_table" align="center"><TEXTAREA name="descr"
- rows="10" cols="30" class="admin_normal"></TEXTAREA></TD>
+ <TD class="admin_table" align="center"><textarea name="descr"
+ rows="10" cols="30" class="admin_normal"></textarea></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD class="admin_table" height="8" colspan="5"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=admins_add"
+<form action="{!URL!}/modules.php?module=admin&what=admins_add"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed" align="center">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_ADD_NEW_ADMIN--}:</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_ADD_NEW_ADMIN--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator"> </TD>
value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_admins"
+<form action="{!URL!}/modules.php?module=admin&what=config_admins"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed" align="center">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_ADD_ACL--}:</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_ADD_ACL--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator"> </TD>
<TR>
<TD width="235" align="right">{--ADMIN_ADMINS_SELECT_LOGIN--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD width="235"><SELECT name="admin_id" size="1"
+ <TD width="235"><select name="admin_id" size="1"
class="admin_select">
{--_ADMINS_SELECTION--}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator"> </TD>
<TR>
<TD align="right">{--ADMIN_ADMINS_SELECT_MODE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT name="mode" size="1" class="admin_select">
+ <TD><select name="mode" size="1" class="admin_select">
{--_MODE_OPTIONS--}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator bottom2"> </TD>
value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=admins_contct&admin={!__ADMIN!}" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&what=admins_contct&admin={!__ADMIN!}" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed">
<TR>
- <TD width="195" class="admin_header bottom2" align="right" height="28"><STRONG>{--ADMINS_ADMIN_ID--}:</STRONG></TD>
+ <TD width="195" class="admin_header bottom2" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></TD>
<TD width="10" class="admin_header bottom2 seperator"> </TD>
- <TD width="195" class="admin_header bottom2" align="left"><STRONG>{!__ADMIN!}</STRONG></TD>
+ <TD width="195" class="admin_header bottom2" align="left"><strong>{!__ADMIN!}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator"> </TD>
</TR>
<TR>
<TD colspan="3" align="center">
- {--ADMINS_ENTER_CONTACT_TEXT--}:<BR />
- <TEXTAREA class="admin_normal" name="text" rows="5" cols="40"></TEXTAREA>
+ {--ADMINS_ENTER_CONTACT_TEXT--}:<br />
+ <textarea class="admin_normal" name="text" rows="5" cols="40"></textarea>
</TD>
</TR>
<TR>
class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=admins_mails"
+<form action="{!URL!}/modules.php?module=admin&what=admins_mails"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
<TR>
- <TD colspan="2" align="center" class="admin_title" height="30"><STRONG>{--ADMINS_MAILS_EDIT_TITLE--}</STRONG>
+ <TD colspan="2" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
</TD>
</TR>
<TR>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_ADMINS_TEMPLATE--}:</STRONG>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
</TD>
- <TD class="admin_title bottom2" align="center"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG>
+ <TD class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
</TD>
</TR>
{!__ADMINS_ROWS!}
value="{--ADMIN_ADMINS_CHANGE--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FONT class="tiny">{--ADMINS_ADD_MORE_ADMINS--}:</FONT>
-<BR />
-<SELECT name="admin_new[$content[template]]" size="1"
+<div class="tiny">{--ADMINS_ADD_MORE_ADMINS--}:</div>
+<br />
+<select name="admin_new[$content[template]]" size="1"
class="admin_select">
- <OPTION value="x">{--SELECT_NONE--}</OPTION>
+ <option value="x">{--SELECT_NONE--}</option>
$content[admins]
-</SELECT>
-<BR />
+</select>
+<br />
-<FORM action="{!URL!}/modules.php?module=admin&what=admins_mails"
+<form action="{!URL!}/modules.php?module=admin&what=admins_mails"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
<TR>
- <TD colspan="3" align="center" class="admin_title" height="30"><STRONG>{--ADMINS_MAILS_TITLE--}</STRONG>
+ <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
</TD>
</TR>
<TR>
<TD width="30" class="admin_title bottom2 right2" align="center">
- <STRONG>{--ID_SELECT--}</STRONG></TD>
+ <strong>{--ID_SELECT--}</strong></TD>
<TD width="235" class="admin_title bottom2 right2" align="center">
- <STRONG>{--ADMIN_ADMINS_TEMPLATE--}:</STRONG></TD>
- <TD width="235" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG>
+ <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></TD>
+ <TD width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
</TD>
</TR>
{!__MAILS_ROWS!}
value="{--ADMIN_ADMINS_EDIT--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="520">
<TR>
<TD align="center" colspan="2" class="admin_header" height="40">
- <STRONG>{--DEL_ADMIN_MENU--}</STRONG></TD>
+ <strong>{--DEL_ADMIN_MENU--}</strong></TD>
</TR>
<TR>
<TD align="center" colspan="2" class="admin_header bottom2">
value="{--DEL_ENTRIES--}"></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<form action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<TR>
- <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><STRONG>{--ID_SELECT--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_ACTION--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_WHAT--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_TITLE--}</STRONG></TH>
- <TH class="admin_title bottom2" align="center"><STRONG>{--SORT_NAVIGATION--}</STRONG></TH>
+ <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></TH>
+ <TH class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></TH>
</TR>
{!__MENU_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="520">
<TR>
- <TD align="center" colspan="2" class="admin_title" height="40"><STRONG>{--EDIT_ADMIN_MENU--}</STRONG>
+ <TD align="center" colspan="2" class="admin_title" height="40"><strong>{--EDIT_ADMIN_MENU--}</strong>
</TD>
</TR>
<TR>
value="{--SUBMIT_CHANGES--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TR>
<TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
{--EDIT_DESCR--}:</TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]"><TEXTAREA
+ <TD width="50%" class="admin_edit switch_sw$content[sw]"><textarea
name="sel_desc[$content[sel]]" class="admin_normal" rows="10"
- cols="30">$content[descr]</TEXTAREA></TD>
+ cols="30">$content[descr]</textarea></TD>
</TR>
<TR>
<TD colspan="2" class="seperator switch_sw$content[sw] bottom2"
class="admin_table dashed">
<TR>
<TD colspan="2" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_CACHE_STATS_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_CACHE_STATS_TITLE--}</strong></TD>
</TR>
<TR>
<TD width="320" class="bottom2 right2" align="right">{--ADMIN_CACHE_DB_HITS--}</TD>
align="right">={!__TOTAL_HITS!}</TD>
</TR>
<TR>
- <TD width="320" class="admin_footer right2" align="right"><STRONG>{--ADMIN_CACHE_PERCENTS--}</STRONG></TD>
+ <TD width="320" class="admin_footer right2" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></TD>
<TD width="100" class="admin_footer" style="padding-right: 2px"
- align="center"><STRONG>{!__CACHE_PERC!}%</STRONG></TD>
+ align="center"><strong>{!__CACHE_PERC!}%</strong></TD>
</TR>
</TABLE>
-<DIV class="admin_note"><FONT class="admin_note tiny">{--ADMIN_CACHE_NOTES--}</FONT>
-</DIV>
+<div class="admin_note"><div class="admin_note tiny">{--ADMIN_CACHE_NOTES--}</div>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_active"
+<form action="{!URL!}/modules.php?module=admin&what=config_active"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="580">
<TR>
<TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADMIN_ACTIVE_SETTINGS--}:</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_admin" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&what=config_admin" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}</STRONG></TD>
+ <strong>{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_admins"
+<form action="{!URL!}/modules.php?module=admin&what=config_admins"
method="post">
<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
class="admin_table dashed">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_LIST_ACLS--}:</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_LIST_ACLS--}:</strong></TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="120"><STRONG>{--ADMINS_AID--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_ACTION--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_WHAT--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="120"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
</TR>
{!__ACL_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_admins"
+<form action="{!URL!}/modules.php?module=admin&what=config_admins"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_DELETE_ACLS--}:</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong></TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="120"><STRONG>{--ADMINS_AID--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_ACTION--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_WHAT--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="120"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
</TR>
{!__ACL_ROWS!}
<TR>
value="{--ADMINS_REMOVE_ACLS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><STRONG>$content[id]</STRONG>
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
<INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
$content[admin]</TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_admins"
+<form action="{!URL!}/modules.php?module=admin&what=config_admins"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_EDIT_ACLS--}:</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_EDIT_ACLS--}:</strong></TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="120"><STRONG>{--ADMINS_AID--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_ACTION--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><STRONG>{--MENU_WHAT--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="120"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
</TR>
{!__ACL_ROWS!}
<TR>
value="{--ADMINS_CHANGE_ACLS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><STRONG>$content[id]</STRONG>
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
<INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><SELECT
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center"><select
name="admin[$content[id]]" size="1" class="admin_select">
$content[admins_selection]
- </SELECT></TD>
+ </select></TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
$content[action_selection]</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
$content[what_selection]</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center"><SELECT
+ <TD class="switch_sw$content[sw] bottom2" align="center"><select
name="mode[$content[id]]" size="1" class="admin_select">
$content[mode_options]
- </SELECT></TD>
+ </select></TD>
</TR>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_autopurge"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="510"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_AUTOPURGE_CONFIGURATION--}</STRONG></TD>
+ <strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong></TD>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
<TR>
<TD align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="auto_purge_active" value="Y"{--_CFG_AP_ACTIVE_Y--}>
{--NO--}: <INPUT type="radio" name="auto_purge_active" value="N"{--_CFG_AP_ACTIVE_N--}>
- </SPAN></TD>
+ </span></TD>
</TR>
<TR>
<TD colspan="3" height="7" class="seperator"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_beg"
+<form action="{!URL!}/modules.php?module=admin&what=config_beg"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_BEG_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_BEG_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SELECT_BEG_MODE--}:</STRONG></TD>
+ <strong>{--ADMIN_SELECT_BEG_MODE--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD align="right" height="20"><INPUT type="radio" name="beg_mode"
- class="admin_normal" value="DIRECT"{!__BEG_MODE_DIRECT!}> {--BEG_MODE_DIRECT--}<BR />
+ class="admin_normal" value="DIRECT"{!__BEG_MODE_DIRECT!}> {--BEG_MODE_DIRECT--}<br />
</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="beg_mode"
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_BEG_RALLYE_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_BEG_RALLYE_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD align="right" height="20">{--ADMIN_BEG_RALLYE_ACTIVE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="beg_rallye"
- class="admin_normal" value="Y"{!__BEG_RALLYE_Y!} /> {--YES--}<BR />
+ class="admin_normal" value="Y"{!__BEG_RALLYE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_rallye" class="admin_normal" value="N"{!__BEG_RALLYE_N!} /> {--NO--}
</TD>
</TR>
<TD align="right" height="20">{--ADMIN_BEG_INCLUDE_OWN--}</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="beg_include_own"
- class="admin_normal" value="Y"{!__BEG_INCLUDE_OWN_Y!} /> {--YES--}<BR />
+ class="admin_normal" value="Y"{!__BEG_INCLUDE_OWN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_include_own" class="admin_normal"
value="N"{!__BEG_INCLUDE_OWN_N!} /> {--NO--}</TD>
</TR>
</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="beg_active"
- class="admin_normal" value="Y"{!__BEG_ACTIVE_Y!} /> {--YES--}<BR />
+ class="admin_normal" value="Y"{!__BEG_ACTIVE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_active" class="admin_normal" value="N"{!__BEG_ACTIVE_N!} /> {--NO--}
</TD>
</TR>
</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center">
- <SELECT name="beg_pay_mode" size="1">
- <OPTION value="IMG"{!__BEG_PAY_MODE_IMG!}>{--ADMIN_BEG_PAY_MODE_IMG--}</OPTION>
- <OPTION value="JS"{!__BEG_PAY_MODE_JS!}>{--ADMIN_BEG_PAY_MODE_JS--}</OPTION>
- <OPTION value="BOTH"{!__BEG_PAY_MODE_BOTH!}>{--ADMIN_BEG_PAY_MODE_BOTH--}</OPTION>
- <OPTION value="NONE"{!__BEG_PAY_MODE_NONE!}>{--ADMIN_BEG_PAY_MODE_NONE--}</OPTION>
- </SELECT>
+ <select name="beg_pay_mode" size="1">
+ <option value="IMG"{!__BEG_PAY_MODE_IMG!}>{--ADMIN_BEG_PAY_MODE_IMG--}</option>
+ <option value="JS"{!__BEG_PAY_MODE_JS!}>{--ADMIN_BEG_PAY_MODE_JS--}</option>
+ <option value="BOTH"{!__BEG_PAY_MODE_BOTH!}>{--ADMIN_BEG_PAY_MODE_BOTH--}</option>
+ <option value="NONE"{!__BEG_PAY_MODE_NONE!}>{--ADMIN_BEG_PAY_MODE_NONE--}</option>
+ </select>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_BEG_RALLYE_NOTIFICATIONS--}</STRONG>
+ <strong>{--ADMIN_EDIT_BEG_RALLYE_NOTIFICATIONS--}</strong>
</TD>
</TR>
<TR>
<TD align="right" height="20">{--ADMIN_BEG_RAL_EN_NOTIFY--}</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="beg_ral_en_notify"
- class="admin_normal" value="Y"{!__BEG_RAL_EN_NOTIFY_Y!} /> {--YES--}<BR />
+ class="admin_normal" value="Y"{!__BEG_RAL_EN_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_ral_en_notify" class="admin_normal"
value="N"{!__BEG_RAL_EN_NOTIFY_N!} /> {--NO--}</TD>
</TR>
<TD align="right" height="20">{--ADMIN_BEG_RAL_DI_NOTIFY--}</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="beg_ral_di_notify"
- class="admin_normal" value="Y"{!__BEG_RAL_DI_NOTIFY_Y!} /> {--YES--}<BR />
+ class="admin_normal" value="Y"{!__BEG_RAL_DI_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_ral_di_notify" class="admin_normal"
value="N"{!__BEG_RAL_DI_NOTIFY_N!} /> {--NO--}</TD>
</TR>
<TD align="right" height="20">{--ADMIN_BEG_NEW_MEMBER_NOTIFY--}</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="beg_new_mem_notify"
- class="admin_normal" value="Y"{!__BEG_NEW_MEMBER_NOTIFY_Y!} /> {--YES--}<BR />
+ class="admin_normal" value="Y"{!__BEG_NEW_MEMBER_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_new_mem_notify" class="admin_normal"
value="N"{!__BEG_NEW_MEMBER_NOTIFY_N!} /> {--NO--}</TD>
</TR>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_birthday"
+<form action="{!URL!}/modules.php?module=admin&what=config_birthday"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</STRONG></TD>
+ <strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
- <TD width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:<BR />
- <FONT class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</FONT></TD>
+ <TD width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:<br />
+ <div class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</div></TD>
<TD class="seperator" width="5"> </TD>
<TD width="170"><INPUT type="text" name="birthday_points"
class="admin_normal" value="{!__POINTS_VALUE!}" size="4"
- maxlength="6"> <FONT class="tiny">({!POINTS!})</FONT></TD>
+ maxlength="6"> <div class="tiny">({!POINTS!})</div></TD>
</TR>
<TR>
<TD colspan="3" class="seperator bottom2" height="5"> </TD>
<TD align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="birthday_active"
- class="admin_normal" value="Y"{!__BIRTHDAY_ACTIVE_Y!} /> {--YES--}<BR />
+ class="admin_normal" value="Y"{!__BIRTHDAY_ACTIVE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="birthday_active" class="admin_normal"
value="N"{!__BIRTHDAY_ACTIVE_N!} /> {--NO--}</TD>
</TR>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</STRONG></TD>
+ <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD align="right" height="20"><INPUT type="radio"
- name="birthday_mode" class="admin_normal" value="DIRECT"{!__BIRTHDAY_MODE_DIRECT!}> {--BIRTHDAY_MODE_DIRECT--}<BR />
+ name="birthday_mode" class="admin_normal" value="DIRECT"{!__BIRTHDAY_MODE_DIRECT!}> {--BIRTHDAY_MODE_DIRECT--}<br />
</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="radio" name="birthday_mode"
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_bonus"
+<form action="{!URL!}/modules.php?module=admin&what=config_bonus"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ACTIVATE_BONUS_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_ACTIVATE_BONUS_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
{--ADMIN_BONUS_RALLYE_IS_ACTIVE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_active" class="admin_normal" value="Y"{!__BONUS_ACTIVE_Y!} /> {--YES--}<BR />
+ name="bonus_active" class="admin_normal" value="Y"{!__BONUS_ACTIVE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_active" class="admin_normal" value="N"{!__BONUS_ACTIVE_N!} /> {--NO--}
</TD>
</TR>
{--ADMIN_BONUS_INCLUDE_OWN--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_include_own" class="admin_normal" value="Y"{!__BONUS_INCLUDE_OWN_Y!} /> {--YES--}<BR />
+ name="bonus_include_own" class="admin_normal" value="Y"{!__BONUS_INCLUDE_OWN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_include_own" class="admin_normal"
value="N"{!__BONUS_INCLUDE_OWN_N!} /> {--NO--}</TD>
</TR>
{--ADMIN_BONUS_RALLYE_CLICK_INCLUDE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_click_yn" class="admin_normal" value="Y"{!__BONUS_CLICK_Y!} /> {--YES--}<BR />
+ name="bonus_click_yn" class="admin_normal" value="Y"{!__BONUS_CLICK_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_click_yn" class="admin_normal"
value="N"{!__BONUS_CLICK_N!} /> {--NO--}</TD>
</TR>
{--ADMIN_BONUS_RALLYE_LOGIN_INCLUDE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_login_yn" class="admin_normal" value="Y"{!__BONUS_LOGIN_Y!} /> {--YES--}<BR />
+ name="bonus_login_yn" class="admin_normal" value="Y"{!__BONUS_LOGIN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_login_yn" class="admin_normal"
value="N"{!__BONUS_LOGIN_N!} /> {--NO--}</TD>
</TR>
{--ADMIN_BONUS_RALLYE_ORDER_INCLUDE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_order_yn" class="admin_normal" value="Y"{!__BONUS_ORDER_Y!} /> {--YES--}<BR />
+ name="bonus_order_yn" class="admin_normal" value="Y"{!__BONUS_ORDER_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_order_yn" class="admin_normal"
value="N"{!__BONUS_ORDER_N!} /> {--NO--}</TD>
</TR>
{--ADMIN_BONUS_RALLYE_STATS_INCLUDE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_stats_yn" class="admin_normal" value="Y"{!__BONUS_STATS_Y!} /> {--YES--}<BR />
+ name="bonus_stats_yn" class="admin_normal" value="Y"{!__BONUS_STATS_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_stats_yn" class="admin_normal"
value="N"{!__BONUS_STATS_N!} /> {--NO--}</TD>
</TR>
{--ADMIN_BONUS_RALLYE_REF_INCLUDE--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_ref_yn" class="admin_normal" value="Y"{!__BONUS_REF_Y!} /> {--YES--}<BR />
+ name="bonus_ref_yn" class="admin_normal" value="Y"{!__BONUS_REF_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_ref_yn" class="admin_normal" value="N"{!__BONUS_REF_N!} /> {--NO--}
</TD>
</TR>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_BONUS_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_BONUS_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="text"
name="bonus_order" class="admin_normal" size="8" maxlength="20"
- value="{!__ORDER_VALUE!}"> <FONT class="admin_note">({!POINTS!})</FONT>
+ value="{!__ORDER_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
</TD>
</TR>
<TR>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="text"
name="bonus_ref" class="admin_normal" size="8" maxlength="20"
- value="{!__REF_VALUE!}"> <FONT class="admin_note">({!POINTS!})</FONT>
+ value="{!__REF_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
</TD>
</TR>
<TR>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="text"
name="bonus_stats" class="admin_normal" size="8" maxlength="20"
- value="{!__STATS_VALUE!}"> <FONT class="admin_note">({!POINTS!})</FONT>
+ value="{!__STATS_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
</TD>
</TR>
<TR>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="text"
name="login_bonus" class="admin_normal" size="8" maxlength="20"
- value="{!__LOGIN_VALUE!}"> <FONT class="admin_note">({!POINTS!})</FONT>
+ value="{!__LOGIN_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_BONUS_TURBO_BONUS_TITLE--}:</STRONG></TD>
+ <strong>{--ADMIN_BONUS_TURBO_BONUS_TITLE--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD class="seperator" width="5"> </TD>
<TD align="center"><INPUT type="text" name="turbo_bonus"
class="admin_normal" size="10" maxlength="20"
- value="{!__TURBO_VALUE!}"> <FONT class="admin_note">({!POINTS!})</FONT>
+ value="{!__TURBO_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD align="right" height="20" valign="top">
- {--ADMIN_BONUS_TURBO_RATES--}:<BR />
- <BR />
- <DIV align="left">
- <OL>
+ {--ADMIN_BONUS_TURBO_RATES--}:<br />
+ <br />
+ <div align="left">
+ <ol>
<LH>
- <STRONG>{--ADMIN_BONUS_TURBO_RATES_NOTE1--}:</STRONG>
+ <strong>{--ADMIN_BONUS_TURBO_RATES_NOTE1--}:</strong>
</LH>
- <LI>{--ADMIN_BONUS_TURBO_RATES_NOTE2--}</LI>
- <LI>{--ADMIN_BONUS_TURBO_RATES_NOTE3--}</LI>
- <LI>{--ADMIN_BONUS_TURBO_RATES_NOTE4--}</LI>
- </OL>
- </DIV>
+ <li>{--ADMIN_BONUS_TURBO_RATES_NOTE2--}</li>
+ <li>{--ADMIN_BONUS_TURBO_RATES_NOTE3--}</li>
+ <li>{--ADMIN_BONUS_TURBO_RATES_NOTE4--}</li>
+ </ol>
+ </div>
</TD>
<TD class="seperator" width="5"> </TD>
<TD align="center" valign="top">{!__TRATES_LIST!}</TD>
</TR>
<TR>
<TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_BONUS_TURBO_TIMEOUT_TITLE--}:</STRONG></TD>
+ <strong>{--ADMIN_BONUS_TURBO_TIMEOUT_TITLE--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_BONUS_TURBO_MISC_TITLE--}:</STRONG></TD>
+ <strong>{--ADMIN_BONUS_TURBO_MISC_TITLE--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_BONUS_RALLYE_NOTIFTICATIONS--}:</STRONG></TD>
+ <strong>{--ADMIN_BONUS_RALLYE_NOTIFTICATIONS--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
{--ADMIN_BONUS_RALLYE_EN_NOTIFY--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_en_notify" class="admin_normal" value="Y"{!__BONUS_EN_NOTIFY_Y!} /> {--YES--}<BR />
+ name="bonus_en_notify" class="admin_normal" value="Y"{!__BONUS_EN_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_en_notify" class="admin_normal"
value="N"{!__BONUS_EN_NOTIFY_N!} /> {--NO--}</TD>
</TR>
{--ADMIN_BONUS_RALLYE_DI_NOTIFY--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_di_notify" class="admin_normal" value="Y"{!__BONUS_DI_NOTIFY_Y!} /> {--YES--}<BR />
+ name="bonus_di_notify" class="admin_normal" value="Y"{!__BONUS_DI_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_di_notify" class="admin_normal"
value="N"{!__BONUS_DI_NOTIFY_N!} /> {--NO--}</TD>
</TR>
{--ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY--}</TD>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="radio"
- name="bonus_new_mem_notify" class="admin_normal" value="Y"{!__BONUS_NEW_MEMBER_NOTIFY_Y!} /> {--YES--}<BR />
+ name="bonus_new_mem_notify" class="admin_normal" value="Y"{!__BONUS_NEW_MEMBER_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_new_mem_notify" class="admin_normal"
value="N"{!__BONUS_NEW_MEMBER_NOTIFY_N!} /> {--NO--}</TD>
</TR>
<TD class="seperator" width="5"> </TD>
<TD width="195" align="center"><INPUT type="text"
name="bonus_notify_points" class="admin_normal" size="8"
- maxlength="20" value="{!__NOTIFY_VALUE!}"> <FONT
- class="admin_note">({!POINTS!})</FONT></TD>
+ maxlength="20" value="{!__NOTIFY_VALUE!}"> <div class="admin_note">({!POINTS!})</div></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_cache"
+<form action="{!URL!}/modules.php?module=admin&what=config_cache"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_CACHE_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_CONFIG_CACHE_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="2" class="seperator" height="10"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_cats"
+<form action="{!URL!}/modules.php?module=admin&what=config_cats"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
<TR>
<TD align="center" colspan="4" class="admin_header bottom2"
- height="50"><STRONG>{--EDIT_DEL_CATEGORIES--}</STRONG></TD>
+ height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></TD>
</TR>
<TR>
- <TD class="admin_title bottom2 right2" width="40" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--CATNAME--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" width="120" align="center"><STRONG>{--IS_VISIBLE--}</STRONG></TD>
- <TD class="admin_title bottom2" width="120" align="center"><STRONG>{--SORTING_KEY--}</STRONG></TD>
+ <TD class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></TD>
+ <TD class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></TD>
+ <TD class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></TD>
</TR>
{!__CAT_ROWS!}
<TR>
name="del" class="admin_delete" value="{--DEL_CATS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_doubler"
+<form action="{!URL!}/modules.php?module=admin&what=config_doubler"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_DOUBLER_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_DOUBLER_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD align="right" height="20">{--ADMIN_DOUBLER_SENT_ALL--}:</TD>
<TD class="seperator" width="5"> </TD>
<TD style="padding-left: 5px"><INPUT type="radio"
- name="doubler_sent_all" class="admin_normal" value="Y"{!__DOUBLER_SENT_ALL_Y!} /> {--YES--}<BR />
+ name="doubler_sent_all" class="admin_normal" value="Y"{!__DOUBLER_SENT_ALL_Y!} /> {--YES--}<br />
<INPUT type="radio" name="doubler_sent_all" class="admin_normal"
value="N"{!__DOUBLER_SENT_ALL_N!} /> {--NO--}</TD>
<TD align="right" height="20">{--ADMIN_DOUBLER_JACKPOT--}:</TD>
<TD class="seperator" width="5"> </TD>
<TD style="padding-left: 5px"><INPUT type="radio"
- name="doubler_jackpot" class="admin_normal" value="Y"{!__DOUBLER_JACKPOT_Y!} /> {--YES--}<BR />
+ name="doubler_jackpot" class="admin_normal" value="Y"{!__DOUBLER_JACKPOT_Y!} /> {--YES--}<br />
<INPUT type="radio" name="doubler_jackpot" class="admin_normal"
value="N"{!__DOUBLER_JACKPOT_N!} /> {--NO--}</TD>
</TR>
<TD align="right" height="20">{--ADMIN_DOUBLER_OWN--}:</TD>
<TD class="seperator" width="5"> </TD>
<TD style="padding-left: 5px"><INPUT type="radio"
- name="doubler_own" class="admin_normal" value="Y"{!__DOUBLER_OWN_Y!} /> {--YES--}<BR />
+ name="doubler_own" class="admin_normal" value="Y"{!__DOUBLER_OWN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="doubler_own" class="admin_normal" value="N"{!__DOUBLER_OWN_N!} /> {--NO--}
</TD>
</TR>
</TR>
<TR>
<TD align="center" height="30" colspan="3" class="admin_title bottom2">
- <STRONG>{--ADMIN_DOUBLER_SEND_MODE--}:</STRONG></TD>
+ <strong>{--ADMIN_DOUBLER_SEND_MODE--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD align="center" height="20"><INPUT type="radio"
- name="doubler_send_mode" class="admin_normal" value="DIRECT"{!__DOUBLER_SEND_DIRECT!}><BR />
+ name="doubler_send_mode" class="admin_normal" value="DIRECT"{!__DOUBLER_SEND_DIRECT!}><br />
</TD>
<TD class="seperator" width="5"> </TD>
<TD style="padding-left: 5px"><INPUT type="radio"
- name="doubler_send_mode" class="admin_normal" value="RESET"{!__DOUBLER_SEND_RESET!}><BR />
+ name="doubler_send_mode" class="admin_normal" value="RESET"{!__DOUBLER_SEND_RESET!}><br />
</TD>
</TR>
<TR>
</TR>
<TR>
<TD align="center" height="30" colspan="3" class="admin_title bottom2">
- <STRONG>{--ADMIN_DOUBLER_DISPLAY_SETTINGS--}:</STRONG></TD>
+ <strong>{--ADMIN_DOUBLER_DISPLAY_SETTINGS--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TR>
<TD align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_NEW--}:</TD>
<TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><SELECT name="doubler_display_new"
+ <TD style="padding-left: 5px"><select name="doubler_display_new"
size="1" class="admin_select">
{!__DOUBLER_DISPLAY_NEW!}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TR>
<TD align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_PAY--}:</TD>
<TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><SELECT name="doubler_display_pay"
+ <TD style="padding-left: 5px"><select name="doubler_display_pay"
size="1" class="admin_select">
{!__DOUBLER_DISPLAY_PAY!}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TR>
<TD align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_OLD--}:</TD>
<TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><SELECT name="doubler_display_old"
+ <TD style="padding-left: 5px"><select name="doubler_display_old"
size="1" class="admin_select">
{!__DOUBLER_DISPLAY_OLD!}
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" class="bottom2 seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_email"
+<form action="{!URL!}/modules.php?module=admin&what=config_email"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
<TR>
- <TD align="center" colspan="3" class="admin_title" height="30"><STRONG>{--EDIT_DEL_MAX_VALUES--}</STRONG>
+ <TD align="center" colspan="3" class="admin_title" height="30"><strong>{--EDIT_DEL_MAX_VALUES--}</strong>
</TD>
</TR>
<TR>
- <TD class="admin_title bottom2 right2" width="30" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" width="275" align="center"><STRONG>{--MAX_VALUE!}</STRONG></TD>
- <TD class="admin_title bottom2" width="275" align="center"><STRONG>{--MAX_COMMENT--}</STRONG></TD>
+ <TD class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_title bottom2 right2" width="275" align="center"><strong>{--MAX_VALUE!}</strong></TD>
+ <TD class="admin_title bottom2" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></TD>
</TR>
{!__ROWS!}
<TR>
name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_email&do=del"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="500">
<TR>
- <TD align="center" height="30" class="bottom"><STRONG>{--DELETE_MRECEIVE--}:</STRONG></TD>
+ <TD align="center" height="30" class="bottom"><strong>{--DELETE_MRECEIVE--}:</strong></TD>
</TR>
{!__ROWS!}
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TD height="5" class="switch_sw$content[sw] seperator"> </TD>
</TR>
<TR>
- <TD class="switch_sw$content[sw]" align="center"><STRONG>{--MRECEIVE_ID--}
- $content[id]:</STRONG></TD>
+ <TD class="switch_sw$content[sw]" align="center"><strong>{--MRECEIVE_ID--}
+ $content[id]:</strong></TD>
</TR>
<TR>
<TD height="5" class="switch_sw$content[sw] seperator"> </TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_email&do=edit" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_email&do=edit" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<TR>
- <TD align="center" colspan="2" height="30" class="bottom"><STRONG>{--EDIT_MRECEIVE--}:</STRONG></TD>
+ <TD align="center" colspan="2" height="30" class="bottom"><strong>{--EDIT_MRECEIVE--}:</strong></TD>
</TR>
{!__ROWS!}
<TR>
<TD colspan="2" height="5" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
</TR>
<TR>
- <TD class="switch_sw$content[sw]" colspan="2" align="center"><STRONG>{--MRECEIVE_ID--}
- $content[id]:</STRONG> <INPUT type="hidden" name="id[$content[id]]" value="1">
+ <TD class="switch_sw$content[sw]" colspan="2" align="center"><strong>{--MRECEIVE_ID--}
+ $content[id]:</strong> <INPUT type="hidden" name="id[$content[id]]" value="1">
</TD>
</TR>
<TR>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_extensions"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD class="bottom2" align="right" width="350" height="20">
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_holiday"
+<form action="{!URL!}/modules.php?module=admin&what=config_holiday"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</STRONG></TD>
+ <strong>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MAX_HOLIDAY--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD width="270"><INPUT type="text" name="holiday_max"
- class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"> <FONT
- class="tiny">({--DAYS--})</FONT></TD>
+ class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"> <div class="tiny">({--DAYS--})</div></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD class="seperator" width="10"> </TD>
<TD width="270"><INPUT type="radio" name="holiday_mode"
class="admin_normal" value="RESET"{!__RESET_DEFAULT!}">
- {--HOLIDAY_ADMIN_MODE_RESET--}<BR />
+ {--HOLIDAY_ADMIN_MODE_RESET--}<br />
<INPUT type="radio" name="holiday_mode" class="admin_normal"
value="DIRECT"{!__DIRECT_DEFAULT!}">
{--HOLIDAY_ADMIN_MODE_DIRECT--}</TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
class="admin_table dashed">
<TR>
- <TD colspan="3" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_CONFIG_HOME--}</STRONG>
+ <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMIN_CONFIG_HOME--}</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MENU_WHAT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2"><STRONG>{--HOME_ACTION--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MENU_WHAT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2"><strong>{--HOME_ACTION--}</strong></TD>
</TR>
{!__HOME_ROWS!}
<TR>
- <TD colspan="3" class="admin_footer"><FONT
- class="admin_note">{--HOME_BOTTOM_NOTE--}</FONT>
+ <TD colspan="3" class="admin_footer">
+ <div class="admin_note">{--HOME_BOTTOM_NOTE--}</div>
</TD>
</TR>
</TABLE>
class="admin_table" width="320">
<TR>
<TD align="center" class="admin_header top2 bottom2 left2 right2"
- height="30"><STRONG>{--ADMIN_CONFIG_HOME_TITLE--}</STRONG></TD>
+ height="30"><strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong></TD>
</TR>
<TR>
- <TD class="guest_menu_row"><A class="menu_blur"
- href="{!URL!}/modules.php?module=admin&what=config_home&sub=target"> <STRONG><BIG>·</BIG></STRONG> {--ADMIN_EDIT_HOME_TARGET--}</A></TD>
+ <TD class="guest_menu_row"><a class="menu_blur"
+ href="{!URL!}/modules.php?module=admin&what=config_home&sub=target"> <strong><BIG>·</BIG></strong> {--ADMIN_EDIT_HOME_TARGET--}</a></TD>
</TR>
<TR>
- <TD class="guest_menu_bottom"><A class="menu_blur"
- href="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"> <STRONG><BIG>·</BIG></STRONG> {--ADMIN_EDIT_HOME_SETTINGS--}</A></TD>
+ <TD class="guest_menu_bottom"><a class="menu_blur"
+ href="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"> <strong><BIG>·</BIG></strong> {--ADMIN_EDIT_HOME_SETTINGS--}</a></TD>
</TR>
</TABLE>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="510">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_HOME_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD align="right" width="320" height="20">
{--ADMIN_CONFIG_INDEX_DELAY--}:</TD>
<TD class="seperator" width="5"> </TD>
- <TD width="185" align="center"><SELECT name="index_delay"
+ <TD width="185" align="center"><select name="index_delay"
size="1" class="admin_select">
- <OPTION value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</OPTION>
- <OPTION value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</OPTION>
+ <option value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</option>
+ <option value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
<!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen //-->
- <OPTION value="1"$content[1]>1 {--_SECONDS--}</OPTION>
- <OPTION value="2"$content[2]>2 {--_SECONDS--}</OPTION>
- <OPTION value="3"$content[3]>3 {--_SECONDS--}</OPTION>
- <OPTION value="4"$content[4]>4 {--_SECONDS--}</OPTION>
- <OPTION value="5"$content[5]>5 {--_SECONDS--}</OPTION>
- <OPTION value="10"$content[10]>10 {--_SECONDS--}</OPTION>
- <OPTION value="15"$content[15]>15 {--_SECONDS--}</OPTION>
- <OPTION value="30"$content[30]>30 {--_SECONDS--}</OPTION>
+ <option value="1"$content[1]>1 {--_SECONDS--}</option>
+ <option value="2"$content[2]>2 {--_SECONDS--}</option>
+ <option value="3"$content[3]>3 {--_SECONDS--}</option>
+ <option value="4"$content[4]>4 {--_SECONDS--}</option>
+ <option value="5"$content[5]>5 {--_SECONDS--}</option>
+ <option value="10"$content[10]>10 {--_SECONDS--}</option>
+ <option value="15"$content[15]>15 {--_SECONDS--}</option>
+ <option value="30"$content[30]>30 {--_SECONDS--}</option>
<!-- Laenger sollte es aber nun nicht dauern! //-->
- </SELECT></TD>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="510">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_HOME_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD align="right" width="320" height="20">
{--ADMIN_CONFIG_INDEX_DELAY--}:</TD>
<TD class="seperator" width="5"> </TD>
- <TD width="185" align="center"><SELECT name="index_delay"
+ <TD width="185" align="center"><select name="index_delay"
size="1" class="admin_select">
- <OPTION value="-1"{--$content[-1]--}>{--ADMIN_INDEX_MANUAL_FORWARD--}</OPTION>
- <OPTION value="0"{--$content[0]--}>{--ADMIN_INDEX_NO_DELAY--}</OPTION>
+ <option value="-1"{--$content[-1]--}>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
+ <option value="0"{--$content[0]--}>{--ADMIN_INDEX_NO_DELAY--}</option>
<!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen -->
- <OPTION value="1"{--$content[1]--}>1 {--_SECONDS--}</OPTION>
- <OPTION value="2"{--$content[2]--}>2 {--_SECONDS--}</OPTION>
- <OPTION value="3"{--$content[3]--}>3 {--_SECONDS--}</OPTION>
- <OPTION value="4"{--$content[4]--}>4 {--_SECONDS--}</OPTION>
- <OPTION value="5"{--$content[5]--}>5 {--_SECONDS--}</OPTION>
- <OPTION value="10"{--$content[10]--}>10 {--_SECONDS--}</OPTION>
- </SELECT></TD>
+ <option value="1"{--$content[1]--}>1 {--_SECONDS--}</option>
+ <option value="2"{--$content[2]--}>2 {--_SECONDS--}</option>
+ <option value="3"{--$content[3]--}>3 {--_SECONDS--}</option>
+ <option value="4"{--$content[4]--}>4 {--_SECONDS--}</option>
+ <option value="5"{--$content[5]--}>5 {--_SECONDS--}</option>
+ <option value="10"{--$content[10]--}>10 {--_SECONDS--}</option>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_mediadata"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="580">
<TR>
<TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADMIN_MEDIADATA_SETTINGS--}:</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_MEDIADATA_SETTINGS--}:</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note"><STRONG><BIG>·</BIG></STRONG> {--ADMIN_MEDIADATA_MT_START_NOTE--}<BR />
-<STRONG><BIG>·</BIG></STRONG> {--ADMIN_MEDIADATA_MT_STAGE_NOTE--}<BR />
-</DIV>
+<div class="admin_note"><strong><BIG>·</BIG></strong> {--ADMIN_MEDIADATA_MT_START_NOTE--}<br />
+<strong><BIG>·</BIG></strong> {--ADMIN_MEDIADATA_MT_STAGE_NOTE--}<br />
+</div>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_newsletter"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="520" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADMIN_NEWSLETTER_SETTINGS--}</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_nickname" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_nickname" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--NICKNAME_ADMIN_CONFIG_HEADER--}</STRONG></TD>
+ <strong>{--NICKNAME_ADMIN_CONFIG_HEADER--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_order" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_order" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="580">
<TR>
<TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ORDER_ADMIN_SETTINGS--}:</STRONG>
+ <strong>{--ORDER_ADMIN_SETTINGS--}:</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_CHECK_EMAIL_TEXT--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="test_text" value="N"{--_CFG_TEST_TEXT_N--}>
{--NO--}: <INPUT type="radio" name="test_text" value="Y"{--_CFG_TEST_TEXT_Y--}>
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_CHECK_EMAIL_SUBJ--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="test_subj" value="N"{--_CFG_TEST_SUBJ_N--}>
{--NO--}: <INPUT type="radio" name="test_subj" value="Y"{--_CFG_TEST_SUBJ_Y--}>
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_URL_BLACKLIST--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="url_blacklist" value="Y"{--_CFG_URL_BLIST_Y--}>
{--NO--}: <INPUT type="radio" name="url_blacklist" value="N"{--_CFG_URL_BLIST_N--}>
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center" width="275">
- <SELECT name="repay_deleted_mails" class="admin_select" size="1">
- <OPTION value="REPAY"{--_CFG_REPAY_POINTS_REPAY--}">{--ADMIN_CFG_REPAY_POINTS_REPAY--}</OPTION>
- <OPTION value="JACKPOT"{--_CFG_REPAY_POINTS_JACKPOT--}">{--ADMIN_CFG_REPAY_POINTS_JACKPOT--}</OPTION>
- <OPTION value="SHRED"{--_CFG_REPAY_POINTS_SHRED--}">{--ADMIN_CFG_REPAY_POINTS_SHRED--}</OPTION>
- </SELECT>
+ <select name="repay_deleted_mails" class="admin_select" size="1">
+ <option value="REPAY"{--_CFG_REPAY_POINTS_REPAY--}">{--ADMIN_CFG_REPAY_POINTS_REPAY--}</option>
+ <option value="JACKPOT"{--_CFG_REPAY_POINTS_JACKPOT--}">{--ADMIN_CFG_REPAY_POINTS_JACKPOT--}</option>
+ <option value="SHRED"{--_CFG_REPAY_POINTS_SHRED--}">{--ADMIN_CFG_REPAY_POINTS_SHRED--}</option>
+ </select>
</TD>
<TD width="10" class="seperator"> </TD>
</TR>
</TR>
<TR>
<TD colspan="5" height="30" class="admin_title bottom2" align="center">
- <STRONG>{--ADMIN_ORDER_SELECTION_SETTINGS--}:</STRONG></TD>
+ <strong>{--ADMIN_ORDER_SELECTION_SETTINGS--}:</strong></TD>
</TR>
<TR>
<TD colspan="5" height="7" class="seperator"> </TD>
<TD align="right" width="275">
{--ADMIN_ORDER_SELECTION_COLUMN--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD align="center" width="275"><SELECT name="order_select"
+ <TD align="center" width="275"><select name="order_select"
class="admin_select" size="1">
{!__ORDER_SELECT!}
- </SELECT></TD>
+ </select></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center" width="275">
- <SELECT name="order_mode" class="admin_select" size="1">
- <OPTION value="ASC"{!__ASC_DEFAULT!}">{--SORT_ASCENDING--}</OPTION>
- <OPTION value="DESC"{!__DESC_DEFAULT!}">{--SORT_DESCENDING--}</OPTION>
- </SELECT>
+ <select name="order_mode" class="admin_select" size="1">
+ <option value="ASC"{!__ASC_DEFAULT!}">{--SORT_ASCENDING--}</option>
+ <option value="DESC"{!__DESC_DEFAULT!}">{--SORT_DESCENDING--}</option>
+ </select>
</TD>
<TD width="10" class="seperator"> </TD>
</TR>
</TR>
<TR>
<TD colspan="5" height="30" class="admin_title bottom2" align="center">
- <STRONG>{--ORDER_ADMIN_MISC_SETTINGS--}:</STRONG></TD>
+ <strong>{--ORDER_ADMIN_MISC_SETTINGS--}:</strong></TD>
</TR>
<TR>
<TD colspan="5" height="7" class="seperator"> </TD>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_order"
+<form action="{!URL!}/modules.php?module=admin&what=config_order"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="580">
<TR>
<TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ORDER_ADMIN_SETTINGS--}:</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ORDER_ADMIN_SETTINGS--}:</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
</TR>
<TR>
<TD colspan="5" height="30" class="admin_title bottom2" align="center">
- <STRONG>{--ORDER_ADMIN_MISC_SETTINGS--}:</STRONG>
+ <strong>{--ORDER_ADMIN_MISC_SETTINGS--}:</strong>
</TD>
</TR>
<TR>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_other" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_other" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="520" class="admin_table dashed">
<TR>
<TD colspan="5" height="7" class="seperator admin_title"> </TD>
</TR>
<TR>
<TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><STRONG>{--ADMIN_OTHER_SETTINGS--}</STRONG>
+ <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_OTHER_SETTINGS--}</strong>
</TD>
<TD width="10" class="seperator admin_title"> </TD>
</TR>
<TD align="right">{--ADMIN_OPTION_CODE_LENGTH--}:</TD>
<TD width="10" class="seperator"> </TD>
<TD><INPUT type="text" name="code_length" class="admin_normal"
- size="3" maxlength="5" value="{--_CFG_CODE_LENGTH--}"><FONT
- class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</FONT></TD>
+ size="3" maxlength="5" value="{--_CFG_CODE_LENGTH--}"><div class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</div></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right" width="340">{--ADMIN_OPTION_MAX_COMMA--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT name="max_comma" size="1" class="admin_select">
- <OPTION value="0"{--_COMMA_DEF_0--}>0</OPTION>
- <OPTION value="1"{--_COMMA_DEF_1--}>1</OPTION>
- <OPTION value="2"{--_COMMA_DEF_2--}>2</OPTION>
- <OPTION value="3"{--_COMMA_DEF_3--}>3</OPTION>
- <OPTION value="4"{--_COMMA_DEF_4--}>4</OPTION>
- <OPTION value="5"{--_COMMA_DEF_5--}>5</OPTION>
- </SELECT></TD>
+ <TD><select name="max_comma" size="1" class="admin_select">
+ <option value="0"{--_COMMA_DEF_0--}>0</option>
+ <option value="1"{--_COMMA_DEF_1--}>1</option>
+ <option value="2"{--_COMMA_DEF_2--}>2</option>
+ <option value="3"{--_COMMA_DEF_3--}>3</option>
+ <option value="4"{--_COMMA_DEF_4--}>4</option>
+ <option value="5"{--_COMMA_DEF_5--}>5</option>
+ </select></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_CSS_PHP--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> <INPUT type="radio" name="css_php"
- value="DIRECT"{--_CFG_CSS_PHP_DIRECT--}> {--ADMIN_CSS_PHP_DIRECT--}<BR />
+ <TD><span class="nobr"> <INPUT type="radio" name="css_php"
+ value="DIRECT"{--_CFG_CSS_PHP_DIRECT--}> {--ADMIN_CSS_PHP_DIRECT--}<br />
<INPUT type="radio" name="css_php" value="FILE"{--_CFG_CSS_PHP_FILE--}> {--ADMIN_CSS_PHP_FILE--}
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_GUEST_MENU--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> <INPUT type="radio"
- name="guest_menu" value="Y"{--_CFG_GUEST_MENU_ACTIVE--}> {--ADMIN_GUEST_MENU_ACTIVE--}<BR />
+ <TD><span class="nobr"> <INPUT type="radio"
+ name="guest_menu" value="Y"{--_CFG_GUEST_MENU_ACTIVE--}> {--ADMIN_GUEST_MENU_ACTIVE--}<br />
<INPUT type="radio" name="guest_menu" value="N"{--_CFG_GUEST_MENU_INACTIVE--}> {--ADMIN_GUEST_MENU_INACTIVE--}
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_MEMBER_MENU--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> <INPUT type="radio"
- name="member_menu" value="Y"{--_CFG_MEMBER_MENU_ACTIVE--}> {--ADMIN_MEMBER_MENU_ACTIVE--}<BR />
+ <TD><span class="nobr"> <INPUT type="radio"
+ name="member_menu" value="Y"{--_CFG_MEMBER_MENU_ACTIVE--}> {--ADMIN_MEMBER_MENU_ACTIVE--}<br />
<INPUT type="radio" name="member_menu" value="N"{--_CFG_MEMBER_MENU_INACTIVE--}> {--ADMIN_MEMBER_MENU_INACTIVE--}
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_YOURE_HERE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> <INPUT type="radio"
- name="youre_here" value="Y"{--_CFG_YOURE_HERE_ACTIVE--}> {--ADMIN_YOURE_HERE_ACTIVE--}<BR />
+ <TD><span class="nobr"> <INPUT type="radio"
+ name="youre_here" value="Y"{--_CFG_YOURE_HERE_ACTIVE--}> {--ADMIN_YOURE_HERE_ACTIVE--}<br />
<INPUT type="radio" name="youre_here" value="N"{--_CFG_YOURE_HERE_INACTIVE--}> {--ADMIN_YOURE_HERE_INACTIVE--}
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_SHOW_TIMINGS--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr">
- <INPUT type="radio" name="show_timings" value="Y"{--_CFG_SHOW_TIMINGS_Y--} /> {--YES--}<BR />
+ <TD><span class="nobr">
+ <INPUT type="radio" name="show_timings" value="Y"{--_CFG_SHOW_TIMINGS_Y--} /> {--YES--}<br />
<INPUT type="radio" name="show_timings" value="N"{--_CFG_SHOW_TIMINGS_N--} /> {--NO--}
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_SHOW_POINTS_UNCONFIRMED--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr">
- <INPUT type="radio" name="show_points_unconfirmed" value="Y"{--_CFG_SHOW_POINTS_UNCONFIRMED_Y--} /> {--YES--}<BR />
+ <TD><span class="nobr">
+ <INPUT type="radio" name="show_points_unconfirmed" value="Y"{--_CFG_SHOW_POINTS_UNCONFIRMED_Y--} /> {--YES--}<br />
<INPUT type="radio" name="show_points_unconfirmed" value="N"{--_CFG_SHOW_POINTS_UNCONFIRMED_N--} /> {--NO--}
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> <INPUT type="radio"
- name="mailid_error_redirect" value="INDEX"{--_CFG_MAILID_REDIRECT_INDEX--}> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<BR />
+ <TD><span class="nobr"> <INPUT type="radio"
+ name="mailid_error_redirect" value="INDEX"{--_CFG_MAILID_REDIRECT_INDEX--}> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
<INPUT type="radio" name="mailid_error_redirect" value="REJECT"{--_CFG_MAILID_REDIRECT_REJECT--}> {--ADMIN_CONFIG_MAILID_REDIRECT_REJECT--}
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
</TR>
<TR>
<TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><STRONG>{--ADMIN_SENDING_SETTINGS--}</STRONG>
+ <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_SENDING_SETTINGS--}</strong>
</TD>
<TD width="10" class="seperator admin_title"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_ZIPCODE_ACTIVE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="order_multi_page" value="Y"{--_CFG_ORDER_MULTI_Y--}>
{--NO--}: <INPUT type="radio" name="order_multi_page" value="N"{--_CFG_ORDER_MULTI_N--}>
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="autosend_active" value="Y"{--_CFG_AUTOSEND_ACTIVE_Y--}>
{--NO--}: <INPUT type="radio" name="autosend_active" value="N"{--_CFG_AUTOSEND_ACTIVE_N--}>
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
</TR>
<TR>
<TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><STRONG>{--ADMIN_NOTIFY_SETTINGS--}</STRONG>
+ <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_NOTIFY_SETTINGS--}</strong>
</TD>
<TD width="10" class="seperator admin_title"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="send_prof_update" value="Y"{--_CFG_SEND_UPDATE_Y--}>
{--NO--}: <INPUT type="radio" name="send_prof_update" value="N"{--_CFG_SEND_UPDATE_N--}>
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="nobr"> {--YES--}: <INPUT
+ <TD><span class="nobr"> {--YES--}: <INPUT
type="radio" name="admin_notify" value="Y"{--_CFG_ADMIN_NOTIFY_Y--}>
{--NO--}: <INPUT type="radio" name="admin_notify" value="N"{--_CFG_ADMIN_NOTIFY_N--}>
- </SPAN></TD>
+ </span></TD>
<TD width="10" class="seperator"> </TD>
</TR>
</TR>
<TR>
<TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><STRONG>{--ADMIN_TIMEOUT_SETTINGS--}</STRONG>
+ <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_TIMEOUT_SETTINGS--}</strong>
</TD>
<TD width="10" class="seperator admin_title"> </TD>
</TR>
</TR>
<TR>
<TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><STRONG>{--ADMIN_PROFILE_TIME_SETTINGS--}</STRONG>
+ <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_PROFILE_TIME_SETTINGS--}</strong>
</TD>
<TD width="10" class="seperator admin_title"> </TD>
</TR>
<TD colspan="5" height="7" class="seperator admin_title"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_payouts"
+<form action="{!URL!}/modules.php?module=admin&what=config_payouts"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_PAYOUT_EDIT_DEL_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_PAYOUT_EDIT_DEL_TITLE--}</strong></TD>
</TR>
<TR>
- <TD width="30" class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_FROM--}</STRONG></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_TITLE--}</STRONG></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_RATE2--}</STRONG></TD>
- <TD width="150" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_PAYOUT_MIN_POINTS2--}</STRONG></TD>
+ <TD width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></TD>
+ <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></TD>
+ <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></TD>
+ <TD width="150" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></TD>
</TR>
{!__PAYOUT_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_payouts&ok=ok"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="650"
class="admin_table dashed">
<TR>
<TD colspan="4" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_PAYOUT_DELETE_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></TD>
</TR>
<TR>
- <TD width="30" class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="250" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_TITLE--}</STRONG></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_RATE2--}</STRONG></TD>
- <TD width="100" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_PAYOUT_MIN_POINTS2--}</STRONG></TD>
+ <TD width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="250" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></TD>
+ <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></TD>
+ <TD width="100" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></TD>
</TR>
{!__PAYOUT_ROWS!}
<TR>
value="{--ADMIN_PAYOUT_DELETE--}"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_payouts&ok=ok"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="650"
class="admin_table dashed">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_PAYOUT_EDIT_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_PAYOUT_EDIT_TITLE--}</strong></TD>
</TR>
<TR>
- <TD width="20" class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="200" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_TITLE--}</STRONG></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_RATE2--}</STRONG></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_PAYOUT_MIN_POINTS2--}</STRONG></TD>
- <TD width="180" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_PAYOUT_ALLOW_URLS--}</STRONG></TD>
+ <TD width="20" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="200" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></TD>
+ <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></TD>
+ <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></TD>
+ <TD width="180" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></TD>
</TR>
{!__PAYOUT_ROWS!}
<TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_points&sub=settings" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_points&sub=settings" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_POINT_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_POINT_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="2" class="seperator" height="5"> </TD>
{--ADMIN_CONFIG_DIRECT_PAY--}</TD>
<TD width="240" align="right">
{--ADMIN_CONFIG_POINTS_DIRECT--} <INPUT type="radio"
- name="allow_direct_pay" value="Y" class="admin_normal"{!__DIRECT_Y!} /><BR />
+ name="allow_direct_pay" value="Y" class="admin_normal"{!__DIRECT_Y!} /><br />
<HR noshade width="220">
{--ADMIN_CONFIG_POINTS_MAILS--} <INPUT type="radio"
name="allow_direct_pay" value="N" class="admin_normal"{!__DIRECT_N!} />
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
</TR>
<TR>
<TD class="seperator" width="10" rowspan="3"> </TD>
- <TD><STRONG><BIG>·</BIG></STRONG> <A
- href="{!URL!}/modules.php?module=admin&what=config_points&sub=points">{--ADMIN_EDIT_POINTS--}</A>
+ <TD><strong><BIG>·</BIG></strong> <a
+ href="{!URL!}/modules.php?module=admin&what=config_points&sub=points">{--ADMIN_EDIT_POINTS--}</a>
</TD>
<TD class="seperator" width="10" rowspan="3"> </TD>
</TR>
<TR>
- <TD><STRONG><BIG>·</BIG></STRONG> <A
- href="{!URL!}/modules.php?module=admin&what=config_points&sub=ref">{--ADMIN_EDIT_REFDEPTHS--}</A>
+ <TD><strong><BIG>·</BIG></strong> <a
+ href="{!URL!}/modules.php?module=admin&what=config_points&sub=ref">{--ADMIN_EDIT_REFDEPTHS--}</a>
</TD>
</TR>
<TR>
- <TD><STRONG><BIG>·</BIG></STRONG> <A
- href="{!URL!}/modules.php?module=admin&what=config_points&sub=settings">{--ADMIN_EDIT_POINT_SETTINGS--}</A>
+ <TD><strong><BIG>·</BIG></strong> <a
+ href="{!URL!}/modules.php?module=admin&what=config_points&sub=settings">{--ADMIN_EDIT_POINT_SETTINGS--}</a>
</TD>
</TR>
<TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_primera" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_primera" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--PRIMERA_ADMIN_CONFIG_TITLE--}</STRONG></TD>
+ <strong>{--PRIMERA_ADMIN_CONFIG_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--PRIMERA_ADMIN_CONFIG_NOTE--}</DIV>
+<div class="admin_note">{--PRIMERA_ADMIN_CONFIG_NOTE--}</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_proxy" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_proxy" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_PROXY_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong></TD>
</TR>
<TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
+<form action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_REMOVE_PRICES--}</STRONG>
+ <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_REMOVE_PRICES--}</strong>
</TD>
</TR>
<TR>
<TD align="center" width="10" class="admin_title bottom2 right2">
- <STRONG>{--ID_SELECT--}</STRONG></TD>
+ <strong>{--ID_SELECT--}</strong></TD>
<TD align="center" width="50" class="admin_title bottom2 right2">
- <STRONG>{--RALLYE_LEVEL--}:</STRONG></TD>
+ <strong>{--RALLYE_LEVEL--}:</strong></TD>
<TD align="center" width="200" class="admin_title bottom2 right2">
- <STRONG>{--RALLYE_PRICE_POINTS--}:</STRONG></TD>
- <TD align="center" width="320" class="admin_title bottom2"><STRONG>{--RALLYE_PRICE_INFO--}:</STRONG>
+ <strong>{--RALLYE_PRICE_POINTS--}:</strong></TD>
+ <TD align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
</TD>
</TR>
{!__PRICE_ROWS!}
value="{--RALLYE_REMOVE_PRICES--}"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
+<form action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_SELECTED_PRICES--}</STRONG>
+ <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
</TD>
</TR>
<TR>
<TD width="120" align="center" width="50"
- class="admin_title bottom2 right2"><STRONG>{--RALLYE_ID--}:</STRONG>
+ class="admin_title bottom2 right2"><strong>{--RALLYE_ID--}:</strong>
</TD>
<TD width="65" align="center" width="50"
- class="admin_title bottom2 right2"><STRONG>{--RALLYE_LEVEL--}:</STRONG>
+ class="admin_title bottom2 right2"><strong>{--RALLYE_LEVEL--}:</strong>
</TD>
<TD width="185" align="center" width="200"
- class="admin_title bottom2 right2"><STRONG>{--RALLYE_PRICE_POINTS--}:</STRONG>
+ class="admin_title bottom2 right2"><strong>{--RALLYE_PRICE_POINTS--}:</strong>
</TD>
<TD width="130" align="center" width="320" class="admin_title bottom2">
- <STRONG>{--RALLYE_PRICE_INFO--}:</STRONG></TD>
+ <strong>{--RALLYE_PRICE_INFO--}:</strong></TD>
</TR>
{!__PRICE_ROWS!}
<TR>
value="{--RALLYE_CHANGE_PRICES--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><SELECT
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center"><select
name="rallye_id[$content[id]]" size="1" class="admin_select">
$content[rallyes]
- </SELECT></TD>
+ </select></TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
<INPUT type="text" name="level[$content[id]]"
class="admin_normal" size="5" maxlength="20" value="$content[level]">
-<FORM action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
+<form action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_DEL_PRICES--}</STRONG>
+ <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
</TD>
</TR>
<TR>
<TD align="center" width="10" class="admin_title bottom2 right2">
- <STRONG>{--ID_SELECT--}</STRONG></TD>
+ <strong>{--ID_SELECT--}</strong></TD>
<TD align="center" width="50" class="admin_title bottom2 right2">
- <STRONG>{--RALLYE_LEVEL--}:</STRONG></TD>
+ <strong>{--RALLYE_LEVEL--}:</strong></TD>
<TD align="center" width="200" class="admin_title bottom2 right2">
- <STRONG>{--RALLYE_PRICE_POINTS--}:</STRONG></TD>
- <TD align="center" width="320" class="admin_title bottom2"><STRONG>{--RALLYE_PRICE_INFO--}:</STRONG>
+ <strong>{--RALLYE_PRICE_POINTS--}:</strong></TD>
+ <TD align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
</TD>
</TR>
{!__PRICE_ROWS!}
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_refback" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_refback" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_REFBACK_TITLE--}</STRONG>
+ <strong>{--ADMIN_CONFIG_REFBACK_TITLE--}</strong>
</TD>
</TR>
<TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_refid" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_refid" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="450" class="admin_table dashed">
<TR>
<TD class="admin_title2 bottom2" colspan="2" align="center">
- <STRONG>{--ADMIN_CONFIG_REFID_TITLE--}</STRONG>
+ <strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
</TD>
</TR>
<TR>
<TD align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_REFID_TARGRT--}:</TD>
<TD align="center">
- <SELECT name="refid_target" size="1" class="admin_select">
- <OPTION value="register"{!__DEF_RT_REGISTER!}">{--ADMIN_REF_TARGET_REGISTER--}</OPTION>
- <OPTION value="index"{!__DEF_RT_INDEX!}">{--ADMIN_REF_TARGET_INDEX--}</OPTION>
- </SELECT>
+ <select name="refid_target" size="1" class="admin_select">
+ <option value="register"{!__DEF_RT_REGISTER!}">{--ADMIN_REF_TARGET_REGISTER--}</option>
+ <option value="index"{!__DEF_RT_INDEX!}">{--ADMIN_REF_TARGET_INDEX--}</option>
+ </select>
</TD>
</TR>
<TR>
<TD align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_ZERO_REFID--}:</TD>
<TD align="center">
- <SELECT name="select_user_zero_refid" size="1" class="admin_select">
- <OPTION value="Y"{!__RAND_REFID_Y!}">{--ADMIN_RAND_REFID_ENABLED--}</OPTION>
- <OPTION value="N"{!__RAND_REFID_N!}">{--ADMIN_RAND_REFID_DISABLED--}</OPTION>
- </SELECT>
+ <select name="select_user_zero_refid" size="1" class="admin_select">
+ <option value="Y"{!__RAND_REFID_Y!}">{--ADMIN_RAND_REFID_ENABLED--}</option>
+ <option value="N"{!__RAND_REFID_N!}">{--ADMIN_RAND_REFID_DISABLED--}</option>
+ </select>
</TD>
</TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_reg"
+<form action="{!URL!}/modules.php?module=admin&what=config_reg"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="430">
<TR>
<TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--EDIT_REGFORM_SETTINGS--}</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_register" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_register" method="POST">
<TABLE border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
<TR>
- <TD colspan="3" align="center" class="admin_title" height="30"><STRONG>{--REGISTER_MUST_HEADER--}:</STRONG>
+ <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_register2" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_register2" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="430">
<TR>
<TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--EDIT_REGFORM_SETTINGS--}</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_rewrite"
+<form action="{!URL!}/modules.php?module=admin&what=config_rewrite"
method="POST" style="bottom-margin: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="520">
<TR>
<TD class="admin_header bottom2 right2" align="center" height="30">
- <STRONG>{--MODULE_NAME--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--MODULE_TITLE--}</STRONG>
+ <strong>{--MODULE_NAME--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--MODULE_TITLE--}</strong>
</TD>
- <TD class="admin_header bottom2" align="center"><STRONG>{--MODULE_SKIPPED--}</STRONG>
+ <TD class="admin_header bottom2" align="center"><strong>{--MODULE_SKIPPED--}</strong>
</TD>
</TR>
{!__MODULE_ROWS!}
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note"><STRONG>{--ADMIN_CONFIG_REWRITE_NOTE--}</STRONG>
-</DIV>
+<div class="admin_note"><strong>{--ADMIN_CONFIG_REWRITE_NOTE--}</strong>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_secure"
+<form action="{!URL!}/modules.php?module=admin&what=config_secure"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="520" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--EDIT_SECURITY_SETTINGS--}</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_SECURITY_SETTINGS--}</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note"><FONT class="admin_note">{--ADMIN_SALT_LENGTH_NOTE--}</FONT>
-</DIV>
+<div class="admin_note"><div class="admin_note">{--ADMIN_SALT_LENGTH_NOTE--}</div>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_sponsor" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_sponsor" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_SPONSOR_TITLE--}</STRONG>
+ <strong>{--ADMIN_CONFIG_SPONSOR_TITLE--}</strong>
</TD>
</TR>
<TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_stats"
+<form action="{!URL!}/modules.php?module=admin&what=config_stats"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
class="admin_table dashed" align="center">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SETUP_STATS_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_SETUP_STATS_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD width="340" height="40" align="right"><STRONG>{--ADMIN_GSTATS_MEMBERS--}:</STRONG><BR />
- <FONT class="tiny">({--ADMIN_GSTATS_MEMBERS_NOTE--})</FONT></TD>
+ <TD width="340" height="40" align="right"><strong>{--ADMIN_GSTATS_MEMBERS--}:</strong><br />
+ <div class="tiny">({--ADMIN_GSTATS_MEMBERS_NOTE--})</div></TD>
<TD width="10" class="seperator"> </TD>
<TD width="50"><INPUT type="radio" name="guest_stats"
class="admin_normal" value="members"{!__MEMBERS_RADIO!}></TD>
<TD colspan="3" height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD height="40" align="right"><STRONG>{--ADMIN_GSTATS_MODULES--}:</STRONG><BR />
- <FONT class="tiny">({--ADMIN_GSTATS_MODULES_NOTE--})</FONT></TD>
+ <TD height="40" align="right"><strong>{--ADMIN_GSTATS_MODULES--}:</strong><br />
+ <div class="tiny">({--ADMIN_GSTATS_MODULES_NOTE--})</div></TD>
<TD class="seperator"> </TD>
<TD><INPUT type="radio" name="guest_stats" class="admin_normal"
value="modules"{!__MODULES_RADIO!}></TD>
<TD colspan="3" height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD height="40" align="right"><STRONG>{--ADMIN_GSTATS_INACTIVE--}:</STRONG><BR />
- <FONT class="tiny">({--ADMIN_GSTATS_INACTIVE_NOTE--})</FONT></TD>
+ <TD height="40" align="right"><strong>{--ADMIN_GSTATS_INACTIVE--}:</strong><br />
+ <div class="tiny">({--ADMIN_GSTATS_INACTIVE_NOTE--})</div></TD>
<TD class="seperator"> </TD>
<TD><INPUT type="radio" name="guest_stats" class="admin_normal"
value="inactive"{!__INACTIVE_RADIO!}></TD>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_MEMBER_STATS_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_MEMBER_STATS_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_points&sub=points"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
<TR>
<TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--EDIT_POINTS_SETTINGS--}</STRONG>
+ <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_POINTS_SETTINGS--}</strong>
</TD>
<TD class="admin_title bottom2 seperator" width="10"> </TD>
</TR>
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<table border="0" cellspacing="0" cellpadding="0" width="550" class="admin_table dashed" align="center">
<tr>
<td colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_SURFBAR_TITLE--}</STRONG>
+ <strong>{--ADMIN_CONFIG_SURFBAR_TITLE--}</strong>
</td>
</tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
</table>
</form>
-<DIV class="admin_note">
+<div class="admin_note">
{--ADMIN_CONFIG_SURFBAR_NOTE--}
-</DIV>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_title"
+<form action="{!URL!}/modules.php?module=admin&what=config_title"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_TITLE_SETTINGS--}</STRONG></TD>
+ <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</STRONG></TD>
+ <strong>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_top10"
+<form action="{!URL!}/modules.php?module=admin&what=config_top10"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--TOP10_ADMIN_CONFIG_HEADER--}</STRONG></TD>
+ <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_transfer" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_transfer" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONFIG_TRANSFER_HEADER--}</STRONG></TD>
+ <strong>{--ADMIN_CONFIG_TRANSFER_HEADER--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="text" name="transfer_balance"
class="admin_normal" value="{!__TRANS_BALANCE_VALUE!}" size="4"
- maxlength="6"> <FONT class="tiny">({!POINTS!})</FONT></TD>
+ maxlength="6"> <div class="tiny">({!POINTS!})</div></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
- <TD align="right">{--ADMIN_TRANSFER_CODE--}:<BR />
- <FONT class="admin_note">({--ADMIN_TRANSFER_CODE_NOTE--})</FONT></TD>
+ <TD align="right">{--ADMIN_TRANSFER_CODE--}:<br />
+ <div class="admin_note">({--ADMIN_TRANSFER_CODE_NOTE--})</div></TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="text" name="transfer_code" class="admin_normal"
value="{!__TRANS_CODE_VALUE!}" size="4" maxlength="6"></TD>
<TR>
<TD align="right" width="250">{--ADMIN_AUTOPURGE_TRANSFER--}</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT name="ap_transfer" size="1" class="admin_select">
- <OPTION value="Y"{!__YES_AP!} />{--YES--}</OPTION>
- <OPTION value="N"{!__NO_AP!} />{--NO--}</OPTION>
- </SELECT></TD>
+ <TD><select name="ap_transfer" size="1" class="admin_select">
+ <option value="Y"{!__YES_AP!} />{--YES--}</option>
+ <option value="N"{!__NO_AP!} />{--NO--}</option>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" class="bottom2 seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_user"
+<form action="{!URL!}/modules.php?module=admin&what=config_user"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--USER_ADMIN_CONFIG_HEADER--}</STRONG></TD>
+ <strong>{--USER_ADMIN_CONFIG_HEADER--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_wernis" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_wernis" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--WERNIS_ADMIN_CONFIG_TITLE--}</STRONG></TD>
+ <strong>{--WERNIS_ADMIN_CONFIG_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--WERNIS_ADMIN_CONFIG_NOTE--}</DIV>
+<div class="admin_note">{--WERNIS_ADMIN_CONFIG_NOTE--}</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=user_contct&u_id=$content[u_id]" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=user_contct&u_id=$content[u_id]" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed" align="center">
<TR>
<TD align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_CONTACT_USER--}:<BR />
- $content[surname] $content[family] <<A href="mailto:$content[email]">$content[email]</A>></STRONG>
+ <strong>{--ADMIN_CONTACT_USER--}:<br />
+ $content[surname] $content[family] <<a href="mailto:$content[email]">$content[email]</a>></strong>
</TD>
</TR>
<TR>
- <TD align="center" class="bottom2" style="padding: 10px"><TEXTAREA
- class="admin_normal" name="text" rows="10" cols="20"></TEXTAREA>
+ <TD align="center" class="bottom2" style="padding: 10px"><textarea
+ class="admin_normal" name="text" rows="10" cols="20"></textarea>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=admins_edit"
+<form action="{!URL!}/modules.php?module=admin&what=admins_edit"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</strong></TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_EMAIL--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--ADMIN_LA_MODE--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
</TR>
{!__ADMINS_ROWS!}
<TR>
value="{--ADMIN_ADMINS_DELETE--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=list_bank_package" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=list_bank_package" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed" align="center">
<TR>
- <TD colspan="5" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_DELETE_BANK_PACKAGES--}:</STRONG>
+ <TD colspan="5" align="center" class="admin_title" height="30"><strong>{--ADMIN_DELETE_BANK_PACKAGES--}:</strong>
</TD>
</TR>
<TR>
- <TD width="20" colspan="2" align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</STRONG></TD>
- <TD width="360" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</STRONG></TD>
+ <TD width="20" colspan="2" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></TD>
+ <TD width="360" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></TD>
</TR>
$content
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</DIV>
+<div class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</div>
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" checked="checked" />
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
- <STRONG>$content[id]</STRONG>
+ <strong>$content[id]</strong>
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
$content[title]
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_cats&do=del"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="500">
<TR>
- <TD align="center" height="30" class="admin_header bottom2"><STRONG>{--DELETE_CATEGORIES--}:</STRONG></TD>
+ <TD align="center" height="30" class="admin_header bottom2"><strong>{--DELETE_CATEGORIES--}:</strong></TD>
</TR>
{!__CAT_ROWS!}
<TR>
value="{--REMOVE_CATS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TD height="5" class="seperator switch_sw$content[sw]"> </TD>
</TR>
<TR>
- <TD align="center" class="switch_sw$content[sw]"><STRONG>{--CATEGORY_ID--}
- $content[id]:</STRONG></TD>
+ <TD align="center" class="switch_sw$content[sw]"><strong>{--CATEGORY_ID--}
+ $content[id]:</strong></TD>
</TR>
<TR>
<TD height="5" class="seperator switch_sw$content[sw]"></TD>
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
<TR>
<TD class="admin_header bottom2" colspan="5" align="center" height="35">
- <STRONG class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG>
+ <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG>
</TD>
</TR>
<TR>
- <TD class="bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="bottom2 right2" align="center"><STRONG>{--EMAIL_SUBJECT--}</STRONG></TD>
- <TD class="bottom2 right2" align="center"><STRONG>{--EMAIL_URL--}</STRONG></TD>
- <TD class="bottom2 right2" align="center"><STRONG>{--EMAIL_TIMESTAMP--}</STRONG></TD>
- <TD class="bottom2" align="center"><STRONG>{--EMAIL_DELETE_COUNT--}</STRONG></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
+ <TD class="bottom2" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></TD>
</TR>
<TR>
<TD class="right2 admin_misc" align="center">{!__ID!}</TD>
<TD class="right2 admin_misc" align="center">{!__SUBJECT!}</TD>
<TD class="right2 admin_misc" align="center">
- <A href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</A>
+ <a href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a>
</TD>
<TD class="right2 admin_misc" align="center">{!__ORDERED!}</TD>
<TD class="admin_misc" align="center">{!__CNT!}</TD>
class="admin_table dashed" width="99%">
<TR>
<TD class="admin_header" colspan="8" align="center" height="35">
- <STRONG class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG></TD>
+ <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG></TD>
</TR>
<TR>
- <TD class="top2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="top2 right2" align="center"><STRONG>{--EMAIL_SENDER--}</STRONG></TD>
- <TD class="top2 right2" align="center"><STRONG>{--EMAIL_SUBJECT--}</STRONG></TD>
- <TD class="top2 right2" align="center"><STRONG>{--EMAIL_URL--}</STRONG></TD>
- <TD class="top2 right2" align="center"><STRONG>{--EMAIL_TIMESTAMP--}</STRONG></TD>
+ <TD class="top2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="top2 right2" align="center"><strong>{--EMAIL_SENDER--}</strong></TD>
+ <TD class="top2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
+ <TD class="top2 right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
+ <TD class="top2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
</TR>
<TR>
<TD class="top2 right2 admin_misc" align="center">{!__ID!}</TD>
<TD class="top2 right2 admin_misc" align="center">{!__SENDER!}</TD>
<TD class="top2 right2 admin_misc" align="center">{!__SUBJECT!}</TD>
- <TD class="top2 right2 admin_misc" align="center"><A
- href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</A></TD>
+ <TD class="top2 right2 admin_misc" align="center"><a
+ href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a></TD>
<TD class="top2 right2 admin_misc" align="center">{!__ORDERED!}</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
<TR>
<TD class="admin_header bottom2" colspan="5" align="center" height="35">
- <STRONG class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</STRONG>
+ <div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</STRONG>
</TD>
</TR>
<TR>
- <TD class="bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="bottom2 right2" align="center"><STRONG>{--EMAIL_SUBJECT--}</STRONG></TD>
- <TD class="bottom2 right2" align="center"><STRONG>{--EMAIL_URL--}</STRONG></TD>
- <TD class="bottom2 right2" align="center"><STRONG>{--EMAIL_TIMESTAMP--}</STRONG></TD>
- <TD class="bottom2" align="center"><STRONG>{--EMAIL_DELETE_COUNT--}</STRONG></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
+ <TD class="bottom2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
+ <TD class="bottom2" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></TD>
</TR>
<TR>
<TD class="right2 admin_misc" align="center">{!__ID!}</TD>
<TD class="right2 admin_misc" align="center">{!__SUBJECT!}</TD>
- <TD class="right2 admin_misc" align="center"><A
- href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</A></TD>
+ <TD class="right2 admin_misc" align="center"><a
+ href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a></TD>
<TD class="right2 admin_misc" align="center">{!__ORDERED!}</TD>
<TD class="admin_misc" align="center">{!__CNT!}</TD>
</TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=payments&do=del"
+<form action="{!URL!}/modules.php?module=admin&what=payments&do=del"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
- <TD align="center" height="30" class="admin_title bottom"><STRONG>{--DELETE_PAYMENT--}:</STRONG></TD>
+ <TD align="center" height="30" class="admin_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></TD>
</TR>
{!__PAYMENT_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD class="admin_title bottom" height="20" align="center"><STRONG>{--PAYMENT_ID--}
- $content[id]:</STRONG></TD>
+ <TD class="admin_title bottom" height="20" align="center"><strong>{--PAYMENT_ID--}
+ $content[id]:</strong></TD>
</TR>
<TR>
<TD height="5" class="switch_sw$content[sw] seperator"> </TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=del_sponsor&id={!__UID!}" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=del_sponsor&id={!__UID!}" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR>
<TD align="center" class="admin_title bottom2" height="28">
- <STRONG class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}{!__UID!}{--ADMIN_HEADER_DEL_SPONSOR_2--}</STRONG>
+ <div class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}{!__UID!}{--ADMIN_HEADER_DEL_SPONSOR_2--}</STRONG>
</TD>
</TR>
<TR><TD height="5" class="seperator"> </TD></TR>
</TR>
<TR><TD height="5" class="seperator"> </TD></TR>
<TR>
- <TD align="center"><A href="mailto:{!__EMAIL!}">{!__SNAME!} {!__FNAME!}</A>({!__EMAIL!})</TD>
+ <TD align="center"><a href="mailto:{!__EMAIL!}">{!__SNAME!} {!__FNAME!}</a>({!__EMAIL!})</TD>
</TR>
<TR><TD height="5" class="seperator"> </TD></TR>
<TR>
- <TD align="center"><TEXTAREA name="reason" class="admin_normal" rows="5" cols="50"></TEXTAREA></TD>
+ <TD align="center"><textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea></TD>
</TR>
<TR><TD height="5" class="seperator bottom2"> </TD></TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
- action="{!URL!}/modules.php?module=admin&what=del_user&u_id={!__UID!}"
- method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=del_user&u_id={!__UID!}" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2" height="28"><STRONG
- class="admin_done">{--ADMIN_HEADER_DEL_ACCOUNT_1--}{!__UID!}{--ADMIN_HEADER_DEL_ACCOUNT_2--}</STRONG>
+ <TD align="center" class="admin_title bottom2" height="28"><strong
+ class="admin_done">{--ADMIN_HEADER_DEL_ACCOUNT_1--}{!__UID!}{--ADMIN_HEADER_DEL_ACCOUNT_2--}</strong>
</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center">[ <A href="{!__EMAIL!}">{!__SNAME!}
- {!__FNAME!}</A> ]</TD>
+ <TD align="center">[ <a href="{!__EMAIL!}">{!__SNAME!}
+ {!__FNAME!}</a> ]</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center"><TEXTAREA name="reason" class="admin_normal"
- rows="5" cols="50"></TEXTAREA></TD>
+ <TD align="center"><textarea name="reason" class="admin_normal"
+ rows="5" cols="50"></textarea></TD>
</TR>
<TR>
<TD height="5" class="seperator bottom2"> </TD>
</TR>
<TR>
- <TD class="admin_footer"><INPUT type="submit"
- name="no" class="admin_no" value="{--NO--}" /> <INPUT
- type="submit" name="ok" class="admin_yes" value="{--YES--}" />
+ <TD class="admin_footer">
+ <INPUT type="submit" name="no" class="admin_no" value="{--NO--}" />
+ <INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}" />
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=admins_edit"
+<form action="{!URL!}/modules.php?module=admin&what=admins_edit"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
class="admin_table dashed" align="center">
<TR>
<TD colspan="6" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_EMAIL--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="240"><STRONG>{--ADMIN_ADMINS_PASSWORD--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="100"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="100"><STRONG>{--ADMIN_LA_MODE--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
</TR>
{!__ADMINS_ROWS!}
<TR>
value="{--ADMIN_ADMINS_EDIT--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_ADMINS_ACL_NOTE--}<BR />
-<BR />
-{--ADMIN_ADMINS_EDIT_NOTE--}</DIV>
+<div class="admin_note">{--ADMIN_ADMINS_ACL_NOTE--}<br />
+<br />
+{--ADMIN_ADMINS_EDIT_NOTE--}</div>
size="10" maxlength="255"> <INPUT type="password"
name="pass2[$content[id]]" class="admin_normal" size="10"
maxlength="255"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><SELECT
+ <TD align="center" class="switch_sw$content[sw] bottom2"><select
name="mode[$content[id]]" size="1" class="admin_select">
$content[mode]
- </SELECT></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><SELECT
+ </select></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2"><select
name="la_mode[$content[id]]" size="1" class="admin_select">
$content[la_mode]
- </SELECT></TD>
+ </select></TD>
</TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_bank_package" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=list_bank_package" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed" align="center">
<TR>
<TD colspan="4" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_BANK_PACKAGES--}:</STRONG>
+ <strong>{--ADMIN_EDIT_BANK_PACKAGES--}:</strong>
</TD>
</TR>
$content
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_EDIT_BANK_PACKAGES_NOTES--}</DIV>
+<div class="admin_note">{--ADMIN_EDIT_BANK_PACKAGES_NOTES--}</div>
</TD>
<TD width="34%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_DESCRIPTION--}:<br />
- <TEXTAREA class="admin_normal" name="description[$content[id]]" rows="3" cols="30">$content[description]</TEXTAREA>
+ <textarea class="admin_normal" name="description[$content[id]]" rows="3" cols="30">$content[description]</textarea>
</TD>
<TD width="33%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_ACCOUNT_FEE--}:<br />
<TR>
<TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_STUFF--}:<br />
- <TEXTAREA class="admin_normal" name="free_account_stuff[$content[id]]" rows="3" cols="30">$content[free_account_stuff]</TEXTAREA>
+ <textarea class="admin_normal" name="free_account_stuff[$content[id]]" rows="3" cols="30">$content[free_account_stuff]</textarea>
</TD>
<TD align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_EDIT_TAN_LOCK--}:<br />
-<FORM action="{!URL!}/modules.php?module=admin&what=config_cats&do=edit" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_cats&do=edit" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<TR>
<TD align="center" colspan="3" height="30" class="admin_header bottom2">
- <STRONG>{--EDIT_CATEGORIES--}:</STRONG>
+ <strong>{--EDIT_CATEGORIES--}:</strong>
</TD>
</TR>
{!__CAT_ROWS!}
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
<TD colspan="3" align="left" class="admin_header bottom2" height="25">
- <STRONG>{--CATEGORY_ID--} $content[id]:</STRONG></TD>
+ <strong>{--CATEGORY_ID--} $content[id]:</strong></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator switch_sw$content[sw]"> </TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=edit_emails"
+<form action="{!URL!}/modules.php?module=admin&what=edit_emails"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
<TR>
<TD width="10" height="30" class="admin_title seperator"> </TD>
- <TD align="center" colspan="3" class="admin_title"><STRONG>{--ADMIN_EDIT_EMAIL--}:</STRONG>
+ <TD align="center" colspan="3" class="admin_title"><strong>{--ADMIN_EDIT_EMAIL--}:</strong>
({!__ID_VALUE!})</TD>
<TD width="10" class="admin_title seperator"> </TD>
</TR>
<TR>
<TD width="10" class="top2 seperator" height="35"> </TD>
- <TD align="right" class="top2"><STRONG>{--EDIT_URL--}:</STRONG>
+ <TD align="right" class="top2"><strong>{--EDIT_URL--}:</strong>
</TD>
<TD width="5" class="top2 seperator"> </TD>
<TD class="top2"><INPUT type="text" name="url"
</TR>
<TR>
<TD width="10" class="top2 seperator" height="35"> </TD>
- <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_SUBJ--}:</STRONG>
+ <TD align="right" class="top2"><strong>{--EMAIL_EDIT_SUBJ--}:</strong>
</TD>
<TD width="5" class="top2" seperator> </TD>
<TD class="top2"><INPUT type="text" name="subj"
</TR>
<TR>
<TD width="10" height="125" class="top2" seperator> </TD>
- <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_TEXT--}:</STRONG>
+ <TD align="right" class="top2"><strong>{--EMAIL_EDIT_TEXT--}:</strong>
</TD>
<TD width="5" class="top2 seperator"> </TD>
- <TD class="top2"><TEXTAREA name="text" class="admin_normal"
- rows="8" cols="28">{!__TEXT_VALUE!}</TEXTAREA></TD>
+ <TD class="top2"><textarea name="text" class="admin_normal"
+ rows="8" cols="28">{!__TEXT_VALUE!}</textarea></TD>
<TD width="10" class="top2 seperator"> </TD>
</TR>
<TR>
<TD width="10" class="admin_footer seperator top2"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-
-<FORM action="{!URL!}/modules.php?module=admin&what=edit_emails"
+<form action="{!URL!}/modules.php?module=admin&what=edit_emails"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
<TR>
<TD width="10" height="30" class="admin_title seperator"> </TD>
- <TD align="center" colspan="3" class="admin_title"><STRONG>{--ADMIN_SELECT_EMAIL_EDIT--}:</STRONG>
+ <TD align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
</TD>
<TD width="10" class="admin_title seperator"> </TD>
</TR>
<TD width="10" class="admin_footer seperator top2"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=payments&do=edit"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
<TR>
- <TD align="center" colspan="2" class="admin_title bottom2" height="30"><STRONG>{--EDIT_PAYMENT--}:</STRONG></TD>
+ <TD align="center" colspan="2" class="admin_title bottom2" height="30"><strong>{--EDIT_PAYMENT--}:</strong></TD>
</TR>
{!__PAYMENT_ROWS!}
<TR>
value="{--CHANGE_PAY--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
<TD class="admin_title bottom" colspan="2" align="center" height="20">
- <STRONG>{--PAYMENT_ID--} $content[id]:</STRONG></TD>
+ <strong>{--PAYMENT_ID--} $content[id]:</strong></TD>
</TR>
<TR>
<TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_rallyes"
+<form action="{!URL!}/modules.php?module=admin&what=list_rallyes"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--RALLYE_EDIT_RALLYES--}:</STRONG></TD>
+ <strong>{--RALLYE_EDIT_RALLYES--}:</strong></TD>
</TR>
{!__RALLYE_ROWS!}
<TR>
value="{--RALLYE_CHANGE_ADMIN--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
<TD class="switch_sw$content[sw]" align="right" valign="top">{--RALLYE_DESCR--}:</TD>
<TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" align="center"><TEXTAREA
- name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</TEXTAREA>
+ <TD class="switch_sw$content[sw]" align="center"><textarea
+ name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</textarea>
</TD>
</TR>
<TR>
valign="top">{--RALLYE_START_DAY--}:</TD>
<TD class="switch_sw$content[sw] seperator" width="10"> </TD>
<TD class="switch_sw$content[sw]" width="290" align="center">
- $content[s_day]. $content[s_month]. $content[s_year]<BR />
+ $content[s_day]. $content[s_month]. $content[s_year]<br />
$content[s_hour]: $content[s_min]: $content[s_sec]</TD>
</TR>
<TR>
valign="top">{--RALLYE_END_DAY--}:</TD>
<TD class="switch_sw$content[sw] seperator" width="10"> </TD>
<TD class="switch_sw$content[sw]" width="290" align="center">
- $content[e_day]. $content[e_month]. $content[e_year]<BR />
+ $content[e_day]. $content[e_month]. $content[e_year]<br />
$content[e_hour]: $content[e_min]: $content[e_sec]</TD>
</TR>
<TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=edit_sponsor&mode=add_points&id={!__SPONSOR_ID!}" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=edit_sponsor&mode=add_points&id={!__SPONSOR_ID!}" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR><TD class="admin_title seperator" height="10" colspan="3"> </TD></TR>
<TR>
<TD class="admin_title" colspan="3" align="center">
- {--ADMIN_ADD_POINTS_TO_SPONSOR--}:<BR />
- <STRONG>{!__SPONSOR_VALUE!}</STRONG>
+ {--ADMIN_ADD_POINTS_TO_SPONSOR--}:<br />
+ <strong>{!__SPONSOR_VALUE!}</strong>
</TD>
</TR>
<TR><TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD></TR>
<TR>
<TD align="right">{--ENTER_ADD_REASON--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="reason" class="admin_normal" rows="5" cols="20"></TEXTAREA></TD>
+ <TD><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></TD>
</TR>
<TR><TD height="5" colspan="3" class="seperator bottom2"> </TD></TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV align="center"><FORM action="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=edit" method="POST">
+<div align="center"><form action="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=edit" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}: ({!__SPONSOR_ID!})</STRONG>
+ <strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}: ({!__SPONSOR_ID!})</strong>
</TD>
</TR>
<TR>
<TD class="bottom2" width="10"> </TD>
<TD class="bottom2" colspan="3" align="center">
- <FONT class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</FONT>
+ <div class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</div>
</TD>
<TD class="bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD width="255">
- <SELECT name="gender" class="admin_select" size="1">
- <OPTION value="M"{!__GENDER_M!}">{--GENDER_M--}</OPTION>
- <OPTION value="F"{!__GENDER_F!}">{--GENDER_F--}</OPTION>
- <OPTION value="C"{!__GENDER_C!}">{--GENDER_C--}</OPTION>
- </SELECT>
+ <select name="gender" class="admin_select" size="1">
+ <option value="M"{!__GENDER_M!}">{--GENDER_M--}</option>
+ <option value="F"{!__GENDER_F!}">{--GENDER_F--}</option>
+ <option value="C"{!__GENDER_C!}">{--GENDER_C--}</option>
+ </select>
</TD>
<TD width="10"> </TD>
</TR>
<TR><TD class="seperator bottom2" colspan="5" height="5"> </TD></TR>
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
</TD>
</TR>
<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
<TR>
<TD width="10" height="30"> </TD>
<TD colspan="3" align="center">
- <FONT class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</FONT>
+ <div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div>
</TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD class="admin_title bottom2" width="10" height="30"> </TD>
<TD class="admin_title bottom2" colspan="3" align="center">
- <STRONG>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
</TD>
<TD class="admin_title bottom2" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD style="padding-left: 15px">
- <SELECT name="receive_warnings" class="admin_select" size="1">
- <OPTION value="Y">{--YES--}</OPTION>
- <OPTION value="N">{--NO--}</OPTION>
- </SELECT>
+ <select name="receive_warnings" class="admin_select" size="1">
+ <option value="Y">{--YES--}</option>
+ <option value="N">{--NO--}</option>
+ </select>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
</TD>
</TR>
</TABLE>
-</FORM></DIV>
+</form></div>
-<FORM action="{!URL!}/modules.php?module=admin&what=edit_sponsor&mode=sub_points&id={!__SPONSOR_ID!}" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=edit_sponsor&mode=sub_points&id={!__SPONSOR_ID!}" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR><TD class="admin_title seperator" height="10" colspan="3"> </TD></TR>
<TR>
<TD class="admin_title" colspan="3" align="center">
- {--ADMIN_SUB_POINTS_FROM_SPONSOR--}:<BR />
- <STRONG>{!__SPONSOR_VALUE!}</STRONG>
+ {--ADMIN_SUB_POINTS_FROM_SPONSOR--}:<br />
+ <strong>{!__SPONSOR_VALUE!}</strong>
</TD>
</TR>
<TR><TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD></TR>
<TR>
<TD align="right">{--ENTER_SUB_REASON--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="reason" class="admin_normal" rows="5" cols="20"></TEXTAREA></TD>
+ <TD><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></TD>
</TR>
<TR><TD height="5" colspan="3" class="seperator bottom2"> </TD></TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=edit_user&u_id=$content"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
class="admin_table dashed" align="center">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EDIT_USER_PROFILE--}: ($content)</STRONG></TD>
+ <strong>{--ADMIN_EDIT_USER_PROFILE--}: ($content)</strong></TD>
</TR>
<TR>
<TD width="195" align="right" height="21">{--GENDER--}:</TD>
<TD class="seperator" width="10"> </TD>
- <TD width="195"><SELECT name="gender" class="admin_select"
+ <TD width="195"><select name="gender" class="admin_select"
size="1">
- <OPTION value="M"{!_GENDER_M!}">{--GENDER_M--}</OPTION>
- <OPTION value="F"{!_GENDER_F!}">{--GENDER_F--}</OPTION>
- <OPTION value="C"{!_GENDER_C!}">{--GENDER_C--}</OPTION>
- </SELECT></TD>
+ <option value="M"{!_GENDER_M!}">{--GENDER_M--}</option>
+ <option value="F"{!_GENDER_F!}">{--GENDER_F--}</option>
+ <option value="C"{!_GENDER_C!}">{--GENDER_C--}</option>
+ </select></TD>
</TR>
<TR>
<TD align="right">{--SURNAME--}:</TD>
</TD>
</TR>
<TR>
- <TD colspan="3" align="center" class="admin_footer bottom2"><FONT
- class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</FONT></TD>
+ <TD colspan="3" align="center" class="admin_footer bottom2"><div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div></TD>
</TR>
<TR>
<TD align="right">{--ADMIN_PASS1--}:</TD>
value="{--CHANGE_PROFILE--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="99%">
<TR>
- <TD colspan="3" align="center" height="25" class="admin_title"><STRONG
- class="admin_done">{--ADMIN_POOL_CONTENT--}</STRONG></TD>
+ <TD colspan="3" align="center" height="25" class="admin_title"><strong
+ class="admin_done">{--ADMIN_POOL_CONTENT--}</strong></TD>
</TR>
{!__TOP_EMAIL_NAV!} {!__EMAIL_ROWS!} {!__BOTTOM_EMAIL_NAV!}
</TABLE>
-<A name="ext_$content[ext_name]"></A>
-<FORM
+<a name="ext_$content[ext_name]"></a>
+<form
action="{!URL!}/modules.php?module=admin&what=extensions&reg_ext=$content[id]"
method="POST" style="margin-bottom: 0px"><INPUT type="submit"
name="ok" class="admin_submit" value="{--ADMIN_REGISTER_EXTENSION--}" />
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=extensions" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&what=extensions" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="510" align="center" class="admin_table dashed">
<TR>
<TD colspan="5" align="center" class="admin_title" height="30">
- <STRONG>{--ADMIN_REGISTERED_EXTENSIONS--}</STRONG>
+ <strong>{--ADMIN_REGISTERED_EXTENSIONS--}</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="40"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="200"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="90"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="90"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="90"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></TD>
</TR>
{!__EXT_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- width="400" class="admin_done dashed">
- <TR>
- <TD align="center" height="40"><STRONG class="admin_failed">{--ADMIN_EXT_NOTHING_FOUND--}</STRONG>
- </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+<!-- @DEPRECATED //-->
-<FORM action="{!URL!}/modules.php?module=admin&what=extensions"
+<form action="{!URL!}/modules.php?module=admin&what=extensions"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
align="center" class="admin_table dashed">
<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</STRONG>
+ <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="40"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="180"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="80"><STRONG>{--ADMIN_EXT_VERSION--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></TD>
<TD align="center" class="admin_title bottom2" width="220"> </TD>
</TR>
{!__EXTENSIONS_ROWS!}
value="{--ADMIN_REMOVE_EXTENSIONS--}"></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><STRONG>$content[id]</STRONG>
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
<INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
<TD class="switch_sw$content[sw] bottom2 right2">
$content[ext_name]</TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=extensions"
+<form action="{!URL!}/modules.php?module=admin&what=extensions"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="370"
align="center" class="admin_table dashed">
<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_EDIT_EXTENSIONS--}:</STRONG>
+ <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="180"><STRONG>{--ADMIN_EXT_NAME--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_CSSFILE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="80"><STRONG>{--ADMIN_EXT_ACTIVE--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></TD>
</TR>
{!__EXTENSIONS_ROWS!}
<TR>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><STRONG>$content[id]</STRONG>
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
<INPUT type="hidden" name="sel[$content[id]]" value="1" /></TD>
<TD class="switch_sw$content[sw] bottom2 right2">
$content[name]</TD>
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_done dashed">
<TR>
- <TD align="center" height="40"><STRONG>{--ADMIN_EXT_ALREADY_INSTALLED_1--}$content{--ADMIN_EXT_ALREADY_INSTALLED_2--}</STRONG>
+ <TD align="center" height="40"><strong>{--ADMIN_EXT_ALREADY_INSTALLED_1--}$content{--ADMIN_EXT_ALREADY_INSTALLED_2--}</strong>
</TD>
</TR>
</TABLE>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</STRONG></TD>
+ <strong>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</strong></TD>
</TR>
<TR>
<TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
{!__EXTENSIONS_ROWS!}
<TR>
<TD colspan="2" align="center" class="admin_title right2">
- {--ADMIN_EXT_TOTAL_FOUND--}: <STRONG>{!__TEXT_VALUE!}</STRONG>
+ {--ADMIN_EXT_TOTAL_FOUND--}: <strong>{!__TEXT_VALUE!}</strong>
</TD>
<TD colspan="3" align="right" class="admin_title right2">
- {--ADMIN_EXT_TOTAL_FSIZE--}: <STRONG>{!__TKBYTES_VALUE!} {--KBYTES--}</STRONG>
+ {--ADMIN_EXT_TOTAL_FSIZE--}: <strong>{!__TKBYTES_VALUE!} {--KBYTES--}</strong>
</TD>
</TR>
</TABLE>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="520">
<TR>
<TD align="center" colspan="2" class="admin_header" height="40">
- <STRONG>{--DEL_GUEST_MENU--}</STRONG></TD>
+ <strong>{--DEL_GUEST_MENU--}</strong></TD>
</TR>
<TR>
<TD align="center" colspan="2" class="admin_header bottom2">
value="{--DEL_ENTRIES--}"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<form action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<TR>
- <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><STRONG>{--ID_SELECT--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_ACTION--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_WHAT--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_TITLE--}</STRONG></TH>
- <TH class="admin_title bottom2" align="center"><STRONG>{--SORT_NAVIGATION--}</STRONG></TH>
+ <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></TH>
+ <TH class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></TH>
</TR>
{!__MENU_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="520">
<TR>
<TD align="center" colspan="2" class="admin_header" height="40">
- <STRONG>{--EDIT_GUEST_MENU--}</STRONG></TD>
+ <strong>{--EDIT_GUEST_MENU--}</strong></TD>
</TR>
<TR>
<TD align="center" colspan="2" class="admin_header bottom2">
value="{--SUBMIT_CHANGES--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
<TD colspan="4" height="5" class="admin_title seperator"> </TD>
</TR>
<TR>
- <TD align="center" colspan="4" class="admin_title"><STRONG>{--CHANGE_GUEST_MENU--}</STRONG><BR />
- <BR />
+ <TD align="center" colspan="4" class="admin_title"><strong>{--CHANGE_GUEST_MENU--}</strong><br />
+ <br />
{--CHANGE_MENU_1--}{!__CHK_VALUE!}{--CHANGE_MENU_2--}</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=guest_add" method="POST" target="_self">
+<form action="{!URL!}/modules.php?module=admin&what=guest_add" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR>
<TD height="8" colspan="5"></TD>
<TD width="10"> </TD>
<TD align="right">{--SELECT_WHAT_NAME--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__WHAT_SELECTION!} <BR />
- <SPAN class="admin_note">({--CREATE_WHAT_FIRST--})</SPAN></TD>
+ <TD align="center" class="admin_table">{!__WHAT_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--SELECT_PARENT_MENU--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__ACTION_SELECTION!} <BR />
- <SPAN class="admin_note">({--CREATE_ACTION_FIRST--})</SPAN></TD>
+ <TD align="center" class="admin_table">{!__ACTION_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--MENU_IS_VISIBLE--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table"><SELECT
+ <TD align="center" class="admin_table"><select
class="admin_select" name="visible" size="1">
- <OPTION value="Y">{--YES--}</OPTION>
- <OPTION value="N">{--NO--}</OPTION>
- </SELECT></TD>
+ <option value="Y">{--YES--}</option>
+ <option value="N">{--NO--}</option>
+ </select></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--MENU_IS_ACTIVE--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table"><SELECT
+ <TD align="center" class="admin_table"><select
class="admin_select" name="active" size="1">
- <OPTION value="N">{--YES--}</OPTION>
- <OPTION value="Y">{--NO--}</OPTION>
- </SELECT></TD>
+ <option value="N">{--YES--}</option>
+ <option value="Y">{--NO--}</option>
+ </select></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD class="admin_table" height="8" colspan="5"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=admins_edit"
+<form action="{!URL!}/modules.php?module=admin&what=admins_edit"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="640"
class="admin_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</STRONG></TD>
+ <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="300"><STRONG>{--ADMIN_ADMINS_EMAIL--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--ADMIN_ADMINS_ACCESS_MODE--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--ADMIN_LA_MODE--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
</TR>
{!__ADMINS_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
</TD>
<TD class="switch_sw$content[sw] bottom2 right2">
- <A href="$content[email_link]">$content[login]</A>
+ <a href="$content[email_link]">$content[login]</a>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2">
- <A href="mailto:$content[email]">$content[email]</A>
+ <a href="mailto:$content[email]">$content[email]</a>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2">
$content[mode]
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
<TR>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--_UID--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--GENDER--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--SURNAME--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--FAMILY_NAME--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADDY--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--MEMBER_JOINED--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--LAST_SEEN--}</STRONG></TD>
- <TD class="admin_title bottom2" align="center"><STRONG>{--AUTOPURGE_NOTIFIED--}</STRONG></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--GENDER--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--SURNAME--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--FAMILY_NAME--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--ADDY--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--MEMBER_JOINED--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--LAST_SEEN--}</strong></TD>
+ <TD class="admin_title bottom2" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></TD>
</TR>
{!__AUTOPURGE_ROWS!}
<TR>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=list_bank_package"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
class="admin_table dashed" align="center">
<TR>
- <TD colspan="8" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_LIST_BANK_PACKAGES--}:</STRONG>
+ <TD colspan="8" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_BANK_PACKAGES--}:</strong>
</TD>
</TR>
<TR>
<TD width="20" colspan="2" align="center"
- class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</STRONG></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</STRONG></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</STRONG></TD>
+ class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></TD>
+ <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></TD>
+ <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></TD>
</TR>
{!__BANK_PACKAGE_ROWS!}
<TR>
value="{--ADMIN_DELETE_ENTRIES--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" />
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
- <STRONG>$content[id]</STRONG>
+ <strong>$content[id]</strong>
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
$content[title]
class="admin_table dashed">
<TR>
<TD class="admin_header bottom2 right2" align="center" width="60">
- <STRONG>{--BEG_RANK--}</STRONG></TD>
+ <strong>{--BEG_RANK--}</strong></TD>
<TD class="admin_header bottom2 right2" align="center" width="90">
- <STRONG>{--_UID--}:</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--SURNAME_FAMILY--}:</STRONG>
+ <strong>{--_UID--}:</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--SURNAME_FAMILY--}:</strong>
</TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--BEG_TOTAL--}:</STRONG>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--BEG_TOTAL--}:</strong>
</TD>
- <TD class="admin_header bottom2" align="center" width="160"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
+ <TD class="admin_header bottom2" align="center" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
</TD>
</TR>
{!__BEG_ROWS!}
<TR>
<TD colspan="3" class="admin_header bottom2 right2" height="28"
- align="right"><U>{--BEG_MEMBER_TOTAL--}:</U> </TD>
- <TD class="admin_header bottom2 right2" height="28"> <U>{!__TOTAL!}
- {!POINTS!}</U></TD>
+ align="right"><u>{--BEG_MEMBER_TOTAL--}:</u> </TD>
+ <TD class="admin_header bottom2 right2" height="28"> <u>{!__TOTAL!}
+ {!POINTS!}</u></TD>
<TD class="admin_header bottom2"> </TD>
</TR>
<TR>
</TR>
</TABLE>
-<DIV class="admin_note"><STRONG>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</STRONG><BR />
-<BR />
-<FONT class="admin_note">{--ADMIN_BEG_TIMEOUT_1--} <STRONG>{!__AUTOPURGE_TIMEOUT!}</STRONG>
-{--ADMIN_BEG_TIMEOUT_2--}</FONT></DIV>
+<div class="admin_note"><strong>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</strong><br />
+<br />
+<div class="admin_note">{--ADMIN_BEG_TIMEOUT_1--} <strong>{!__AUTOPURGE_TIMEOUT!}</strong>
+{--ADMIN_BEG_TIMEOUT_2--}</div></div>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_beg"
+<form action="{!URL!}/modules.php?module=admin&what=list_beg"
method="POST" style="margin-bottom: 5px"><INPUT type="submit"
name="withdraw" class="admin_submit"
- value="{--ADMIN_BEG_WITHDRAW_NOW--}"></FORM>
+ value="{--ADMIN_BEG_WITHDRAW_NOW--}"></form>
-<DIV class="admin_note">({--ADMIN_BEG_WITHDRAW_NOTE--})</DIV>
+<div class="admin_note">({--ADMIN_BEG_WITHDRAW_NOTE--})</div>
<TR>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]<A
- href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</A>$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> $content[win1]<A
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]<a
+ href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</a>$content[win2]</TD>
+ <TD class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a
href="$content[email]">$content[gender] $content[sname]
- $content[fname]</A>$content[win2]</TD>
+ $content[fname]</a>$content[win2]</TD>
<TD class="switch_sw$content[sw] bottom2 right2"> $content[turbo]
{!POINTS!}</TD>
<TD class="switch_sw$content[sw] bottom2"> $content[last]</TD>
class="admin_table dashed">
<TR>
<TD class="admin_header bottom2 right2" align="center" width="60">
- <STRONG>{--BONUS_RANK--}</STRONG></TD>
+ <strong>{--BONUS_RANK--}</strong></TD>
<TD class="admin_header bottom2 right2" align="center" width="90">
- <STRONG>{--_UID--}:</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--SURNAME_FAMILY--}:</STRONG>
+ <strong>{--_UID--}:</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--SURNAME_FAMILY--}:</strong>
</TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--BONUS_TURBO_TOTAL2--}:</STRONG>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--BONUS_TURBO_TOTAL2--}:</strong>
</TD>
- <TD class="admin_header bottom2" align="center" width="160"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
+ <TD class="admin_header bottom2" align="center" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
</TD>
</TR>
{!__BONUS_ROWS!}
<TR>
<TD colspan="3" class="admin_header bottom2 right2" height="28"
- align="right"><U>{--BONUS_MEMBER_TOTAL--}:</U> </TD>
- <TD class="admin_header bottom2 right2" height="28"> <U>{!__TOTAL!}
- {!POINTS!}</U></TD>
+ align="right"><u>{--BONUS_MEMBER_TOTAL--}:</u> </TD>
+ <TD class="admin_header bottom2 right2" height="28"> <u>{!__TOTAL!}
+ {!POINTS!}</u></TD>
<TD class="admin_header bottom2"> </TD>
</TR>
<TR>
</TR>
</TABLE>
-<DIV class="admin_note"><STRONG>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</STRONG><BR />
-<BR />
-<FONT class="admin_note">{--ADMIN_BONUS_TIMEOUT_1--} <STRONG>{!__AUTOPURGE_TIMEOUT!}</STRONG>
-{--ADMIN_BONUS_TIMEOUT_2--}</FONT></DIV>
+<div class="admin_note"><strong>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</strong><br />
+<br />
+<div class="admin_note">{--ADMIN_BONUS_TIMEOUT_1--} <strong>{!__AUTOPURGE_TIMEOUT!}</strong>
+{--ADMIN_BONUS_TIMEOUT_2--}</div></div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
<TR>
<TD colspan="3" align="center" height="25" class="admin_title">
- <STRONG class="admin_done">{--ADMIN_BONUS_CONTENT--}</STRONG>
+ <div class="admin_done">{--ADMIN_BONUS_CONTENT--}</STRONG>
</TD>
</TR>
$content[nav]
$content[rows]
$content[nav]
</TABLE>
-</DIV>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_bonus"
+<form action="{!URL!}/modules.php?module=admin&what=list_bonus"
method="POST" style="margin-bottom: 5px"><INPUT type="submit"
name="withdraw" class="admin_submit"
- value="{--ADMIN_BONUS_WITHDRAW_NOW--}"></FORM>
+ value="{--ADMIN_BONUS_WITHDRAW_NOW--}"></form>
-<DIV class="admin_note">({--ADMIN_BONUS_WITHDRAW_NOTE--})</DIV>
+<div class="admin_note">({--ADMIN_BONUS_WITHDRAW_NOTE--})</div>
<TR>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[uid]$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> $content[win1]<A href="$content[email]">$content[gender] $content[surname] $content[family]</A>$content[win2]</TD>
+ <TD class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</TD>
<TD class="switch_sw$content[sw] bottom2 right2"> $content[points] {!POINTS!}</TD>
<TD class="switch_sw$content[sw] bottom2"> $content[last]</TD>
</TR>
class="admin_table dashed">
<TR>
<TD colspan="3" align="center" class="admin_header bottom2"
- height="50">{--USER_ID--}: <STRONG><A
- href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__UID!}</A></STRONG>({!__EMAIL!})
+ height="50">{--USER_ID--}: <strong><a
+ href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__UID!}</a></strong>({!__EMAIL!})
</TD>
</TR>
{!__CATS_ROWS!}
<TR>
<TD colspan="3" class="admin_footer"
- style="padding-top: 10px; padding-bottom: 10px"><U>{--ADMIN_MEMBER_FUNCTIONS--}:</U><BR />
+ style="padding-top: 10px; padding-bottom: 10px"><u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
{!__MEMBER_LINKS!}</TD>
</TR>
</TABLE>
<TD height="10" class="admin_header seperator"> </TD>
</TR>
<TR>
- <TD align="center" class="admin_header"><STRONG>{--ADMIN_MEM_NO_CATS_1--}<A
- href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__UID!}</A>{--ADMIN_MEM_NO_CATS_2--}</STRONG>
+ <TD align="center" class="admin_header"><strong>{--ADMIN_MEM_NO_CATS_1--}<a
+ href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__UID!}</a>{--ADMIN_MEM_NO_CATS_2--}</strong>
</TD>
</TR>
<TR>
<TD height="10" class="admin_header seperator"> </TD>
</TR>
<TR>
- <TD align="center" class="admin_header"><U>{--ADMIN_MEMBER_FUNCTIONS--}:</U><BR />
+ <TD align="center" class="admin_header"><u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
{!__MEMBER_LINKS!}</TD>
</TR>
<TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_country"
+<form action="{!URL!}/modules.php?module=admin&what=list_country"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
class="admin_table dashed" align="center">
<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_LIST_COUNTRIES--}:</STRONG>
+ <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
</TD>
</TR>
<TR>
- <TD width="20" align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_COUNTRY_CODE--}:</STRONG></TD>
- <TD width="400" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_COUNTRY_NAME--}:</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2"><STRONG>{--ADMIN_COUNTRY_STATUS--}</STRONG></TD>
+ <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></TD>
+ <TD width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></TD>
</TR>
{!__COUNTRY_ROWS!}
<TR>
value="{--ADMIN_DELETE_ENTRIES--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<P>
{!__ADD_COUNTRY_FORM!}
<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>$content[id]</STRONG>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
<INPUT type="hidden" name="id[$content[id]]" value="1"></TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
$content[code]</TD>
<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>$content[id]</STRONG>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
<INPUT type="hidden" name="id[$content[id]]" value="1"></TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
type="text" name="code[$content[id]]" class="admin_normal" size="2"
<TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
type="text" name="descr[$content[id]]" class="admin_normal" size="20"
maxelength="255" value="$content[descr]"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><SELECT
+ <TD align="center" class="switch_sw$content[sw] bottom2"><select
name="is_active[$content[id]]" class="admin_select" size="1">
$content[status]
- </SELECT></TD>
+ </select></TD>
</TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_country" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=list_country" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="admin_table dashed" align="center">
<TR>
<TD colspan="4" align="center" class="admin_title" height="30">
- <STRONG>{!__COUNTRY_TITLE!}:</STRONG>
+ <strong>{!__COUNTRY_TITLE!}:</strong>
</TD>
</TR>
<TR>
- <TD width="20" align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_COUNTRY_CODE--}:</STRONG></TD>
- <TD width="300" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_COUNTRY_NAME--}:</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2"><STRONG>{--ADMIN_COUNTRY_STATUS--}</STRONG></TD>
+ <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></TD>
+ <TD width="300" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></TD>
</TR>
{!__COUNTRY_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD align="center" class="bottom2" colspan="4" height="30"><STRONG>{--ADMIN_COUNTRY_NO_CODES_SETUP--}</STRONG>
+ <TD align="center" class="bottom2" colspan="4" height="30">
+ <strong>{--ADMIN_COUNTRY_NO_CODES_SETUP--}</strong>
</TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
<TR>
<TD class="admin_title" align="center" height="30" colspan="4">
- <STRONG class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</STRONG>
+ <div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</STRONG>
</TD>
</TR>
<TR>
<TD class="admin_title bottom2 right2" align="center" height="25" width="25%">
- <STRONG class="medium">{--_UID--}:</STRONG>
+ <div class="medium">{--_UID--}:</STRONG>
</TD>
<TD class="admin_title bottom2 right2" align="center" width="25%">
- <STRONG class="medium">{!POINTS!}:</STRONG>
+ <div class="medium">{!POINTS!}:</STRONG>
</TD>
<TD class="admin_title bottom2 right2" align="center" width="25%">
- <STRONG class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</STRONG>
+ <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</STRONG>
</TD>
<TD class="admin_title bottom2" align="center" width="25%">
- <STRONG class="medium">{--REMOTE_IP--}:</STRONG>
+ <div class="medium">{--REMOTE_IP--}:</STRONG>
</TD>
</TR>
{!__ROWS_CONTENT!}
class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" align="center" height="30" colspan="2">
- <STRONG class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</STRONG></TD>
+ <div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</STRONG></TD>
</TR>
<TR>
<TD class="admin_title bottom2 right2" align="center" height="25"
- width="260"><STRONG class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</STRONG>
+ width="260"><div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</STRONG>
</TD>
<TD class="admin_title bottom2" align="center" height="25" width="260">
- <STRONG class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</STRONG></TD>
+ <div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</STRONG></TD>
</TR>
<TR>
<TD class="right2" align="center"
<TR>
<TD class="switch_sw1 bottom2" align="right" width="245">
{--ADMIN_DOUBLER_ALREADY_ALL--}: </TD>
- <TD class="switch_sw1 bottom2" align="center" width="30"><STRONG>{!__DOUBLER_ALREADY_ALL_LINK!}</STRONG>
+ <TD class="switch_sw1 bottom2" align="center" width="30"><strong>{!__DOUBLER_ALREADY_ALL_LINK!}</strong>
</TD>
</TR>
<TR>
<TD class="switch_sw2 bottom2" align="right">
{--ADMIN_DOUBLER_ALREADY_DIRECT--}: </TD>
- <TD class="switch_sw2 bottom2" align="center"><STRONG>{!__DOUBLER_ALREADY_DIRECT_LINK!}</STRONG>
+ <TD class="switch_sw2 bottom2" align="center"><strong>{!__DOUBLER_ALREADY_DIRECT_LINK!}</strong>
</TD>
</TR>
<TR>
<TD class="switch_sw1" align="right">
{--ADMIN_DOUBLER_ALREADY_REF--}: </TD>
- <TD class="switch_sw1" align="center"><STRONG>{!__DOUBLER_ALREADY_REF_LINK!}</STRONG>
+ <TD class="switch_sw1" align="center"><strong>{!__DOUBLER_ALREADY_REF_LINK!}</strong>
</TD>
</TR>
</TABLE>
<TR>
<TD class="switch_sw1 bottom2" align="right" width="245">
{--ADMIN_DOUBLER_WAITING_ALL--}: </TD>
- <TD class="switch_sw1 bottom2" align="center" width="30"><STRONG>{!__DOUBLER_WAITING_ALL_LINK!}</STRONG>
+ <TD class="switch_sw1 bottom2" align="center" width="30"><strong>{!__DOUBLER_WAITING_ALL_LINK!}</strong>
</TD>
</TR>
<TR>
<TD class="switch_sw2 bottom2" align="right">
{--ADMIN_DOUBLER_WAITING_DIRECT--}: </TD>
- <TD class="switch_sw2 bottom2" align="center"><STRONG>{!__DOUBLER_WAITING_DIRECT_LINK!}</STRONG>
+ <TD class="switch_sw2 bottom2" align="center"><strong>{!__DOUBLER_WAITING_DIRECT_LINK!}</strong>
</TD>
</TR>
<TR>
<TD class="switch_sw1" align="right">
{--ADMIN_DOUBLER_WAITING_REF--}: </TD>
- <TD class="switch_sw1" align="center"><STRONG>{!__DOUBLER_WAITING_REF_LINK!}</STRONG>
+ <TD class="switch_sw1" align="center"><strong>{!__DOUBLER_WAITING_REF_LINK!}</strong>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
<TR>
- <TD class="admin_title" align="center" height="30" colspan="4"><STRONG
- class="big">{!__ADMIN_DOUBLER_LIST_WAITING!}</STRONG></TD>
+ <TD class="admin_title" align="center" height="30" colspan="4"><strong
+ class="big">{!__ADMIN_DOUBLER_LIST_WAITING!}</strong></TD>
</TR>
<TR>
<TD class="admin_title bottom2 right2" align="center" height="25"
- width="25%"><STRONG class="medium">{--_UID--}:</STRONG></TD>
+ width="25%"><div class="medium">{--_UID--}:</strong></TD>
<TD class="admin_title bottom2 right2" align="center" width="25%">
- <STRONG class="medium">{!POINTS!}:</STRONG></TD>
+ <div class="medium">{!POINTS!}:</strong></TD>
<TD class="admin_title bottom2 right2" align="center" width="25%">
- <STRONG class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</STRONG>
+ <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong>
</TD>
- <TD class="admin_title bottom2" align="center" width="25%"><STRONG
- class="medium">{--REMOTE_IP--}:</STRONG></TD>
+ <TD class="admin_title bottom2" align="center" width="25%"><strong
+ class="medium">{--REMOTE_IP--}:</strong></TD>
</TR>
{!__ROWS_CONTENT!}
<TR>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
<TR>
<TD colspan="3" align="center" height="25" class="admin_title">
- <STRONG class="admin_done">{--ADMIN_POOL_CONTENT--} ($content[who])</STRONG>
+ <div class="admin_done">{--ADMIN_POOL_CONTENT--} ($content[who])</STRONG>
</TD>
</TR>
$content[nav]
$content[rows]
$content[nav]
</TABLE>
-</DIV>
+</div>
<TR>
<TD class="bottom top2 right" width="23%" align="center">
{--EMAIL_SENDER--}:<br />
- <STRONG class="admin_misc">$content[sender_link]</STRONG>
+ <div class="admin_misc">$content[sender_link]</STRONG>
</TD>
<TD class="bottom top2 right" width="23%" align="center">
{--EMAIL_SUBJECT--}:<br />
- <STRONG class="admin_misc">$content[subject]</STRONG>
+ <div class="admin_misc">$content[subject]</STRONG>
</TD>
<TD class="bottom top2" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
- <STRONG class="admin_misc">$content[text]</STRONG>
+ <div class="admin_misc">$content[text]</STRONG>
</TD>
</TR>
<TR><TD height="5" colspan="3"></TD></TR>
<TR>
<TD colspan="2" align="center" class="top bottom right">
{--EMAIL_PAYMENT--}:<br />
- <STRONG class="admin_misc">$content[payment]
+ <div class="admin_misc">$content[payment]
</TD>
<TD align="center" class="top bottom">
{--EMAIL_CATEGORY--}:<br />
- <STRONG class="admin_misc">$content[category]
+ <div class="admin_misc">$content[category]
</TD>
</TR>
<TR><TD height="5" colspan="3"></TD></TR>
<TR>
<TD align="center" class="top bottom right">
{--EMAIL_RECEIVERS--}:<br />
- <STRONG class="admin_misc">$content[sent_email]</STRONG>
- ({--EMAIL_RUIDS--}: <STRONG class="admin_misc">$content[receivers]</STRONG>)
+ <div class="admin_misc">$content[sent_email]</STRONG>
+ ({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</STRONG>)
</TD>
<TD align="center" class="top bottom right">
{--USERS_LINKS--}:<br />
- <STRONG class="admin_misc">$content[unconfirmed]</STRONG>
+ <div class="admin_misc">$content[unconfirmed]</STRONG>
</TD>
<TD align="center" class="top bottom">
{--EMAIL_POOL_TYPE--}:<br />
- <STRONG class="admin_misc">$content[type]</STRONG>
+ <div class="admin_misc">$content[type]</STRONG>
</TD>
</TR>
<TR><TD height="5" colspan="3"></TD></TR>
<TR>
<TD align="center" class="top right">
{--EMAIL_TSEND--}:<br />
- <STRONG class="admin_misc">$content[target_send]</STRONG>
+ <div class="admin_misc">$content[target_send]</STRONG>
</TD>
<TD align="center" class="top right">
{--EMAIL_URL--}:<br />
- <STRONG class="admin_misc"><A href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</A></STRONG>
+ <div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></STRONG>
</TD>
<TD align="center" class="top">
{--EMAIL_TIMESTAMP--}:<br />
- <STRONG class="admin_misc">$content[timestamp]</STRONG>
+ <div class="admin_misc">$content[timestamp]</STRONG>
</TD>
</TR>
<TR>
<TD align="center" class="top2 admin_del_link" colspan="3">
- <A href="{!URL!}/modules.php?module=admin&what=del_email&mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</A>
+ <a href="{!URL!}/modules.php?module=admin&what=del_email&mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
</TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</STRONG></TD>
+ <strong>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</strong></TD>
</TR>
<TR>
<TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
{!__EXTENSIONS_ROWS!}
<TR>
<TD colspan="2" align="center" class="admin_title right2">
- {--ADMIN_EXT_TOTAL_FOUND--}: <STRONG>{!__TEXT_VALUE!}</STRONG>
+ {--ADMIN_EXT_TOTAL_FOUND--}: <strong>{!__TEXT_VALUE!}</strong>
</TD>
<TD colspan="3" align="right" class="admin_title right2">
- {--ADMIN_EXT_TOTAL_FSIZE--}: <STRONG>{!__TKBYTES_VALUE!} {--KBYTES--}</STRONG>
+ {--ADMIN_EXT_TOTAL_FSIZE--}: <strong>{!__TKBYTES_VALUE!} {--KBYTES--}</strong>
</TD>
</TR>
</TABLE>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[id].</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><A href="$content[link]">$content[name]</A></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a href="$content[link]">$content[name]</a></TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[last]</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[size] {--KBYTES--}</TD>
<TD align="center" class="switch_sw$content[sw] bottom2">$content[new_ver] ($content[old_ver])</TD>
<TR>
<TD class="switch_sw$content[sw] bottom2"> </TD>
<TD colspan="4" class="switch_sw$content[sw] bottom2">
- <FONT class="tiny">$content[info]</FONT>
+ <div class="tiny">$content[info]</div>
</TD>
</TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=del_holiday"
+<form action="{!URL!}/modules.php?module=admin&what=del_holiday"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD width="10" class="admin_title bottom2 right2" align="center"
- height="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD width="50" class="admin_title bottom2 right2" align="center"><STRONG>{--_UID--}:</STRONG></TD>
- <TD width="80" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_TSTART--}:</STRONG></TD>
- <TD width="80" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_TEND--}:</STRONG></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_COMMENTS--}:</STRONG></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--ACCOUNT_STATUS--}:</STRONG></TD>
- <TD width="160" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
+ height="30"><strong>{--ID_SELECT--}</strong></TD>
+ <TD width="50" class="admin_title bottom2 right2" align="center"><strong>{--_UID--}:</strong></TD>
+ <TD width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></TD>
+ <TD width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></TD>
+ <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></TD>
+ <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></TD>
+ <TD width="160" class="admin_title bottom2" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
</TR>
{!__HOLIDAY_ROWS!}
<TR>
value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
$content[end]
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
- <PRE>$content[comments]</PRE>
+ <pre>$content[comments]</pre>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
$content[status]
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR>
<TD colspan="4" align="center" class="admin_header bottom2" height="40">
- <STRONG><A href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__SNAME_VALUE!} {!__FNAME_VALUE!}</A></STRONG> ({!__EMAIL_VALUE!}):
+ <strong><a href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__SNAME_VALUE!} {!__FNAME_VALUE!}</a></strong> ({!__EMAIL_VALUE!}):
</TD>
</TR>
{!__EMAIL_LIST!}
<TR>
<TD colspan="4" height="40" class="admin_header" align="center">
- {--MEMBER_TOTAL_LINKS_1--}{!__NUMS_VALUE!}{--MEMBER_TOTAL_LINKS_2--}<BR />
- <A href="{!URL!}/modules.php?module=admin&what=list_links&u_id={!__UID!}&del=all" onclick="return confirm('{--ADMIN_REALLY_DELETE_ALL_MAILS--}')">{--ADMIN_DEL_UNCONFIRMED_LINKS--}</A>
+ {--MEMBER_TOTAL_LINKS_1--}{!__NUMS_VALUE!}{--MEMBER_TOTAL_LINKS_2--}<br />
+ <a href="{!URL!}/modules.php?module=admin&what=list_links&u_id={!__UID!}&del=all" onclick="return confirm('{--ADMIN_REALLY_DELETE_ALL_MAILS--}')">{--ADMIN_DEL_UNCONFIRMED_LINKS--}</a>
</TD>
</TR>
</TABLE>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2" colspan="4">
- <STRONG class="admin_failed large">$content[problem]:</STRONG> $content[data]
+ <div class="admin_failed large">$content[problem]:</STRONG> $content[data]
</TD>
</TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=payments"
+<form action="{!URL!}/modules.php?module=admin&what=payments"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="99%" class="admin_table dashed">
<TR>
- <TD align="center" colspan="5" class="admin_title" height="30"><STRONG>{--EDIT_DEL_PAYMENT--}</STRONG>
+ <TD align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
</TD>
</TR>
<TR>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--PAY_TIME--}:</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--PAY_PAYMENT--}:</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--PAY_PRICE--}:</STRONG></TD>
- <TD class="admin_title bottom2" align="center"><STRONG>{--PAY_TITLE--}:</STRONG></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></TD>
+ <TD class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></TD>
</TR>
{!__PAYMENT_ROWS!}
<TR>
name="del" class="admin_delete" value="{--DEL_PAY--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_payouts"
+<form action="{!URL!}/modules.php?module=admin&what=list_payouts"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed" align="center">
<TR>
- <TD colspan="6" align="center" class="admin_title" height="30"><STRONG>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</STRONG>
+ <TD colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
</TD>
</TR>
<TR>
- <TD width="20" align="center" class="admin_title bottom2 right2"><STRONG>{--_UID--}</STRONG></TD>
- <TD width="40" align="center" class="admin_title bottom2 right2"><STRONG>{--PAYOUT_TOTAL_PAYOUT--}</STRONG></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--PAYOUT_TARGET_ACCOUNT2--}</STRONG></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--PAYOUT_TARGET_BANK2--}</STRONG></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><STRONG>{--PAYOUT_TIMESTAMP--}</STRONG></TD>
- <TD width="220" align="center" class="admin_title bottom2"><STRONG>{--PAYOUT_STATUS--}</STRONG></TD>
+ <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--_UID--}</strong></TD>
+ <TD width="40" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></TD>
+ <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></TD>
+ <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></TD>
+ <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></TD>
+ <TD width="220" align="center" class="admin_title bottom2"><strong>{--PAYOUT_STATUS--}</strong></TD>
</TR>
{!__PAYOUT_ROWS!}
<TR>
- <TD colspan="6" class="admin_footer"><A
- href="{!URL!}/modules.php?module=admin&what=list_payouts&do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</A>
+ <TD colspan="6" class="admin_footer"><a
+ href="{!URL!}/modules.php?module=admin&what=list_payouts&do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</a>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
{--PAYOUT_OPTIONAL_BANNER--}:
-<STRONG><A href="$content[banner]" title="$content[alt]"
- target="_blank">$content[banner]</A></STRONG>
-<BR />
+<strong><a href="$content[banner]" title="$content[alt]"
+ target="_blank">$content[banner]</a></strong>
+<br />
{--PAYOUT_ALTERNATE_TEXT--}:
-<STRONG>$content[alt]</STRONG>
-<BR />
-<BR />
+<strong>$content[alt]</strong>
+<br />
+<br />
{--PAYOUT_TARGET_URL--}:
-<STRONG>$content[url]</STRONG>
-<BR />
+<strong>$content[url]</strong>
+<br />
{--PAYOUT_LINK_TEXT--}:
-<BR />
-<STRONG>$content[txt_link]</STRONG>
-<BR />
-<BR />
+<br />
+<strong>$content[txt_link]</strong>
+<br />
+<br />
{--PAYOUT_LINK_URL--}:
-<BR />
-<STRONG>$content[txt_url]</STRONG>
+<br />
+<strong>$content[txt_url]</strong>
<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
<TR>
- <TD class="admin_header bottom2 right2" align="center" width="60"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="90"><STRONG>{--_UID--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--PRIMERA_ADMIN_ACCOUNT--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--PRIMERA_ADMIN_TRANSFERED--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><STRONG>{--PRIMERA_ADMIN_TIMESTAMP--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><STRONG>{--PRIMERA_ADMIN_TYPE--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><STRONG>{--PRIMERA_ADMIN_API_MESSAGE--}</STRONG></TD>
- <TD class="admin_header bottom2" align="center" width="160"><STRONG>{--PRIMERA_ADMIN_API_STATUS--}</STRONG></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_ACCOUNT--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_TRANSFERED--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TIMESTAMP--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TYPE--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_MESSAGE--}</strong></TD>
+ <TD class="admin_header bottom2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_STATUS--}</strong></TD>
</TR>
$content
<TR>
{--RALLYE_NO_RALLYES_SELECTED_1--}
-<A href="{!URL!}/modules.php?module=admin&what=list_rallyes">{--RALLYE_NO_RALLYES_SELECTED_2--}</A>
+<a href="{!URL!}/modules.php?module=admin&what=list_rallyes">{--RALLYE_NO_RALLYES_SELECTED_2--}</a>
{--RALLYE_NO_RALLYES_SELECTED_3--}
-<FORM action="{!URL!}/modules.php?module=admin&what=list_rallyes"
+<form action="{!URL!}/modules.php?module=admin&what=list_rallyes"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
- <TD colspan="5" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_DEL_RALLYES--}:</STRONG>
+ <TD colspan="5" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
</TD>
</TR>
<TR>
- <TD align="center" width="10" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" width="100" class="admin_title bottom2 right2"><STRONG>{--RALLYE_TITLE--}:</STRONG></TD>
- <TD align="center" width="70" class="admin_title bottom2 right2"><STRONG>{--RALLYE_ADMIN_ID--}:</STRONG></TD>
- <TD align="center" width="200" class="admin_title bottom2 right2"><STRONG>{--RALLYE_TSTART--}:</STRONG></TD>
- <TD align="center" width="200" class="admin_title bottom2"><STRONG>{--RALLYE_TEND--}:</STRONG></TD>
+ <TD align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" width="100" class="admin_title bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></TD>
+ <TD align="center" width="70" class="admin_title bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></TD>
+ <TD align="center" width="200" class="admin_title bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></TD>
+ <TD align="center" width="200" class="admin_title bottom2"><strong>{--RALLYE_TEND--}:</strong></TD>
</TR>
{!__RALLYE_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note"><STRONG>{--RALLYE_EDIT_DEL_NOTE--}</STRONG>
-</DIV>
+<div class="admin_note"><strong>{--RALLYE_EDIT_DEL_NOTE--}</strong>
+</div>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[select]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><A
- href="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[title]</A></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><A
- href="$content[email_link]">$content[alogin]</A></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
+ href="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[title]</a></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
+ href="$content[email_link]">$content[alogin]</a></TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[start]</TD>
<TD align="center" class="switch_sw$content[sw] bottom2">$content[end]</TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_LIST_USERS_1--}{!__RALLYE_VALUE!}{--RALLYE_LIST_USERS_2--}:</STRONG>
+ <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_LIST_USERS_1--}{!__RALLYE_VALUE!}{--RALLYE_LIST_USERS_2--}:</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--_UID--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--RALLYE_OLD_REFS--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--RALLYE_NEW_REFS--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2"><STRONG>{--RALLYE_REF_POINTS--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--_UID--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--RALLYE_OLD_REFS--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--RALLYE_NEW_REFS--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2"><strong>{--RALLYE_REF_POINTS--}:</strong></TD>
</TR>
{!__RALLYE_USER_ROWS!}
<TR>
<TD colspan="4" class="admin_footer">
- <STRONG class="admin_note">{--RALLYE_REF_POINTS_NOTE--}</STRONG>
+ <div class="admin_note">{--RALLYE_REF_POINTS_NOTE--}</strong>
</TD>
</TR>
</TABLE>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[bold_l]<A
- href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</A>$content[bold_r]
+ $content[bold_l]<a
+ href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</a>$content[bold_r]
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
$content[bold_l]$content[old]$content[bold_r]</TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_rallyes"
+<form action="{!URL!}/modules.php?module=admin&what=list_rallyes"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="730"
class="admin_table dashed">
<TR>
- <TD colspan="6" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_DEL_RALLYES--}:</STRONG>
+ <TD colspan="6" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
</TD>
</TR>
<TR>
- <TD align="center" width="10" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" colspan="5"><STRONG>{--RALLYE_LIST_OVERVIEW_TITLE--}:</STRONG></TD>
+ <TD align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></TD>
</TR>
{!__RALLYE_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note"><STRONG class="admin_note">{--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}</STRONG>
-</DIV>
+<div class="admin_note"><div class="admin_note">{--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}</strong>
+</div>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2"
rowspan="5">$content[select]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_TITLE--}:</STRONG><BR />
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong><br />
$content[title]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_DESCR2--}:</STRONG><BR />
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_DESCR2--}:</strong><br />
$content[descr]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_ADMIN_ID--}:</STRONG><BR />
- <A href="$content[email_link]">$content[alogin]</A></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_TSTART--}:</STRONG><BR />
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong><br />
+ <a href="$content[email_link]">$content[alogin]</a></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong><br />
$content[start_date]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><STRONG>{--RALLYE_TEND--}:</STRONG><BR />
+ <TD align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_TEND--}:</strong><br />
$content[end_date]</TD>
</TR>
<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_TEMPLATE2--}:</STRONG><BR />
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TEMPLATE2--}:</strong><br />
$content[template]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_AUTO_ADD--}:</STRONG><BR />
- <A
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_AUTO_ADD--}:</strong><br />
+ <a
href="{!URL!}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&auto=$content[auto]"
- title="$content[auto_title]">$content[auto_lnk]</A></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_ACTIVE--}:</STRONG><BR />
- <A
+ title="$content[auto_title]">$content[auto_lnk]</a></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ACTIVE--}:</strong><br />
+ <a
href="{!URL!}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&activate=$content[active]"
- title="$content[active_title]">$content[active_lnk]</A></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>{--RALLYE_NOTIFY--}:</STRONG><BR />
- <A
+ title="$content[active_title]">$content[active_lnk]</a></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_NOTIFY--}:</strong><br />
+ <a
href="{!URL!}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&notify=$content[notify]"
- title="$content[notify_title]">$content[notify_lnk]</A></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><STRONG>{--RALLYE_NOTIFIED--}:</STRONG><BR />
+ title="$content[notify_title]">$content[notify_lnk]</a></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_NOTIFIED--}:</strong><br />
$content[notified]</TD>
</TR>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2"
- colspan="3"><STRONG>{--RALLYE_ASSIGNED_PRICES--}:</STRONG><BR />
- <A
- href="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[prices_cnt]</A>
+ colspan="3"><strong>{--RALLYE_ASSIGNED_PRICES--}:</strong><br />
+ <a
+ href="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[prices_cnt]</a>
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
- <STRONG>{--RALLYE_ASSIGNED_USERS--}:</STRONG><BR />
+ <strong>{--RALLYE_ASSIGNED_USERS--}:</strong><br />
$content[joined]</TD>
</TR>
<TR>
<TD align="center" class="admin_title bottom2" colspan="5" height="35">
- <STRONG>{--RALLYE_LIMITATIONS--}:</STRONG></TD>
+ <strong>{--RALLYE_LIMITATIONS--}:</strong></TD>
</TR>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2"
- colspan="3"><STRONG>{--RALLYE_MIN_USERS_MINI--}:</STRONG><BR />
+ colspan="3"><strong>{--RALLYE_MIN_USERS_MINI--}:</strong><br />
$content[min_users]</TD>
<TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
- <STRONG>{--RALLYE_MIN_PRICES_MINI--}:</STRONG><BR />
+ <strong>{--RALLYE_MIN_PRICES_MINI--}:</strong><br />
$content[min_prices]</TD>
</TR>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[bold_l]<A
- href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</A>$content[bold_r]
+ $content[bold_l]<a
+ href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</a>$content[bold_r]
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
$content[bold_l]$content[old]$content[bold_r]</TD>
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
<TR>
<TD colspan="6" class="admin_title" height="30">
- <STRONG>{--ADMIN_LIST_REFERRALS_1--}<U>$content[uid]</U>{--ADMIN_LIST_REFERRALS_2--}</STRONG>
+ <strong>{--ADMIN_LIST_REFERRALS_1--}<u>$content[uid]</u>{--ADMIN_LIST_REFERRALS_2--}</strong>
</TD>
</TR>
<TR>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--_UID--}</STRONG></TD>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--REFS_COUNT--}</STRONG></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--SURNAME_FAMILY--}</STRONG></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--ADDY--}</STRONG></TD>
- <TD width="10%" align="center" class="admin_header bottom2 right2"><STRONG>{--ACCOUNT_STATUS--}</STRONG></TD>
- <TD width="10%" align="center" class="admin_header bottom2"><STRONG>{--MEMBER_JOINED--}</STRONG></TD>
+ <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--_UID--}</strong></TD>
+ <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--REFS_COUNT--}</strong></TD>
+ <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></TD>
+ <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--ADDY--}</strong></TD>
+ <TD width="10%" align="center" class="admin_header bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></TD>
+ <TD width="10%" align="center" class="admin_header bottom2"><strong>{--MEMBER_JOINED--}</strong></TD>
</TR>
$content[rows]
<TR>
<TD colspan="6" class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
- <FONT class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</FONT>
+ <div class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</div>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_LIST_REFERRALS_1--}<U>$content[uid]</U>{--ADMIN_LIST_REFERRALS_2--}</STRONG>
+ <strong>{--ADMIN_LIST_REFERRALS_1--}<u>$content[uid]</u>{--ADMIN_LIST_REFERRALS_2--}</strong>
</TD>
</TR>
<TR><TD class="seperator" height="6"> </TD></TR>
<TR><TD class="seperator bottom2" height="1"> </TD></TR>
<TR>
<TD class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
- <FONT class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</FONT>
+ <div class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</div>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
<TR>
<TD colspan="6" class="admin_title" height="30" align="center">
- <STRONG>{--ADMIN_LIST_REFERRALS_LEVEL_1--}<U>$content[level]</U>{--ADMIN_LIST_REFERRALS_LEVEL_2--}</STRONG><br />
+ <strong>{--ADMIN_LIST_REFERRALS_LEVEL_1--}<u>$content[level]</u>{--ADMIN_LIST_REFERRALS_LEVEL_2--}</strong><br />
$content[info]
</TD>
</TR>
<TR>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--_UID--}</STRONG></TD>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--REFS_COUNT--}</STRONG></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--SURNAME_FAMILY--}</STRONG></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--ADDY--}</STRONG></TD>
- <TD width="10%" align="center" class="admin_header bottom2 right2"><STRONG>{--ACCOUNT_STATUS--}</STRONG></TD>
- <TD width="10%" align="center" class="admin_header bottom2"><STRONG>{--MEMBER_JOINED--}</STRONG></TD>
+ <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--_UID--}</strong></TD>
+ <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--REFS_COUNT--}</strong></TD>
+ <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></TD>
+ <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--ADDY--}</strong></TD>
+ <TD width="10%" align="center" class="admin_header bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></TD>
+ <TD width="10%" align="center" class="admin_header bottom2"><strong>{--MEMBER_JOINED--}</strong></TD>
</TR>
$content[rows]
<TR>
<TR>
<TD colspan="6" class="admin_title bottom2" height="20">
- <STRONG>{--ADMIN_LIST_USER_NOREFS_1--}<U>$content[uid]</U>{--ADMIN_LIST_USER_NOREFS_2--}</STRONG>
+ <strong>{--ADMIN_LIST_USER_NOREFS_1--}<u>$content[uid]</u>{--ADMIN_LIST_USER_NOREFS_2--}</strong>
</TD>
</TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_sponsor" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=list_sponsor" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<TR>
<TD colspan="4" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</STRONG>
+ <strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
</TD>
</TR>
{!__SPONSOR_ROWS!}
<TR>
<TD colspan="4" class="admin_footer" style="padding: 5px">
- <FONT class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</FONT>
+ <div class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</div>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center" width="520">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30" style="padding: 5px">
- <STRONG class="big">{--ADMIN_SPONSOR_DETAILS--}:</STRONG>
+ <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</STRONG>
</TD>
</TR>
<TR>
<TD align="right" class="bottom2 right2" height="25">{--SPONSOR_ID--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_ID!} [ <STRONG><A href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__SPONSOR_ID!}">{!__SPONSOR_STATUS!}</A></STRONG> ]</TD>
+ <TD class="bottom2"> {!__SPONSOR_ID!} [ <strong><a href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__SPONSOR_ID!}">{!__SPONSOR_STATUS!}</a></strong> ]</TD>
</TR>
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SPONSOR_COMPANY_DATA--}:</STRONG>
+ <strong>{--ADMIN_SPONSOR_COMPANY_DATA--}:</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SPONSOR_PERSONA_DATA--}:</STRONG>
+ <strong>{--ADMIN_SPONSOR_PERSONA_DATA--}:</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_EMAIL--}: </TD>
- <TD class="bottom2"> <A href="{!__SPONSOR_EMAIL!}">{!__SPONSOR_EMAIL_VALUE!}</A> </TD>
+ <TD class="bottom2"> <a href="{!__SPONSOR_EMAIL!}">{!__SPONSOR_EMAIL_VALUE!}</a> </TD>
</TR>
<TR>
<TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_URL--}: </TD>
- <TD class="bottom2"> [ <A href="{!__SPONSOR_URL!}" target="_blank"><STRONG>{--ADMIN_TEST_URL--}</STRONG></A> ] </TD>
+ <TD class="bottom2"> [ <a href="{!__SPONSOR_URL!}" target="_blank"><strong>{--ADMIN_TEST_URL--}</strong></a> ] </TD>
</TR>
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SPONSOR_WARNINGS_POINTS--}:</STRONG>
+ <strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}:</strong>
</TD>
</TR>
<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_RECEIVE_WARNINGS_SHORT--}:</STRONG> </TD>
+ <TD align="right" class="bottom2 right2">{--SPONSOR_RECEIVE_WARNINGS_SHORT--}:</strong> </TD>
<TD align="center" class="bottom2">{!__SPONSOR_REC_WARNING!}</TD>
<TR>
<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_WARNING_INTERVAL_SHORT--}:</STRONG> </TD>
+ <TD align="right" class="bottom2 right2">{--SPONSOR_WARNING_INTERVAL_SHORT--}:</strong> </TD>
<TD align="center" class="bottom2">{!__SPONSOR_INTERVAL!}</TD>
<TR>
<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_POINTS_AMOUNT--}:</STRONG> </TD>
- <TD align="center" class="bottom2"> [ <A href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}"><STRONG>{!__SPONSOR_AMOUNT!}</STRONG></A> ]</TD>
+ <TD align="right" class="bottom2 right2">{--SPONSOR_POINTS_AMOUNT--}:</strong> </TD>
+ <TD align="center" class="bottom2"> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}"><strong>{!__SPONSOR_AMOUNT!}</strong></a> ]</TD>
<TR>
</TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_POINTS_USED--}:</STRONG> </TD>
- <TD align="center" class="bottom2"> [ <A href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=sub_points" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><STRONG>{!__SPONSOR_USED!}</STRONG></A> ]</TD>
+ <TD align="right" class="bottom2 right2">{--SPONSOR_POINTS_USED--}:</strong> </TD>
+ <TD align="center" class="bottom2"> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=sub_points" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><strong>{!__SPONSOR_USED!}</strong></a> ]</TD>
</TR>
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_SPONSOR_OTHER_DETAILS--}:</STRONG>
+ <strong>{--ADMIN_SPONSOR_OTHER_DETAILS--}:</strong>
</TD>
</TR>
<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_CREATED--}:</STRONG> </TD>
+ <TD align="right" class="bottom2 right2">{--SPONSOR_CREATED--}:</strong> </TD>
<TD align="center" class="bottom2">{!__SPONSOR_CREATED!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2 right2">{--ADMIN_LAST_ONLINE--}:</STRONG> </TD>
+ <TD align="right" class="bottom2 right2">{--ADMIN_LAST_ONLINE--}:</strong> </TD>
<TD align="center" class="bottom2">{!__SPONSOR_LAST_ONLINE!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2 right2">{--ADMIN_LAST_CHANGE--}:</STRONG> </TD>
+ <TD align="right" class="bottom2 right2">{--ADMIN_LAST_CHANGE--}:</strong> </TD>
<TD align="center" class="bottom2">{!__SPONSOR_LAST_CHANGE!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2 right2">{--REMOTE_IP--}:</STRONG> </TD>
+ <TD align="right" class="bottom2 right2">{--REMOTE_IP--}:</strong> </TD>
<TD align="center" class="bottom2">{!__SPONSOR_REMOTE_ADR!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_REFID--}:</STRONG> </TD>
+ <TD align="right" class="bottom2 right2">{--SPONSOR_REFID--}:</strong> </TD>
<TD align="center" class="bottom2">{!__SPONSOR_REFID!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_REFERRALS--}:</STRONG> </TD>
- <TD align="center" class="bottom2">[ <A href="{!URL!}/modules.php?module=admin&what=list_sponsor&rid={!__SPONSOR_ID!}"><STRONG>{!__SPONSOR_REFS!}</STRONG></A> ]</TD>
+ <TD align="right" class="bottom2 right2">{--SPONSOR_REFERRALS--}:</strong> </TD>
+ <TD align="center" class="bottom2">[ <a href="{!URL!}/modules.php?module=admin&what=list_sponsor&rid={!__SPONSOR_ID!}"><strong>{!__SPONSOR_REFS!}</strong></a> ]</TD>
</TR>
<TR>
<TD colspan="2" class="admin_footer" style="padding: 5px">
- <DIV align="center"><STRONG>{--ADMIN_SPONSOR_ACTIONS--}:</STRONG></DIV>
- <UL>
- <LI> [ <A href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=edit">{--ADMIN_SPONSOR_EDIT--}</A> ]</LI>
- <LI> [ <A href="{!URL!}/modules.php?module=admin&what=del_sponsor&id={!__SPONSOR_ID!}">{--ADMIN_SPONSOR_DEL--}</A> ]</LI>
- <LI> [ <A href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__SPONSOR_ID!}">{--ADMIN_SPONSOR_LOCK--}</A> ]</LI>
- <LI> [ <A href="{!URL!}/modules.php?module=admin&what=list_sponsor_pays&id={!__SPONSOR_ID!}">{--ADMIN_LIST_SPONSOR_ORDERS--}</A> ] (<STRONG>{!__SPONSOR_ORDERS!}</STRONG>)</LI>
- </UL>
+ <div align="center"><strong>{--ADMIN_SPONSOR_ACTIONS--}:</strong></div>
+ <ul>
+ <li> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=edit">{--ADMIN_SPONSOR_EDIT--}</a> ]</li>
+ <li> [ <a href="{!URL!}/modules.php?module=admin&what=del_sponsor&id={!__SPONSOR_ID!}">{--ADMIN_SPONSOR_DEL--}</a> ]</li>
+ <li> [ <a href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__SPONSOR_ID!}">{--ADMIN_SPONSOR_LOCK--}</a> ]</li>
+ <li> [ <a href="{!URL!}/modules.php?module=admin&what=list_sponsor_pays&id={!__SPONSOR_ID!}">{--ADMIN_LIST_SPONSOR_ORDERS--}</a> ] (<strong>{!__SPONSOR_ORDERS!}</strong>)</li>
+ </ul>
</TD>
</TR>
</TABLE>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="640" class="admin_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</STRONG>
+ <strong>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--SPONSOR_PAYTYPE_NAME--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_RATE--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--SPONSOR_PAYTYPE_CURRENCY--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></TD>
</TR>
{!__LIST_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TR>
<TD colspan="5" align="center" class="switch_sw$content[sw] bottom2">
- <STRONG>{--ENTRY_404_1--}$content{--ENTRY_404_2--}</STRONG>
+ <strong>{--ENTRY_404_1--}$content{--ENTRY_404_2--}</strong>
</TD>
</TR>
\ No newline at end of file
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST" target="_self">
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
<TR>
<TD align="center" colspan="5" class="admin_header bottom2" height="40">
- <STRONG>{--SPONSOR_DELETE_PAY_ENTRIES--}</STRONG>
+ <strong>{--SPONSOR_DELETE_PAY_ENTRIES--}</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--SPONSOR_PAYTYPE_NAME--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_RATE--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--SPONSOR_PAYTYPE_CURRENCY--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></TD>
</TR>
{!__SPONSOR_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST" target="_self">
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
<TR>
<TD align="center" colspan="5" class="admin_header bottom2" height="40">
- <STRONG>{--SPONSOR_EDIT_PAY_ENTRIES--}</STRONG>
+ <strong>{--SPONSOR_EDIT_PAY_ENTRIES--}</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><STRONG>{--SPONSOR_PAYTYPE_NAME--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_RATE--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><STRONG>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="160"><STRONG>{--SPONSOR_PAYTYPE_CURRENCY--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></TD>
</TR>
{!__SPONSOR_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
<TR>
<TD class="switch_sw$content[sw] bottom2 right2" align="center" height="29">
- <STRONG>$content[id]</STRONG>
+ <strong>$content[id]</strong>
<INPUT type="hidden" name="id[$content[id]]" class="admin_normal" value="1">
</TD>
<TD class="switch_sw$content[sw] bottom2 right2">
<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2"><STRONG>{--SURNAME_FAMILY--}:</STRONG></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><STRONG>{--SPONSOR_POINTS_LEFT--}:</STRONG></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></TD>
</TR>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
- [ <STRONG><A href="{!URL!}/modules.php?module=admin&what=list_sponsor&id=$content[id]" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</A></STRONG> ]
+ [ <strong><a href="{!URL!}/modules.php?module=admin&what=list_sponsor&id=$content[id]" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</a></strong> ]
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2">
- <A href="$content[email]">$content[gender] $content[sname] $content[fname]</A>
+ <a href="$content[email]">$content[gender] $content[sname] $content[fname]</a>
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2" width="160">
- [ <STRONG><A href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</A></STRONG> ]
+ [ <strong><a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</a></strong> ]
</TD>
</TR>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
- <STRONG>{--_STATUS--}</STRONG>:
+ <strong>{--_STATUS--}</strong>:
</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><STRONG>{--SPONSOR_CREATED--}:</STRONG></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><STRONG>{--REMOTE_IP--}:</STRONG></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--SPONSOR_CREATED--}:</strong></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--REMOTE_IP--}:</strong></TD>
</TR>
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
- [ <STRONG><A href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">$content[status]</A></STRONG> ]
+ [ <strong><a href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">$content[status]</a></strong> ]
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
$content[created]
$content[admin]
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
- <A title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{!URL!}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</A>
+ <a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{!URL!}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
$content[infos]
-<FORM action="{!URL!}/modules.php?module=admin&what=del_transfer" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=del_transfer" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
<TR>
<TD colspan="6" align="center" class="admin_title2 bottom2" height="30">
- <STRONG>{!__TRANSFER_TITLE!}</STRONG>
+ <strong>{!__TRANSFER_TITLE!}</strong>
</TD>
</TR>
<TR>
<TD width="80" align="center" class="admin_title2 bottom2 right2">
- <STRONG>{--TRANSFER_ID--}</STRONG></TD>
+ <strong>{--TRANSFER_ID--}</strong></TD>
<TD width="120" align="center" class="admin_title2 bottom2 right2">
- <STRONG>{--TRANSFER_STAMP--}</STRONG></TD>
+ <strong>{--TRANSFER_STAMP--}</strong></TD>
<TD width="120" align="center" class="admin_title2 bottom2 right2">
- <STRONG>{--TRANSFER_FROM_UID--}</STRONG></TD>
+ <strong>{--TRANSFER_FROM_UID--}</strong></TD>
<TD width="120" align="center" class="admin_title2 bottom2 right2">
- <STRONG>{--TRANSFER_TO_UID--}</STRONG></TD>
+ <strong>{--TRANSFER_TO_UID--}</strong></TD>
<TD width="230" align="center" class="admin_title2 bottom2 right2">
- <STRONG>{--TRANSFER_POINTS_REASON--}</STRONG></TD>
- <TD width="70" align="center" class="admin_title2 bottom2"><STRONG>{!POINTS!}</STRONG>
+ <strong>{--TRANSFER_POINTS_REASON--}</strong></TD>
+ <TD width="70" align="center" class="admin_title2 bottom2"><strong>{!POINTS!}</strong>
</TD>
</TR>
{!__TRANSFER_ROWS!}
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><STRONG>$content[idx]</STRONG>
+ <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[idx]</strong>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[stamp]</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[from_link]</TD>
<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="admin_table dashed">
<TR>
<TD width="260" align="center" class="bottom2 right2">
- {--EMAIL_SENDER--}:<BR />
- <STRONG><A
- href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__LIST_UNCON_SENDER!}">{!__LIST_UNCON_SENDER!}</A></STRONG>
+ {--EMAIL_SENDER--}:<br />
+ <strong><a href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__LIST_UNCON_SENDER!}">{!__LIST_UNCON_SENDER!}</a></strong>
</TD>
<TD width="260" align="center" class="bottom2">
- {--EMAIL_SUBJECT--}:<BR />
- <STRONG>{!__LIST_UNCON_SUBJECT!}</STRONG></TD>
+ {--EMAIL_SUBJECT--}:<br />
+ <strong>{!__LIST_UNCON_SUBJECT!}</strong></TD>
</TR>
<TR>
- <TD align="center" class="bottom2 right2">{--EMAIL_URL--}:<BR />
- <STRONG><A
+ <TD align="center" class="bottom2 right2">{--EMAIL_URL--}:<br />
+ <strong><a
href="{!URL!}/modules.php?module=frametester&url={!__LIST_UNCON_URL!}"
- target="_blank">{--ADMIN_TEST_URL--}</A></STRONG></TD>
- <TD align="center" class="bottom2">{--EMAIL_TIMESTAMP--}:<BR />
- <STRONG>{!__LIST_UNCON_STAMP!}</STRONG></TD>
+ target="_blank">{--ADMIN_TEST_URL--}</a></strong></TD>
+ <TD align="center" class="bottom2">{--EMAIL_TIMESTAMP--}:<br />
+ <strong>{!__LIST_UNCON_STAMP!}</strong></TD>
</TR>
<TR>
- <TD align="center" class="bottom2 right2">{--EMAIL_TEXT--}:<BR />
- <STRONG>{!__LIST_UNCON_TEXT!}</STRONG></TD>
- <TD align="center" class="bottom2">{--USERS_LINKS--}:<BR />
- <STRONG>{!__LIST_UNCO_UNCONFIRMED!}</STRONG></TD>
+ <TD align="center" class="bottom2 right2">{--EMAIL_TEXT--}:<br />
+ <strong>{!__LIST_UNCON_TEXT!}</strong></TD>
+ <TD align="center" class="bottom2">{--USERS_LINKS--}:<br />
+ <strong>{!__LIST_UNCO_UNCONFIRMED!}</strong></TD>
</TR>
<TR>
<TD colspan="2" height="5" class="seperator"> </TD>
class="admin_table">
<TR>
<TD width="10%" align="center" class="admin_title bottom2 top2 right2"
- height="26"><STRONG>{--ID_SELECT--}</TD>
- <TD width="10%" align="center" class="admin_title bottom2 top2 right2"><STRONG>{--MAILID_LINK--}</TD>
- <TD width="45%" align="center" class="admin_title bottom2 top2 right2"><STRONG>{--SURNAME_FAMILY--}</TD>
- <TD width="35%" align="center" class="admin_title bottom2 top2"><STRONG>{--ACCOUNT_STATUS--}</TD>
+ height="26"><strong>{--ID_SELECT--}</TD>
+ <TD width="10%" align="center" class="admin_title bottom2 top2 right2"><strong>{--MAILID_LINK--}</TD>
+ <TD width="45%" align="center" class="admin_title bottom2 top2 right2"><strong>{--SURNAME_FAMILY--}</TD>
+ <TD width="35%" align="center" class="admin_title bottom2 top2"><strong>{--ACCOUNT_STATUS--}</TD>
</TR>
\ No newline at end of file
<TR>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[u_link]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><A
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
href="{!URL!}/mailid.php?uid=$content[uid]&$content[link]=$content[id]"
- target="_blank">{--CLICK_NOW--}</A></TD>
+ target="_blank">{--CLICK_NOW--}</a></TD>
<TD class="switch_sw$content[sw] bottom2 right2"> $content[email]</TD>
<TD align="center" class="switch_sw$content[sw] bottom2">$content[status]</TD>
</TR>
align="center" class="admin_table dashed">
<TR>
<TD class="admin_header bottom2" colspan="{!__COLSPAN2!}" height="30" align="center">
- <STRONG>{!__TITLE!}:</STRONG>
+ <strong>{!__TITLE!}:</strong>
</TD>
</TR>
{!__ALPHA_SORT!}
<TR>
<TD width="5" class="switch_sw$content[sw] top2 seperator"> </TD>
- <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><STRONG>{--_UID--}:</STRONG></TD>
- <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><STRONG>{--GENDER--}:</STRONG></TD>
- <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><STRONG>{--SURNAME--}:</STRONG></TD>
- <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><STRONG>{--FAMILY_NAME--}:</STRONG></TD>
- <TD width="20%" align="center" class="switch_sw$content[sw] top2"><STRONG>{--USER_NICKNAME--}:</STRONG></TD>
+ <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--_UID--}:</strong></TD>
+ <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--GENDER--}:</strong></TD>
+ <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--SURNAME--}:</strong></TD>
+ <TD width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--FAMILY_NAME--}:</strong></TD>
+ <TD width="20%" align="center" class="switch_sw$content[sw] top2"><strong>{--USER_NICKNAME--}:</strong></TD>
</TR>
<TR>
<TD width="5" class="switch_sw$content[sw] seperator bottom2"> </TD>
</TR>
<TR>
<TD width="5" class="switch_sw$content[sw] seperator"> </TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--ADDY--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--REMOTE_IP--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--REF_UID--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--ACCOUNT_STATUS--}:</STRONG></TD>
- <TD align="center" class="switch_sw$content[sw]"><STRONG>{--UNCONFIRMED_LINKS--}:</STRONG></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--ADDY--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--REMOTE_IP--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--REF_UID--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--ACCOUNT_STATUS--}:</strong></TD>
+ <TD align="center" class="switch_sw$content[sw]"><strong>{--UNCONFIRMED_LINKS--}:</strong></TD>
</TR>
<TR>
<TD class="switch_sw$content[sw] seperator bottom2" width="5"> </TD>
</TR>
<TR>
<TD width="5" class="switch_sw$content[sw] seperator"> </TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--TOTAL_POINTS--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--MAILS_SENT--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--CLICK_RATE--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--POINTS_LOCKED--}:</STRONG></TD>
- <TD align="center" class="switch_sw$content[sw]"><STRONG>{--__UNUSED--}:</STRONG></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--TOTAL_POINTS--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--MAILS_SENT--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--CLICK_RATE--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--POINTS_LOCKED--}:</strong></TD>
+ <TD align="center" class="switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
</TR>
<TR>
<TD class="switch_sw$content[sw] seperator bottom2" width="5"> </TD>
</TR>
<TR>
<TD width="5" class="switch_sw$content[sw] seperator"> </TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--LOCK_REASON--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--LOCK_TIMESTAMP--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--__UNUSED--}:</STRONG></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><STRONG>{--__UNUSED--}:</STRONG></TD>
- <TD align="center" class="switch_sw$content[sw]"><STRONG>{--__UNUSED--}:</STRONG></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_REASON--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_TIMESTAMP--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
+ <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
+ <TD align="center" class="switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
</TR>
<TR>
<TD class="switch_sw$content[sw] seperator bottom2" width="5"> </TD>
<TD class="bottom2" colspan="{!__COLSPAN2!}" align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="520">
<TR>
- <TD class="admin_sortlinks">{--SORT_BY--} <STRONG>[</STRONG> {!__SORT_LIST!} <STRONG>]</STRONG>
+ <TD class="admin_sortlinks">{--SORT_BY--} <strong>[</strong> {!__SORT_LIST!} <strong>]</strong>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="520">
<TR>
<TD align="center"> <!--
- <FORM action="{!URL!}/modules.php?module=admin&what=list_user" method="POST" style="margin-bottom: 0px">
- </FORM>
+ <form action="{!URL!}/modules.php?module=admin&what=list_user" method="POST" style="margin-bottom: 0px">
+ </form>
//--></TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
<TR>
- <TD class="admin_header bottom2 right2" align="center" width="60"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="90"><STRONG>{--_UID--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--WERNIS_ADMIN_WDS66_ACCOUNT--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--WERNIS_ADMIN_TRANSFERED--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><STRONG>{--WERNIS_ADMIN_TIMESTAMP--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><STRONG>{--WERNIS_ADMIN_TYPE--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><STRONG>{--WERNIS_ADMIN_API_MESSAGE--}</STRONG></TD>
- <TD class="admin_header bottom2" align="center" width="160"><STRONG>{--WERNIS_ADMIN_API_STATUS--}</STRONG></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_WDS66_ACCOUNT--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_TRANSFERED--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TIMESTAMP--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TYPE--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_MESSAGE--}</strong></TD>
+ <TD class="admin_header bottom2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_STATUS--}</strong></TD>
</TR>
$content
<TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__ID!}" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__ID!}" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR>
<TD align="center" class="admin_title bottom2">
- <STRONG class="admin_done">{!__HEADER_MESSAGE!}</STRONG>
+ <div class="admin_done">{!__HEADER_MESSAGE!}</STRONG>
</TD>
</TR>
<TR><TD height="5" class="seperator"> </TD></TR>
<TR><TD height="5" class="seperator"> </TD></TR>
<TR>
<TD align="center">
- <TEXTAREA name="reason" class="admin_normal" rows="5" cols="50"></TEXTAREA>
+ <textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea>
</TD>
</TR>
<TR><TD height="5" class="seperator bottom2"> </TD></TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=lock_user&u_id={!__UID!}"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2"><STRONG
- class="admin_done">{!__HEADER_VALUE!}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2"><strong
+ class="admin_done">{!__HEADER_VALUE!}</strong></TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center">[ <A href="{!__EMAIL!}">{!__SNAME!}
- {!__FNAME!}</A> ]</TD>
+ <TD align="center">[ <a href="{!__EMAIL!}">{!__SNAME!}
+ {!__FNAME!}</a> ]</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center"><TEXTAREA name="reason" class="admin_normal"
- rows="5" cols="50"></TEXTAREA></TD>
+ <TD align="center"><textarea name="reason" class="admin_normal"
+ rows="5" cols="50"></textarea></TD>
</TR>
<TR>
<TD height="5" class="seperator bottom2"> </TD>
value="{--YES--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&$content[target]=$content[value]"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
<TD colspan="2" height="14" class="admin_title seperator"> </TD>
</TR>
<TR>
- <TD colspan="2" align="center" class="admin_title"><STRONG>{--ADMIN_LOGIN_NOW--}</STRONG>
+ <TD colspan="2" align="center" class="admin_title"><strong>{--ADMIN_LOGIN_NOW--}</strong>
</TD>
</TR>
<TR>
<TD width="50%" valign="top" align="right">{--ENTER_ADMIN_PASS--}: </TD>
<TD width="50%" valign="top">
<INPUT type="password" name="pass" size="10" maxlength="100" class="admin_normal" />
- <DIV class="admin_note">[<A href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_RESET_PASSWORD--}</A>]</DIV>
+ <div class="admin_note">[<a href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_RESET_PASSWORD--}</a>]</div>
</TD>
</TR>
{!__MSG_PASS!}
</TR>
<TR>
<TD width="50%" align="right">{--SELECT_TIMEOUT--}: </TD>
- <TD width="50%"><SELECT name="timeout" size="1" class="admin_select">
- <OPTION value="86400">{--TIMEOUT_ONE_DAY--}</OPTION>
- <OPTION value="172800">{--TIMEOUT_TWO_DAYS--}</OPTION>
- <OPTION value="259200">{--TIMEOUT_THREE_DAYS--}</OPTION>
- <OPTION value="604800">{--TIMEOUT_ONE_WEEK--}</OPTION>
- <OPTION value="1209600">{--TIMEOUT_TWO_WEEKS--}</OPTION>
- <OPTION value="2592000">{--TIMEOUT_ONE_MONTH--}</OPTION>
- <OPTION value="15984000">{--TIMEOUT_HALF_YEAR--}</OPTION>
- <OPTION value="31536000" selected>{--TIMEOUT_FULL_YEAR--}</OPTION>
- </SELECT></TD>
+ <TD width="50%"><select name="timeout" size="1" class="admin_select">
+ <option value="86400">{--TIMEOUT_ONE_DAY--}</option>
+ <option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
+ <option value="259200">{--TIMEOUT_THREE_DAYS--}</option>
+ <option value="604800">{--TIMEOUT_ONE_WEEK--}</option>
+ <option value="1209600">{--TIMEOUT_TWO_WEEKS--}</option>
+ <option value="2592000">{--TIMEOUT_ONE_MONTH--}</option>
+ <option value="15984000">{--TIMEOUT_HALF_YEAR--}</option>
+ <option value="31536000" selected>{--TIMEOUT_FULL_YEAR--}</option>
+ </select></TD>
</TR>
<TR>
<TD colspan="2" height="14" class="seperator"> </TD>
<TD colspan="2" height="14" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD colspan="2" class="admin_error" align="center"><STRONG>$content</STRONG>
+ <TD colspan="2" class="admin_error" align="center"><strong>$content</strong>
</TD>
</TR>
\ No newline at end of file
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center" class="admin_content"><STRONG>{--ADMIN_LOGOUT_DONE--}</STRONG><BR />
- <BR />
- <A class="admin_content"
- href="{!URL!}/modules.php?module=admin&action=login">{--ADMIN_RELOGIN_LINK--}</A><BR />
- <BR />
- <A class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</A><BR />
+ <TD align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_DONE--}</strong><br />
+ <br />
+ <a class="admin_content"
+ href="{!URL!}/modules.php?module=admin&action=login">{--ADMIN_RELOGIN_LINK--}</a><br />
+ <br />
+ <a class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</a><br />
</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&action=logout"
+<form action="{!URL!}/modules.php?module=admin&action=logout"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="370">
<TR>
- <TD align="center" class="admin_title bottom2" height="30"><STRONG>{--ADMIN_LOGOUT_NOW--}</STRONG>
+ <TD align="center" class="admin_title bottom2" height="30"><strong>{--ADMIN_LOGOUT_NOW--}</strong>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center" class="admin_content"><STRONG>{--ADMIN_LOGOUT_SQL_PATCHES_DONE--}</STRONG><BR />
- <BR />
- <A class="admin_content" href="{!URL!}/modules.php?module=admin&action=login">{--ADMIN_RELOGIN_LINK--}</A><BR />
- <BR />
- <A class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</A><BR />
+ <TD align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_SQL_PATCHES_DONE--}</strong><br />
+ <br />
+ <a class="admin_content" href="{!URL!}/modules.php?module=admin&action=login">{--ADMIN_RELOGIN_LINK--}</a><br />
+ <br />
+ <a class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</a><br />
</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
<TD align="center" class="admin_content">
- <STRONG>{--ADMIN_LOGOUT_SQL_PATCHES_REMOVE--}</STRONG><BR />
- <BR />
- <A class="admin_content" href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_RESET_PASS_LINK--}</A>
+ <strong>{--ADMIN_LOGOUT_SQL_PATCHES_REMOVE--}</strong><br />
+ <br />
+ <a class="admin_content" href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_RESET_PASS_LINK--}</a>
</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=maintenance"
+<form action="{!URL!}/modules.php?module=admin&what=maintenance"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
class="admin_table dashed" align="center">
value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=mem_add" method="POST" target="_self">
+<form action="{!URL!}/modules.php?module=admin&what=mem_add" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR>
<TD height="8" colspan="5"></TD>
<TD width="10"> </TD>
<TD align="right">{--SELECT_WHAT_NAME--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__WHAT_SELECTION!} <BR />
- <SPAN class="admin_note">({--CREATE_WHAT_FIRST--})</SPAN></TD>
+ <TD align="center" class="admin_table">{!__WHAT_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--SELECT_PARENT_MENU--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__ACTION_SELECTION!} <BR />
- <SPAN class="admin_note">({--CREATE_ACTION_FIRST--})</SPAN></TD>
+ <TD align="center" class="admin_table">{!__ACTION_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--MENU_IS_VISIBLE--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table"><SELECT
+ <TD align="center" class="admin_table"><select
class="admin_select" name="visible" size="1">
- <OPTION value="Y">{--YES--}</OPTION>
- <OPTION value="N">{--NO--}</OPTION>
- </SELECT></TD>
+ <option value="Y">{--YES--}</option>
+ <option value="N">{--NO--}</option>
+ </select></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="right">{--MENU_IS_ACTIVE--}:</TD>
<TD width="10"> </TD>
- <TD align="center" class="admin_table"><SELECT
+ <TD align="center" class="admin_table"><select
class="admin_select" name="active" size="1">
- <OPTION value="N">{--YES--}</OPTION>
- <OPTION value="Y">{--NO--}</OPTION>
- </SELECT></TD>
+ <option value="N">{--YES--}</option>
+ <option value="Y">{--NO--}</option>
+ </select></TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD class="admin_table" height="8" colspan="5"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php" method="GET">
+<form action="{!URL!}/modules.php" method="GET">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="25">
<INPUT type="hidden" name="module" value="admin" />
<INPUT type="hidden" name="what" value="$content" />
{--ADMIN_SELECT_USER--}:
- <SELECT name="u_id" size="1" class="admin_select">
+ <select name="u_id" size="1" class="admin_select">
{!_MEMBER_SELECTION!}
- </SELECT>
+ </select>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
<TD colspan="2" align="center"
- class="error fatal switch_sw$content[sw]"><STRONG>{--ENTRY_404_1--}$content[sel]{--ENTRY_404_2--}</STRONG>
+ class="error fatal switch_sw$content[sw]"><strong>{--ENTRY_404_1--}$content[sel]{--ENTRY_404_2--}</strong>
</TD>
</TR>
\ No newline at end of file
-<BR />
-<BR />
+<br />
+<br />
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="420" class="admin_table dashed">
<TR>
- <TD align="center" height="40" class="admin_header bottom2"><STRONG>{--ADMIN_MENU_PROBLEM_TITLE--}:</STRONG>
+ <TD align="center" height="40" class="admin_header bottom2"><strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center" height="40"><FONT class="admin_failed">$content</FONT>
+ <TD align="center" height="40"><div class="admin_failed">$content</div>
</TD>
</TR>
<TR>
-<DIV align="center" style="margin-left: 5px; margin-right: 5px">
+<div align="center" style="margin-left: 5px; margin-right: 5px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%">
<TR>
<TD height="7" colspan="3" class="seperator"> </TD>
</TR>
$content
</TABLE>
-</DIV>
+</div>
<TR>
- <TD align="center" class="admin_desc_header" colspan="3"><STRONG>$content[title]:</STRONG>
+ <TD align="center" class="admin_desc_header" colspan="3"><strong>$content[title]:</strong>
</TD>
</TR>
<TR>
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
- <A href="{!URL!}/modules.php?module=admin&what=$content[mode]edit&sub=$content[action]">$content[action]</A>
+ <a href="{!URL!}/modules.php?module=admin&what=$content[mode]edit&sub=$content[action]">$content[action]</a>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
$content[what]
<TD class="admin_fatal seperator" height="7"> </TD>
</TR>
<TR>
- <TD align="center"><STRONG>{!__OK_VALUE!}</STRONG></TD>
+ <TD align="center"><strong>{!__OK_VALUE!}</strong></TD>
</TR>
<TR>
<TD class="admin_fatal seperator" height="14" colspan="3"> </TD>
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="170" class="admin_table dashed">
<TR>
<TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--USER_NOW_ONLINE--}</STRONG></TD>
+ <strong>{--USER_NOW_ONLINE--}</strong></TD>
</TR>
<TR>
- <TD width="85%" class="bottom2" align="right"><FONT
- class="medium">{--GUESTS_ONLINE--}:</FONT></TD>
+ <TD width="85%" class="bottom2" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></TD>
<TD width="5%" class="bottom2 seperator"> </TD>
- <TD width="10%" class="bottom2"><STRONG>{!_GUESTS_ONLINE!}</STRONG></TD>
+ <TD width="10%" class="bottom2"><strong>{!_GUESTS_ONLINE!}</strong></TD>
</TR>
<TR>
- <TD class="bottom2" align="right"><FONT class="medium">{--MEMBERS_ONLINE--}:</FONT></TD>
+ <TD class="bottom2" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></TD>
<TD class="bottom2 seperator"> </TD>
- <TD class="bottom2"><STRONG>{!_MEMBERS_ONLINE!}</STRONG></TD>
+ <TD class="bottom2"><strong>{!_MEMBERS_ONLINE!}</strong></TD>
</TR>
<TR>
- <TD align="right"><FONT class="medium">{--ADMINS_ONLINE--}:</FONT></TD>
+ <TD align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></TD>
<TDclass"seperator"> </TD>
- <TD><STRONG>{!_ADMINS_ONLINE!}</STRONG></TD>
+ <TD><strong>{!_ADMINS_ONLINE!}</strong></TD>
</TR>
</TABLE>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="520">
<TR>
- <TD align="center" colspan="2"><STRONG>{--DEL_MEMBER_MENU--}</STRONG>
+ <TD align="center" colspan="2"><strong>{--DEL_MEMBER_MENU--}</strong>
</TD>
</TR>
<TR>
value="{--DEL_ENTRIES--}"></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="520">
<TR>
<TD align="center" colspan="2" class="admin_header" height="40">
- <STRONG>{--EDIT_MEMBER_MENU--}</STRONG></TD>
+ <strong>{--EDIT_MEMBER_MENU--}</strong></TD>
</TR>
<TR>
<TD align="center" colspan="2" class="admin_header bottom2">
value="{--SUBMIT_CHANGES--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<form action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<TR>
- <TH class="admin_title bottom2 right2" align="center" width="5%" height="30"><STRONG>{--ID_SELECT--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center" width="25%"><STRONG>{--DISPLAY_ACTION--}</STRONG></TH>
- <TH class="admin_title bottom2 right2" align="center" width="25%"><STRONG>{--DISPLAY_WHAT--}</STRONG></TH>
- <TH class="admin_title bottom2" align="center" width="25%"><STRONG>{--DISPLAY_TITLE--}</STRONG></TH>
- <TH class="admin_title bottom2" align="center" width="20%"><STRONG>{--SORT_NAVIGATION--}</STRONG></TH>
+ <TH class="admin_title bottom2 right2" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></TH>
+ <TH class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></TH>
+ <TH class="admin_title bottom2" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></TH>
+ <TH class="admin_title bottom2" align="center" width="20%"><strong>{--SORT_NAVIGATION--}</strong></TH>
</TR>
{!__MENU_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}"
method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
<TD colspan="4" height="5" class="admin_title seperator"> </TD>
</TR>
<TR>
- <TD align="center" colspan="4" class="admin_title"><STRONG>{--CHANGE_MEMBER_MENU--}</STRONG><BR />
- <BR />
+ <TD align="center" colspan="4" class="admin_title"><strong>{--CHANGE_MEMBER_MENU--}</strong><br />
+ <br />
{--CHANGE_MENU_1--}{!__CHK_VALUE!}{--CHANGE_MENU_2--}</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_mods"
+<form action="{!URL!}/modules.php?module=admin&what=config_mods"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
class="admin_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2 right2" height="25"><STRONG>{--MODS_NAME--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_TITLE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_LOCKED--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_HIDDEN--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_ADMIN--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_MEMBER--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></TD>
</TR>
{!__MODS_ROWS!}
<TR>
value="{--SAVE_CHANGES--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=config_mods" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_mods" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2 right2" height="25"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_NAME--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_TITLE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_LOCKED--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_HIDDEN--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_IS_ADMIN--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2"><STRONG>{--MODS_IS_MEMBER--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_NAME--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></TD>
+ <TD align="center" class="admin_title bottom2"><strong>{--MODS_IS_MEMBER--}</strong></TD>
</TR>
{!__MODS_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">
+<div class="admin_note">
{--MODS_ADMIN_EDIT_NOTE--}
-</DIV>
+</div>
<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_TITLE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2"><STRONG>{--MODS_CLICKS--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2"><strong>{--MODS_CLICKS--}</strong></TD>
</TR>
{!__MODS_ROWS!}
<TR>
- <TD colspan="2" class="admin_footer"><FONT
- class="admin_note">{--MODS_ADMIN_EDIT_NOTE--}</FONT></TD>
+ <TD colspan="2" class="admin_footer"><div class="admin_note">{--MODS_ADMIN_EDIT_NOTE--}</div></TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--MODS_WHAT_ACTION--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2"><STRONG>{--MODS_CLICKS--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_WHAT_ACTION--}</strong></TD>
+ <TD align="center" class="admin_title bottom2"><strong>{--MODS_CLICKS--}</strong></TD>
</TR>
{!__MODS_ROWS!}
<TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=send_newsletter"
+<form action="{!URL!}/modules.php?module=admin&what=send_newsletter"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" align="center" width="430">
<TR>
<TD colspan="5" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_NL_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_NL_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="5" height="5" class="seperator"> </TD>
<TD width="10" class="seperator"> </TD>
<TD>{--ENTER_NL_TEXT--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD align="center"><TEXTAREA name="text" class="admin_normal"
- rows="14" cols="25"></TEXTAREA></TD>
+ <TD align="center"><textarea name="text" class="admin_normal"
+ rows="14" cols="25"></textarea></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</DIV>
+<div class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=send_newsletter"
+<form action="{!URL!}/modules.php?module=admin&what=send_newsletter"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" align="center" width="430">
<TR>
<TD colspan="5" class="admin_title bottom2" align="center" height="30">
- <STRONG>{--ADMIN_NL_TITLE--}</STRONG></TD>
+ <strong>{--ADMIN_NL_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="5" height="5" class="seperator"> </TD>
<TD width="10" class="seperator"> </TD>
<TD>{--ENTER_NL_TEXT--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD align="center"><TEXTAREA name="text" class="admin_normal"
- rows="14" cols="25"></TEXTAREA></TD>
+ <TD align="center"><textarea name="text" class="admin_normal"
+ rows="14" cols="25"></textarea></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD width="10" class="admin_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</DIV>
+<div class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_newsletter"
+<form action="{!URL!}/modules.php?module=admin&what=list_newsletter"
method="POST" style="margin-bottom: 0px"><INPUT type="hidden"
name="uid" value="$content[uid]"> <INPUT type="hidden"
name="id" value="$content[id]"> <INPUT type="submit"
name="unsub" class="admin_submit" value="{--ADMIN_NL_UNSUBSCRIBE--}">
-</FORM>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD width="10"> </TD>
- <TD><STRONG>{--ADMIN_ONLINE_DETAILS--}</STRONG></TD>
+ <TD><strong>{--ADMIN_ONLINE_DETAILS--}</strong></TD>
</TR>
</TABLE>
</TD>
<TD colspan="8" height="10" class="seperator bottom"> </TD>
</TR>
<TR>
- <TD align="center" width="5%" class="admin_title bottom right"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><STRONG>{--_UID--}:</STRONG></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><STRONG>{--REMOTE_IP--}:</STRONG></TD>
- <TD align="center" width="5%" class="admin_title bottom right"><STRONG>{--_REFID--}:</STRONG></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><STRONG>{--_MODULE--}:</STRONG></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><STRONG>{--MENU_ACTION--}:</STRONG></TD>
- <TD align="center" width="5%" class="admin_title bottom right"><STRONG>{--MENU_WHAT--}:</STRONG></TD>
- <TD align="center" width="10%" class="admin_title bottom"><STRONG>{--LAST_SEEN--}:</STRONG></TD>
+ <TD align="center" width="5%" class="admin_title bottom right"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" width="10%" class="admin_title bottom right"><strong>{--_UID--}:</strong></TD>
+ <TD align="center" width="10%" class="admin_title bottom right"><strong>{--REMOTE_IP--}:</strong></TD>
+ <TD align="center" width="5%" class="admin_title bottom right"><strong>{--_REFID--}:</strong></TD>
+ <TD align="center" width="10%" class="admin_title bottom right"><strong>{--_MODULE--}:</strong></TD>
+ <TD align="center" width="10%" class="admin_title bottom right"><strong>{--MENU_ACTION--}:</strong></TD>
+ <TD align="center" width="5%" class="admin_title bottom right"><strong>{--MENU_WHAT--}:</strong></TD>
+ <TD align="center" width="10%" class="admin_title bottom"><strong>{--LAST_SEEN--}:</strong></TD>
</TR>
\ No newline at end of file
class="admin_table dashed">
<TR>
<TD width="120" class="admin_title bottom2 right2" align="center"
- height="24"><STRONG>{--OPTIMIZE_DBNAME--}:</STRONG></TD>
- <TD width="110" class="admin_title bottom2 right2" align="center"><STRONG>{--OPTIMIZE_REPAIRED--}:</STRONG></TD>
- <TD width="110" class="admin_title bottom2 right2" align="center"><STRONG>{--OPTIMIZE_OPTIMIZED--}:</STRONG></TD>
- <TD width="120" class="admin_title bottom2 right2" align="center"><STRONG>{--OPTIMIZE_TOTAL_SIZE--}:</STRONG></TD>
- <TD width="120" class="admin_title bottom2" align="center"><STRONG>{--OPTIMIZE_GAIN_SIZE--}:</STRONG></TD>
+ height="24"><strong>{--OPTIMIZE_DBNAME--}:</strong></TD>
+ <TD width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></TD>
+ <TD width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></TD>
+ <TD width="120" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></TD>
+ <TD width="120" class="admin_title bottom2" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></TD>
</TR>
{!__TABLE_ROWS!}
<TR>
<TD colspan="5" class="admin_footer"
style="padding-top: 15px; padding-bottom: 15px";>
- {--OPTIMIZE_DB_TOTAL_TABLES--}: <STRONG>{!__TOTAL_TABS!}</STRONG><BR />
- {--OPTIMIZE_DB_TOTAL_SIZE--}: <STRONG>{!__TOTAL_SIZE!}
- {--KBYTES--}</STRONG><BR />
- {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <STRONG>{!__TOTAL_CALLS!}</STRONG><BR />
- {--OPTIMIZE_DB_TOTAL_OPTI--}: <STRONG>{!__TOTAL_OPTIMIZED!}
- {--KBYTES--}</STRONG><BR />
- {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <STRONG>{!__NOW_OPTIMIZED!}</STRONG><BR />
- {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <STRONG>{!__NOW_SAVED!}
- {--KBYTES--}</STRONG><BR />
+ {--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>{!__TOTAL_TABS!}</strong><br />
+ {--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>{!__TOTAL_SIZE!}
+ {--KBYTES--}</strong><br />
+ {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>{!__TOTAL_CALLS!}</strong><br />
+ {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>{!__TOTAL_OPTIMIZED!}
+ {--KBYTES--}</strong><br />
+ {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>{!__NOW_OPTIMIZED!}</strong><br />
+ {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>{!__NOW_SAVED!}
+ {--KBYTES--}</strong><br />
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
-</DIV>
-</FORM>
+</div>
+</form>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">
- <STRONG>{--TASK_DELETE_MODE_NOTE--}</STRONG>
-</DIV>
+<div class="admin_note">
+ <strong>{--TASK_DELETE_MODE_NOTE--}</strong>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&action=login" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&action=login" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
<TR>
<TD colspan="7" align="center" class="admin_task_header top2 left2 right2">
- <STRONG class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</STRONG>
+ <div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</STRONG>
</TD>
</TR>
<TR>
- <TD align="center" class="top2 bottom2 right2 left2 admin_header"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_ASSIGNED_ADMIN--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_REGISTER_EXTENSION--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_INFOS--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_MEMBER_UID--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_TYPE--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_CREATED--}</STRONG></TD>
+ <TD align="center" class="top2 bottom2 right2 left2 admin_header"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_INFOS--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_MEMBER_UID--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_TYPE--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_CREATED--}</strong></TD>
</TR>
-<FORM action="{!URL!}/modules.php?module=admin&what=list_task&type=$content[type]" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=admin&what=list_task&type=$content[type]" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
- <TR>
- <TD colspan="7" align="center" class="admin_task_header top2 left2 right2">
- <STRONG class="admin_welcome">$content[message]</STRONG>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="top2 bottom2 right2 left2 admin_header"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_ASSIGNED_ADMIN--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_REGISTER_EXTENSION--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_INFOS--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_MEMBER_UID--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_TYPE--}</STRONG></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_CREATED--}</STRONG></TD>
- </TR>
+<TR>
+ <TD colspan="7" align="center" class="admin_task_header top2 left2 right2">
+ <div class="admin_welcome">$content[message]</STRONG>
+ </TD>
+</TR>
+<TR>
+ <TD align="center" class="top2 bottom2 right2 left2 admin_header"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_INFOS--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_MEMBER_UID--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_TYPE--}</strong></TD>
+ <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_CREATED--}</strong></TD>
+</TR>
align="center" class="admin_table">
<TR>
<TD colspan="3" align="center"
- class="admin_task_header top2 bottom2 left2 right2"><STRONG
- class="admin_welcome">{--ADMIN_SELECTED_TASKS_ASSIGN--}:</STRONG></TD>
+ class="admin_task_header top2 bottom2 left2 right2"><strong
+ class="admin_welcome">{--ADMIN_SELECTED_TASKS_ASSIGN--}:</strong></TD>
</TR>
{!__TASK_ROWS!}
</TABLE>
$content[admin]
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
- <A title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{!URL!}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</A>
+ <a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{!URL!}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
$content[infos]
<TR>
<TD width="79%" class="switch_sw$content[sw] bottom2 left2">
- <UL style="margin-left: 0px">
- <LI style="white-space: normal">{--ADMIN_TASK_SUBJECT--}: <STRONG>$content[subj]</STRONG></LI>
+ <ul style="margin-left: 0px">
+ <li style="white-space: normal">{--ADMIN_TASK_SUBJECT--}: <strong>$content[subj]</strong></li>
$content[add]
- <LI style="white-space: normal">{--ADMIN_TASK_TEXT--}:
- $content[text]</LI>
- <LI style="white-space: normal">
- <DIV style="text-align: right"><A
- href="#ext_$content[extension]">{--TOP--}</A></DIV>
- </LI>
- <LI style="white-space: normal">{--ADMIN_TASK_CREATED--}: <STRONG>$content[created]</STRONG></LI>
- </UL>
+ <li style="white-space: normal">{--ADMIN_TASK_TEXT--}:
+ $content[text]</li>
+ <li style="white-space: normal">
+ <div style="text-align: right"><a
+ href="#ext_$content[extension]">{--TOP--}</a></div>
+ </li>
+ <li style="white-space: normal">{--ADMIN_TASK_CREATED--}: <strong>$content[created]</strong></li>
+ </ul>
</TD>
<TD width="20%" class="switch_sw$content[sw] bottom2" align="right"
- valign="top" style="padding-top: 40px">
\ No newline at end of file
+ valign="top" style="padding-top: 40px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580" align="center" class="admin_table dashed">
<TR>
<TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--TASK_ADMIN_OVERVIEW_HEADER--}</STRONG></TD>
+ <strong>{--TASK_ADMIN_OVERVIEW_HEADER--}</strong></TD>
</TR>
<TR>
<TD width="290" class="seperator" align="center"> </TD>
<TD align="center" valign="top">
<TABLE border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
<TR>
- <TD colspan="3" class="admin_title2 bottom2"><STRONG>{--TASK_ADMIN_OVERVIEW_MAILS--}:</STRONG>
+ <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_MAILS--}:</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_ADMIN--}:</TD>
<TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><STRONG>{!__MAIL_ADMIN_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_ADMIN_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_MAIL_TEMP--}:</TD>
<TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2 bottom2"><STRONG>{!__MAIL_TEMP_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw2 bottom2"><strong>{!__MAIL_TEMP_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_SEND--}:</TD>
<TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><STRONG>{!__MAIL_SEND_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_SEND_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_MAIL_DELETED--}:</TD>
<TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2 bottom2"><STRONG>{!__MAIL_DELETED_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw2 bottom2"><strong>{!__MAIL_DELETED_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_BONUS_SEND--}:</TD>
<TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><STRONG>{!__MAIL_BONUS_SEND_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_BONUS_SEND_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw2">{--TASK_ADMIN_MAIL_BONUS_AP--}:</TD>
<TD width="10" class="switch_sw2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2"><STRONG>{!__MAIL_BONUS_AP_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw2"><strong>{!__MAIL_BONUS_AP_VALUE!}</strong>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
<TR>
- <TD colspan="3" class="admin_title2 bottom2"><STRONG>{--TASK_ADMIN_OVERVIEW_TASKS--}:</STRONG>
+ <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_TASKS--}:</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_NEW_TASKS--}:</TD>
<TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><STRONG>{!__TASK_NEW_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__TASK_NEW_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_UPDATE_TASKS--}:</TD>
<TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2 bottom2"><STRONG>{!__TASK_UPDATE_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw2 bottom2"><strong>{!__TASK_UPDATE_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_CLOSED_TASKS--}:</TD>
<TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw1 bottom2"><STRONG>{!__TASK_CLOSED_VALUE!}</STRONG>
+ <TD align="center" class="switch_sw1 bottom2"><strong>{!__TASK_CLOSED_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_YOUR_TASKS--}:</TD>
<TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw2 bottom2"><STRONG>{!__TASK_YOUR_VALUE!}</STRONG>
+ <TD align="center" class="switch_sw2 bottom2"><strong>{!__TASK_YOUR_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_DELETED_TASKS--}:</TD>
<TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw1 bottom2"><STRONG>{!__TASK_DELETED_VALUE!}</STRONG>
+ <TD align="center" class="switch_sw1 bottom2"><strong>{!__TASK_DELETED_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw2">{--TASK_ADMIN_SOLVED_TASKS--}:</TD>
<TD width="10" class="switch_sw2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw2"><STRONG>{!__TASK_SOLVED_VALUE!}</STRONG>
+ <TD align="center" class="switch_sw2"><strong>{!__TASK_SOLVED_VALUE!}</strong>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
<TR>
- <TD colspan="3" class="admin_title2 bottom2"><STRONG>{--TASK_ADMIN_OVERVIEW_MEMBERS--}:</STRONG>
+ <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_MEMBERS--}:</strong>
</TD>
</TR>
<TR>
<TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_CONFIRMED--}:</TD>
<TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><STRONG>{!__CONFIRMED_VALUE!}</STRONG>
+ <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__CONFIRMED_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_UNCONFIRMED--}:</TD>
<TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw2 bottom2"><STRONG>{!__UNCONFIRMED_VALUE!}</STRONG>
+ <TD align="center" class="switch_sw2 bottom2"><strong>{!__UNCONFIRMED_VALUE!}</strong>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw1">{--TASK_ADMIN_LOCKED--}:</TD>
<TD width="10" class="switch_sw1 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw1"><STRONG>{!__LOCKED_VALUE!}</STRONG>
+ <TD align="center" class="switch_sw1"><strong>{!__LOCKED_VALUE!}</strong>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
<TR>
- <TD colspan="3" class="admin_title2 bottom2"><STRONG>{--TASK_ADMIN_OVERVIEW_EXTRAS--}:</STRONG>
+ <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_EXTRAS--}:</strong>
</TD>
</TR>
$content
class="switch_sw$content[row_sw] $content[bottom] seperator"
height="5"> </TD>
<TD width="25" align="center"
- class="switch_sw$content[row_sw] $content[bottom]"><STRONG>$content[row_link]</STRONG>
+ class="switch_sw$content[row_sw] $content[bottom]"><strong>$content[row_link]</strong>
</TD>
</TR>
<!-- row template for extended overview -->
<TD height="10" colspan="5" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center" colspan="5"><STRONG>{--NEW_PATCHES_AVAILABLE--}</STRONG>
+ <TD align="center" colspan="5"><strong>{--NEW_PATCHES_AVAILABLE--}</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
- <TD align="center" width="32%" class="admin_title bottom2 right2"><STRONG>{--PATCH_FNAME--}:</STRONG></TD>
- <TD align="center" width="32%" class="admin_title bottom2 right2"><STRONG>{--PATCH_CTIME--}:</STRONG></TD>
- <TD align="center" width="32%" class="admin_title bottom2"><STRONG>{--PATCH_FSIZE--}:</STRONG></TD>
+ <TD align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_FNAME--}:</strong></TD>
+ <TD align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_CTIME--}:</strong></TD>
+ <TD align="center" width="32%" class="admin_title bottom2"><strong>{--PATCH_FSIZE--}:</strong></TD>
<TD width="10" class="seperator"> </TD>
</TR>
{!__PATCH_ROWS!}
<TR>
<TD width="10" class="seperator"> </TD>
- <TD colspan="2" align="right" class="bottom2 right2"><STRONG>{--ADMIN_TOTAL_PATCH_SIZES--}: </STRONG>
+ <TD colspan="2" align="right" class="bottom2 right2"><strong>{--ADMIN_TOTAL_PATCH_SIZES--}: </strong>
</TD>
- <TD class="bottom2" align="center"><STRONG>{!__TOTAL_SIZE!}
- {--KBYTES--}</STRONG></TD>
+ <TD class="bottom2" align="center"><strong>{!__TOTAL_SIZE!}
+ {--KBYTES--}</strong></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TR>
<TD rowspan="2" width="10" class="seperator"> </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><A
- href="$content[patch_url]">$content[patch_title]</A></TD>
+ <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
+ href="$content[patch_url]">$content[patch_title]</a></TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[patch_ctime]</TD>
<TD align="center" class="switch_sw$content[sw] bottom2">$content[patch_size]
{--KBYTES--}</TD>
</TR>
<TR>
<TD colspan="3" class="switch_sw$content[sw] bottom2">
- <DIV align="center"><STRONG>{--PATCH_DESCRIPTION--}:</STRONG></DIV>
+ <div align="center"><strong>{--PATCH_DESCRIPTION--}:</strong></div>
$content[patch_desc]</TD>
</TR>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=list_payouts&do=accept&pid=$_GET[pid]&task=$content"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
class="admin_table dashed" align="center">
<TR>
- <TD class="admin_title bottom2" align="center" height="30"><STRONG>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</STRONG>
+ <TD class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
</TD>
</TR>
<TR>
<TD class="seperator" height="5"> </TD>
</TR>
<TR>
- <TD align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<BR />
+ <TD align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<br />
{--PAYOUT_USERDATA_VALUE--}</TD>
</TR>
<TR>
<TD class="seperator" height="5"> </TD>
</TR>
<TR>
- <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<BR />
- <TEXTAREA name="text" class="admin_normal" rows="5" cols="30"></TEXTAREA>
+ <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
+ <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
</TD>
</TR>
<TR>
value="{--PAYOUT_ACCEPT_PAYOUT--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_payouts"
+<form action="{!URL!}/modules.php?module=admin&what=config_payouts"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed" align="center">
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="40">
- <STRONG>{--ADMIN_PAYOUT_ADD_NEW_TITLE--}:</STRONG><BR />
- <FONT class="admin_note">({--ADMIN_PAYOUT_ADD_NEW_NOTE--})</FONT></TD>
+ <strong>{--ADMIN_PAYOUT_ADD_NEW_TITLE--}:</strong><br />
+ <div class="admin_note">({--ADMIN_PAYOUT_ADD_NEW_NOTE--})</div></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TD align="right">{--ADMIN_PAYOUT_RATE--}</TD>
<TD class="seperator"> </TD>
<TD><INPUT type="text" name="rate" class="admin_normal" size="5"
- maxlength="10"><FONT class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</FONT></TD>
+ maxlength="10"><div class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</div></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TD align="right">{--ADMIN_PAYOUT_MIN_POINTS--}:</TD>
<TD class="seperator"> </TD>
<TD><INPUT type="text" name="mpoi" class="admin_normal" size="5"
- maxlength="10"><FONT class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</FONT></TD>
+ maxlength="10"><div class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</div></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--ADMIN_PAYOUT_ALLOW_URLS--}:</TD>
<TD class="seperator"> </TD>
- <TD><SELECT name="allow_url" class="admin_select" size="1">
- <OPTION value="N">{--NO--}</OPTION>
- <OPTION value="Y">{--YES--}</OPTION>
- </SELECT></TD>
+ <TD><select name="allow_url" class="admin_select" size="1">
+ <option value="N">{--NO--}</option>
+ <option value="Y">{--YES--}</option>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator bottom2"> </TD>
</TR>
<TR>
<TD colspan="3" align="center" class="admin_title bottom2" height="40">
- <STRONG>{--ADMIN_PAYOUT_OPTIONAL_SETTINGS--}:</STRONG></TD>
+ <strong>{--ADMIN_PAYOUT_OPTIONAL_SETTINGS--}:</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--ADMIN_PAYOUT_YOUR_PASS_TRANSFER--}:</TD>
<TD class="seperator"> </TD>
- <TD><SELECT name="ytrans" size="1" class="admin_select">
- <OPTION value="md5">MD5</OPTION>
- <OPTION value="base64">Base64</OPTION>
- <OPTION value="xxx" selected>None</OPTION>
- </SELECT></TD>
+ <TD><select name="ytrans" size="1" class="admin_select">
+ <option value="md5">MD5</option>
+ <option value="base64">Base64</option>
+ <option value="xxx" selected>None</option>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="bottom2 seperator"> </TD>
value="{--ADMIN_PAYOUT_ADD_NEW--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_PAYOUT_YOUR_URL_NOTE--}</DIV>
+<div class="admin_note">{--ADMIN_PAYOUT_YOUR_URL_NOTE--}</div>
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2" height="40"><STRONG>{--ADMIN_PAYOUT_TRANSFER_FAILED--}:</STRONG>
+ <TD align="center" class="admin_title bottom2" height="40"><strong>{--ADMIN_PAYOUT_TRANSFER_FAILED--}:</strong>
</TD>
</TR>
<TR>
- <TD align="center" height="40"><STRONG>$content</STRONG></TD>
+ <TD align="center" height="40"><strong>$content</strong></TD>
</TR>
</TABLE>
\ No newline at end of file
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=list_payouts&do=accept&pid=$content[pid]&task=$content[tid]"
method="POST"><INPUT type="submit" class="admin_submit"
- value="{--PAYOUT_ACCEPT_PAYOUT--}"></FORM>
-<BR />
-<FORM
+ value="{--PAYOUT_ACCEPT_PAYOUT--}"></form>
+<br />
+<form
action="{!URL!}/modules.php?module=admin&what=list_payouts&do=reject&pid=$content[pid]&task=$content[tid]"
method="POST"><INPUT type="submit" class="admin_delete"
- value="{--PAYOUT_REJECT_PAYOUT--}"></FORM>
+ value="{--PAYOUT_REJECT_PAYOUT--}"></form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=list_payouts&do=reject&pid=$_GET[pid]&task=$content"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
class="admin_table dashed" align="center">
<TR>
- <TD class="admin_title bottom2" align="center" height="30"><STRONG>{--PAYOUT_REJECT_PAYOUT_INTRO--}</STRONG>
+ <TD class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
</TD>
</TR>
<TR>
<TD class="seperator" height="5"> </TD>
</TR>
<TR>
- <TD align="center">{--PAYOUT_RECEIVER_REJECT--}:<BR />
+ <TD align="center">{--PAYOUT_RECEIVER_REJECT--}:<br />
{--PAYOUT_USERDATA_VALUE--}</TD>
</TR>
<TR>
<TD class="seperator" height="5"> </TD>
</TR>
<TR>
- <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<BR />
- <TEXTAREA name="text" class="admin_normal" rows="5" cols="30"></TEXTAREA>
+ <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
+ <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
</TD>
</TR>
<TR>
value="{--PAYOUT_REJECT_PAYOUT--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<TR>
<TD align="center" colspan="3" class="admin_title" height="30">
- <STRONG>{--EDIT_DEL_REFDEPTH--}</STRONG>
+ <strong>{--EDIT_DEL_REFDEPTH--}</strong>
</TD>
</TR>
<TR>
- <TD class="admin_title bottom2 right2" width="30" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" width="275" align="center"><STRONG>{--REF_LEVEL--}:</STRONG></TD>
- <TD class="admin_title bottom2" width="275" align="center"><STRONG>{--REF_PERCENT--}:</STRONG></TD>
+ <TD class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_title bottom2 right2" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></TD>
+ <TD class="admin_title bottom2" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></TD>
</TR>
{!__LEVEL_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">
+<div class="admin_note">
{--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
-</DIV>
+</div>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=del"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="500">
<TR>
- <TD align="center" height="30" class="bottom2 admin_title"><STRONG>{--DELETE_REF_DEPTHS--}:</STRONG></TD>
+ <TD align="center" height="30" class="bottom2 admin_title"><strong>{--DELETE_REF_DEPTHS--}:</strong></TD>
</TR>
{!__LEVEL_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TD height="5" class="seperator"></TD>
</TR>
<TR>
- <TD align="center" class="switch_sw$content[sw]"><STRONG>{--REF_LEVEL--}
- $content[lvl]:</STRONG></TD>
+ <TD align="center" class="switch_sw$content[sw]"><strong>{--REF_LEVEL--}
+ $content[lvl]:</strong></TD>
</TR>
<TR>
<TD height="5" class="switch_sw$content[sw]"></TD>
</TR>
<TR>
- <TD align="center" class="switch_sw$content[sw]">$content[per]% <FONT
- class="tiny">({--ID_SELECT--} $content[id])</FONT> <INPUT
- type="hidden" name="id[$content[id]]" value="1" size="35"></TD>
+ <TD align="center" class="switch_sw$content[sw]">
+ $content[per]% <div class="tiny">({--ID_SELECT--} $content[id])</div>
+ <INPUT type="hidden" name="id[$content[id]]" value="1" size="35">
+ </TD>
</TR>
<TR>
<TD height="5" class="switch_sw$content[sw] bottom"
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=edit"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="550">
<TR>
<TD align="center" colspan="2" height="30" class="bottom2 admin_title">
- <STRONG>{--EDIT_REF_DEPTHS--}:</STRONG></TD>
+ <strong>{--EDIT_REF_DEPTHS--}:</strong></TD>
</TR>
{!__LEVEL_ROWS!}
<TR>
value="{--CHANGE_REF--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
- <TD colspan="2" align="center" class="bottom2" height="30"><STRONG>{--REF_DEPTHS_ID--}
- $content[id]:</STRONG></TD>
+ <TD colspan="2" align="center" class="bottom2" height="30"><strong>{--REF_DEPTHS_ID--}
+ $content[id]:</strong></TD>
</TR>
<TR>
<TD colspan="2" height="5" class="switch_sw$content[sw]"></TD>
-<FORM action="{!URL!}/modules.php?module=admin&what=refbanner"
+<form action="{!URL!}/modules.php?module=admin&what=refbanner"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="admin_table dashed">
<TR>
<TD width="10" class="admin_title seperator bottom2"> </TD>
<TD align="center" colspan="6" class="admin_header bottom2"
- height="30"><STRONG>{--EDIT_DEL_REFBANNER--}</STRONG></TD>
+ height="30"><strong>{--EDIT_DEL_REFBANNER--}</strong></TD>
<TD width="10" class="admin_title seperator bottom2"> </TD>
</TR>
<TR>
<TD class="admin_header seperator bottom2" width="10"> </TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_URL--}:</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_TITLE--}:</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_CNTR--}:</STRONG></TD>
- <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_CLIX--}</STRONG></TD>
- <TD class="admin_header bottom2" align="center"><STRONG>{--REF_VIS--}:</STRONG></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_URL--}:</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_TITLE--}:</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_CNTR--}:</strong></TD>
+ <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_CLIX--}</strong></TD>
+ <TD class="admin_header bottom2" align="center"><strong>{--REF_VIS--}:</strong></TD>
<TD class="admin_header seperator bottom2" width="10"> </TD>
</TR>
{!__BANNER_ROWS!}
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=refbanner&mode=edit"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
<TR>
<TD width="10" class="admin_header bottom2 seperator"> </TD>
<TD align="center" colspan="3" class="admin_header bottom2"
- height="30"><STRONG>{--EDIT_REFBANNER--}</STRONG></TD>
+ height="30"><strong>{--EDIT_REFBANNER--}</strong></TD>
<TD width="10" class="admin_header bottom2 seperator"> </TD>
</TR>
{!__BANNER_ROWS!}
<TD class="admin_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
align="center" class="admin_table dashed">
<TR>
- <TD class="admin_header" colspan="8" align="center"><STRONG>{--ADMIN_UNCONFIRMED_ACCOUNTS--}:</STRONG>
+ <TD class="admin_header" colspan="8" align="center"><strong>{--ADMIN_UNCONFIRMED_ACCOUNTS--}:</strong>
</TD>
</TR>
<TR>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=admin&action=login" method="POST">
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&action=login" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table register">
<TR>
<TD colspan="2" align="center" class="admin_title">
- <STRONG class="admin_fatal">{--ADMIN_NOT_REGISTERED--}</STRONG><BR />
- <BR />
- <STRONG>{--ADMIN_REGISTER_NOW--}</STRONG></TD>
+ <div class="admin_fatal">{--ADMIN_NOT_REGISTERED--}</STRONG><br />
+ <br />
+ <strong>{--ADMIN_REGISTER_NOW--}</strong></TD>
</TR>
<TR>
<TD colspan="2" height="14" class="seperator"> </TD>
<TD colspan="2" height="14" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
<TD align="center" class="switch_sw$content[sw] top2 right2">$content[email]</TD>
<TD align="center" class="switch_sw$content[sw] top2 right2">$content[ip]</TD>
<TD align="center" class="switch_sw$content[sw] top2 right2">$content[ref]</TD>
- <TD align="center" class="switch_sw$content[sw] top2"><A
- href="{!URL!}/confirm.php?hash=$content[hash]" target="_blank">{--CONFIRMATION_LINK--}</A></TD>
+ <TD align="center" class="switch_sw$content[sw] top2"><a
+ href="{!URL!}/confirm.php?hash=$content[hash]" target="_blank">{--CONFIRMATION_LINK--}</a></TD>
</TR>
-<BR />
+<br />
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_RESET_PASS_DONE_TITLE--}</STRONG>
+ <strong>{--ADMIN_RESET_PASS_DONE_TITLE--}</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD class="admin_footer">
- »» <STRONG><A href="{!URL!}/modules.php?module=admin">{--ADMIN_CONTINUE_LOGIN--}</A></STRONG>
+ »» <strong><a href="{!URL!}/modules.php?module=admin">{--ADMIN_CONTINUE_LOGIN--}</a></strong>
</TD>
</TR>
</TABLE>
-<BR />
-<FORM action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
+<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="30" colspan="2">
- <STRONG>{--ADMIN_RESET_PASSWORD_TITLE--}</STRONG>
+ <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">
+<div class="admin_note">
{--ADMIN_RESET_PASSWORD_NOTE--}
-</DIV>
+</div>
-<BR />
-<FORM action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
+<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="30" colspan="2">
- <STRONG>{--ADMIN_RESET_PASSWORD_TITLE--}</STRONG>
+ <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
</TD>
</TR>
<TR>
{--ADMIN_SHOW_LOGIN--}
</TD>
<TD width="50%" class="bottom2">
- <STRONG>$content[login]</STRONG><BR />
- [<A href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</A>]
+ <strong>$content[login]</strong><br />
+ [<a href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</a>]
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">
+<div class="admin_note">
{--ADMIN_RESET_PASSWORD_NOTE--}
-</DIV>
+</div>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=send_bonus&mode={!__MODE!}"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
<TD width="10" class="seperator"> </TD>
<TD align="right">{--SELECT_CATEGORY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT name="cat" size="1" class="admin_select">
- <OPTION value="" disabled>{--PLEASE_SELECT--}</OPTION>
- <OPTION value="0">{--ALL_MEMBERS--} ({!__ALL_VALUE!})</OPTION>
+ <TD><select name="cat" size="1" class="admin_select">
+ <option value="" disabled>{--PLEASE_SELECT--}</option>
+ <option value="0">{--ALL_MEMBERS--} ({!__ALL_VALUE!})</option>
{!__OPTION_LINES!}
- </SELECT></TD>
+ </select></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ENTER_TEXT--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="text" class="admin_normal" rows="10"
- cols="50"></TEXTAREA></TD>
+ <TD><textarea name="text" class="admin_normal" rows="10"
+ cols="50"></textarea></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD colspan="5" height="10" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="520">
<TR>
- <TD align="center" class="admin_header bottom2" height="30"><STRONG>{--ADMIN_SEND_BONUS_MAILS--}</STRONG></TD>
+ <TD align="center" class="admin_header bottom2" height="30"><strong>{--ADMIN_SEND_BONUS_MAILS--}</strong></TD>
</TR>
<TR>
<TD style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px"
- class="bottom2"><STRONG><BIG>·</BIG></STRONG> <A
- href="{!URL!}/modules.php?module=admin&what=send_bonus&mode=normal">{--ADMIN_SEND_BONUS_NORMAL--}</A><BR />
- <BR />
- <FONT class="admin_note">{--ADMIN_SEND_BONUS_NORMAL_NOTES--}</FONT></TD>
+ class="bottom2"><strong><BIG>·</BIG></strong> <a
+ href="{!URL!}/modules.php?module=admin&what=send_bonus&mode=normal">{--ADMIN_SEND_BONUS_NORMAL--}</a><br />
+ <br />
+ <div class="admin_note">{--ADMIN_SEND_BONUS_NORMAL_NOTES--}</div></TD>
</TR>
<TR>
<TD style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px">
- <STRONG><BIG>·</BIG></STRONG> <A
- href="{!URL!}/modules.php?module=admin&what=send_bonus&mode=html">{--ADMIN_SEND_BONUS_HTML--}</A><BR />
- <BR />
- <FONT class="admin_note">{--ADMIN_SEND_BONUS_HTML_NOTES--}</FONT></TD>
+ <strong><BIG>·</BIG></strong> <a
+ href="{!URL!}/modules.php?module=admin&what=send_bonus&mode=html">{--ADMIN_SEND_BONUS_HTML--}</a><br />
+ <br />
+ <div class="admin_note">{--ADMIN_SEND_BONUS_HTML_NOTES--}</div></TD>
</TR>
</TABLE>
-<BR />
-<FORM action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
+<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="30" colspan="2">
- <STRONG>{--ADMIN_SEND_RESET_LINK_TITLE--}</STRONG>
+ <strong>{--ADMIN_SEND_RESET_LINK_TITLE--}</strong>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">
+<div class="admin_note">
{--ADMIN_SEND_RESET_LINK_NOTE--}
-</DIV>
+</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- class="admin_table dashed">
- <TR>
- <TD class="admin_title2 bottom2">{--MESSAGE_HEADER--}</TD>
- </TR>
- <TR>
- <TD class="admin_message"><STRONG>$content</STRONG></TD>
- </TR>
+<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<TR>
+ <TD class="admin_title2 bottom2">{--MESSAGE_HEADER--}</TD>
+</TR>
+<TR>
+ <TD class="admin_message"><strong>$content</strong></TD>
+</TR>
</TABLE>
-<DIV align="center">
- {!__LIST_CONTENT!}<BR />
- <BR />
+<div align="center">
+ {!__LIST_CONTENT!}<br />
+ <br />
{!__ADD_CONTENT!}
-</DIV>
+</div>
-<FORM action="{!URL!}/modules.php?module=admin&what=sub_points&u_id={!__UID!}" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=sub_points&u_id={!__UID!}" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
<TR>
</TR>
<TR>
<TD class="admin_title" colspan="3" align="center">
- {--ADMIN_SUB_POINTS_FROM_USER--}:<BR />
- <STRONG>{!__USER_VALUE!}</STRONG></TD>
+ {--ADMIN_SUB_POINTS_FROM_USER--}:<br />
+ <strong>{!__USER_VALUE!}</strong></TD>
</TR>
<TR>
<TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD>
<TR>
<TD align="right">{--ENTER_SUB_REASON--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="reason" class="admin_normal" rows="5"
- cols="20"></TEXTAREA></TD>
+ <TD><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></TD>
</TR>
<TR>
<TD height="3" colspan="3" class="seperator"> </TD>
value="{--ADMIN_SUB_POINTS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM
+<form
action="{!URL!}/modules.php?module=admin&what=sub_points&u_id=all"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
<TR>
<TD align="right">{--ENTER_SUB_REASON--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="reason" class="admin_normal" rows="5"
- cols="20"></TEXTAREA></TD>
+ <TD><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></TD>
</TR>
<TR>
<TD height="3" colspan="3" class="seperator"> </TD>
value="{--ADMIN_SUB_POINTS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<A
- href="{!URL!}/modules.php?module=admin&what=del_holiday&u_id=$content">{--HOLIDAY_ADMIN_DEL_LINK--}</A>
\ No newline at end of file
+<a
+ href="{!URL!}/modules.php?module=admin&what=del_holiday&u_id=$content">{--HOLIDAY_ADMIN_DEL_LINK--}</a>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- width="400" class="admin_done dashed">
- <TR>
- <TD align="center" height="40"><STRONG class="admin_failed">{--ADMIN_THEME_NOTHING_FOUND--}</STRONG>
- </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+<!-- @DEPRECATED -->
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=admin&what=theme_edit"
+<form action="{!URL!}/modules.php?module=admin&what=theme_edit"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
value="{--ADMIN_DELETE_ENTRIES--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">{--ADMIN_THEME_NEW_DEFAULT_THEME--}</DIV>
+<div class="admin_note">{--ADMIN_THEME_NEW_DEFAULT_THEME--}</div>
$content[email]
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
- <A href="$content[url_link]" target="_blank">$content[url_title]</A>
+ <a href="$content[url_link]" target="_blank">$content[url_title]</a>
</TD>
<TD class="switch_sw$content[sw] bottom2 right2" align="center">
v$content[ver]
{!__THEME_LIST!}
<TR>
<TD colspan="6" class="admin_footer">
- <FONT class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</FONT>
+ <div class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</div>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_done dashed">
<TR>
- <TD align="center" height="40"><STRONG>{--ADMIN_THEME_ALREADY_INSTALLED_1--}$content{--ADMIN_THEME_ALREADY_INSTALLED_2--}</STRONG>
+ <TD align="center" height="40"><strong>{--ADMIN_THEME_ALREADY_INSTALLED_1--}$content{--ADMIN_THEME_ALREADY_INSTALLED_2--}</strong>
</TD>
</TR>
</TABLE>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <STRONG>{--ADMIN_THEME_NEW_FOUND_TITLE--}:</STRONG>
+ <strong>{--ADMIN_THEME_NEW_FOUND_TITLE--}:</strong>
</TD>
</TR>
<TR>
{!__THEMES_ROWS!}
<TR>
<TD colspan="2" align="center" class="admin_title right2">
- {--ADMIN_THEME_TOTAL_FOUND--}: <STRONG>{!__TTHEME_VALUE!}</STRONG>
+ {--ADMIN_THEME_TOTAL_FOUND--}: <strong>{!__TTHEME_VALUE!}</strong>
</TD>
<TD colspan="3" align="right" class="admin_title right2">
- {--ADMIN_EXT_TOTAL_FSIZE--}: <STRONG>{!__TKBYTES_VALUE!} {--KBYTES--}</STRONG>
+ {--ADMIN_EXT_TOTAL_FSIZE--}: <strong>{!__TKBYTES_VALUE!} {--KBYTES--}</strong>
</TD>
</TR>
</TABLE>
-<FORM actiom="{!URL!}/modules.php?module=admin&what=unlock_emails"
+<form actiom="{!URL!}/modules.php?module=admin&what=unlock_emails"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="99%">
<TR>
<TD colspan="8" align="center" class="admin_header bottom2"
- height="35"><STRONG class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</STRONG>
+ height="35"><div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</STRONG>
</TD>
</TR>
<TR>
- <TD class="admin_header right2" align="center" width="10"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_SENDER--}</STRONG></TD>
- <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_SUBJECT--}</STRONG></TD>
- <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_URL--}</STRONG></TD>
- <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_CATEGORY--}</STRONG></TD>
- <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_PAYMENT--}</STRONG></TD>
- <TD class="admin_header right2" align="center"><STRONG>{--EMAIL_TIMESTAMP--}</STRONG></TD>
- <TD class="admin_header" style="white-space: nowrap" align="center"><STRONG>{--EMAIL_TSEND--}</STRONG></TD>
+ <TD class="admin_header right2" align="center" width="10"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_header right2" align="center"><strong>{--EMAIL_SENDER--}</strong></TD>
+ <TD class="admin_header right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
+ <TD class="admin_header right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
+ <TD class="admin_header right2" align="center"><strong>{--EMAIL_CATEGORY--}</strong></TD>
+ <TD class="admin_header right2" align="center"><strong>{--EMAIL_PAYMENT--}</strong></TD>
+ <TD class="admin_header right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
+ <TD class="admin_header" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></TD>
</TR>
{!__UNLOCK_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=admin&what=unlock_emails"
+<form action="{!URL!}/modules.php?module=admin&what=unlock_emails"
method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed">
<TR>
<TD class="admin_header bottom2" width="10"> </TD>
<TD class="admin_header bottom2" colspan="2" align="center"
- height="35"><STRONG class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
+ height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
</TD>
<TD class="admin_header bottom2" width="10"> </TD>
</TR>
<TD class="admin_header" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
$content[subj]
</TD>
<TD class="switch_sw$content[sw] top2 right2" align="center">
- <A href="$content[tester]" target="_blank">{--ADMIN_TEST_URL--}</A>
+ <a href="$content[tester]" target="_blank">{--ADMIN_TEST_URL--}</a>
</TD>
<TD class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
- <STRONG title="$content[cat_title]">$content[cat_link]</STRONG>
+ <div class="admin_note" title="$content[cat_title]">$content[cat_link]</STRONG>
</TD>
<TD class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
- <STRONG title="$content[pay_title]">$content[pay_link]</STRONG>
+ <div class="admin_note" title="$content[pay_title]">$content[pay_link]</STRONG>
</TD>
<TD class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
$content[ordered]
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=admin&what=unlock_sponsor" method="POST">
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=unlock_sponsor" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
<TR>
<TD colspan="4" class="admin_title bottom2" height="30" align="center">
- <STRONG>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</STRONG>
+ <strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
</TD>
</TR>
<TR>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--SURNAME_FAMILY--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2 right2"><STRONG>{--REMOTE_IP--}:</STRONG></TD>
- <TD align="center" class="admin_title bottom2"><STRONG>{--SPONSOR_CREATED--}:</STRONG></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2 right2"><strong>{--REMOTE_IP--}:</strong></TD>
+ <TD align="center" class="admin_title bottom2"><strong>{--SPONSOR_CREATED--}:</strong></TD>
</TR>
{!__SPONSOR_ROWS!}
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
<P align="center">
- <STRONG class="admin_note">{--ADMIN_SPONSOR_UNLOCK_NOTES--}</STRONG>
+ <div class="admin_note">{--ADMIN_SPONSOR_UNLOCK_NOTES--}</strong>
</P>
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
- <A href="$content[email]">$content[gender] $content[surname] $content[family]</A>
+ <a href="$content[email]">$content[gender] $content[surname] $content[family]</a>
</TD>
<TD align="center" class="switch_sw$content[sw] bottom2 right2">
$content[remote]
-<FORM action="{!URL!}/modules.php?module=admin&what=unlock_surfbar_urls" method="POST">
+<form action="{!URL!}/modules.php?module=admin&what=unlock_surfbar_urls" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
<TR>
<TD align="center" colspan="5" class="admin_title" height="30">
- <STRONG>{--ADMIN_UNLOCK_SURFBAR_URLS_TITLE--}</STRONG>
+ <strong>{--ADMIN_UNLOCK_SURFBAR_URLS_TITLE--}</strong>
</TD>
</TR>
<TR>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--_UID--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_SURFBAR_URL--}</STRONG></TD>
- <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_TEST_URL--}</STRONG></TD>
- <TD class="admin_title bottom2" align="center"><STRONG>{--ADMIN_SURFBAR_REGISTERED--}</STRONG></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></TD>
+ <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></TD>
+ <TD class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></TD>
</TR>
$content
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
align="center" class="admin_table dashed" align="center">
<TR>
<TD class="admin_title bottom2" align="center" colspan="3" height="30">
- <STRONG class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></TD>
+ <div class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></TD>
</TR>
<TR>
<TD height="10" colspan="3" class="seperator"> </TD>
<TR>
<TD align="right" width="350">{--YOUR_VERSION_IS--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>v{!FULL_VERSION!} {!CURR_SVN_REVISION!}</STRONG></TD>
+ <TD><strong>v{!FULL_VERSION!} {!CURR_SVN_REVISION!}</strong></TD>
</TR>
<TR>
<TD height="2" colspan="3" class="seperator"> </TD>
<TR>
<TD align="right" width="350">{--ONLINE_VERSION_IS--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>v{!__ONLINE_VERSION!} {!__ONLINE_REVISION!}</STRONG></TD>
+ <TD><strong>v{!__ONLINE_VERSION!} {!__ONLINE_REVISION!}</strong></TD>
</TR>
<TR>
<TD height="2" colspan="3" class="seperator"> </TD>
<TR>
<TD align="right" width="350">{--UPDATE_CREATE_TIME--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>{!__ONLINE_CHANGE!}</STRONG></TD>
+ <TD><strong>{!__ONLINE_CHANGE!}</strong></TD>
</TR>
<TR>
<TD height="2" colspan="3" class="seperator"> </TD>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD colspan="2" class="admin_title bottom2" align="center"
- height="30"><STRONG class="big">{--DOWNLOAD_NEW_VERSION--}</STRONG>
+ height="30"><div class="big">{--DOWNLOAD_NEW_VERSION--}</strong>
</TD>
</TR>
<TR>
{--DOWNLOAD_SVN--}:
</TD>
<TD width="50%" align="center">
- <STRONG><A href="{!SERVER_URL!}/cms/index/wht/svn" target="_blank">{--DOWNLOAD_NOW--}</A></STRONG>
+ <strong><a href="{!SERVER_URL!}/cms/index/wht/svn" target="_blank">{--DOWNLOAD_NOW--}</a></strong>
</TD>
</TR>
</TABLE>
-<BR />
-<FORM action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
+<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
<TR>
<TD class="admin_title bottom2" height="30" colspan="2">
- <STRONG>{--ADMIN_VALIDATE_HASH_TITLE--}</STRONG>
+ <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="admin_note">
+<div class="admin_note">
{--ADMIN_VALIDATE_HASH_NOTE--}
-</DIV>
+</div>
-<STRONG>: : : Willkommen zum Administrationsbereich : : :</STRONG>
-<BR />
+<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
+<br />
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD>
- <DIV align="left" class="tiny"> Hallo $username
- !</DIV>
+ <div align="left" class="tiny"> Hallo $username!</div>
</TD>
- <TD align="center" width="300" class="dashed"><FONT class="tiny">
- Aktueller Admin: [<STRONG title="Erweiterung admins nicht installiert.">{!__ADMIN_LOGIN!}</STRONG>]
- </FONT></TD>
- <TD align="center" width="100" class="top2 bottom2 right2"><FONT
- class="tiny"> <A class="menu_blur admin_logout"
- href="{!URL!}/modules.php?module=admin&action=logout">Ausloggen</A>
- </FONT></TD>
+ <TD align="center" width="300" class="dashed"><div class="tiny">
+ Aktueller Admin: [<div class="admin_note" title="Erweiterung admins nicht installiert.">{!__ADMIN_LOGIN!}</div>]
+ </div></TD>
+ <TD align="center" width="100" class="top2 bottom2 right2"><div class="tiny"> <a class="menu_blur admin_logout"
+ href="{!URL!}/modules.php?module=admin&action=logout">Ausloggen</a>
+ </div></TD>
</TR>
</TABLE>
-<STRONG>: : : Willkommen zum Administrationsbereich : : :</STRONG>
-<BR />
+<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
+<br />
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD>
- <DIV align="left" class="tiny"> Hallo $username
- !</DIV>
+ <div align="left" class="tiny"> Hallo $username
+ !</div>
</TD>
- <TD align="center" width="300" class="dashed"><FONT class="tiny">
- Aktueller Admin: [<A
- href="{!URL!}/modules.php?module=admin&what=admins_edit&admin={!__ADMIN_ID!}"><STRONG>{!__ADMIN_LOGIN!}</STRONG></A>]
- </FONT></TD>
- <TD align="center" width="100" class="top2 bottom2 right2"><FONT
- class="tiny"> <A class="menu_blur admin_logout"
- href="{!URL!}/modules.php?module=admin&action=logout">Ausloggen</A>
- </FONT></TD>
+ <TD align="center" width="300" class="dashed"><div class="tiny">
+ Aktueller Admin: [<a
+ href="{!URL!}/modules.php?module=admin&what=admins_edit&admin={!__ADMIN_ID!}"><strong>{!__ADMIN_LOGIN!}</strong></a>]
+ </div></TD>
+ <TD align="center" width="100" class="top2 bottom2 right2"><div class="tiny">
+ <a class="menu_blur admin_logout" href="{!URL!}/modules.php?module=admin&action=logout">Ausloggen</a>
+ </div></TD>
</TR>
</TABLE>
<TD class="admin_title bottom2">{--ADMIN_YOOMEDIA_ERROR_TITLE--}</TD>
</TR>
<TR>
- <TD align="center"><STRONG>$content</STRONG></TD>
+ <TD align="center"><strong>$content</strong></TD>
</TR>
</TABLE>
<div class="agb_para">Stand: 19.10.2003</div>
-<div class="agb_para"><strong>© 2003, <I>Name</I>,
+<div class="agb_para"><strong>© 2003, <em>Name</em>,
Wohnort</strong></div>
</div>
Dieser Text steht im Template
-<STRONG>beg_banner.tpl</STRONG>
+<strong>beg_banner.tpl</strong>
und möchte geändert werden!
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD align="center">
- <P>{--BEG_UID_STEAL_1--}<STRONG>{!__BEG_UID!}</STRONG>{--BEG_UID_STEAL_2--}<STRONG>{!__BEG_POINTS!}</STRONG>{--BEG_UID_STEAL_3--}</P>
- <P>{--BEG_CLICKS_1--}<STRONG>{!__BEG_CLICKS!}</STRONG>{--BEG_CLICKS_2--}</P>
+ <P>{--BEG_UID_STEAL_1--}<strong>{!__BEG_UID!}</strong>{--BEG_UID_STEAL_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_UID_STEAL_3--}</P>
+ <P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
<P align="right">{--BEG_THANKS_FOR_CLICK--}</P>
</TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD align="center">
- <P>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<STRONG>{!__BEG_UID!}</STRONG>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<STRONG>{!__BEG_POINTS!}</STRONG>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</P>
- <P>{--BEG_CLICKS_1--}<STRONG>{!__BEG_CLICKS!}</STRONG>{--BEG_CLICKS_2--}</P>
+ <P>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>{!__BEG_UID!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</P>
+ <P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
<P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
</TD>
</TR>
<TD height="80%" align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="beg_table dashed" width="620">
<TR>
- <TD align="center" height="50" class="bottom2"><FONT
- class="big">{--BEG_LINK_BY_1--}<STRONG>{!MAIN_TITLE!}</STRONG>{--BEG_LINK_BY_2--}</FONT><br />
- {--BEG_LINK_USERID_1--}<U>{!__BEG_UID!}</U>{--BEG_LINK_USERID_2--}</TD>
+ <TD align="center" height="50" class="bottom2"><div class="big">{--BEG_LINK_BY_1--}<strong>{!MAIN_TITLE!}</strong>{--BEG_LINK_BY_2--}</div><br />
+ {--BEG_LINK_USERID_1--}<u>{!__BEG_UID!}</u>{--BEG_LINK_USERID_2--}</TD>
</TR>
<TR>
<TD align="center" height="120" class="beg_msg bottom2">
{!__BEG_MSG!}</TD>
</TR>
<TR>
- <TD align="center" height="30"><A
- href="{!URL!}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</A>
+ <TD align="center" height="30"><a
+ href="{!URL!}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</a>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD align="center">
- <P>{--BEG_SORRY_YOURE_LOGGED_IN_1--}<STRONG>{!__BEG_UID!}</STRONG>{--BEG_SORRY_YOURE_LOGGED_IN_2--}<STRONG>{!__BEG_POINTS!}</STRONG>{--BEG_SORRY_YOURE_LOGGED_IN_3--}</P>
- <P>{--BEG_CLICKS_1--}<STRONG>{!__BEG_CLICKS!}</STRONG>{--BEG_CLICKS_2--}</P>
+ <P>{--BEG_SORRY_YOURE_LOGGED_IN_1--}<strong>{!__BEG_UID!}</strong>{--BEG_SORRY_YOURE_LOGGED_IN_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_SORRY_YOURE_LOGGED_IN_3--}</P>
+ <P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
<P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
</TD>
</TR>
Dieser Text steht im Template
-<STRONG>birthday_footer.tpl</STRONG>
+<strong>birthday_footer.tpl</strong>
!
Dieser Text steht im Template
-<STRONG>birthday_header.tpl</STRONG>
+<strong>birthday_header.tpl</strong>
!
-<STRONG class="big">Herzlichen Glückwunsch zum Geburtstag!</STRONG> <br />
+<div class="big">Herzlichen Glückwunsch zum Geburtstag!</STRONG> <br />
<br />
Hallo {!__GENDER!} {!__SNAME!} {!__FNAME!}!<br />
<br />
-Wir das Team von <STRONG class="nobr">{!MAIN_TITLE!}</STRONG> wüschen Ihnen
+Wir das Team von <div class="nobr">{!MAIN_TITLE!}</STRONG> wüschen Ihnen
alles Gute und Gesundheit zum Geburtstag. Als kleines Geschenk von uns haben wir
-Ihnen soeben <STRONG class="nobr">{!__GIFT!} {!POINTS!}</STRONG> Ihrem Account
+Ihnen soeben <div class="nobr">{!__GIFT!} {!POINTS!}</STRONG> Ihrem Account
gutgeschrieben!
Dieser Text steht im Template
-<STRONG>doubler_footer.tpl</STRONG>
+<strong>doubler_footer.tpl</strong>
!
Dieser Text steht im Template
-<STRONG>doubler_header.tpl</STRONG>
+<strong>doubler_header.tpl</strong>
!
{--DOUBLER_ENTER_LOGIN_DATA--}<br />
{--DOUBLER_NOTE_FOR_PASSWORD--}<br />
<br />
- <FORM action="{!URL!}/doubler.php?refid={!__REFID!}" method="POST"
+ <form action="{!URL!}/doubler.php?refid={!__REFID!}" method="POST"
style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="guest_table dashed" width="520">
<TR>
<TD colspan="2" class="guest_title2 bottom2" height="30">
- <STRONG>{!POINTS!}-{--DOUBLER_TITLE--}</STRONG><br />
- <FONT class="doubler_error">{!__ERROR_MSG!}</FONT>
+ <strong>{!POINTS!}-{--DOUBLER_TITLE--}</strong><br />
+ <div class="doubler_error">{!__ERROR_MSG!}</div>
</TD>
</TR>
<TR>
value="{--DOUBLER_NOW--}" /></TD>
</TR>
</TABLE>
- </FORM>
+ </form>
<br />
- {--DOUBLER_ALREADY_PAYED_1--} <STRONG>{!__TOTAL_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_ALREADY_PAYED_2--}<br />
- {--DOUBLER_POINTS_LEFT_1--} <STRONG>{!__LEFT_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_POINTS_LEFT_2--}<br />
- {--DOUBLER_USAGE_COUNTER_1--} <STRONG>{!__DOUBLER_COUNTER!}</STRONG>
+ {--DOUBLER_ALREADY_PAYED_1--} <strong>{!__TOTAL_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_ALREADY_PAYED_2--}<br />
+ {--DOUBLER_POINTS_LEFT_1--} <strong>{!__LEFT_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_POINTS_LEFT_2--}<br />
+ {--DOUBLER_USAGE_COUNTER_1--} <strong>{!__DOUBLER_COUNTER!}</strong>
{--DOUBLER_USAGE_COUNTER_2--}<br />
<br />
- {--DOUBLER_MINIMUM_IS--} <STRONG>{!__MIN_VALUE!} {!POINTS!}</STRONG>
- {--DOUBLER_MAXIMUM_IS--} <STRONG>{!__MAX_VALUE!} {!POINTS!}</STRONG><br />
+ {--DOUBLER_MINIMUM_IS--} <strong>{!__MIN_VALUE!} {!POINTS!}</strong>
+ {--DOUBLER_MAXIMUM_IS--} <strong>{!__MAX_VALUE!} {!POINTS!}</strong><br />
{--DOUBLER_HAVE_FUN--}<br />
<br />
{!DOUBLER_PAYOUT_TIME!}<br />
<br />
- {--DOUBLER_POINTS_1--} <STRONG>{!__CHARGE_VALUE!}%</STRONG>
+ {--DOUBLER_POINTS_1--} <strong>{!__CHARGE_VALUE!}%</strong>
{--DOUBLER_POINTS_2--}<br />
<br />
- {--DOUBLER_EXAMPLE_1--} <STRONG>500 {!POINTS!}</STRONG> »»
- {--DOUBLER_EXAMPLE_2--} <STRONG>1000 {!POINTS!}</STRONG>{--DOUBLER_EXAMPLE_3--}<br />
+ {--DOUBLER_EXAMPLE_1--} <strong>500 {!POINTS!}</strong> »»
+ {--DOUBLER_EXAMPLE_2--} <strong>1000 {!POINTS!}</strong>{--DOUBLER_EXAMPLE_3--}<br />
<br />
- <STRONG class="big">{--DOUBLER_FULL_PAYOUT--}</STRONG><br />
+ <div class="big">{--DOUBLER_FULL_PAYOUT--}</strong><br />
<br />
- {--DOUBLER_REFERRAL_1--} <STRONG>{!__REF_VALUE!}%</STRONG>
+ {--DOUBLER_REFERRAL_1--} <strong>{!__REF_VALUE!}%</strong>
{--DOUBLER_REFERRAL_2--} {--DOUBLER_REFERRAL_3--}
- {--DOUBLER_REFERRAL_4--} {--DOUBLER_REFERRAL_5--} <STRONG>100
- {!POINTS!}</STRONG> {--DOUBLER_REFERRAL_6--} <STRONG>100 {!POINTS!}</STRONG>
- {--DOUBLER_REFERRAL_8--} <STRONG>300 {!POINTS!}</STRONG>
+ {--DOUBLER_REFERRAL_4--} {--DOUBLER_REFERRAL_5--} <strong>100
+ {!POINTS!}</strong> {--DOUBLER_REFERRAL_6--} <strong>100 {!POINTS!}</strong>
+ {--DOUBLER_REFERRAL_8--} <strong>300 {!POINTS!}</strong>
{--DOUBLER_REFERRAL_8--} {--DOUBLER_REFERRAL_LINK--}<br />
- {!__DOUBLER_MSG!} <br />
- {--DOUBLER_NOT_YET_REGISTERED--} <A
- href="{!URL!}/ref.php?refid={!__REFID!}">{--DOUBLER_REGISTER_NOW--}</A><br />
+ {!__DOUBLER_MSG!}<br />
+ {--DOUBLER_NOT_YET_REGISTERED--} <a
+ href="{!URL!}/ref.php?refid={!__REFID!}">{--DOUBLER_REGISTER_NOW--}</a><br />
<br />
- {--DOUBLER_YOUR_ADVERTISING_HERE--} <A
- href="{!URL!}/modules.php?module=index&what=impressum&refid={!__REFID!}">{--DOUBLER_CONTACT_US--}</A><br />
+ {--DOUBLER_YOUR_ADVERTISING_HERE--} <a
+ href="{!URL!}/modules.php?module=index&what=impressum&refid={!__REFID!}">{--DOUBLER_CONTACT_US--}</a><br />
<br />
{!__DOUBLER_BANNER!}<br />
<br />
{--DOUBLER_MEMBER_YOUR_REFLINK--}:
-<A href="{!URL!}/doubler.php?refid=$content">{!URL!}/doubler.php?refid=$content</A>
+<a href="{!URL!}/doubler.php?refid=$content">{!URL!}/doubler.php?refid=$content</a>
<br />
-Diese Erweiterung erzeugt unter "Jetzt Online" einen Link
-<I>Heute Online</I>
-, unter dem Sie die Mitglieder finden, die am aktuellen Tag wann als
-letztes Online waren. Zudem wird der aktuelle {!POINTS!}-Verdienst
-angezeigt.
+Diese Erweiterung erzeugt unter "Jetzt Online" einen Link <em>Heute
+Online</em>, unter dem Sie die Mitglieder finden, die am aktuellen Tag wann als
+letztes Online waren. Zudem wird der aktuelle {!POINTS!}-Verdienst angezeigt.
<br />
<br />
<strong>Bitte löschen Sie immer die Cache-Dateien aus dem
-Verzeichnis <U>/inc/cache/</U> vor Update/Neuinstallation der
+Verzeichnis <u>/inc/cache/</u> vor Update/Neuinstallation der
Erweiterung----!</strong>
<br />
<br />
Mit dieser Erweiterung können Sie Ihren Mitgliedern eine Auszahlung
-ihrer Internet-Währung <A href="http://www.primusportal.de/r/Quix0r"
- target="_blank">Primera</A> auf ihr Primera-Account überweisen
+ihrer Internet-Währung <a href="http://www.primusportal.de/r/Quix0r"
+ target="_blank">Primera</a> auf ihr Primera-Account überweisen
lassen. Sie als Primera-Anbieter brauchen dazu selbstverständlich
-ein Primera-Account. Mehr dazu auf <A href="http://www.primusportal.de/r/Quix0r"
- target="_blank">www.primusportal.de</A>. Wenn Sie möchten, können Sie
-auch ganz zu Primera wechseln. Sie unter <A target="_blank"
+ein Primera-Account. Mehr dazu auf <a href="http://www.primusportal.de/r/Quix0r"
+ target="_blank">www.primusportal.de</a>. Wenn Sie möchten, können Sie
+auch ganz zu Primera wechseln. Sie unter <a target="_blank"
href="{!URL!}/modules.php?module=admin&what=config_other">Sonstige
-Einstellungen</A> die Währung Ihres {!MT_WORD2!} von {!POINTS!} auf Primera
+Einstellungen</a> die Währung Ihres {!MT_WORD2!} von {!POINTS!} auf Primera
umstellen.
<strong>Vorsicht!</strong>
Diese Erweiterung ist noch Alpha! Wenn Sie nicht funktionierende Links
finden, melden Sie sich bitte
-<A href="http://www.mxchange.org/cms/index/wht/impressum"
- target="_blank">bei mir direkt</A>
+<a href="http://www.mxchange.org/cms/index/wht/impressum"
+ target="_blank">bei mir direkt</a>
(Mail bevorzugt, wegen besserer Übertragung der fehlerhaften
Links). Danke für Ihre Mithilfe! :-)
<br />
<br />
<br />
Loggen Sie sich hier ein:
-<A href="http://www.mxchange-demo.de/admin.php" target="_blank">http://www.mxchange-demo.de/admin.php</A>
+<a href="http://www.mxchange-demo.de/admin.php" target="_blank">http://www.mxchange-demo.de/admin.php</a>
(Login und Password:
<strong>demo</strong>
)
löschen. Zudem können Sie bestimmen, wie lang der Touring-Code
(auch abschaltbar!) sein soll, wie viele Einträge maximal angezeigt
werden soll und wie lange die Einträge gültig sind. Ist die
-<A href="{!URL!}/extensions/ext-autopurge.zip">AutoPurge-Erweiterung</A>
+<a href="{!URL!}/extensions/ext-autopurge.zip">AutoPurge-Erweiterung</a>
installiert, werden um 00:00 Uhr veraltete Einträge entfernt.
Mit dieser Erweiterung können Sie Ihren Mitgliedern eine Auszahlung
-ihrer Internet-Währung <A target="_blank"
- href="http://www.wds66.com/ref.php?refid=10437">Wernis</A> auf ihr
+ihrer Internet-Währung <a target="_blank"
+ href="http://www.wds66.com/ref.php?refid=10437">Wernis</a> auf ihr
WDS66-Hauptaccount überweisen lassen. Sie als Wernis-Anbieter brauchen
dazu selbstverständlich ein Wernis-Account mit einem API-Account. Mehr
-dazu auf <A href="http://www.wds66.com/ref.php?refid=10437"
- target="_blank">www.wds66.com</A>. Wenn Sie möchten, können Sie auch
-ganz zu Wernis wechseln. Sie unter <A target="_blank"
+dazu auf <a href="http://www.wds66.com/ref.php?refid=10437"
+ target="_blank">www.wds66.com</a>. Wenn Sie möchten, können Sie auch
+ganz zu Wernis wechseln. Sie unter <a target="_blank"
href="{!URL!}/modules.php?module=admin&what=config_other">Sonstige
-Einstellungen</A> die Währung Ihres {!MT_WORD2!} von {!POINTS!} auf Wernis
+Einstellungen</a> die Währung Ihres {!MT_WORD2!} von {!POINTS!} auf Wernis
umstellen.
<br />
- <DIV class="fatal_footer">$content</DIV>
-</DIV>
+ <div class="fatal_footer">$content</div>
+</div>
-<DIV class="fatal_box">
\ No newline at end of file
+<div class="fatal_box">
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_done dashed">
<TR>
- <TD align="center" height="40"><STRONG>{--GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY--}</STRONG>
+ <TD align="center" height="40"><strong>{--GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY--}</strong>
</TD>
</TR>
</TABLE>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
class="guest_table dashed">
<TR>
- <TD colspan="3" class="guest_title2 bottom2" height="30"><STRONG>{--GUEST_ACTIVE_HEADER--}</STRONG>
+ <TD colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_ACTIVE_HEADER--}</strong>
</TD>
</TR>
<TR>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--_UID--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOTAL_POINTS--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
</TD>
- <TD class="guest_title2 bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
+ <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
</TD>
</TR>
{!__ACTIVE_ROWS!}
<TR>
<TD colspan="3" align="center" class="guest_footer" height="30">
- <FONT class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</FONT></TD>
+ <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div></TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="beg_table dashed" width="500">
<TR>
<TD width="10" rowspan="10" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center" class="beg_msg" height="60"><FONT class="big">{--BEG_GUEST_TRAILER--}</FONT><br />
+ <TD align="center" class="beg_msg" height="60"><div class="big">{--BEG_GUEST_TRAILER--}</div><br />
{!MAIN_TITLE!}</TD>
</TR>
<TR>
</TR>
<TR>
<TD align="left" class="beg_msg">
- <P>{--BEG_GUEST_EARN_1--} <STRONG>{!__BEG_POINTS!}
- {!POINTS!}</STRONG> {--BEG_GUEST_EARN_2--} <STRONG>{!__BEG_POINTS_MAX!}
- {!POINTS!}</STRONG> {--BEG_GUEST_EARN_3--}</P>
- <P>{--BEG_GUEST_TIMEOUT_1--} <STRONG>{!__BEG_TIMEOUT!}</STRONG>
+ <P>{--BEG_GUEST_EARN_1--} <strong>{!__BEG_POINTS!}
+ {!POINTS!}</strong> {--BEG_GUEST_EARN_2--} <strong>{!__BEG_POINTS_MAX!}
+ {!POINTS!}</strong> {--BEG_GUEST_EARN_3--}</P>
+ <P>{--BEG_GUEST_TIMEOUT_1--} <strong>{!__BEG_TIMEOUT!}</strong>
{--BEG_GUEST_TIMEOUT_2--}</P>
<P align="right">{--BEG_GUEST_HAVE_FUN--}</P>
</TD>
<TD height="5" class="beg_msg seperator"> </TD>
</TR>
<TR>
- <TD align="center" height="30" class="beg_msg"><A
- href="{!URL!}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</A>
+ <TD align="center" height="30" class="beg_msg"><a
+ href="{!URL!}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</a>
</TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
</TABLE>
-</DIV>
\ No newline at end of file
+</div>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=index&what=confirm"
+<form action="{!URL!}/modules.php?module=index&what=confirm"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
<TR>
<TD align="center" colspan="3" class="admin_title bottom2" height="30">
- <STRONG class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></TD>
+ <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="6"> </TD>
value="{--REQUEST_CONFIRM_LINK--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="400" class="guest_table dashed">
<TR>
<TD align="center" height="40">
- <STRONG class="guest_done">{!__CONFIRM_MSG!}</STRONG>
+ <div class="guest_done">{!__CONFIRM_MSG!}</STRONG>
</TD>
</TR>
</TABLE>
\ No newline at end of file
</TD>
- <TD valign="top"><DIV class="guest_skyscraper">
+ <TD valign="top"><div class="guest_skyscraper">
<!-- 120x600 may fit here -->
- </DIV></TD>
+ </div></TD>
</TR>
<TR>
<TD align="center" valign="top" class="guest_advert">
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="doubler_table dashed" width="520">
<TR>
- <TD align="center" class="doubler_header bottom2"><STRONG
- class="big">{--DOUBLER_GENERAL_INFOS--}:</STRONG></TD>
+ <TD align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_GENERAL_INFOS--}:</strong></TD>
</TR>
<TR>
<TD class="doubler_main bottom2"
style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
- <UL>
+ <ul>
- <LI>{--DOUBLER_MINIMUM_IS--} <STRONG>{!__MIN_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_MAXIMUM_IS--} <STRONG>{!__MAX_VALUE!}
- {!POINTS!}</STRONG></LI>
- <LI>{--DOUBLER_ALREADY_PAYED_1--} <STRONG>{!__TOTAL_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_ALREADY_PAYED_2--}</LI>
- <LI>{--DOUBLER_POINTS_LEFT_1--} <STRONG>{!__LEFT_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_POINTS_LEFT_2--}</LI>
- <LI>{--DOUBLER_USAGE_COUNTER_1--} <STRONG>{!__DOUBLER_COUNTER!}</STRONG>
- {--DOUBLER_USAGE_COUNTER_2--}</LI>
- <LI>{!DOUBLER_PAYOUT_TIME!}</LI>
- <LI><STRONG>{--DOUBLER_FULL_PAYOUT--}</STRONG></LI>
- <LI>{--DOUBLER_POINTS_1--} <STRONG>{!__CHARGE_VALUE!}%</STRONG>
- {--DOUBLER_POINTS_2--}</LI>
- <LI>{--DOUBLER_EXAMPLE_1--} <STRONG>500 {!POINTS!}</STRONG>
- »» {--DOUBLER_EXAMPLE_2--} <STRONG>1000 {!POINTS!}</STRONG>{--DOUBLER_EXAMPLE_3--}</LI>
- <LI>{--DOUBLER_REFERRAL_1--} <STRONG>{!__REF_VALUE!}%</STRONG>
+ <li>{--DOUBLER_MINIMUM_IS--} <strong>{!__MIN_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_MAXIMUM_IS--} <strong>{!__MAX_VALUE!}
+ {!POINTS!}</strong></li>
+ <li>{--DOUBLER_ALREADY_PAYED_1--} <strong>{!__TOTAL_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_ALREADY_PAYED_2--}</li>
+ <li>{--DOUBLER_POINTS_LEFT_1--} <strong>{!__LEFT_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_POINTS_LEFT_2--}</li>
+ <li>{--DOUBLER_USAGE_COUNTER_1--} <strong>{!__DOUBLER_COUNTER!}</strong>
+ {--DOUBLER_USAGE_COUNTER_2--}</li>
+ <li>{!DOUBLER_PAYOUT_TIME!}</li>
+ <li><strong>{--DOUBLER_FULL_PAYOUT--}</strong></li>
+ <li>{--DOUBLER_POINTS_1--} <strong>{!__CHARGE_VALUE!}%</strong>
+ {--DOUBLER_POINTS_2--}</li>
+ <li>{--DOUBLER_EXAMPLE_1--} <strong>500 {!POINTS!}</strong>
+ »» {--DOUBLER_EXAMPLE_2--} <strong>1000 {!POINTS!}</strong>{--DOUBLER_EXAMPLE_3--}</li>
+ <li>{--DOUBLER_REFERRAL_1--} <strong>{!__REF_VALUE!}%</strong>
{--DOUBLER_REFERRAL_2--} {--DOUBLER_REFERRAL_3--}
{--DOUBLER_REFERRAL_4--}
- <LI>{--DOUBLER_REFERRAL_5--} <STRONG>100 {!POINTS!}</STRONG>
- {--DOUBLER_REFERRAL_6--} <STRONG>100 {!POINTS!}</STRONG>
- {--DOUBLER_REFERRAL_8--} <STRONG>300 {!POINTS!}</STRONG>
- {--DOUBLER_REFERRAL_8--}</LI>
- <LI>{--DOUBLER_REFERRAL_LINK--}</LI>
- <LI>{--DOUBLER_TIMEOUT_1--} <STRONG>{!__TIMEOUT_MARK!}</STRONG>
- {--DOUBLER_TIMEOUT_2--}</LI>
- <LI>{--DOUBLER_HAVE_FUN--}</LI>
- <LI><STRONG><A href="{!URL!}/doubler.php">{--DOUBLER_WANNA_TRY--}</A></STRONG></LI>
- </OL>
+ <li>{--DOUBLER_REFERRAL_5--} <strong>100 {!POINTS!}</strong>
+ {--DOUBLER_REFERRAL_6--} <strong>100 {!POINTS!}</strong>
+ {--DOUBLER_REFERRAL_8--} <strong>300 {!POINTS!}</strong>
+ {--DOUBLER_REFERRAL_8--}</li>
+ <li>{--DOUBLER_REFERRAL_LINK--}</li>
+ <li>{--DOUBLER_TIMEOUT_1--} <strong>{!__TIMEOUT_MARK!}</strong>
+ {--DOUBLER_TIMEOUT_2--}</li>
+ <li>{--DOUBLER_HAVE_FUN--}</li>
+ <li><strong><a href="{!URL!}/doubler.php">{--DOUBLER_WANNA_TRY--}</a></strong></li>
+ </ol>
</TD>
</TR>
<TR>
- <TD align="center" class="doubler_header bottom2"><STRONG
- class="big">{--DOUBLER_REGISTER_ADVERT--}:</STRONG></TD>
+ <TD align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></TD>
</TR>
<TR>
<TD class="doubler_main"
style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
- <UL>
- <LI>{--DOUBLER_NOT_YET_REGISTERED--} <A
- href="{!URL!}/ref.php?refid={!__REFID!}">{--DOUBLER_REGISTER_NOW--}</A></LI>
- <LI>{--DOUBLER_YOUR_ADVERTISING_HERE--} <A
- href="{!URL!}/modules.php?module=index&what=impressum&refid={!__REFID!}">{--DOUBLER_CONTACT_US--}</A></LI>
- </OL>
+ <ul>
+ <li>{--DOUBLER_NOT_YET_REGISTERED--} <a
+ href="{!URL!}/ref.php?refid={!__REFID!}">{--DOUBLER_REGISTER_NOW--}</a></li>
+ <li>{--DOUBLER_YOUR_ADVERTISING_HERE--} <a
+ href="{!URL!}/modules.php?module=index&what=impressum&refid={!__REFID!}">{--DOUBLER_CONTACT_US--}</a></li>
+ </ol>
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<P align="center"><STRONG class="big">{--DOUBLER_ALREADY_PAYOUT--}:</STRONG><br />
+<P align="center"><div class="big">{--DOUBLER_ALREADY_PAYOUT--}:</strong><br />
<br />
{!__DOUBLER_PAYOUT_HISTORY!}</P>
-<P align="center"><STRONG class="big">{--DOUBLER_NEXT_PAYOUT--}:</STRONG><br />
+<P align="center"><div class="big">{--DOUBLER_NEXT_PAYOUT--}:</strong><br />
<br />
{!__DOUBLER_PAYOUT_NEXT!}</P>
class="doubler_list dashed">
<TR>
<TD class="doubler_header bottom2 right2" align="center" width="100">
- <STRONG>{--_UID--}</STRONG></TD>
+ <strong>{--_UID--}</strong></TD>
<TD class="doubler_header bottom2 right2" align="center" width="160">
- <STRONG>{!POINTS!}</STRONG></TD>
- <TD class="doubler_header bottom2" align="center" width="160"><STRONG>{--DOUBLER_TIMEMARK--}</STRONG>
+ <strong>{!POINTS!}</strong></TD>
+ <TD class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
</TD>
</TR>
$content
<TR>
- <TD height="1%" align="center" class="guest_advert"><SMALL><A
- href="#TOP">{--TOP--}</A></SMALL></TD>
+ <TD height="1%" align="center" class="guest_advert"><SMALL><a
+ href="#TOP">{--TOP--}</a></SMALL></TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
class="guest">
<TR>
- <TD colspan="3" align="center" valign="top" class="guest_title"><A
- name="TOP"></A> <!-- Ab hier Kopf! --> <STRONG><BIG>- - -
- <A title="{!MAIN_TITLE!}"
+ <TD colspan="3" align="center" valign="top" class="guest_title"><a
+ name="TOP"></a> <!-- Ab hier Kopf! --> <strong><BIG>- - -
+ <a title="{!MAIN_TITLE!}"
style="cursor: default; background: none; text-decoration: none"
- class="guest_header">{!MAIN_TITLE!}</A> - - -</BIG></STRONG><br />
+ class="guest_header">{!MAIN_TITLE!}</a> - - -</BIG></strong><br />
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
- <TD width="200"><FONT class="guest_header"> Hallo
- $username!</FONT></TD>
- <TD align="center"><FONT class="guest_header">{!SLOGAN!}</FONT></TD>
- <TD width="200" align="right"><FONT class="guest_header">$date_time </FONT></TD>
+ <TD width="200"><div class="guest_header"> Hallo
+ $username!</div></TD>
+ <TD align="center"><div class="guest_header">{!SLOGAN!}</div></TD>
+ <TD width="200" align="right"><div class="guest_header">$date_time </div></TD>
</TR>
</TABLE>
<!-- Bis hier Kopf! --></TD>
-<FORM action="{!URL!}/modules.php?module=index&what=login"
+<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_login dashed" width="480">
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
- <TD colspan="7" align="center" class="guest_login_header"><STRONG>{--GUEST_WELCOME_MEMBER--}</STRONG>
+ <TD colspan="7" align="center" class="guest_login_header"><strong>{--GUEST_WELCOME_MEMBER--}</strong>
</TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD colspan="3" align="right">{--GUEST_SELECT_LIFETIME--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD colspan="3"><SELECT name="lifetime" size="1"
+ <TD colspan="3"><select name="lifetime" size="1"
class="guest_select">
- <OPTION value="3600">1 {--LIFE_HOURS--}</OPTION>
- <OPTION value="7200">2 {--LIFE_HOURS--}</OPTION>
- <OPTION value="21600">6 {--LIFE_HOURS--}</OPTION>
- <OPTION value="43200">12 {--LIFE_HOURS--}</OPTION>
- <OPTION value="86400">1 {--LIFE_DAYS--}</OPTION>
- <OPTION value="172800">2 {--LIFE_DAYS--}</OPTION>
- <OPTION value="604800">1 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="1209600">2 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="2592000">1 {--LIFE_MONTHS--}</OPTION>
- <OPTION value="5184000">2 {--LIFE_MONTHS--}</OPTION>
- <OPTION value="15552000">6 {--LIFE_MONTHS--}</OPTION>
- <OPTION value="31536000">1 {--LIFE_YEARS--}</OPTION>
- <OPTION value="60">{--LIFE_CLOSE_BROWSER--}</OPTION>
- </SELECT></TD>
+ <option value="3600">1 {--LIFE_HOURS--}</option>
+ <option value="7200">2 {--LIFE_HOURS--}</option>
+ <option value="21600">6 {--LIFE_HOURS--}</option>
+ <option value="43200">12 {--LIFE_HOURS--}</option>
+ <option value="86400">1 {--LIFE_DAYS--}</option>
+ <option value="172800">2 {--LIFE_DAYS--}</option>
+ <option value="604800">1 {--LIFE_WEEKS--}</option>
+ <option value="1209600">2 {--LIFE_WEEKS--}</option>
+ <option value="2592000">1 {--LIFE_MONTHS--}</option>
+ <option value="5184000">2 {--LIFE_MONTHS--}</option>
+ <option value="15552000">6 {--LIFE_MONTHS--}</option>
+ <option value="31536000">1 {--LIFE_YEARS--}</option>
+ <option value="60">{--LIFE_CLOSE_BROWSER--}</option>
+ </select></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD colspan="9" height="3" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
-<br />
-<FORM action="{!URL!}/modules.php?module=index&what=login"
+</form>
+
+<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_login dashed">
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="center" class="guest_login_header"><STRONG>{--GUEST_GET_NEW_PASS--}</STRONG>
+ <TD colspan="3" align="center" class="guest_login_header"><strong>{--GUEST_GET_NEW_PASS--}</strong>
</TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="145" align="right">{--GUEST_ENTER_LOGIN--}:</TD>
<TD width="10" class="seperator"> </TD>
<TD width="145"><INPUT type="text" name="id" class="guest_normal"
- size="4" maxlength="9" /> <STRONG>{--_OR--}</STRONG></TD>
+ size="4" maxlength="9" /> <strong>{--_OR--}</strong></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD colspan="5" height="3" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TR>
- <TD class="guest_menu_whats"> <STRONG><BIG>·</BIG></STRONG> $content</TD>
+ <TD class="guest_menu_whats"> <strong><BIG>·</BIG></strong> $content</TD>
</TR>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=index&what=login"
+<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_table dashed" width="540">
<TR>
<TD width="10" class="guest_title2 bottom2 seperator" height="30"> </TD>
- <TD colspan="8" class="guest_title2 bottom2"><STRONG>{--GUEST_WELCOME_MEMBER--}</STRONG>
+ <TD colspan="8" class="guest_title2 bottom2"><strong>{--GUEST_WELCOME_MEMBER--}</strong>
</TD>
<TD width="10" class="guest_title2 bottom2 seperator"> </TD>
</TR>
<TD width="10" class="seperator"> </TD>
<TD colspan="3" align="right">{--GUEST_SELECT_LIFETIME--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD colspan="3"><SELECT name="lifetime" size="1"
+ <TD colspan="3"><select name="lifetime" size="1"
class="guest_select">
- <OPTION value="3600">1 {--LIFE_HOURS--}</OPTION>
- <OPTION value="8200">2 {--LIFE_HOURS--}</OPTION>
- <OPTION value="21600">6 {--LIFE_HOURS--}</OPTION>
- <OPTION value="43200">12 {--LIFE_HOURS--}</OPTION>
- <OPTION value="86400">1 {--LIFE_DAYS--}</OPTION>
- <OPTION value="182800">2 {--LIFE_DAYS--}</OPTION>
- <OPTION value="604800">1 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="1209600">2 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="2592000">1 {--LIFE_MONTHS--}</OPTION>
- <OPTION value="5184000">2 {--LIFE_MONTHS--}</OPTION>
- <OPTION value="15552000">6 {--LIFE_MONTHS--}</OPTION>
- <OPTION value="31536000">1 {--LIFE_YEARS--}</OPTION>
- <OPTION value="60">{--LIFE_CLOSE_BROWSER--}</OPTION>
- </SELECT></TD>
+ <option value="3600">1 {--LIFE_HOURS--}</option>
+ <option value="8200">2 {--LIFE_HOURS--}</option>
+ <option value="21600">6 {--LIFE_HOURS--}</option>
+ <option value="43200">12 {--LIFE_HOURS--}</option>
+ <option value="86400">1 {--LIFE_DAYS--}</option>
+ <option value="182800">2 {--LIFE_DAYS--}</option>
+ <option value="604800">1 {--LIFE_WEEKS--}</option>
+ <option value="1209600">2 {--LIFE_WEEKS--}</option>
+ <option value="2592000">1 {--LIFE_MONTHS--}</option>
+ <option value="5184000">2 {--LIFE_MONTHS--}</option>
+ <option value="15552000">6 {--LIFE_MONTHS--}</option>
+ <option value="31536000">1 {--LIFE_YEARS--}</option>
+ <option value="60">{--LIFE_CLOSE_BROWSER--}</option>
+ </select></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD width="10" class="guest_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<br />
-
-<FORM action="{!URL!}/modules.php?module=index&what=login"
+<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_table dashed" width="540">
<TR>
<TD width="10" class="guest_title2 bottom2 seperator"> </TD>
- <TD colspan="3" class="guest_title2 bottom2" height="30"><STRONG>{--GUEST_GET_NEW_PASS--}</STRONG>
+ <TD colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_GET_NEW_PASS--}</strong>
</TD>
<TD width="10" class="guest_title2 bottom2 seperator"> </TD>
</TR>
<TD width="145" align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</TD>
<TD width="10" class="seperator"> </TD>
<TD width="145"><INPUT type="text" name="id" class="guest_normal"
- size="10" maxlength="255"> <STRONG>{--_OR--}</STRONG></TD>
+ size="10" maxlength="255"> <strong>{--_OR--}</strong></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD width="10" class="guest_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
class="guest_table dashed">
<TR>
- <TD class="guest_title2 bottom2" height="25"><STRONG>Keine
- Referal-Rallyes aktiv!</STRONG></TD>
+ <TD class="guest_title2 bottom2" height="25"><strong>Keine
+ Referal-Rallyes aktiv!</strong></TD>
</TR>
<TR>
<TD align="center" class="bottom2">
- <DIV
+ <div
style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px"
align="center">Derzeit ist noch keine Rallye im Gange! Bitte
- kommen Sie später noch einmal wieder!</DIV>
+ kommen Sie später noch einmal wieder!</div>
</TD>
</TR>
<TR>
<TD class="guest_title2" height="25">
- <DIV
+ <div
style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px"
align="center"> <!-- Platz fuer Links, etc., dann aber das entfernen! -->
- </DIV>
+ </div>
</TD>
</TR>
</TABLE>
<TR>
- <TD colspan="4" class="guest_title2" height="25" align="center"><STRONG>{--RALLYE_HAPPY_WINNERS--}</STRONG>
+ <TD colspan="4" class="guest_title2" height="25" align="center">
+ <strong>{--RALLYE_HAPPY_WINNERS--}</strong>
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="530"
class="guest_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2" width="80" height="25"><STRONG>{--_RALLYE_PRICE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="50"><STRONG>{--_UID--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="200"><STRONG>{--RALLYE_GUEST_REFS--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="200"><STRONG>{--RALLYE_PRICE_IS--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="50"><strong>{--_UID--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="200"><strong>{--RALLYE_GUEST_REFS--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="200"><strong>{--RALLYE_PRICE_IS--}</strong></TD>
</TR>
\ No newline at end of file
<TR>
<TD colspan="3" class="guest_title2" height="10" style="padding-top: 5px; padding-bottom: 5px">
- <UL>
- <LI><FONT class="guest_note">Es werden nur aktive User gewertet.</FONT></LI>
- <LI><FONT class="guest_note">{!__RALLYE_MAX_USERS!}</FONT></LI>
- <LI><FONT class="guest_note">{!__RALLYE_MIN_PRICES!}</FONT></LI>
- <LI><FONT class="guest_note">Der Rechtsweg ist ausgeschlossen.</FONT></LI>
- </UL>
+ <ul>
+ <li><div class="guest_note">Es werden nur aktive User gewertet.</div></li>
+ <li><div class="guest_note">{!__RALLYE_MAX_USERS!}</div></li>
+ <li><div class="guest_note">{!__RALLYE_MIN_PRICES!}</div></li>
+ <li><div class="guest_note">Der Rechtsweg ist ausgeschlossen.</div></li>
+ </ul>
</TD>
</TR>
</TABLE>
<TABLE border="0" cellspacing="0" cellpadding="0" width="430"
class="guest_table dashed">
<TR>
- <TD align="center" class="admin_title bottom2" width="80" height="25"><STRONG>{--_RALLYE_PRICE--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="50"><STRONG>{--_UID--}</STRONG></TD>
- <TD align="center" class="admin_title bottom2" width="300"><STRONG>{--RALLYE_GUEST_REFS--}</STRONG></TD>
+ <TD align="center" class="admin_title bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="50"><strong>{--_UID--}</strong></TD>
+ <TD align="center" class="admin_title bottom2" width="300"><strong>{--RALLYE_GUEST_REFS--}</strong></TD>
</TR>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="guest_table dashed">
<TR>
<TD class="guest_title2 bottom2" height="25">
- <STRONG>Referal-Rallye gestartet!</STRONG>
+ <strong>Referal-Rallye gestartet!</strong>
</TD>
</TR>
<TR>
<TD class="bottom2" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
- <UL>
- <LI>Titel: <STRONG>{!__RALLYE_TITLE!}</STRONG></LI>
- <LI>Start: <STRONG>{!__RALLYE_START!}</STRONG></LI>
- <LI>Ende : <STRONG>{!__RALLYE_END!}</STRONG></LI>
- </UL>
+ <ul>
+ <li>Titel: <strong>{!__RALLYE_TITLE!}</strong></li>
+ <li>Start: <strong>{!__RALLYE_START!}</strong></li>
+ <li>Ende : <strong>{!__RALLYE_END!}</strong></li>
+ </ul>
</TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" height="25">
- <STRONG>...:: {!__RALLYE_TITLE!} ::...</STRONG>
+ <strong>...:: {!__RALLYE_TITLE!} ::...</strong>
</TD>
</TR>
<TR>
<TD class="bottom2">
- <DIV
+ <div
style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
- {!__RALLYE_DESCR!}</DIV>
+ {!__RALLYE_DESCR!}</div>
</TD>
</TR>
<TR>
- <TD class="guest_title2 bottom2" height="25"><STRONG>{!__RALLYE_CAN_WIN_THIS!}:</STRONG>
+ <TD class="guest_title2 bottom2" height="25"><strong>{!__RALLYE_CAN_WIN_THIS!}:</strong>
</TD>
</TR>
<TR>
<TD class="bottom2">
- <DIV
+ <div
style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
- {!__RALLYE_PRICES!}</DIV>
+ {!__RALLYE_PRICES!}</div>
</TD>
</TR>
<TR>
- <TD class="guest_title2 bottom2" height="25"><STRONG>Aktueller
- Stand der Rallye:</STRONG></TD>
+ <TD class="guest_title2 bottom2" height="25"><strong>Aktueller
+ Stand der Rallye:</strong></TD>
</TR>
<TR>
<TD class="bottom2" align="center">
- <DIV
+ <div
style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px"
- align="center">{!__RALLYE_TOP_USERS!}</DIV>
+ align="center">{!__RALLYE_TOP_USERS!}</div>
</TD>
</TR>
<TR>
<TD class="guest_title2" height="25">
- <DIV align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
- <STRONG>...:: {!__RALLYE_EXTRAS!} ::...</STRONG>
- </DIV>
+ <div align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
+ <strong>...:: {!__RALLYE_EXTRAS!} ::...</strong>
+ </div>
</TD>
</TR>
</TABLE>
class="register_header dashed">
<TR>
<TD width="60%" align="right" height="40" class="register_left">
- <STRONG>{--MAX_PER_DAY--}:</STRONG> </TD>
- <TD width="40%" class="register_right"><SELECT name="max_mails"
+ <strong>{--MAX_PER_DAY--}:</strong> </TD>
+ <TD width="40%" class="register_right"><select name="max_mails"
size="1" class="register_select">
{!__MAX_RECEIVE_OPTIONS!}
- </SELECT></TD>
+ </select></TD>
</TR>
</TABLE>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=index&what=register" method="POST" name="register">
-<DIV align="center">
+<form action="{!URL!}/modules.php?module=index&what=register" method="POST" name="register">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="640"
class="guest_table dashed">
<TR>
<TR>
<TD width="50%" class="register_left">
{--GUEST_GENDER--}{!MUST_GENDER!}: </TD>
- <TD width="50%" class="register_right"><SELECT name="gender"
+ <TD width="50%" class="register_right"><select name="gender"
size="1" class="guest_select">
- <OPTION value="M">{--GENDER_M--}</OPTION>
- <OPTION value="F">{--GENDER_F--}</OPTION>
- <OPTION value="C">{--GENDER_C--}</OPTION>
- </SELECT></TD>
+ <option value="M">{--GENDER_M--}</option>
+ <option value="F">{--GENDER_F--}</option>
+ <option value="C">{--GENDER_C--}</option>
+ </select></TD>
</TR>
<TR>
<TD colspan="2" height="7" class="seperator"> </TD>
<TD colspan="2" height="7" class="seperator"> </TD>
</TR>
<TR>
- <TD colspan="2" align="center"><STRONG class="guest_failed">{!MUST_MARKER!} : {--REGISTER_MUST_SET_NOTE--}</STRONG>
+ <TD colspan="2" align="center"><div class="guest_failed">{!MUST_MARKER!} : {--REGISTER_MUST_SET_NOTE--}</STRONG>
</TD>
</TR>
</TABLE>
<TR>
<TD colspan="2" class="guest_title2 bottom2" height="30">
{--TERMS_OF_USAGE--}:<br />
- <SPAN class="guest_failed">{--YOU_FINALIZE--}</SPAN></TD>
+ <span class="guest_failed">{--YOU_FINALIZE--}</span></TD>
</TR>
<TR>
<TD colspan="2" height="7" class="seperator"> </TD>
value="{--SUBMIT_REGISTER--}" /></TD>
</TR>
</TABLE>
-</DIV>
-</FORM>
\ No newline at end of file
+</div>
+</form>
\ No newline at end of file
<TD align="right" width="50%" class="register_left">
{--REFID_BY--}: </TD>
<TD width="50%" class="register_right">
- <STRONG>$content</STRONG>
+ <strong>$content</strong>
<INPUT type="hidden" name="refid" value="$content" />
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw$content[sw] bottom2 right2" width="225">$content[title]: </TD>
<TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
- <FONT class="nobr"><STRONG>1 {!POINTS!}</STRONG> = <STRONG>$content[conv] $content[name]</STRONG></FONT>
+ <div class="nobr"><strong>1 {!POINTS!}</strong> = <strong>$content[conv] $content[name]</strong></div>
</TD>
</TR>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=index&what=sponsor_login&mode=activate" method="POST">
+<div align="center">
+<form action="{!URL!}/modules.php?module=index&what=sponsor_login&mode=activate" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
<TR>
<TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
- <STRONG>{--SPONSOR_SEND_ACTIVATION_LINK--}</STRONG>
+ <strong>{--SPONSOR_SEND_ACTIVATION_LINK--}</strong>
</TD>
</TR>
<TD colspan="2" height="5" class="seperator"> </TD></TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
-<DIV align="center">
- <FONT class="guest_note">{--SPONSOR_HOWTO_GET_ACTIVATION_LINK--}</FONT>
-</DIV>
+<div align="center">
+ <div class="guest_note">{--SPONSOR_HOWTO_GET_ACTIVATION_LINK--}</div>
+</div>
<br />
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
<TR>
<TD align="center" height="30">
- »» <A href="{!URL!}/modules.php?module=index&what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</A><br />
+ »» <a href="{!URL!}/modules.php?module=index&what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
<TR>
<TD class="guest_title bottom2">
- <STRONG class="big">{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</STRONG><br />
+ <div class="big">{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</STRONG><br />
{--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
</TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
<TR>
<TD colspan="2" align="center" class="guest_title2 bottom2" height="30">
- <STRONG>{--GUEST_SPONSOR_ACTIONS_HEADER--}</STRONG>
+ <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
</TD>
</TR>
{!__SPONSOR_ACTIONS!}
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=index&what=sponsor_login" method="POST">
+<div align="center">
+<form action="{!URL!}/modules.php?module=index&what=sponsor_login" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
<TR>
<TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
- <STRONG>{--SPONSOR_LOGIN_WELCOME--}</STRONG>
+ <strong>{--SPONSOR_LOGIN_WELCOME--}</strong>
</TD>
</TR>
<TD colspan="2" height="5" class="seperator"> </TD></TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
<br />
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
<TR>
<TD align="center" height="30">
- »» <A href="{!URL!}/modules.php?module=index&what=sponsor_login&mode=lost_pass">{--SPONSOR_PASSWORD_LOST--}</A>
+ »» <a href="{!URL!}/modules.php?module=index&what=sponsor_login&mode=lost_pass">{--SPONSOR_PASSWORD_LOST--}</a>
</TD>
</TR>
<TR>
<TD align="center" height="30">
- »» <A href="{!URL!}/modules.php?module=index&what=sponsor_login&mode=activate">{--SPONSOR_ACTIVATION_LINK_LOST--}</A><br />
+ »» <a href="{!URL!}/modules.php?module=index&what=sponsor_login&mode=activate">{--SPONSOR_ACTIVATION_LINK_LOST--}</a><br />
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=index&what=sponsor_login&mode=lost_pass" method="POST">
+<div align="center">
+<form action="{!URL!}/modules.php?module=index&what=sponsor_login&mode=lost_pass" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
<TR>
<TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
- <STRONG>{--SPONSOR_SEND_LOST_PASSWORD--}</STRONG>
+ <strong>{--SPONSOR_SEND_LOST_PASSWORD--}</strong>
</TD>
</TR>
<TD colspan="2" height="5" class="seperator"> </TD></TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
-<DIV align="center">
- <FONT class="guest_note">{--SPONSOR_HOWTO_GET_LOST_PASSWORD--}</FONT>
-</DIV>
+<div align="center">
+ <div class="guest_note">{--SPONSOR_HOWTO_GET_LOST_PASSWORD--}</div>
+</div>
<br />
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
<TR>
<TD align="center" height="30">
- »» <A href="{!URL!}/modules.php?module=index&what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</A><br />
+ »» <a href="{!URL!}/modules.php?module=index&what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
<TR>
<TD align="center" colspan="2" height="30" class="guest_title2 bottom2">
- <STRONG>$content[name]:</STRONG>
+ <strong>$content[name]:</strong>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw$content[sw] right2" width="225" height="24">{--SPONSOR_PAYTYPE_COUNT--}: </TD>
<TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
- <FONT class="nobr"><STRONG>$content[rate] {!POINTS!}</STRONG></FONT>
+ <div class="nobr"><strong>$content[rate] {!POINTS!}</strong></div>
</TD>
</TR>
<TR>
<TD align="right" class="switch_sw$content[sw] bottom2 right2" width="225" height="24">{--SPONSOR_PAYTYPE_VALUE--}: </TD>
<TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
- <FONT class="nobr"><STRONG>$content[price] $content[curr]</STRONG></FONT>
+ <div class="nobr"><strong>$content[price] $content[curr]</strong></div>
</TD>
</TR>
{!__SPONSOR_FORM_ERRORS!}
-<DIV align="center"><STRONG class="big">{--GUEST_SPONSOR_TITLE--}</STRONG></DIV>
+<div align="center"><div class="big">{--GUEST_SPONSOR_TITLE--}</STRONG></div>
<br />
{--GUEST_SPONSOR_TEASER_1--}<br />
<br />
<br />
{--GUEST_SPONSOR_TEASER_3--}<br />
<br />
-<FORM action="{!URL!}/modules.php?module=index&what=sponsor_reg" method="POST">
+<form action="{!URL!}/modules.php?module=index&what=sponsor_reg" method="POST">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="guest_table dashed" width="530">
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_ENTER_COMPANY_DATA--}</STRONG>
+ <strong>{--SPONSOR_ENTER_COMPANY_DATA--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="bottom2" width="10" height="40"> </TD>
<TD class="bottom2" colspan="3" align="center">
- <FONT class="guest_note">{--SPONSOR_COMPANY_NOTE--}</FONT>
+ <div class="guest_note">{--SPONSOR_COMPANY_NOTE--}</div>
</TD>
<TD class="bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_ENTER_PERSONA_DATA--}</STRONG>
+ <strong>{--SPONSOR_ENTER_PERSONA_DATA--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD>
- <SELECT name="gender" class="guest_select" size="1">
- <OPTION value="M"{!__GENDER_M!}>{--GENDER_M--}</OPTION>
- <OPTION value="F"{!__GENDER_F!}>{--GENDER_F--}</OPTION>
- <OPTION value="C"{!__GENDER_C!}>{--GENDER_C--}</OPTION>
- </SELECT>
+ <select name="gender" class="guest_select" size="1">
+ <option value="M"{!__GENDER_M!}>{--GENDER_M--}</option>
+ <option value="F"{!__GENDER_F!}>{--GENDER_F--}</option>
+ <option value="C"{!__GENDER_C!}>{--GENDER_C--}</option>
+ </select>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_ENTER_CONTACT_DATA--}</STRONG>
+ <strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_ENTER_PASSWORDS--}</STRONG>
+ <strong>{--SPONSOR_ENTER_PASSWORDS--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_REFERRAL--}</STRONG>
+ <strong>{--SPONSOR_REFERRAL--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD>
- <STRONG>{!__SPONSOR_REFID!}</STRONG>
+ <strong>{!__SPONSOR_REFID!}</strong>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_WARNINGS--}</STRONG>
+ <strong>{--SPONSOR_WARNINGS--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD>
- <SELECT name="receive_warnings" class="guest_select" size="1">
- <OPTION value="Y"{!__REC_Y!} />{--YES--}</OPTION>
- <OPTION value="N"{!__REC_N!} />{--NO--}</OPTION>
- </SELECT>
+ <select name="receive_warnings" class="guest_select" size="1">
+ <option value="Y"{!__REC_Y!} />{--YES--}</option>
+ <option value="N"{!__REC_N!} />{--NO--}</option>
+ </select>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
</TD>
<TD class="seperator" width="10"> </TD>
<TD>
- <SELECT name="warning_interval" class="guest_select" size="1">
- <OPTION value="0">{--SELECT_NONE--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*7)--}" selected>1 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</OPTION>
- </SELECT>
+ <select name="warning_interval" class="guest_select" size="1">
+ <option value="0">{--SELECT_NONE--}</option>
+ <option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
+ <option value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</option>
+ <option value="{--($_CONFIG['one_day']*7)--}" selected>1 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
+ </select>
</TD>
<TD class="seperator" width="10"> </TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_PAYMENTS--}</STRONG>
+ <strong>{--SPONSOR_PAYMENTS--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
<TR>
<TD class="guest_title2 bottom2" width="10" height="30"> </TD>
<TD class="guest_title2 bottom2" colspan="3" align="center">
- <STRONG>{--SPONSOR_TERMS_HEADER--}</STRONG>
+ <strong>{--SPONSOR_TERMS_HEADER--}</strong>
</TD>
<TD class="guest_title2 bottom2" width="10"> </TD>
</TR>
<TD class="guest_footer seperator" width="10"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0"
class="guest_stats dashed">
<TR>
- <TD align="center" class="guest_stats_title bottom2" colspan="6"><STRONG>{--GUEST_STATS--}</STRONG></TD>
+ <TD align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS--}</strong></TD>
</TR>
<TR>
<TD class="guest_stats_l bottom2">{--USERS_TOTAL--}:</TD>
<TD class="guest_stats_r bottom2">{!__YREG_COUNT!}</TD>
</TR>
<TR>
- <TD align="center" class="guest_stats_title bottom2" colspan="6"><STRONG>{--GUEST_STATS_MONTHLY--}</STRONG></TD>
+ <TD align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></TD>
</TR>
{!__MONTH_STATS_ROWS!}
<TR>
- <TD align="center" class="guest_stats_title bottom2" colspan="6"><STRONG>{--GUEST_STATS_CATS--}</STRONG></TD>
+ <TD align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></TD>
</TR>
{!__CATS_STATS_ROWS!}
<TR>
- <TD align="center" class="guest_stats_footer" colspan="6"><A
- href="{!URL!}/modules.php?module=index&what=stats&mode={!__LMODE_VALUE!}">{!__LINK_TITLE!}</A>
+ <TD align="center" class="guest_stats_footer" colspan="6"><a
+ href="{!URL!}/modules.php?module=index&what=stats&mode={!__LMODE_VALUE!}">{!__LINK_TITLE!}</a>
</TD>
</TR>
</TABLE>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
<TR>
- <TD colspan="5" class="guest_title2 bottom2" height="30"><STRONG>{--GUEST_TOP10_LOGIN_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_LOGIN_HEADER_2--}</STRONG>
+ <TD colspan="5" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_LOGIN_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_LOGIN_HEADER_2--}</strong>
</TD>
</TR>
<TR>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOP10_RANKING--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--_UID--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOTAL_LOGINS--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_LOGINS--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOTAL_POINTS--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
</TD>
- <TD class="guest_title2 bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
+ <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
</TD>
</TR>
{!__TOP_LOGINS_ROWS!}
<TR>
<TD colspan="5" align="center" class="guest_footer" height="30">
- <FONT class="member_note tiny">{--GUEST_TOP10_LOGIN_FOOTER--}</FONT></TD>
+ <div class="member_note tiny">{--GUEST_TOP10_LOGIN_FOOTER--}</div></TD>
</TR>
</TABLE>
-</DIV>
+</div>
<br />
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
<TR>
- <TD colspan="4" class="guest_title2 bottom2" height="30"><STRONG>{--GUEST_TOP10_POINTS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_POINTS_HEADER_2--}</STRONG>
+ <TD colspan="4" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_POINTS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_POINTS_HEADER_2--}</strong>
</TD>
</TR>
<TR>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOP10_RANKING--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--_UID--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOTAL_POINTS--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
</TD>
- <TD class="guest_title2 bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
+ <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
</TD>
</TR>
{!__TOP_POINTS_ROWS!}
<TR>
<TD colspan="5" align="center" class="guest_footer" height="30">
- <FONT class="member_note tiny">{--GUEST_TOP10_POINTS_FOOTER--}</FONT>
+ <div class="member_note tiny">{--GUEST_TOP10_POINTS_FOOTER--}</div>
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
<br />
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
<TR>
- <TD colspan="5" class="guest_title2 bottom2" height="30"><STRONG>{--GUEST_TOP10_REFS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_REFS_HEADER_2--}</STRONG>
+ <TD colspan="5" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_REFS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_REFS_HEADER_2--}</strong>
</TD>
</TR>
<TR>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOP10_RANKING--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--_UID--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOTAL_REFERRALS--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_REFERRALS--}:</strong>
</TD>
- <TD class="guest_title2 bottom2 right2"><STRONG>{--TOTAL_POINTS--}:</STRONG>
+ <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
</TD>
- <TD class="guest_title2 bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
+ <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
</TD>
</TR>
{!__TOP_REFERRAL_ROWS!}
<TR>
<TD colspan="5" align="center" class="guest_footer" height="30">
- <FONT class="member_note tiny">{--GUEST_TOP10_REFS_FOOTER--}</FONT></TD>
+ <div class="member_note tiny">{--GUEST_TOP10_REFS_FOOTER--}</div></TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0">
<TR>
- <TD colspan="3" class="impressum_header"><STRONG><U>Impressum</U></STRONG></TD>
+ <TD colspan="3" class="impressum_header"><strong><u>Impressum</u></strong></TD>
</TR>
<TR>
<TD colspan="3" class="impressum_body"> </TD>
<br />
Tel.: +49(0)-123-456789<br />
<br />
- Email: <A href="mailto:{!WEBMASTER!}">{!WEBMASTER!}</A><br />
+ Email: <a href="mailto:{!WEBMASTER!}">{!WEBMASTER!}</a><br />
<br />
</TD>
<TD class="impressum_body" width="5"> </TD>
<TD colspan="3" class="impressum_body"> </TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<A name="TOP"></A>
+<a name="TOP"></a>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
class="guest_table" height="100%">
<TR>
<TD align="center" height="65%">
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
- <TD align="center"><A target="_parent"
+ <TD align="center"><a target="_parent"
href="{!URL!}/modules.php?module=index&what=welcome$content">
<!-- <IMG src="{!THEME_URL!}/images/index_logo.jpg" alt="{!MAIN_TITLE!}" title="{!MAIN_TITLE!}" border="0"> //-->
- <FONT class="big">{!MAIN_TITLE!}</FONT> </A></TD>
+ <div class="big">{!MAIN_TITLE!}</div> </a></TD>
</TR>
<TR>
<TD align="center" height="30" class="seperator"> </TD>
</TR>
<TR>
- <TD align="center"><FONT class="medium">{!SLOGAN!}</FONT></TD>
+ <TD align="center"><div class="medium">{!SLOGAN!}</div></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
- <TD align="center" height="26%"><FONT class="big">[ <A
+ <TD align="center" height="26%"><div class="big">[ <a
target="_parent"
- href="{!URL!}/modules.php?module=index&what=welcome$content">Weiter...</A> ]</FONT>
+ href="{!URL!}/modules.php?module=index&what=welcome$content">Weiter...</a> ]</div>
</TD>
</TR>
<TR>
- <TD align="center" valign="bottom" height="9%"><FONT class="tiny">
- <STRONG><U>Impressum:</U></STRONG><br />
+ <TD align="center" valign="bottom" height="9%"><div class="tiny">
+ <strong><u>Impressum:</u></strong><br />
<P>Ihr Name hier, Ihre Straße, X-12345 Demo-Stadt<br />
- Tel.: 01234-56789-0, Email: <A
- href="mailto:mail_NO_SPAM_@_NO_SPAM_provider.de">Webmaster</A></P>
+ Tel.: 01234-56789-0, Email: <a
+ href="mailto:mail_NO_SPAM_@_NO_SPAM_provider.de">Webmaster</a></P>
<P>Weitere Angaben? ...</P>
<P>Gelinkte Seiten, die sich ausserhalb von {!URL!} befinden,
mache ich mich nicht mit verantwortlich und distanziere mich hiermit
- ausdrücklich von diesen und deren Inhalten! Bitte beachte den <A
- href="" target="_blank">Disclaimer</A>!<br />
- </FONT></TD>
+ ausdrücklich von diesen und deren Inhalten! Bitte beachte den <a
+ href="" target="_blank">Disclaimer</a>!<br />
+ </div></TD>
</TR>
</TABLE>
\ No newline at end of file
-<DIV class="install_fatalcontent"><STRONG>{--FATAL_NO--}$content[key]:</STRONG><br />
- <STRONG>·</STRONG> $content[value]</DIV>
+<div class="install_fatalcontent"><strong>{--FATAL_NO--}$content[key]:</strong><br />
+ <strong>·</strong> $content[value]</div>
-<DIV align="center">
-<DIV class="install_fatal">
-<DIV class="fatal_title">{--INSTALL_PROBLEMS_DETECTED--}</DIV>
-$content</DIV>
-</DIV>
+<div align="center">
+<div class="install_fatal">
+<div class="fatal_title">{--INSTALL_PROBLEMS_DETECTED--}</div>
+$content</div>
+</div>
-<SPAN class="install_finished">{--INSTALL_FINISHED--}</SPAN><br />
+<span class="install_finished">{--INSTALL_FINISHED--}</span><br />
<br />
-<SPAN class="install_security">{--INSTALL_FIN_SECU--}</SPAN><br />
+<span class="install_security">{--INSTALL_FIN_SECU--}</span><br />
<br />
-<FORM action="modules.php" method="GET">
+<form action="modules.php" method="GET">
<INPUT type="hidden" name="module" value="admin" />
<INPUT type="submit" class="admin_submit submit" value="{--CONTINUE_ADMIN--}" class="install_submit" />
-</FORM>
+</form>
-
-</DIV>
+</div>
</TD>
</TR>
</TABLE>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" class="install_main"
width="100%">
<TR>
- <TD align="center" class="install_header"><STRONG>: : :
- {--INSTALLATION--} : : :</STRONG></TD>
+ <TD align="center" class="install_header"><strong>: : :
+ {--INSTALLATION--} : : :</strong></TD>
</TR>
<TR>
<TD height="14" class="seperator"> </TD>
</TR>
<TR>
<TD align="center">
- <DIV align="center">
\ No newline at end of file
+ <div align="center">
\ No newline at end of file
-<FORM action="{!__BURL_ACTION!}/install.php?page=2" method="POST"
+<form action="{!__BURL_ACTION!}/install.php?page=2" method="POST"
target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="install_content">
<TR>
- <TD colspan="3" align="center"><STRONG class="install">{--HEADER_TEXT_PAGE1--}</STRONG>
+ <TD colspan="3" align="center"><div class="install">{--HEADER_TEXT_PAGE1--}</STRONG>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD width="10" rowspan="12"></TD>
- <TD colspan="2"><SPAN class="install_intro">
- {--TEXT_PAGE_1--} </SPAN></TD>
+ <TD colspan="2"><span class="install_intro">
+ {--TEXT_PAGE_1--} </span></TD>
</TR>
<TR>
<TD colspan="2" height="21" class="seperator"> </TD>
<TD colspan="3" height="21" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!__BURL_ACTION--}/install.php?page=3" method="POST"
+<form action="{!__BURL_ACTION--}/install.php?page=3" method="POST"
target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" class="install_table">
<TR>
- <TD colspan="2" align="center"><STRONG class="install">{--HEADER_TEXT_PAGE2--}</STRONG>
+ <TD colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE2--}</STRONG>
</TD>
</TR>
<TR>
<TD colspan="2" height="21" class="seperator"> </TD>
</TR>
<TR>
- <TD colspan="2"><SPAN class="install_intro">
- {--TEXT_PAGE_2--} </SPAN></TD>
+ <TD colspan="2"><span class="install_intro">
+ {--TEXT_PAGE_2--} </span></TD>
</TR>
<TR>
<TD colspan="2" height="21" class="seperator"> </TD>
<TD colspan="2" height="21" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!__BURL_ACTION--}/install.php?page=5" method="POST" target="_self">
+<form action="{!__BURL_ACTION--}/install.php?page=5" method="POST" target="_self">
<TABLE border="0" cellspacing="0" cellpadding="0" class="install_table">
<TR>
- <TD colspan="2" align="center"><STRONG class="install">{--HEADER_TEXT_PAGE3--}</STRONG>
+ <TD colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE3--}</STRONG>
</TD>
</TR>
<TR>
<TD colspan="2" height="21" class="seperator"> </TD>
</TR>
<TR>
- <TD colspan="2"><SPAN class="install_intro">
- {--TEXT_PAGE_3--} </SPAN></TD>
+ <TD colspan="2"><span class="install_intro">
+ {--TEXT_PAGE_3--} </span></TD>
</TR>
<TR>
<TD colspan="2" height="21" class="seperator"> </TD>
<TD colspan="2" height="21" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0"
class="install_content">
<TR>
- <TD colspan="2" align="center"><STRONG class="install_welcome">{--WELCOME_TEXT--}</STRONG>
+ <TD colspan="2" align="center"><div class="install_welcome">{--WELCOME_TEXT--}</STRONG>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
- <TD><SPAN class="install_intro"> {--INTRO_TEXT--} </SPAN></TD>
+ <TD><span class="install_intro"> {--INTRO_TEXT--} </span></TD>
</TR>
<TR>
<TD colspan="2" height="21" class="seperator"> </TD>
</TR>
<TR>
<TD colspan="2" align="center">
- <FORM action="install.php" method="GET" target="_self"><INPUT
+ <form action="install.php" method="GET" target="_self"><INPUT
type="hidden" name="page" value="1"> <INPUT type="submit"
class="admin_submit submit" value="{--NEXT_PAGE--}"
- class="install_submit"></FORM>
+ class="install_submit"></form>
</TD>
</TR>
<TR>
<!-- LEAD CODE AB HIER! //-->
<!-- LEAD CODE BIS HIER! //-->
-<P align="center">[<A href="{!URL!}/modules.php?module=index">Weiter
-zur Eingangsseite</A>] | [<A
- href="{!URL!}/modules.php?module=login">Weiter zum Loginbereich</A>]
+<P align="center">[<a href="{!URL!}/modules.php?module=index">Weiter
+zur Eingangsseite</a>] | [<a
+ href="{!URL!}/modules.php?module=login">Weiter zum Loginbereich</a>]
</P>
-<BIG><STRONG>D E R E F E R R E R - {!MAIN_TITLE!}</STRONG></BIG>
+<BIG><strong>D E R E F E R R E R - {!MAIN_TITLE!}</strong></BIG>
<br />
<br />
<br />
<br />
<br />
{--LOADER_NOT_WORKING--} [
-<A href="{!__URL!}">{--LOADER_CLICK_HERE--}</A>
+<a href="{!__URL!}">{--LOADER_CLICK_HERE--}</a>
]
<SCRIPT language="JavaScript" type="text/javascript">
<!--
<TR>
<TD width="10" class="seperator"> </TD>
<TD width="220" align="center">
- <FORM
+ <form
action="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&{!_TYPE_VALUE!}={!_DATA_VALUE!}&mode=add&code={!_CODE_VALUE!}"
method="POST" style="margin-bottom: 0px">
{--MAILID_CLICK_BUTTON--}:<br />
<INPUT type="hidden" name="gfx_check" value="{!__GFX_CODE!}">
<INPUT type="submit" class="member_submit" name="ok"
- value="{--SUBMIT_CODE--}"></FORM>
+ value="{--SUBMIT_CODE--}"></form>
</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">
<TR>
<TD width="10" class="seperator"> </TD>
<TD width="220" align="center">
- <FORM
+ <form
action="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&{!_TYPE_VALUE!}={!_DATA_VALUE!}&mode=add&code={--_CODE_VALUE!}"
method="POST" style="margin-bottom: 0px">{--ENTER_CODE--}:
{--_IMAGE_CODE--}<br />
<INPUT type="text" name="gfx_check" class="member_normal" size="5"
maxlength="45"> <INPUT type="submit" class="member_submit"
- name="ok" value="{--SUBMIT_CODE--}"></FORM>
+ name="ok" value="{--SUBMIT_CODE--}"></form>
</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">
class="member_mailidtop">
<TR>
<TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">{--THANX_POINTS_ADDED_1--}<STRONG
- class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_ADDED_2--}<br />
- {--MAILID_TOTAL_POINTS1--} <STRONG class="member_done">{!__TOTAL_POINTS!}
- {!POINTS!}</STRONG> {--MAILID_TOTAL_POINTS2--}</TD>
+ <TD width="220" align="center">{--THANX_POINTS_ADDED_1--}<strong
+ class="member_done">{--_POINTS_VALUE!}</strong> {--THANX_POINTS_ADDED_2--}<br />
+ {--MAILID_TOTAL_POINTS1--} <div class="member_done">{!__TOTAL_POINTS!}
+ {!POINTS!}</strong> {--MAILID_TOTAL_POINTS2--}</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
<TR>
<TD width="10" class="seperator"> </TD>
- <TD width="220" align="center"><FONT class="tiny">
- {--THANX_POINTS_ADDED_1--}<STRONG class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_ADDED_2--}<br />
- {--MAILID_TOTAL_POINTS1--} <STRONG class="member_done">{!__TOTAL_POINTS!}
+ <TD width="220" align="center"><div class="tiny">
+ {--THANX_POINTS_ADDED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_ADDED_2--}<br />
+ {--MAILID_TOTAL_POINTS1--} <div class="member_done">{!__TOTAL_POINTS!}
{!POINTS!}</STRONG> {--MAILID_TOTAL_POINTS2--}<br />
<br />
- <A
+ <a
href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&t={!_TYPE_VALUE!}&d={!_DATA_VALUE!}"
- target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </FONT></TD>
+ target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
<TR>
<TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">{--POINTS_NOT_ADDED_1--}<STRONG
- class="member_failed">{--_POINTS_VALUE!}</STRONG> {--POINTS_NOT_ADDED_2--}
+ <TD width="220" align="center">{--POINTS_NOT_ADDED_1--}<strong
+ class="member_failed">{--_POINTS_VALUE!}</strong> {--POINTS_NOT_ADDED_2--}
</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">
class="member_mailidtop">
<TR>
<TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">{--THANX_POINTS_LOCKED_1--}<STRONG
- class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_LOCKED_2--}<br />
+ <TD width="220" align="center">{--THANX_POINTS_LOCKED_1--}<strong
+ class="member_done">{--_POINTS_VALUE!}</strong> {--THANX_POINTS_LOCKED_2--}<br />
</TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">
class="member_mailidtop">
<TR>
<TD width="10" class="seperator"> </TD>
- <TD width="220" align="center"><FONT class="tiny">
- {--THANX_POINTS_LOCKED_1--}<STRONG class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_LOCKED_2--}<br />
+ <TD width="220" align="center"><div class="tiny">
+ {--THANX_POINTS_LOCKED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_LOCKED_2--}<br />
<br />
- <A
+ <a
href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&t={!_TYPE_VALUE!}&d={!_DATA_VALUE!}"
- target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </FONT></TD>
+ target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></TD>
<TD width="10" class="seperator"> </TD>
<TD align="center">
<TABLE border="0" cellspacing="0" cellpadding="0"
</TR>
<TR>
<TD align="center">
- <FORM name="confirm" style="margin-top: 0px; margin-bottom: 0px">
+ <form name="confirm" style="margin-top: 0px; margin-bottom: 0px">
{--MEMBER_TIME_COUNTER_1--} <INPUT type="text" name="counter"
size="{--_TIM2_VALUE!}" readonly class="member_normal"
value="{--_TIME_VALUE!}"> {--_SECONDS--}
- {--MEMBER_TIME_COUNTER_2--}</FORM>
+ {--MEMBER_TIME_COUNTER_2--}</form>
</TD>
</TR>
<TR>
<TD class="bottom seperator" width="10" rowspan="4"> </TD>
<TD class="bottom medium" align="center" colspan="3">
{--ENGINE_SOFTWARE--}:<br />
- <STRONG>{!TITLE!}</STRONG></TD>
+ <strong>{!TITLE!}</strong></TD>
<TD class="bottom seperator" width="10" rowspan="4z"> </TD>
</TR>
<TR>
<TD class="bottom media_right">{!__PATCH_CTIME!}</TD>
</TR>
<TR>
- <TD class="media_header" colspan="5"><FONT class="tiny">[ <STRONG><A
- href="{!URL!}/modules.php?module=index&what=stats">{--CONTINUE_MEMBER_STATS--}</A></STRONG> ]</FONT>
+ <TD class="media_header" colspan="5"><div class="tiny">[ <strong><a
+ href="{!URL!}/modules.php?module=index&what=stats">{--CONTINUE_MEMBER_STATS--}</a></strong> ]</div>
</TD>
</TR>
</TABLE>
<TR>
<TD align="center" class="beg_msg" height="60">
{--BEG_MEMBER_YOUR_LINK--}:<br />
- <STRONG><A href="{!URL!}/beg.php?uid={!__BEG_UID!}">{!URL!}/beg.php?uid={!__BEG_UID!}</A></STRONG>
+ <strong><a href="{!URL!}/beg.php?uid={!__BEG_UID!}">{!URL!}/beg.php?uid={!__BEG_UID!}</a></strong>
</TD>
</TR>
<TR>
<TR>
<TD align="center" class="beg_msg" height="60">
{--BEG_MEMBER_CLICKS_TOTAL--}:<br />
- <STRONG>{!__BEG_CLICKS!}</STRONG></TD>
+ <strong>{!__BEG_CLICKS!}</strong></TD>
</TR>
<TR>
<TD height="5" class="seperator"> </TD>
</TR>
<TR>
<TD align="left" class="beg_msg">
- <P>{--BEG_MEMBER_EARN_1--} <STRONG>{!__BEG_POINTS!}
- {!POINTS!}</STRONG> {--BEG_MEMBER_EARN_2--} <STRONG>{!__BEG_POINTS_MAX!}
- {!POINTS!}</STRONG> {--BEG_MEMBER_EARN_3--}</P>
- <P>{--BEG_MEMBER_TIMEOUT_1--} <STRONG>{!__BEG_TIMEOUT!}</STRONG>
+ <P>{--BEG_MEMBER_EARN_1--} <strong>{!__BEG_POINTS!}
+ {!POINTS!}</strong> {--BEG_MEMBER_EARN_2--} <strong>{!__BEG_POINTS_MAX!}
+ {!POINTS!}</strong> {--BEG_MEMBER_EARN_3--}</P>
+ <P>{--BEG_MEMBER_TIMEOUT_1--} <strong>{!__BEG_TIMEOUT!}</strong>
{--BEG_MEMBER_TIMEOUT_2--}</P>
<P align="right">{--BEG_MEMBER_HAVE_FUN--}</P>
</TD>
-<P align="center"><STRONG>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</STRONG><br />
+<P align="center"><strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong><br />
<br />
<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
class="member_table dashed">
<TR>
- <TD width="80" align="center" class="member_header bottom2"><STRONG>{--BONUS_RANK--}:</STRONG></TD>
- <TD width="120" align="center" class="member_header bottom2"><STRONG>{--_UID--}:</STRONG></TD>
+ <TD width="80" align="center" class="member_header bottom2"><strong>{--BONUS_RANK--}:</strong></TD>
+ <TD width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></TD>
- <TD width="100" align="center" class="member_header bottom2"><STRONG>{!POINTS!}:</STRONG></TD>
- <TD width="220" align="center" class="member_header bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
+ <TD width="100" align="center" class="member_header bottom2"><strong>{!POINTS!}:</strong></TD>
+ <TD width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
</TR>
{!__BONUS_ROWS!}
<TR>
<TD colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <FONT class="tiny member_note">{--BONUS_RALLYE_NOTE--}</FONT></TD>
+ <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></TD>
</TR>
</TABLE>
<br />
<TR>
<TD class="member_header bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
- align="center"><STRONG>{--BONUS_RALLYE_CONDITIONS--}:</STRONG></TD>
+ align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></TD>
</TR>
<TR>
<TD class="member_note bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <OL align="left">
- <LI class="tiny">{--BONUS_RALLYE_CONDITION_1--}</LI>
- <LI class="tiny">{--BONUS_RALLYE_CONDITION_2--}</LI>
- <LI class="tiny">{--BONUS_RALLYE_CONDITION_3--}</LI>
- <LI class="tiny">{--BONUS_RALLYE_CONDITION_4--}</LI>
- <LI class="tiny">{--BONUS_RALLYE_CONDITION_5--}</LI>
- </OL>
+ <ol align="left">
+ <li class="tiny">{--BONUS_RALLYE_CONDITION_1--}</li>
+ <li class="tiny">{--BONUS_RALLYE_CONDITION_2--}</li>
+ <li class="tiny">{--BONUS_RALLYE_CONDITION_3--}</li>
+ <li class="tiny">{--BONUS_RALLYE_CONDITION_4--}</li>
+ <li class="tiny">{--BONUS_RALLYE_CONDITION_5--}</li>
+ </ol>
</TD>
</TR>
<TR>
<TD colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <A href="{!URL!}/modules.php?module=login&what=unconfirmed">{--BONUS_START_CONFIRMING_MAILS--}</A>
+ <a href="{!URL!}/modules.php?module=login&what=unconfirmed">{--BONUS_START_CONFIRMING_MAILS--}</a>
</TD>
</TR>
</TABLE>
value="{--SUBMIT_CHANGES--}" /></TD>
</TR>
</TABLE>
-</FORM>
\ No newline at end of file
+</form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=login&what=categories" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=login&what=categories" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="member_main dashed">
<TR>
<TD colspan="5" height="5" class="seperator"></TD>
</TR>
<TR>
<TD width="5" class="seperator" rowspan="{!__ROWS!}"> </TD>
- <TD align="center" class="member_header" width="408"><STRONG>{--CATNAME--}</STRONG></TD>
+ <TD align="center" class="member_header" width="408"><strong>{--CATNAME--}</strong></TD>
<TD width="2" class="seperator"> </TD>
- <TD align="center" class="member_header" width="180"><STRONG>{--SELECT_CAT--}</STRONG></TD>
+ <TD align="center" class="member_header" width="180"><strong>{--SELECT_CAT--}</strong></TD>
<TD width="5" class="seperator" rowspan="{!__ROWS!}"> </TD>
</TR>
<TR>
</TD>
- <TD valign="top"><DIV class="member_skyscraper">
+ <TD valign="top"><div class="member_skyscraper">
<!-- 120x600-Skyscraper passt hier... //-->
- </DIV></TD>
+ </div></TD>
</TR>
<TR>
<TD align="center" valign="top" class="member_advert">
-<DIV align="center">{--DOUBLER_MEMBER_YOUR_LINK--}:<br />
-<STRONG><A href="{!URL!}/doubler.php?refid={!__USERID!}">{!URL!}/doubler.php?refid={!__USERID!}</A></STRONG><br />
+<div align="center">{--DOUBLER_MEMBER_YOUR_LINK--}:<br />
+<strong><a href="{!URL!}/doubler.php?refid={!__USERID!}">{!URL!}/doubler.php?refid={!__USERID!}</a></strong><br />
<br />
-{--DOUBLER_MEMBER_LINK_NOTE--}</DIV>
+{--DOUBLER_MEMBER_LINK_NOTE--}</div>
-<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_ALREADY_PAYOUT--}:</STRONG><br />
+<div align="center"><div class="big">{--DOUBLER_MEMBER_ALREADY_PAYOUT--}:</strong><br />
<br />
{!__DOUBLER_PAYOUT_HISTORY!}</div>
-<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_NEXT_PAYOUT--}:</STRONG><br />
+<div align="center"><div class="big">{--DOUBLER_MEMBER_NEXT_PAYOUT--}:</strong><br />
<br />
{!__DOUBLER_PAYOUT_NEXT!}</div>
-<div align="center"><STRONG class="big">{--DOUBLER_MEMBER_REF_PAYOUT--}:</STRONG><br />
+<div align="center"><div class="big">{--DOUBLER_MEMBER_REF_PAYOUT--}:</strong><br />
<br />
{!__DOUBLER_PAYOUT_REF!}</div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0"
class="doubler_table dashed" width="520">
<TR>
- <TD align="center" class="doubler_header bottom2"><STRONG
- class="big">{--DOUBLER_GENERAL_INFOS--}:</STRONG></TD>
+ <TD align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_GENERAL_INFOS--}:</strong></TD>
</TR>
<TR>
<TD class="doubler_main bottom2"
style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
- <UL>
+ <ul>
- <LI>{--DOUBLER_MINIMUM_IS--} <STRONG>{!__MIN_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_MAXIMUM_IS--} <STRONG>{!__MAX_VALUE!}
- {!POINTS!}</STRONG></LI>
- <LI>{--DOUBLER_ALREADY_PAYED_1--} <STRONG>{!__TOTAL_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_ALREADY_PAYED_2--}</LI>
- <LI>{--DOUBLER_POINTS_LEFT_1--} <STRONG>{!__LEFT_VALUE!}
- {!POINTS!}</STRONG> {--DOUBLER_POINTS_LEFT_2--}</LI>
- <LI>{--DOUBLER_USAGE_COUNTER_1--} <STRONG>{!__DOUBLER_COUNTER!}</STRONG>
- {--DOUBLER_USAGE_COUNTER_2--}</LI>
- <LI>{!DOUBLER_PAYOUT_TIME!}</LI>
- <LI><STRONG>{--DOUBLER_FULL_PAYOUT--}</STRONG></LI>
- <LI>{--DOUBLER_POINTS_1--} <STRONG>{!__CHARGE_VALUE!}%</STRONG>
- {--DOUBLER_POINTS_2--}</LI>
- <LI>{--DOUBLER_EXAMPLE_1--} <STRONG>500 {!POINTS!}</STRONG>
- »» {--DOUBLER_EXAMPLE_2--} <STRONG>1000 {!POINTS!}</STRONG>{--DOUBLER_EXAMPLE_3--}</LI>
- <LI>{--DOUBLER_REFERRAL_1--} <STRONG>{!__REF_VALUE!}%</STRONG>
+ <li>{--DOUBLER_MINIMUM_IS--} <strong>{!__MIN_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_MAXIMUM_IS--} <strong>{!__MAX_VALUE!}
+ {!POINTS!}</strong></li>
+ <li>{--DOUBLER_ALREADY_PAYED_1--} <strong>{!__TOTAL_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_ALREADY_PAYED_2--}</li>
+ <li>{--DOUBLER_POINTS_LEFT_1--} <strong>{!__LEFT_VALUE!}
+ {!POINTS!}</strong> {--DOUBLER_POINTS_LEFT_2--}</li>
+ <li>{--DOUBLER_USAGE_COUNTER_1--} <strong>{!__DOUBLER_COUNTER!}</strong>
+ {--DOUBLER_USAGE_COUNTER_2--}</li>
+ <li>{!DOUBLER_PAYOUT_TIME!}</li>
+ <li><strong>{--DOUBLER_FULL_PAYOUT--}</strong></li>
+ <li>{--DOUBLER_POINTS_1--} <strong>{!__CHARGE_VALUE!}%</strong>
+ {--DOUBLER_POINTS_2--}</li>
+ <li>{--DOUBLER_EXAMPLE_1--} <strong>500 {!POINTS!}</strong>
+ »» {--DOUBLER_EXAMPLE_2--} <strong>1000 {!POINTS!}</strong>{--DOUBLER_EXAMPLE_3--}</li>
+ <li>{--DOUBLER_REFERRAL_1--} <strong>{!__REF_VALUE!}%</strong>
{--DOUBLER_REFERRAL_2--} {--DOUBLER_REFERRAL_3--}
{--DOUBLER_REFERRAL_4--}
- <LI>{--DOUBLER_REFERRAL_5--} <STRONG>100 {!POINTS!}</STRONG>
- {--DOUBLER_REFERRAL_6--} <STRONG>100 {!POINTS!}</STRONG>
- {--DOUBLER_REFERRAL_8--} <STRONG>300 {!POINTS!}</STRONG>
- {--DOUBLER_REFERRAL_8--}</LI>
- <LI>{--DOUBLER_REFERRAL_LINK--}</LI>
- <LI>{--DOUBLER_TIMEOUT_1--} <STRONG>{!__TIMEOUT_MARK!}</STRONG>
- {--DOUBLER_TIMEOUT_2--}</LI>
- <LI>{--DOUBLER_HAVE_FUN--}</LI>
- </UL>
+ <li>{--DOUBLER_REFERRAL_5--} <strong>100 {!POINTS!}</strong>
+ {--DOUBLER_REFERRAL_6--} <strong>100 {!POINTS!}</strong>
+ {--DOUBLER_REFERRAL_8--} <strong>300 {!POINTS!}</strong>
+ {--DOUBLER_REFERRAL_8--}</li>
+ <li>{--DOUBLER_REFERRAL_LINK--}</li>
+ <li>{--DOUBLER_TIMEOUT_1--} <strong>{!__TIMEOUT_MARK!}</strong>
+ {--DOUBLER_TIMEOUT_2--}</li>
+ <li>{--DOUBLER_HAVE_FUN--}</li>
+ </ul>
</TD>
</TR>
<TR>
- <TD align="center" class="doubler_header bottom2"><STRONG
- class="big">{--DOUBLER_REGISTER_ADVERT--}:</STRONG></TD>
+ <TD align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></TD>
</TR>
<TR>
<TD class="doubler_main"
style="padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
- {--DOUBLER_YOUR_ADVERTISING_HERE--} <STRONG><A
+ {--DOUBLER_YOUR_ADVERTISING_HERE--} <strong><a
href="{!URL!}/modules.php?module=index&what=impressum"
- target="_blank">{--DOUBLER_CONTACT_US--}</A></STRONG></TD>
+ target="_blank">{--DOUBLER_CONTACT_US--}</a></strong></TD>
</TR>
</TABLE>
-</DIV>
+</div>
class="doubler_list dashed">
<TR>
<TD class="doubler_header bottom2 right2" align="center" width="100">
- <STRONG>{--_UID--}</STRONG></TD>
+ <strong>{--_UID--}</strong></TD>
<TD class="doubler_header bottom2 right2" align="center" width="100">
- <STRONG>{--REF_UID--}</STRONG></TD>
+ <strong>{--REF_UID--}</strong></TD>
<TD class="doubler_header bottom2 right2" align="center" width="160">
- <STRONG>{!POINTS!}</STRONG></TD>
- <TD class="doubler_header bottom2" align="center" width="160"><STRONG>{--DOUBLER_TIMEMARK--}</STRONG>
+ <strong>{!POINTS!}</strong></TD>
+ <TD class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
</TD>
</TR>
$content
<TR>
- <TD height="1%" align="center" class="guest_advert"><SMALL><A
- href="#TOP">{--TOP--}</A></SMALL></TD>
+ <TD height="1%" align="center" class="guest_advert"><SMALL><a
+ href="#TOP">{--TOP--}</a></SMALL></TD>
</TR>
-<A name="TOP"></A>
+<a name="TOP"></a>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" class="member_main">
<TR>
<TD colspan="3" align="center" valign="top" class="member_title">
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
<TR>
<TD colspan="3" align="center">
- <STRONG><BIG>- - - <A title="{!MAIN_TITLE!}"
+ <strong><BIG>- - - <a title="{!MAIN_TITLE!}"
style="cursor: default; background: none; text-decoration: none"
- class="member_header">{!MAIN_TITLE!}</A> - - -</BIG></STRONG>
+ class="member_header">{!MAIN_TITLE!}</a> - - -</BIG></strong>
<br />
</TD>
</TR>
<TR>
- <TD width="200"><FONT class="guest_header"> Hallo
- $username!</FONT></TD>
- <TD align="center"><FONT class="guest_header">{!SLOGAN!}</FONT></TD>
- <TD width="200" align="right"><FONT class="guest_header">$date_time </FONT></TD>
+ <TD width="200"><div class="guest_header"> Hallo
+ $username!</div></TD>
+ <TD align="center"><div class="guest_header">{!SLOGAN!}</div></TD>
+ <TD width="200" align="right"><div class="guest_header">$date_time </div></TD>
</TR>
</TABLE>
</TD>
-<FORM action="{!URL!}/modules.php?module=login&what=holiday" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=login&what=holiday" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<TR>
<TD colspan="3" align="center" class="bottom member_title2"
- height="30"><STRONG>{--HOLIDAY_MEMBER_DEACTIVATE_TITLE--}</STRONG>
+ height="30"><strong>{--HOLIDAY_MEMBER_DEACTIVATE_TITLE--}</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="3" align="center">
- <FONT class="member_note">{--HOLIDAY_DEACTIVATE_NOTES--}</FONT>
+ <div class="member_note">{--HOLIDAY_DEACTIVATE_NOTES--}</div>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=login&what=holiday" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=login&what=holiday" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<TR>
<TD colspan="3" align="center" class="bottom member_title2"
- height="30"><STRONG>{--HOLIDAY_MEMBER_TITLE--}</STRONG></TD>
+ height="30"><strong>{--HOLIDAY_MEMBER_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" class="seperator" height="5"> </TD>
</TR>
<TR>
<TD colspan="3" align="center">
- <SPAN class="member_note">{--HOLIDAY_MAX_DAYS_1--}<STRONG>{!__HOLIDAY_MAX!}</STRONG>{--HOLIDAY_MAX_DAYS_2--}</SPAN>
+ <span class="member_note">{--HOLIDAY_MAX_DAYS_1--}<strong>{!__HOLIDAY_MAX!}</strong>{--HOLIDAY_MAX_DAYS_2--}</span>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<br />
- <TEXTAREA name="comments" class="member_normal" cols="50" rows="6"></TEXTAREA>
+ <textarea name="comments" class="member_normal" cols="50" rows="6"></textarea>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="3" align="center">
- <SPAN class="member_note">{--HOLIDAY_NOTES--}</SPAN>
+ <span class="member_note">{--HOLIDAY_NOTES--}</span>
</TD>
</TR>
<TR>
value="{--HOLIDAY_ADD--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=login&what=html_mail"
+<form action="{!URL!}/modules.php?module=login&what=html_mail"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
class="member_table dashed">
<TR>
<TD align="center" colspan="2" class="member_title2 bottom2"
- height="30"><STRONG>{--MEMBER_HTML_INTRO--}</STRONG></TD>
+ height="30"><strong>{--MEMBER_HTML_INTRO--}</strong></TD>
</TR>
<TR>
<TD colspan="2" class="seperator" height="5"> </TD>
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<P align="center"><STRONG>{--BEG_MEMBER_HERE_IS_THE_LIST--}</STRONG><br />
+<P align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
<br />
<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
class="member_table dashed">
<TR>
- <TD width="80" align="center" class="member_header bottom2"><STRONG>{--BEG_RANK--}:</STRONG></TD>
- <TD width="120" align="center" class="member_header bottom2"><STRONG>{--_UID--}:</STRONG></TD>
- <TD width="100" align="center" class="member_header bottom2"><STRONG>{--BEG_POINTS--}:</STRONG></TD>
- <TD width="220" align="center" class="member_header bottom2"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
+ <TD width="80" align="center" class="member_header bottom2"><strong>{--BEG_RANK--}:</strong></TD>
+ <TD width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></TD>
+ <TD width="100" align="center" class="member_header bottom2"><strong>{--BEG_POINTS--}:</strong></TD>
+ <TD width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
</TR>
{!__BEG_ROWS!}
<TR>
<TD colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <FONT class="tiny member_note">{--BEG_RALLYE_NOTE--}</FONT></TD>
+ <div class="tiny member_note">{--BEG_RALLYE_NOTE--}</div></TD>
</TR>
</TABLE>
<br />
<TR>
<TD class="member_header bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
- align="center"><STRONG>{--BEG_RALLYE_CONDITIONS--}:</STRONG></TD>
+ align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></TD>
</TR>
<TR>
<TD class="member_note bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <OL align="left">
- <LI class="tiny">{--BEG_RALLYE_CONDITION_1--}</LI>
- <LI class="tiny">{--BEG_RALLYE_CONDITION_2--}</LI>
- <LI class="tiny">{--BEG_RALLYE_CONDITION_3--}</LI>
- <LI class="tiny">{--BEG_RALLYE_CONDITION_4--}</LI>
- </OL>
+ <ol align="left">
+ <li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
+ <li class="tiny">{--BEG_RALLYE_CONDITION_2--}</li>
+ <li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
+ <li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
+ </ol>
</TD>
</TR>
<TR>
<TD colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <A href="{!URL!}/modules.php?module=login&what=beg">{--BEG_LINK_HERE--}</A>
+ <a href="{!URL!}/modules.php?module=login&what=beg">{--BEG_LINK_HERE--}</a>
</TD>
</TR>
</TABLE>
<TR>
- <TD class="member_menu_whats"> <STRONG><BIG>·</BIG></STRONG> $content</TD>
+ <TD class="member_menu_whats"> <strong><BIG>·</BIG></strong> $content</TD>
</TR>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=login&what=mydata"
+<form action="{!URL!}/modules.php?module=login&what=mydata"
method="POST" style="margin-bottom: 0px"><INPUT type="submit"
name="edit" class="member_reset" value="{--MEMBER_EDIT_PROFILE--}">
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=login&what=mydata"
+<form action="{!URL!}/modules.php?module=login&what=mydata"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="530"
class="member_main dashed" align="center">
<TD width="10" rowspan="25"> </TD>
<TD width="225" align="right">{--YOUR_LOGIN--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD width="225"><STRONG>{!UID_VALUE!}</STRONG></TD>
+ <TD width="225"><strong>{!UID_VALUE!}</strong></TD>
<TD width="10" rowspan="25"> </TD>
</TR>
<TR>
<TR>
<TD align="right">{--GENDER--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT name="gender" size="1" class="member_select">
- <OPTION value="M"{--M_DEFAULT--}>{--GENDER_M--}</OPTION>
- <OPTION value="F"{--F_DEFAULT--}>{--GENDER_F--}</OPTION>
- <OPTION value="C"{--C_DEFAULT--}>{--GENDER_C--}</OPTION>
- </SELECT></TD>
+ <TD><select name="gender" size="1" class="member_select">
+ <option value="M"{--M_DEFAULT--}>{--GENDER_M--}</option>
+ <option value="F"{--F_DEFAULT--}>{--GENDER_F--}</option>
+ <option value="C"{--C_DEFAULT--}>{--GENDER_C--}</option>
+ </select></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TD colspan="3" height="3" class="seperator member_note_bg"> </TD>
</TR>
<TR>
- <TD colspan="3" align="center" class="member_note_bg"><SPAN
- class="member_note">{--MYDATA_NOTE--}</SPAN></TD>
+ <TD colspan="3" align="center" class="member_note_bg"><span
+ class="member_note">{--MYDATA_NOTE--}</span></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator member_note_bg"> </TD>
<TD colspan="5" height="7" class="seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
<TD width="225" align="right">{--YOUR_LOGIN--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD width="225"><STRONG>{!UID_VALUE!}</STRONG></TD>
+ <TD width="225"><strong>{!UID_VALUE!}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="7" class="seperator"> </TD>
<TR>
<TD width="225" align="right">{--GENDER--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD width="225"><STRONG>$DATA[10]</STRONG></TD>
+ <TD width="225"><strong>$DATA[10]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD width="225" align="right">{--SURNAME--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD width="225"><STRONG>$DATA[0]</STRONG></TD>
+ <TD width="225"><strong>$DATA[0]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--FAMILY_NAME--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[1]</STRONG></TD>
+ <TD><strong>$DATA[1]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--STREET_NR--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[2]</STRONG></TD>
+ <TD><strong>$DATA[2]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--COUNTRY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[3]</STRONG></TD>
+ <TD><strong>$DATA[3]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--ZIP--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[4]</STRONG></TD>
+ <TD><strong>$DATA[4]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--CITY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[5]</STRONG></TD>
+ <TD><strong>$DATA[5]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--ADDY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[6]</STRONG></TD>
+ <TD><strong>$DATA[6]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--BIRTHDAY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>{!DOB!}</STRONG></TD>
+ <TD><strong>{!DOB!}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD align="right">{--MAILS_PER_DAY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[11]</STRONG> ({--TODAY--}: <STRONG>$DATA[12]</STRONG>)
+ <TD><strong>$DATA[11]</strong> ({--TODAY--}: <strong>$DATA[12]</strong>)
</TD>
</TR>
<TR>
<TR>
<TD align="right">{--PROFILE_LAST_CHANGE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><STRONG>$DATA[13]</STRONG></TD>
+ <TD><strong>$DATA[13]</strong></TD>
</TR>
<TR>
<TD colspan="3" height="7" class="seperator"> </TD>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=login&what=newsletter"
+<div align="center">
+<form action="{!URL!}/modules.php?module=login&what=newsletter"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
class="member_table dashed">
<TR>
- <TD class="member_header bottom2" colspan="2"><STRONG>{--NL_MEMBER_TITLE--}:</STRONG>
+ <TD class="member_header bottom2" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
</TD>
</TR>
<TR>
<TD align="right" height="30" width="320">
{--NL_MEMBER_RECEIVE_STATUS--}:</TD>
- <TD width="200"> <STRONG>{!__STATUS_VALUE!}</STRONG><br />
- <FONT class="tiny">{!__UNTIL_VALUE!}</FONT></TD>
+ <TD width="200"> <strong>{!__STATUS_VALUE!}</strong><br />
+ <div class="tiny">{!__UNTIL_VALUE!}</div></TD>
</TR>
<TR>
<TD class="bottom2" colspan="2" align="center"
- style="padding-top: 10px; padding-bottom: 10px"><FONT
- class="member_note">{--NL_MEMBER_NOTE--}</FONT></TD>
+ style="padding-top: 10px; padding-bottom: 10px"><div class="member_note">{--NL_MEMBER_NOTE--}</div></TD>
</TR>
<TR>
<TD class="member_footer" colspan="2" align="center"><INPUT
value="{--NL_SUBMIT--}" /></TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
<TABLE border="0" cellspacing="0" cellpadding="0" width="480">
<TR>
- <TD>Unseren {!MT_WORD!} <STRONG>{!MAIN_TITLE!}</STRONG>
+ <TD>Unseren {!MT_WORD!} <strong>{!MAIN_TITLE!}</strong>
finanzieren wir zum Teil durch Werbung, die Sie ohne Vergütung
von uns ab und an in Form von Newslettern bekommen.<br />
<br />
- Damit wir unseren Service weiterhin <STRONG>kostenlos</STRONG> Ihnen
+ Damit wir unseren Service weiterhin <strong>kostenlos</strong> Ihnen
anbieten können, aber gleichzeitig auch die Kosten des durch Sie
verursachten Transfervolumens wieder reinbekommen, möchten wir
Sie um eine kleine Spende bitten, die wir
-<FORM action="{!URL!}/modules.php?module=login&what=nickname"
+<form action="{!URL!}/modules.php?module=login&what=nickname"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
class="member_table dashed">
<TR>
<TD colspan="5" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{--NICKNAME_CHANGE_NICKNAME_TITLE--}</STRONG></TD>
+ height="30"><strong>{--NICKNAME_CHANGE_NICKNAME_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="5" class="seperator" height="5"> </TD>
<TD width="5" class="member_footer seperator"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php" method="GET"><INPUT
+<form action="{!URL!}/modules.php" method="GET"><INPUT
type="hidden" name="module" value="login"> <INPUT type="hidden"
- name="what" value="order"> <STRONG><SPAN
- class="member_done">{--MEMBER_THANX_ORDER--}</SPAN></STRONG><br />
+ name="what" value="order"> <strong><span
+ class="member_done">{--MEMBER_THANX_ORDER--}</span></strong><br />
<br />
<br />
<INPUT type="submit" class="member_reset"
- value="{--MEMBER_CONTINUE_AREA--}"></FORM>
\ No newline at end of file
+ value="{--MEMBER_CONTINUE_AREA--}"></form>
\ No newline at end of file
<TR>
<TD width="10" class="top2 bottom2 seperator"> </TD>
- <TD class="top2 bottom2" colspan="3" align="center"><STRONG>{--MEMBER_HTML_VALID_TAGS--}:</STRONG><br />
+ <TD class="top2 bottom2" colspan="3" align="center"><strong>{--MEMBER_HTML_VALID_TAGS--}:</strong><br />
$content <INPUT type="hidden" name="html" value="Y"></TD>
<TD width="10" class="top2 bottom2 seperator"> </TD>
</TR>
<TR>
<TD colspan="2" class="member_title2 bottom2" height="30"
- align="center"><STRONG>{--MEMBER_HTML_ORDER_INTRO--}</STRONG></TD>
+ align="center"><strong>{--MEMBER_HTML_ORDER_INTRO--}</strong></TD>
</TR>
<TR>
<TD colspan="2" class="seperator" height="5"> </TD>
<TR>
<TD colspan="2" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{--MEMBER_ORDER_PAGE1_INTRO--}</STRONG></TD>
+ height="30"><strong>{--MEMBER_ORDER_PAGE1_INTRO--}</strong></TD>
</TR>
<TR>
<TD colspan="2" class="seperator" height="5"> </TD>
drei Stellen der Postleitzahl ein, in der gesendet werden soll.<br />
<br />
Beispiele:
- <UL>
- <LI><STRONG>1</STRONG> : Sendet nur an Mitglieder, deren
- Postleitzahl mit 1 anfängt.</LI>
- <LI><STRONG>12</STRONG> : Sendet nur an Mitglieder, deren
- Postleitzahl mit 12 anfängt.</LI>
- <LI><STRONG>123</STRONG> : Sendet nur an Mitglieder, deren
- Postleitzahl mit 123 anfängt.</LI>
- </UL>
+ <ul>
+ <li><strong>1</strong> : Sendet nur an Mitglieder, deren
+ Postleitzahl mit 1 anfängt.</li>
+ <li><strong>12</strong> : Sendet nur an Mitglieder, deren
+ Postleitzahl mit 12 anfängt.</li>
+ <li><strong>123</strong> : Sendet nur an Mitglieder, deren
+ Postleitzahl mit 123 anfängt.</li>
+ </ul>
<br />
Oder geben Sie nichts ein, wenn Sie diese Option nicht wünschen.</TD>
</TR>
<TR>
<TD colspan="5" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{--MEMBER_ORDER_PAGE2_INTRO--}</STRONG></TD>
+ height="30"><strong>{--MEMBER_ORDER_PAGE2_INTRO--}</strong></TD>
</TR>
<TR>
<TD colspan="5" height="5" class="seperator"> </TD>
-<FORM action="{!URL!}/modules.php" method="GET" target="_parent">
+<form action="{!URL!}/modules.php" method="GET" target="_parent">
<INPUT type="hidden" name="module" value="login"> <INPUT
type="hidden" name="what" value="order"> <INPUT type="hidden"
name="order" value="$content"> <INPUT type="submit"
- class="member_reset" value="{--MEMBER_GO_BACK--}"></FORM>
\ No newline at end of file
+ class="member_reset" value="{--MEMBER_GO_BACK--}"></form>
\ No newline at end of file
-<FORM action="{!URL!}/modules.php?module=login&what=order"
+<form action="{!URL!}/modules.php?module=login&what=order"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
class="member_table dashed" align="center">
value="{--ORDER_PAGE_2--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<FORM action="{!URL!}/modules.php?module=login&what=order"
+<form action="{!URL!}/modules.php?module=login&what=order"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="660"
class="member_table dashed" align="center">
<TD width="10" class="seperator"> </TD>
<TD align="right">{--SELECT_MAIL_TYPE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT name="type" size="1" class="member_select">
- <OPTION value="" disabled>{--PLEASE_SELECT--}</OPTION>
+ <TD><select name="type" size="1" class="member_select">
+ <option value="" disabled>{--PLEASE_SELECT--}</option>
{--TYPE_SELECTION--}
- </SELECT></TD>
+ </select></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
<TD align="right">{--SELECT_CATEGORY--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><SELECT name="cat" size="1" class="member_select">
- <OPTION value="" disabled>{--PLEASE_SELECT--}</OPTION>
+ <TD><select name="cat" size="1" class="member_select">
+ <option value="" disabled>{--PLEASE_SELECT--}</option>
{!CATEGORY_SELECTION!}
- </SELECT></TD>
+ </select></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_RECEIVER--}: {--MEMBER_MIN_RECS_1--} <STRONG>{!__MIN_VALUE!}</STRONG>{--MEMBER_MIN_RECS_2--}
+ <TD align="right">{--ENTER_RECEIVER--}: {--MEMBER_MIN_RECS_1--} <strong>{!__MIN_VALUE!}</strong>{--MEMBER_MIN_RECS_2--}
</TD>
<TD width="10" class="seperator"> </TD>
<TD><INPUT type="text" name="receiver" class="member_normal"
<TD width="10" class="seperator"> </TD>
<TD align="right">{--ENTER_TEXT--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD><TEXTAREA name="text" class="member_normal" rows="10"
- cols="50">{--TEXT--}</TEXTAREA></TD>
+ <TD><textarea name="text" class="member_normal" rows="10"
+ cols="50">{--TEXT--}</textarea></TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="center" class="member_note"><STRONG>{--MEMBER_PLEASE_NOTE--}</STRONG><br />
+ <TD colspan="3" align="center" class="member_note"><strong>{--MEMBER_PLEASE_NOTE--}</strong><br />
</TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TR>
<TD width="10" class="seperator"> </TD>
<TD colspan="3" align="center" class="member_note">
- <DIV align="left">
- <OL>
- <LI>Bitte prüfen Sie <STRONG>unbedingt vor</STRONG> dem
- Absenden die Verfügbarkeit und <STRONG><U>Framekiller-Freiheit</U></STRONG>
- ihrer beworbenen Adresse!</LI>
- <LI>Unsere AGBs vergessen? <STRONG>[<A
- href="{!URL!}/agb.php" target="_blank">Hier sind sie nochmal</A>]</STRONG>.</LI>
- <LI>Gesperrte URLs können nicht ein zweites Mal beworben
- werden.</LI>
- <LI>Ihre Seite wird vor dem entgültigem Absenden auf
- Framekiller hin automatisch <U>doppelt</U> geprüft. Sollten Sie
+ <div align="left">
+ <ol>
+ <li>Bitte prüfen Sie <strong>unbedingt vor</strong> dem
+ Absenden die Verfügbarkeit und <strong><u>Framekiller-Freiheit</u></strong>
+ ihrer beworbenen Adresse!</li>
+ <li>Unsere AGBs vergessen? <strong>[<a
+ href="{!URL!}/agb.php" target="_blank">Hier sind sie nochmal</a>]</strong>.</li>
+ <li>Gesperrte URLs können nicht ein zweites Mal beworben
+ werden.</li>
+ <li>Ihre Seite wird vor dem entgültigem Absenden auf
+ Framekiller hin automatisch <u>doppelt</u> geprüft. Sollten Sie
also nur Ihre beworbene Seite sehen, enthält diese einen
- Frame-Killer.</LI>
- <LI>Ist Sponsor-Mail ausgewählt, wird die beworbene Seite
+ Frame-Killer.</li>
+ <li>Ist Sponsor-Mail ausgewählt, wird die beworbene Seite
nicht geladen, sondern eine neutrale Seite mit unseren
- Sponsor-Bannern!</LI>
- <LI>Fremde {!MT_WORD2!} dürfen während der gesamten
+ Sponsor-Bannern!</li>
+ <li>Fremde {!MT_WORD2!} dürfen während der gesamten
Startphase (bis 100 aktive Mitglieder) nicht mehr beworben werden und
- werden von uns abgelehnt!</LI>
- </OL>
- </DIV>
+ werden von uns abgelehnt!</li>
+ </ol>
+ </div>
</TD>
<TD width="10" class="seperator"> </TD>
</TR>
<TD width="10" class="seperator member_footer"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
class="member_main dashed" align="center">
<TR>
<TD align="center" height="50" class="member_main"
style="padding-left: 5px; padding-right: 5px">
{--MEMBER_POINTS_LEFT--}:<br />
- <SPAN class="member_done"><STRONG>$content</STRONG> {!POINTS!}</SPAN>
+ <span class="member_done"><strong>$content</strong> {!POINTS!}</span>
</TD>
</TR>
<TR>
<TD align="center" height="50" class="member_main"
style="padding-left: 5px; padding-right: 5px">
{--MEMBER_ORDER_MAX_ALLOWED--}:<br />
- <SPAN class="member_done">{!ORDER_MAX_VALUE!}</SPAN></TD>
+ <span class="member_done">{!ORDER_MAX_VALUE!}</span></TD>
</TR>
</TABLE>
-</DIV>
+</div>
<br />
class="member_table dashed" align="center">
<TR>
<TD colspan="5" align="center" class="member_title2" height="30">
- <STRONG>{--PAYOUT_MEMBER_LIST_PAYOUTS--}:</STRONG></TD>
+ <strong>{--PAYOUT_MEMBER_LIST_PAYOUTS--}:</strong></TD>
</TR>
<TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TOTAL_PAYOUT--}</STRONG></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TARGET_ACCOUNT2--}</STRONG></TD>
- <TD width="100" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TARGET_BANK2--}</STRONG></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><STRONG>{--PAYOUT_TIMESTAMP--}</STRONG></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><STRONG>{--PAYOUT_MEMBER_STATUS--}</STRONG></TD>
+ <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></TD>
+ <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></TD>
+ <TD width="100" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></TD>
+ <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></TD>
+ <TD width="120" align="center" class="member_title2 bottom2"><strong>{--PAYOUT_MEMBER_STATUS--}</strong></TD>
</TR>
{!__PAYOUT_ROWS!}
<TR>
-<FORM action="{!URL!}/modules.php?module=login&what=payout&payout=$_GET[payout]" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=login&what=payout&payout=$_GET[payout]" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
<TR>
<TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{--PAYOUT_NOW_TITLE--}</STRONG></TD>
+ height="30"><strong>{--PAYOUT_NOW_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD width="215" height="20" align="right">{--PAYOUT_SELECTED_TYPE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD width="215"><STRONG>{--PAYOUT_TYPE_VALUE--}</STRONG></TD>
+ <TD width="215"><strong>{--PAYOUT_TYPE_VALUE--}</strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PAYOUT_MAX_PAYOUT--}:</TD>
<TD class="seperator" width="10"> </TD>
- <TD><STRONG>{--PAYOUT_MAX_VALUE--}</STRONG></TD>
+ <TD><strong>{--PAYOUT_MAX_VALUE--}</strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PAYOUT_WANT_PAYOUT--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="text" name="payout" class="member_normal"
- size="10" maxlength="255" value="{--PAYOUT_MAX_VALUE!}"></STRONG></TD>
+ size="10" maxlength="255" value="{--PAYOUT_MAX_VALUE!}"></strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PAYOUT_TARGET_ACCOUNT--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="text" name="account" class="member_normal"
- size="20" maxlength="255"></STRONG></TD>
+ size="20" maxlength="255"></strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PAYOUT_TARGET_BANK--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="text" name="bank" class="member_normal"
- size="20" maxlength="255"></STRONG></TD>
+ size="20" maxlength="255"></strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PAYOUT_OPTIONAL_PASSWORD--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="password" name="pass" class="member_normal"
- size="10" maxlength="255"></STRONG></TD>
+ size="10" maxlength="255"></strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator bottom2"> </TD>
</TR>
</TABLE>
<br />
-<STRONG class="member_note"> {--PAYOUT_MEMBER_NOTE--}<br />
+<div class="member_note"> {--PAYOUT_MEMBER_NOTE--}<br />
<br />
-<A href="{!URL!}/agb.php" target="_blank">{--PAYOUT_REMEMBER_TERMS--}</A>
-</STRONG></FORM>
+<a href="{!URL!}/agb.php" target="_blank">{--PAYOUT_REMEMBER_TERMS--}</a>
+</strong></form>
-<FORM
+<form
action="{!URL!}/modules.php?module=login&what=payout&payout=$_GET[payout]"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="440"
class="member_table dashed">
<TR>
<TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{--PAYOUT_NOW_TITLE--}</STRONG></TD>
+ height="30"><strong>{--PAYOUT_NOW_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD width="215" height="20" align="right">{--PAYOUT_SELECTED_TYPE--}:</TD>
<TD width="10" class="seperator"> </TD>
- <TD width="215"><STRONG>{!PAYOUT_TYPE_VALUE!}</STRONG></TD>
+ <TD width="215"><strong>{!PAYOUT_TYPE_VALUE!}</strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PAYOUT_MAX_PAYOUT--}:</TD>
<TD class="seperator" width="10"> </TD>
- <TD><STRONG>{!PAYOUT_MAX_VALUE!}</STRONG></TD>
+ <TD><strong>{!PAYOUT_MAX_VALUE!}</strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PAYOUT_WANT_PAYOUT--}:</TD>
<br />
<!-- Hinweise zur "Auszahlung" in Bannerviews, Textlinkklicks, etc. -->
-<STRONG class="member_note">(*): {--PAYOUT_BANNER_NOTE--}</STRONG>
+<div class="member_note">(*): {--PAYOUT_BANNER_NOTE--}</strong>
<!-- Hinweise zur "Auszahlung" in Bannerviews, Textlinkklicks, etc. -->
-</FORM>
+</form>
</TR>
<TR>
<TD width="10" rowspan="{!__ROWS_VALUE!}"></TD>
- <TD align="center" width="228" class="member_header"><STRONG>{--REF_LEVEL--}</STRONG></TD>
+ <TD align="center" width="228" class="member_header"><strong>{--REF_LEVEL--}</strong></TD>
<TD width="2" class="member_header"></TD>
- <TD align="center" width="228" class="member_header"><STRONG>{!POINTS!}</STRONG></TD>
+ <TD align="center" width="228" class="member_header"><strong>{!POINTS!}</strong></TD>
<TD width="2" class="member_header"></TD>
- <TD align="center" width="120" class="member_header"><STRONG>{--REFERRALS--}</STRONG></TD>
+ <TD align="center" width="120" class="member_header"><strong>{--REFERRALS--}</strong></TD>
<TD width="10" rowspan="{!__ROWS_VALUE!}"></TD>
</TR>
{!__REF_LEVEL_ROWS!}
<TD colspan="3" height="1" class="seperator"></TD>
</TR>
<TR>
- <TD class="member_data"> <STRONG>{--POINTS_SUM--}</STRONG></TD>
+ <TD class="member_data"> <strong>{--POINTS_SUM--}</strong></TD>
<TD width="2" class="seperator"> </TD>
- <TD class="member_data"> <STRONG>{!__TPTS_VALUE!}
- {!POINTS!}</STRONG></TD>
+ <TD class="member_data"> <strong>{!__TPTS_VALUE!}
+ {!POINTS!}</strong></TD>
<TD width="2" class="seperator"> </TD>
- <TD class="member_data"> <STRONG>{!__TREF_VALUE!}</STRONG></TD>
+ <TD class="member_data"> <strong>{!__TREF_VALUE!}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator"></TD>
</TR>
<TR>
<TD colspan="5" class="member_header">
- <DIV align="center"><STRONG>{--CLICK_STATISTICS--}</STRONG></DIV>
+ <div align="center"><strong>{--CLICK_STATISTICS--}</strong></div>
</TD>
</TR>
<TR>
<TD colspan="3" height="2" class="seperator"></TD>
</TR>
<TR>
- <TD colspan="5" align="center" class="member_header"><STRONG>{--BONUS_POINTS_DISABLED--}</STRONG>
+ <TD colspan="5" align="center" class="member_header"><strong>{--BONUS_POINTS_DISABLED--}</strong>
</TD>
</TR>
<TD colspan="3" height="2" class="seperator"></TD>
</TR>
<TR>
- <TD colspan="5" align="center" class="member_header"><STRONG>{--BONUS_POINTS_TITLE--}</STRONG>
+ <TD colspan="5" align="center" class="member_header"><strong>{--BONUS_POINTS_TITLE--}</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="5" class="member_data">
- <DIV align="center" class="member_note">{--BONUS_LOGIN_TURBO_NOTE--}</DIV>
+ <div align="center" class="member_note">{--BONUS_LOGIN_TURBO_NOTE--}</div>
</TD>
</TR>
<TR>
<TD colspan="3" height="5" class="seperator"></TD>
</TR>
<TR>
- <TD class="member_data"> <STRONG>{--BONUS_TOTAL--}</STRONG></TD>
+ <TD class="member_data"> <strong>{--BONUS_TOTAL--}</strong></TD>
<TD width="2" class="seperator"> </TD>
- <TD class="member_data"> <STRONG>{!__TTOTAL_VALUE!}
- {!POINTS!}</STRONG></TD>
+ <TD class="member_data"> <strong>{!__TTOTAL_VALUE!}
+ {!POINTS!}</strong></TD>
<TD width="2" class="seperator"> </TD>
<TD class="member_data"> </TD>
</TR>
<TD colspan="3" height="5" class="seperator"></TD>
</TR>
<TR>
- <TD colspan="5" align="center" class="member_data"><STRONG
- class="admin_note">{--BONUS_EXTENSION_UPGRADE_1--} <STRONG>v0.2.2</STRONG>
- {--BONUS_EXTENSION_UPGRADE_2--}</STRONG></TD>
+ <TD colspan="5" align="center" class="member_data"><strong
+ class="admin_note">{--BONUS_EXTENSION_UPGRADE_1--} <strong>v0.2.2</strong>
+ {--BONUS_EXTENSION_UPGRADE_2--}</strong></TD>
</TR>
<TR>
<TD class="switch_mem$content[sw] top2 right" width="30%" align="center">
{--EMAIL_ID--}:<br />
- <STRONG>$content[id]</STRONG>
+ <strong>$content[id]</strong>
</TD>
<TD class="switch_mem$content[sw] top2 right2" width="40%" align="center">
{--EMAIL_SUBJECT--}:<br />
- <STRONG>$content[subj]</STRONG>
+ <strong>$content[subj]</strong>
</TD>
<TD class="switch_mem$content[sw] top2" width="30%" align="center">
{--EMAIL_TIMESTAMP--}:<br />
- <STRONG>$content[stamp]</STRONG>
+ <strong>$content[stamp]</strong>
</TD>
</TR>
<TR>
<TD align="center" class="switch_mem$content[sw] top right">
{--EMAIL_PAYMENT--}:<br />
- <STRONG>$content[pay]</STRONG>
+ <strong>$content[pay]</strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top right">
{--EMAIL_CATEGORY--}:<br />
- <STRONG>$content[cat]</STRONG>
+ <strong>$content[cat]</strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top">
{--EMAIL_URL--}:<br />
- <STRONG><A href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</A></STRONG>
+ <strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
</TD>
</TR>
<TR>
<TD align="center" class="switch_mem$content[sw] top right">
{--EMAIL_RECEIVERS--}:<br />
- <STRONG>$content[recs]</STRONG>
+ <strong>$content[recs]</strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top right">
{--EMAIL_TYPE--}:<br />
- <STRONG>$content[type]</STRONG>
+ <strong>$content[type]</strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top">
{--EMAIL_ZIP--}:<br />
- <STRONG>$content[zip]</STRONG>
+ <strong>$content[zip]</strong>
</TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
<TR>
<TD colspan="3" align="center" height="25" class="member_header">
- <STRONG class="member_done">{--MEMBER_POOL_CONTENT--}</STRONG>
+ <div class="member_done">{--MEMBER_POOL_CONTENT--}</STRONG>
</TD>
</TR>
$content
class="member_table dashed" align="center">
<TR>
<TD colspan="4" align="center" class="member_title2" height="30">
- <STRONG>{--PRIMERA_MEMBER_LIST_PRIMERA--}:</STRONG></TD>
+ <strong>{--PRIMERA_MEMBER_LIST_PRIMERA--}:</strong></TD>
</TR>
<TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_TOTAL_PRIMERA--}</STRONG></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_TARGET_ACCOUNT2--}</STRONG></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_TIMESTAMP--}</STRONG></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><STRONG>{--PRIMERA_MEMBER_STATUS--}</STRONG></TD>
+ <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></TD>
+ <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TARGET_ACCOUNT2--}</strong></TD>
+ <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></TD>
+ <TD width="120" align="center" class="member_title2 bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></TD>
</TR>
{!__PRIMERA_ROWS!}
<TR>
-<FORM
+<form
action="{!URL!}/modules.php?module=login&what=primera&primera=$_GET[primera]"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="440"
class="member_table dashed">
<TR>
<TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{--PRIMERA_NOW_TITLE--}</STRONG></TD>
+ height="30"><strong>{--PRIMERA_NOW_TITLE--}</strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator"> </TD>
<TR>
<TD height="25" align="right">{--PRIMERA_MAX_PRIMERA--}:</TD>
<TD class="seperator" width="10"> </TD>
- <TD><STRONG>{--PRIMERA_MAX_VALUE--}</STRONG></TD>
+ <TD><strong>{--PRIMERA_MAX_VALUE--}</strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PRIMERA_WANT_PRIMERA--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="text" name="primera" class="member_normal"
- size="10" maxlength="255" value="{--PRIMERA_MAX_VALUE!}"></STRONG></TD>
+ size="10" maxlength="255" value="{--PRIMERA_MAX_VALUE!}"></strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PRIMERA_TARGET_ACCOUNT--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="text" name="account" class="member_normal"
- size="20" maxlength="255"></STRONG></TD>
+ size="20" maxlength="255"></strong></TD>
</TR>
<TR>
<TD height="25" align="right">{--PRIMERA_OPTIONAL_PASSWORD--}:</TD>
<TD class="seperator" width="10"> </TD>
<TD><INPUT type="password" name="pass" class="member_normal"
- size="10" maxlength="255"></STRONG></TD>
+ size="10" maxlength="255"></strong></TD>
</TR>
<TR>
<TD colspan="3" height="3" class="seperator bottom2"> </TD>
value="{--PRIMERA_SEND_NOW--}"></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV class="member_note">{--PRIMERA_MEMBER_NOTE--}<br />
+<div class="member_note">{--PRIMERA_MEMBER_NOTE--}<br />
<br />
-<A href="{!URL!}/agb.php" target="_blank">{--PRIMERA_REMEMBER_TERMS--}</A>
-</DIV>
+<a href="{!URL!}/agb.php" target="_blank">{--PRIMERA_REMEMBER_TERMS--}</a>
+</div>
class="member_table dashed" align="center">
<TR>
<TD colspan="4" align="center" class="member_title2" height="30">
- <STRONG>{--PRIMERA_MEMBER_LIST_PRIMERA--}</STRONG>
+ <strong>{--PRIMERA_MEMBER_LIST_PRIMERA--}</strong>
</TD>
</TR>
<TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_TOTAL_PRIMERA--}</STRONG></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_ACCOUNT--}</STRONG></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_TIMESTAMP--}</STRONG></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><STRONG>{--PRIMERA_MEMBER_STATUS--}</STRONG></TD>
+ <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></TD>
+ <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_ACCOUNT--}</strong></TD>
+ <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></TD>
+ <TD width="120" align="center" class="member_title2 bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></TD>
</TR>
$content[rows]
<TR>
-<FORM action="{!URL!}/modules.php?module=login&what=primera&mode=pay" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=login&what=primera&mode=pay" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
<TR>
<TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</STRONG></TD>
+ height="30"><strong>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</strong></TD>
</TR>
<TR>
<TD width="315" class="bottom2" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_POINTS--}</TD>
</TR>
</TABLE>
<br />
-<STRONG class="member_note"> {--PRIMERA_MEMBER_PAYOUT_NOTE--}</STRONG>
-</FORM>
+<div class="member_note"> {--PRIMERA_MEMBER_PAYOUT_NOTE--}</strong>
+</form>
<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
class="register_header dashed">
<TR>
- <TD align="right" height="40" class="register_left"><STRONG>{--MAX_PER_DAY--}:</STRONG>
+ <TD align="right" height="40" class="register_left"><strong>{--MAX_PER_DAY--}:</strong>
</TD>
- <TD class="register_right"><SELECT name="max_mails" size="1"
+ <TD class="register_right"><select name="max_mails" size="1"
class="register_select">
{!__MAX_RECEIVE_OPTIONS!}
- </SELECT></TD>
+ </select></TD>
</TR>
</TABLE>
<TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
<TD align="center" class="member_refbanner switch_sw$content[sw]">
<IMG src="$content[url]" alt="$content[alt]" title="$content[alt]" border="0"><br />
- <FONT class="tiny">{--REFBANNER_TOTALS--}:
- <STRONG>$content[cnt]</STRONG> {--REF_VIEWS--} /
- <STRONG>$content[cks]</STRONG> {--REF_CLIX--}
- </FONT>
+ <div class="tiny">{--REFBANNER_TOTALS--}:
+ <strong>$content[cnt]</strong> {--REF_VIEWS--} /
+ <strong>$content[cks]</strong> {--REF_CLIX--}
+ </div>
</TD>
<TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
</TR>
<TR>
<TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
<TD align="center" class="member_refbanner switch_sw$content[sw]">
- <PRE><A href="{!URL!}/click.php?user=$content[uid]&banner=$content[id]"
+ <pre><A href="{!URL!}/click.php?user=$content[uid]&banner=$content[id]"
target="_blank"><IMG src="{!URL!}/view.php?user=$content[uid]&banner=$content[id]"
- alt="$content[alt]" title="$content[alt]" border="0"></A></PRE>
+ alt="$content[alt]" title="$content[alt]" border="0"></A></pre>
</TD>
<TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
</TR>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
align="center">
<TR>
</TR>
{!__REFLINKS_ROWS!}
</TABLE>
-</DIV>
\ No newline at end of file
+</div>
\ No newline at end of file
<TR>
<TD class="switch_mem$content[sw] top2 right" width="46%" colspan="2" align="center">
{--EMAIL_SUBJECT--}:<br />
- <STRONG>$content[subj]</STRONG>
+ <strong>$content[subj]</strong>
</TD>
<TD class="switch_mem$content[sw] top2" width="54%" align="center">
{--EMAIL_TIMESTAMP--}:<br />
- <STRONG>$content[stamp]</STRONG>
+ <strong>$content[stamp]</strong>
</TD>
</TR>
<TR>
<TD colspan="2" align="center" class="switch_mem$content[sw] top right">
{--EMAIL_PAYMENT--}:<br />
- <STRONG>$content[pay]</STRONG>
+ <strong>$content[pay]</strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top">
{--EMAIL_CATEGORY--}:<br />
- <STRONG>$content[cat]</STRONG>
+ <strong>$content[cat]</strong>
</TD>
</TR>
<TR>
<TD colspan="2" align="center" class="switch_mem$content[sw] top right">
{--EMAIL_URL--}:<br />
- <STRONG><A href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</A></STRONG>
+ <strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top">
{--EMAIL_END_SEND--}:<br />
- <STRONG>$content[sent]</STRONG>
+ <strong>$content[sent]</strong>
</TD>
</TR>
<TR>
<TD align="center" class="switch_mem$content[sw] top right" width="30%">
{--EMAIL_RECEIVERS--}:<br />
- <STRONG>$content[recs]</STRONG>
+ <strong>$content[recs]</strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top right" width="16%">
{--EMAIL_CONFIRMED--}:<br />
- <STRONG>$content[clix]</STRONG>
+ <strong>$content[clix]</strong>
</TD>
<TD align="center" class="switch_mem$content[sw] top">
{--EMAIL_PERCENT--}:<br />
- <STRONG>$content[perc]</STRONG>
+ <strong>$content[perc]</strong>
</TD>
</TR>
<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
<TR>
<TD colspan="3" align="center" height="25" class="member_header">
- <STRONG class="member_done">{--MEMBER_STATS_CONTENT--}</STRONG>
+ <div class="member_done">{--MEMBER_STATS_CONTENT--}</STRONG>
</TD>
</TR>
$content
-<FORM action="{!URL!}/modules.php?module=login&what=support"
+<form action="{!URL!}/modules.php?module=login&what=support"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="member_header">
<TD height="5" colspan="2" class="seperator top2 left2 right2"> </TD>
</TR>
<TR>
- <TD align="center" colspan="2" class="left2 right2"><STRONG>Sie
- haben eine Frage an unseren Support?</STRONG><br />
+ <TD align="center" colspan="2" class="left2 right2"><strong>Sie
+ haben eine Frage an unseren Support?</strong><br />
<HR noshade width="400">
- <DIV align="left"><PRE style="margin-bottom: 0px">Hallo Support-Team,<br />
+ <div align="left"><pre style="margin-bottom: 0px">Hallo Support-Team,<br />
Meine ID bei Ihrem {!MT_WORD!} lautet: $content[userid]
-</PRE></DIV>
+</pre></div>
</TD>
</TR>
<TR>
<TD align="center" class="left2 right2">
- <DIV align="left"><PRE style="margin-bottom: 5px">Ich habe eine Frage zu folgendem:</PRE></DIV>
- <SELECT name="qsummary" size="1" class="member_select">
- <OPTION value="" disabled>- - - Bitte auswählen! - - -</OPTION>
- <OPTION value="ordr">Alles rund um die Mailbuchung</OPTION>
- <OPTION value="unconfirmed">Nicht bestätigte Mails</OPTION>
- <OPTION value="reflink">Referal-Link (und Werbebanner)</OPTION>
- </SELECT></TD>
+ <div align="left"><pre style="margin-bottom: 5px">Ich habe eine Frage zu folgendem:</pre></div>
+ <select name="qsummary" size="1" class="member_select">
+ <option value="" disabled>- - - Bitte auswählen! - - -</option>
+ <option value="ordr">Alles rund um die Mailbuchung</option>
+ <option value="unconfirmed">Nicht bestätigte Mails</option>
+ <option value="reflink">Referal-Link (und Werbebanner)</option>
+ </select></TD>
</TR>
<TR>
<TD align="center" class="left2 right2">
- <DIV align="left"><PRE style="margin-bottom: 5px">Ich möchte es genauer beschreiben:</PRE></DIV>
- <TEXTAREA name="qdetails" rows="5" cols="35" class="member_normal"></TEXTAREA><br />
- <FONT class="tiny member_note"> (Bitte halten Sie den Text kurz
+ <div align="left"><pre style="margin-bottom: 5px">Ich möchte es genauer beschreiben:</pre></div>
+ <textarea name="qdetails" rows="5" cols="35" class="member_normal"></textarea><br />
+ <div class="tiny member_note"> (Bitte halten Sie den Text kurz
und knapp, damit Ihre<br />
- Support-Anfrage schnell beantwortet werden kann!) </FONT></TD>
+ Support-Anfrage schnell beantwortet werden kann!) </div></TD>
</TR>
<TR>
<TD align="center" class="left2 right2">
- <DIV align="left"><PRE style="margin-bottom: 5px">Mit freundlichem Gruss,
+ <div align="left"><pre style="margin-bottom: 5px">Mit freundlichem Gruss,
Ihr $username
-</PRE></DIV>
+</pre></div>
<HR noshade width="400">
<INPUT type="reset" class="member_reset" value="Nochmal eingeben"><BIG></BIG>
<INPUT type="submit" class="member_submit" name="ok"
<TD height="5" colspan="2" class="seperator bottom2 left2 right2"> </TD>
</TR>
</TABLE>
-</FORM>
+</form>
</div>
</form>
-<div class="note">
+<div class="member_note">
<strong>Hinweis:</strong> Irtümlich gelöschte URLs können nur
durch unsere Administratoren wiederhergestellt werden.
</div>
-<DIV align="center">
+<div align="center">
<P>{--MEMBER_THEME_LIST_USAGE--}</P>
-<FORM action="{!URL!}/modules.php?module=login&what=themes"
+<form action="{!URL!}/modules.php?module=login&what=themes"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
value="{--MEMBER_SAVE_THEME--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<P><FONT class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</FONT></P>
+<P><div class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</div></P>
-</DIV>
+</div>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="member_table dashed">
<TR>
<TD colspan="5" align="center" class="member_title2 bottom2"
- height="30"><STRONG>{!__TRANSFER_TITLE!}</STRONG></TD>
+ height="30"><strong>{!__TRANSFER_TITLE!}</strong></TD>
</TR>
<TR>
<TD width="80" align="center" class="member_title2 bottom2 right2">
- <STRONG>{--TRANSFER_ID--}</STRONG></TD>
+ <strong>{--TRANSFER_ID--}</strong></TD>
<TD width="120" align="center" class="member_title2 bottom2 right2">
- <STRONG>{--TRANSFER_STAMP--}</STRONG></TD>
+ <strong>{--TRANSFER_STAMP--}</strong></TD>
<TD width="120" align="center" class="member_title2 bottom2 right2">
- <STRONG>{--TRANSFER_PARTY--}</STRONG></TD>
+ <strong>{--TRANSFER_PARTY--}</strong></TD>
<TD width="230" align="center" class="member_title2 bottom2 right2">
- <STRONG>{--TRANSFER_POINTS_REASON--}</STRONG></TD>
- <TD width="80" align="center" class="member_title2 bottom2"><STRONG>{!POINTS!}</STRONG>
+ <strong>{--TRANSFER_POINTS_REASON--}</strong></TD>
+ <TD width="80" align="center" class="member_title2 bottom2"><strong>{!POINTS!}</strong>
</TD>
</TR>
{!__TRANSFER_ROWS!}
<TR>
<TD colspan="4" align="right" class="member_footer right2">
{!__TRANSFER_SUM!} ({!POINTS!}): </TD>
- <TD width="80" align="center" class="member_footer"><STRONG>{!__TRANSFER_TOTAL_VALUE!}</STRONG>
+ <TD width="80" align="center" class="member_footer"><strong>{!__TRANSFER_TOTAL_VALUE!}</strong>
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<FORM action="{!URL!}/modules.php?module=login&what=transfer&mode=new" method="POST" style="margin-bottom: 0px">
+<form action="{!URL!}/modules.php?module=login&what=transfer&mode=new" method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="guest_table dashed">
<TR>
- <TD align="right" width="220" class="bottom2" height="40"><STRONG>{--TRANSFER_SELECT_TARGET_UID--}:</STRONG>
+ <TD align="right" width="220" class="bottom2" height="40"><strong>{--TRANSFER_SELECT_TARGET_UID--}:</strong>
</TD>
<TD width="10" class="bottom2 right2 seperator"> </TD>
<TD width="10" class="bottom2 seperator"> </TD>
{!__TRANSFER_USERID_SELECTION!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_MAXIMUM--}:</STRONG>
+ <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
</TD>
<TD width="10" class="bottom2 right2 seperator"> </TD>
<TD width="10" class="bottom2 seperator"> </TD>
<TD class="bottom2">{!__TRANSFER_MAX_VALUE!} {!POINTS!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_AMOUNT--}:</STRONG>
+ <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
</TD>
<TD width="10" class="bottom2 right2 seperator"> </TD>
<TD width="10" class="bottom2 seperator"> </TD>
{!POINTS!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_REASON--}:</STRONG>
+ <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_REASON--}:</strong>
</TD>
<TD width="10" class="bottom2 right2 seperator"> </TD>
<TD width="10" class="bottom2 seperator"> </TD>
</TD>
</TR>
<TR>
- <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_SECURITY_CODE--}:</STRONG>
+ <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
</TD>
<TD width="10" class="bottom2 right2 seperator"> </TD>
<TD width="10" class="bottom2 seperator"> </TD>
<TD class="bottom2">{!__TRANSFER_IMAGE_INPUT!}</TD>
</TR>
<TR>
- <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_ENTER_PASSWORD--}:</STRONG>
+ <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
</TD>
<TD width="10" class="bottom2 right2 seperator"> </TD>
<TD width="10" class="bottom2 seperator"> </TD>
value="{--TRANSFER_ADD_NEW--}"{!__TRANSFER_TO_DISABLED!}></TD>
</TR>
</TABLE>
-</FORM>
+</form>
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
class="member_table dashed">
<TR>
<TD align="center" width="260" class="bottom2 right2" height="40">
{--TRANSFER_LIST_INCOMING--}:<br />
- <STRONG>{!-__TRANSFER_IN_LINK!}</STRONG></TD>
+ <strong>{!-__TRANSFER_IN_LINK!}</strong></TD>
<TD align="center" width="260" class="bottom2">
{--TRANSFER_LIST_OUTGOING--}:<br />
- <STRONG>{!__TRANSFER_OUT_LINK!}</STRONG></TD>
+ <strong>{!__TRANSFER_OUT_LINK!}</strong></TD>
</TR>
<TR>
<TD align="center" colspan="2" height="40" class="bottom2">
{--TRANSFER_LIST_ALL--}:<br />
- <STRONG>{!__TRANSFER_ALL_LINK!}</STRONG></TD>
+ <strong>{!__TRANSFER_ALL_LINK!}</strong></TD>
</TR>
<TR>
<TD align="center" colspan="2" height="40" class="bottom2">
- <STRONG>{--TRANSFER_TO_MEMBER_NOW--}:</STRONG><br />
+ <strong>{--TRANSFER_TO_MEMBER_NOW--}:</strong><br />
{!__TRANSFER_NEW_LINK!}
</TD>
</TR>
<TD colspan="2" class="member_main seperator" height="10"> </TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<FORM action="{!URL!}/modules.php?module=login&what=transfer"
+<form action="{!URL!}/modules.php?module=login&what=transfer"
method="POST" style="margin-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="420"
class="member_table dashed">
value="{--SAVE_SETTINGS--}" /></TD>
</TR>
</TABLE>
-</FORM>
+</form>
<TR>
<TD align="center" class="switch_sw$content[sw] top" colspan="5">
- <STRONG class="member_failed large">$content[probl]:</STRONG> $content[data]
+ <div class="member_failed large">$content[probl]:</STRONG> $content[data]
</TD>
</TR>
\ No newline at end of file
<TR>
<TD align="center" class="switch_sw$content[sw] top" colspan="4">
- <STRONG class="member_failed large">$content[probl]:</STRONG> $content[data]
+ <div class="member_failed large">$content[probl]:</STRONG> $content[data]
</TD>
</TR>
\ No newline at end of file
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD width="10" class="seperator"> </TD>
- <TD class="member_content">{--LAST_ONLINE--}: <STRONG>{!_LAST_ONLINE_VALUE!}</STRONG><br />
- {--LAST_MODULE--}: <STRONG>{!_LAST_MODULE_VALUE!}</STRONG></TD>
+ <TD class="member_content">{--LAST_ONLINE--}: <strong>{!_LAST_ONLINE_VALUE!}</strong><br />
+ {--LAST_MODULE--}: <strong>{!_LAST_MODULE_VALUE!}</strong></TD>
</TR>
<TR>
<TD colspan="2" height="7" class="seperator"> </TD>
class="member_table dashed" align="center">
<TR>
<TD colspan="4" align="center" class="member_title2" height="30">
- <STRONG>{--WERNIS_MEMBER_LIST_WERNIS--}:</STRONG></TD>
+ <strong>{--WERNIS_MEMBER_LIST_WERNIS--}:</strong></TD>
</TR>
<TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><STRONG>{--WERNIS_TOTAL_WERNIS--}</STRONG></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><STRONG>{--WERNIS_TARGET_ACCOUNT2--}</STRONG></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><STRONG>{--WERNIS_TIMESTAMP--}</STRONG></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><STRONG>{--WERNIS_MEMBER_STATUS--}</STRONG></TD>
+ <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TOTAL_WERNIS--}</strong></TD>
+ <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TARGET_ACCOUNT2--}</strong></TD>
+ <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TIMESTAMP--}</strong></TD>
+ <TD width="120" align="center" class="member_title2 bottom2"><strong>{--WERNIS_MEMBER_STATUS--}</strong></TD>
</TR>
{!__WERNIS_ROWS!}
<TR>
<TD class="guest_menu_row">
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
- <TD width="10%" align="center" valign="top"><STRONG><FONT
- class="medium">{!GUESTS_ONLINE_CNT!}</FONT></STRONG></TD>
+ <TD width="10%" align="center" valign="top"><strong><div class="medium">{!GUESTS_ONLINE_CNT!}</div></strong></TD>
<TD width="90%">{--GUESTS_ONLINE--}</TD>
</TR>
</TABLE>
<TD class="guest_menu_row">
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
- <TD width="10%" align="center" valign="top"><STRONG><FONT
- class="medium">{!MEMBERS_ONLINE_CNT!}</FONT></STRONG></TD>
+ <TD width="10%" align="center" valign="top"><strong><div class="medium">{!MEMBERS_ONLINE_CNT!}</div></strong></TD>
<TD width="90%">{--MEMBERS_ONLINE--}</TD>
</TR>
</TABLE>
<TD class="guest_menu_bottom">
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
- <TD width="10%" align="center" valign="top"><STRONG><FONT
- class="medium">{!ADMINS_ONLINE_CNT!}</FONT></STRONG></TD>
+ <TD width="10%" align="center" valign="top"><strong><div class="medium">{!ADMINS_ONLINE_CNT!}</div></strong></TD>
<TD width="90%">{--ADMINS_ONLINE--}</TD>
</TR>
</TABLE>
-
-</DIV>
+</div>
</TD>
</TR>
</TABLE>
<TR>
<TD width="10" class="seperator"> </TD>
<TD align="left">
- <DIV align="center"><STRONG>Vielen Dank, dass Sie uns
- auf dem Laufenden halten wollen!</STRONG></DIV>
+ <div align="center"><strong>Vielen Dank, dass Sie uns
+ auf dem Laufenden halten wollen!</strong></div>
<br />
Wenn Sie jetzt Ihr Profil aktualisieren wollen, klicken Sie einfach
unten auf den Button. War unsere Benachrichtigung ein Irrtum, so
</TR>
<TR>
<TD align="center" class="left2" width="50%">
- <FORM action="{!URL!}/modules.php?module=login&what=mydata"
+ <form action="{!URL!}/modules.php?module=login&what=mydata"
method="POST" style="margin-top: 0px"><INPUT type="submit"
name="notify" class="member_reset"
- value="Benachrichtigung abschalten"></FORM>
+ value="Benachrichtigung abschalten"></form>
</TD>
<TD align="center" class="right2" width="50%">
- <FORM action="{!URL!}/modules.php?module=login&what=mydata"
+ <form action="{!URL!}/modules.php?module=login&what=mydata"
method="POST" style="margin-top: 0px"><INPUT type="submit"
name="edit" class="member_reset" value="Profildaten ändern">
- </FORM>
+ </form>
</TD>
</TR>
<TR>
-<NOSCRIPT>{--LOAD_URL_ERROR_1--}<A href="$content" rel="external" title="$content">$content</A>{--LOAD_URL_ERROR_2--}</NOSCRIPT>
+<NOSCRIPT>{--LOAD_URL_ERROR_1--}<a href="$content" rel="external" title="$content">$content</a>{--LOAD_URL_ERROR_2--}</NOSCRIPT>
<SCRIPT language="JavaScript" type="text/javascript">
<!--
document.location.href='$content';
Anmeldeformular zum {!MT_WORD!}
-<STRONG>{!MAIN_TITLE!}</STRONG>
+<strong>{!MAIN_TITLE!}</strong>
:
-<DIV class="runtime_fatalcontent"><STRONG>{--FATAL_NO--}$content[key]:</STRONG><br />
- <STRONG>·</STRONG> $content[value]</DIV>
+<div class="runtime_fatalcontent"><strong>{--FATAL_NO--}$content[key]:</strong><br />
+ <strong>·</strong> $content[value]</div>
-<DIV align="center">
-<DIV class="runtime_fatal">
-<DIV class="fatal_title">{--RUNTIME_PROBLEMS_DETECTED--}</DIV>
-$content</DIV>
-</DIV>
+<div align="center">
+<div class="runtime_fatal">
+<div class="fatal_title">{--RUNTIME_PROBLEMS_DETECTED--}</div>
+$content</div>
+</div>
Dieser Text steht im Template
-<STRONG>show_bonus_footer.tpl</STRONG>
+<strong>show_bonus_footer.tpl</strong>
!
Dieser Text steht im Template
-<STRONG>show_bonus_header.tpl</STRONG>
+<strong>show_bonus_header.tpl</strong>
!
<br />
<br />
{--BONUS_SHOW_HEADER_LINE_1--}
-<STRONG>{!POINTS!}</STRONG>
+<strong>{!POINTS!}</strong>
{--BONUS_SHOW_HEADER_LINE_2--}
-<STRONG>{!__MAILID!}</STRONG>
+<strong>{!__MAILID!}</strong>
{--BONUS_SHOW_HEADER_LINE_3--}:
<br />
<br />
<TABLE border="0" cellspacing="0" cellpadding="0" width="300" class="member_table dashed">
<TR>
- <TD width="80" align="center" class="member_header bottom2"><STRONG>{!BONUS_RANK!}:</STRONG></TD>
- <TD width="120" align="center" class="member_header bottom2"><STRONG>{!_UID!}:</STRONG></TD>
- <TD width="100" align="center" class="member_header bottom2"><STRONG>{!POINTS!}:</STRONG></TD>
+ <TD width="80" align="center" class="member_header bottom2"><strong>{!BONUS_RANK!}:</strong></TD>
+ <TD width="120" align="center" class="member_header bottom2"><strong>{!_UID!}:</strong></TD>
+ <TD width="100" align="center" class="member_header bottom2"><strong>{!POINTS!}:</strong></TD>
</TR>
{!__RANK_ROWS!}
<TR>
- <TD colspan="3" class="member_footer" align="center"><FONT
- class="tiny member_note"> </FONT></TD>
+ <TD colspan="3" class="member_footer" align="center"><div class="tiny member_note"> </div></TD>
</TR>
</TABLE>
<P>{!__YOUR_RANKING_LINE!}</P>
-<P><FONT class="member_note"> {--BONUS_SHOW_FOOTER_NOTE_1--}<br />
-{--BONUS_SHOW_FOOTER_NOTE_2--} </FONT></P>
+<P><div class="member_note"> {--BONUS_SHOW_FOOTER_NOTE_1--}<br />
+{--BONUS_SHOW_FOOTER_NOTE_2--} </div></P>
<TABLE border="0" cellspacing="0" cellpadding="0" width="300" class="member_table">
<TR>
- <TD align="center">{--BONUS_SHOW_YOU_HAVE_CONFIRMED--} <STRONG
- class="nobr">{!__YR_TMARK!}</STRONG> {--_ON--} <STRONG>{!__YR_LEVEL!}.</STRONG>
- {--BONUS_SHOW_CONFIRMED_BONUS_IS--}: <STRONG class="nobr">{!__YR_POINTS!}
- {!POINTS!}</STRONG></TD>
+ <TD align="center">{--BONUS_SHOW_YOU_HAVE_CONFIRMED--} <strong
+ class="nobr">{!__YR_TMARK!}</strong> {--_ON--} <strong>{!__YR_LEVEL!}.</strong>
+ {--BONUS_SHOW_CONFIRMED_BONUS_IS--}: <div class="nobr">{!__YR_POINTS!}
+ {!POINTS!}</strong></TD>
</TR>
</TABLE>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=sponsor&what=account" method="POST" style="padding-bottom: 0px">
+<div align="center">
+<form action="{!URL!}/modules.php?module=sponsor&what=account" method="POST" style="padding-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
<TR>
<TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
- <STRONG>{--SPONSOR_ENTER_COMPANY_DATA--}:</STRONG>
+ <strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
- <STRONG>{--SPONSOR_ENTER_PERSONA_DATA--}:</STRONG>
+ <strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
</TD>
</TR>
<TR>
{--GUEST_GENDER--}:
</TD>
<TD class="bottom2" width="275">
- <SELECT name="gender" class="guest_select" size="1">
- <OPTION value="M"{!__GENDER_M!}>{--GENDER_M--}</OPTION>
- <OPTION value="F"{!__GENDER_F!}>{--GENDER_F--}</OPTION>
- <OPTION value="C"{!__GENDER_C!}>{--GENDER_C--}</OPTION>
- </SELECT>
+ <select name="gender" class="guest_select" size="1">
+ <option value="M"{!__GENDER_M!}>{--GENDER_M--}</option>
+ <option value="F"{!__GENDER_F!}>{--GENDER_F--}</option>
+ <option value="C"{!__GENDER_C!}>{--GENDER_C--}</option>
+ </select>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
- <STRONG>{--SPONSOR_ENTER_CONTACT_DATA--}</STRONG>
+ <strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
- <STRONG>{--SPONSOR_ENTER_OLD_PASSWORD--}:</STRONG>
+ <strong>{--SPONSOR_ENTER_OLD_PASSWORD--}:</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
- <STRONG>{--SPONSOR_CHANGE_PASSWORD--}:</STRONG>
+ <strong>{--SPONSOR_CHANGE_PASSWORD--}:</strong>
</TD>
</TR>
<TR>
</TR>
<TR>
<TD class="bottom2" colspan="2" align="center">
- <FONT class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</FONT>
+ <div class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</div>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD class="sponsor_action bottom2 left2 right2" align="center">
- <STRONG>$content[title]</STRONG>
+ <strong>$content[title]</strong>
</TD>
</TR>
$content[menu]
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=sponsor&what=fillup" method="POST" style="padding-bottom: 0px">
+<div align="center">
+<form action="{!URL!}/modules.php?module=sponsor&what=fillup" method="POST" style="padding-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
<TR>
<TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
- <STRONG>{--SPONSOR_POINTS_OVERVIEW--}:</STRONG>
+ <strong>{--SPONSOR_POINTS_OVERVIEW--}:</strong>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
-<STRONG class="big">{--SPONSOR_WELCOME_TO--}</STRONG><br />
+<div class="big">{--SPONSOR_WELCOME_TO--}</STRONG><br />
{!MAIN_TITLE!}
-<DIV align="center">
+<div align="center">
<TABLE border="0" cellspacing="0" cellpadding="0" class="sponsor_table" width="100%" height="100%">
<TR>
<TD colspan="2" class="sponsor_header" align="center" height="75">
</TD>
</TR>
</TABLE>
-</DIV>
+</div>
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=sponsor&what=settings" method="POST" style="padding-bottom: 0px">
+<div align="center">
+<form action="{!URL!}/modules.php?module=sponsor&what=settings" method="POST" style="padding-bottom: 0px">
<TABLE border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
<TR>
<TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
- <STRONG>{--SPONSOR_SETTINGS_HEADER--}:</STRONG>
+ <strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
</TD>
</TR>
<TR>
{--SPONSOR_WARNING_INTERVAL--}
</TD>
<TD class="bottom2" width="275" align="center">
- <SELECT name="warning_interval" class="guest_select" size="1">
- <OPTION value="$content[warning_interval]">{!__CURRENT!}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*7)--}">1 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</OPTION>
- <OPTION value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</OPTION>
- </SELECT>
+ <select name="warning_interval" class="guest_select" size="1">
+ <option value="$content[warning_interval]">{!__CURRENT!}</option>
+ <option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
+ <option value="{--($_CONFIG['one_day']*3)--}">3 {--DAYS--}</option>
+ <option value="{--($_CONFIG['one_day']*7)--}">1 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*14)--}">2 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
+ <option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
+ </select>
</TD>
</TR>
<TR>
</TD>
</TR>
</TABLE>
-</FORM>
-</DIV>
+</form>
+</div>
<!-- VORSICHT! Nur eine Tabellenzeile! Also ohne <TABLE> und </TABLE>! -->
<TR>
<TD class="sponsor_what bottom2 left2 right2">
- <A class="menu_blur" href="{!URL!}/modules.php?module=sponsor&what=$content[what]">
- <STRONG><BIG>·</BIG></STRONG> $content[title]
- </A>
+ <a class="menu_blur" href="{!URL!}/modules.php?module=sponsor&what=$content[what]">
+ <strong><BIG>·</BIG></strong> $content[title]
+ </a>
</TD>
</TR>
target="_blank">NoScript!</a>] Dort können Sie JavaScript z.B.
generell verbieten und nur für geziehlte Seiten - z.b. diese -
freigeben! Zudem haben Sie besseren Schutz gegen XSS-Attacken
- [<A href="http://de.wikipedia.org/wiki/Cross-Site_Scripting"
+ [<a href="http://de.wikipedia.org/wiki/Cross-Site_Scripting"
target="_blank">Cross-Site-Scripting</a>] und vieles mehr.
</div>
</div>
{--CURR_THEME_IS_1--}
<br />
-<FONT class="theme_note">{!__THEME_NAME!}</FONT>
+<div class="theme_note">{!__THEME_NAME!}</div>
<br />
{--CURR_THEME_IS_2--}
-<FORM action="{!__FORM_VALUE!}" method="POST" style="margin-bottom: 0px">
-<SELECT name="new_theme" class="guest_select">
+<form action="{!__FORM_VALUE!}" method="POST" style="margin-bottom: 0px">
+<select name="new_theme" class="guest_select">
{!__THEME_SELECTION_OPTIONS!}
-</SELECT> <BR />
+</select> <br />
<INPUT type="submit" name="ok" class="guest_submit"
- value="{--CHANGE_THEME--}" /></FORM>
+ value="{--CHANGE_THEME--}" /></form>
-<STRONG>: : : Welcome to the administration's area : : :</STRONG>
+<strong>: : : Welcome to the administration's area : : :</strong>
<br />
-<DIV align="left" class="tiny">Hello $username !</DIV>
\ No newline at end of file
+<div align="left" class="tiny">Hello $username !</div>
\ No newline at end of file
-<STRONG><U>Impressum</U></STRONG>
+<strong><u>Impressum</u></strong>
<br />
<br />
Your name here!
Registration form to our mail-exchange
-<STRONG>{!MAIN_TITLE!}</STRONG>
+<strong>{!MAIN_TITLE!}</strong>
:
-<STRONG>Welcome to our mail exchange!</STRONG>
\ No newline at end of file
+<strong>Welcome to our mail exchange!</strong>
\ No newline at end of file