templates/de/html/admin/admin_edit_email.tpl -text
templates/de/html/admin/admin_edit_email_row.tpl -text
templates/de/html/admin/admin_edit_email_select.tpl -text
+templates/de/html/admin/admin_edit_networks.tpl -text
templates/de/html/admin/admin_edit_networks_row.tpl -text
templates/de/html/admin/admin_edit_payments.tpl -text
templates/de/html/admin/admin_edit_payments_row.tpl -text
templates/de/html/admin/admin_list_cats.tpl -text
templates/de/html/admin/admin_list_cats_404.tpl -text
templates/de/html/admin/admin_list_cats_row.tpl -text
+templates/de/html/admin/admin_list_chk_reg.tpl -text
+templates/de/html/admin/admin_list_chk_reg_row.tpl -text
templates/de/html/admin/admin_list_country.tpl -text
templates/de/html/admin/admin_list_country_del_row.tpl -text
templates/de/html/admin/admin_list_country_edit_row.tpl -text
theme/business/css/register.css -text
theme/business/css/sponsor.css -text
theme/business/css/surfbar.css -text
+theme/business/css/task.css -text
theme/business/css/top10.css -text
theme/business/css/transfer.css -text
theme/business/css/uberwach.css -text
theme/default/css/register.css -text
theme/default/css/sponsor.css -text
theme/default/css/surfbar.css -text
+theme/default/css/task.css -text
theme/default/css/top10.css -text
theme/default/css/transfer.css -text
theme/default/css/uberwach.css -text
theme/desert/css/bonus.css -text
theme/desert/css/doubler.css -text
theme/desert/css/general.css -text
-theme/desert/css/help.css -text
theme/desert/css/imprint.css -text
theme/desert/css/install.css -text
-theme/desert/css/paidlinks.css -text
theme/desert/css/register.css -text
theme/desert/css/sponsor.css -text
theme/desert/css/surfbar.css -text
+theme/desert/css/task.css -text
theme/desert/css/top10.css -text
theme/desert/css/transfer.css -text
theme/desert/css/uberwach.css -text
// Is the update depency empty? (NEED TO BE FIXED!)
if (empty($updateDepends)) {
// Please report this bug!
- debug_report_bug("updateDepends is left empty!");
+ debug_report_bug('updateDepends is left empty!');
} // END - if
// Is it not yet added?
// Maximum points to double
addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_max FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 10000.00000");
// Points left on users account after doubling
- addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_left BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000");
+ addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_left2 BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000");
// Charge for doubling points which goes to the webmaster (shreddered in fact!)
addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_charge FLOAT(7,5) UNSIGNED NOT NULL DEFAULT 0.03000");
// Referal percents
// Now flush all
foreach ($GLOBALS['template_eval'] as $template=>$eval) {
// Flush the cache (if not yet found)
- flushTemplateCache($template, $eval);
+ //flushTemplateCache($template, $eval);
} // END - if
} // END - if
}
function generateImageOrCode ($img_code, $headerSent = true) {
// Is the code size oversized or shouldn't we display it?
if ((strlen($img_code) > 6) || (empty($img_code)) || (getConfig('code_length') == '0')) {
- // Stop execution of function here because of over-sized code length
+ // Stop2 execution of function here because of over-sized code length
debug_report_bug('img_code ' . $img_code .' has invalid length. img_code()=' . strlen($img_code) . ' code_length=' . getConfig('code_length'));
} elseif ($headerSent === false) {
// Return an HTML code here
} else {
// Generate table
$OUT = "<div align=\"" . $align."\">\n";
- $OUT .= "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_table dashed\">\n";
+ $OUT .= "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"timebox_table dashed\">\n";
$OUT .= "<tr>\n";
if (ereg('Y', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">{--_YEARS--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_YEARS--}</strong></td>\n";
}
if (ereg('M', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">{--_MONTHS--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_MONTHS--}</strong></td>\n";
}
- if (ereg("W", $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">{--_WEEKS--}</strong></td>\n";
+ if (ereg('W', $display) || (empty($display))) {
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_WEEKS--}</strong></td>\n";
}
- if (ereg("D", $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">{--_DAYS--}</strong></td>\n";
+ if (ereg('D', $display) || (empty($display))) {
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_DAYS--}</strong></td>\n";
}
- if (ereg("h", $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">{--_HOURS--}</strong></td>\n";
+ if (ereg('h', $display) || (empty($display))) {
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_HOURS--}</strong></td>\n";
}
if (ereg('m', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">{--_MINUTES--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_MINUTES--}</strong></td>\n";
}
- if (ereg("s", $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">{--_SECONDS--}</strong></td>\n";
+ if (ereg('s', $display) || (empty($display))) {
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_SECONDS--}</strong></td>\n";
}
$OUT .= "</tr>\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))) {
}
$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))) {
+ if (ereg('W', $display) || (empty($display))) {
// Generate week selection
$OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"" . $prefix."_we\" size=\"1\">\n";
for ($idx = '0'; $idx <= 4; $idx++) {
}
$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))) {
+ if (ereg('D', $display) || (empty($display))) {
// Generate day selection
$OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"" . $prefix."_da\" size=\"1\">\n";
for ($idx = '0'; $idx <= 31; $idx++) {
}
$OUT .= " </select></td>\n";
} else {
- $OUT .= "<INPUT type=\"hidden\" name=\"" . $prefix."_da\" value=\"0\">\n";
+ $OUT .= "<input type=\"hidden\" name=\"" . $prefix."_da\" value=\"0\" />\n";
}
- if (ereg("h", $display) || (empty($display))) {
+ if (ereg('h', $display) || (empty($display))) {
// Generate hour selection
$OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"" . $prefix."_ho\" size=\"1\">\n";
for ($idx = '0'; $idx <= 23; $idx++) {
}
$OUT .= " </select></td>\n";
} else {
- $OUT .= "<INPUT type=\"hidden\" name=\"" . $prefix."_ho\" value=\"0\">\n";
+ $OUT .= "<input type=\"hidden\" name=\"" . $prefix."_ho\" value=\"0\" />\n";
}
if (ereg('m', $display) || (empty($display))) {
}
$OUT .= " </select></td>\n";
} else {
- $OUT .= "<INPUT type=\"hidden\" name=\"" . $prefix."_mi\" value=\"0\">\n";
+ $OUT .= "<input type=\"hidden\" name=\"" . $prefix."_mi\" value=\"0\" />\n";
}
- if (ereg("s", $display) || (empty($display))) {
+ if (ereg('s', $display) || (empty($display))) {
// Generate second selection
$OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"" . $prefix."_se\" size=\"1\">\n";
for ($idx = '0'; $idx <= 59; $idx++) {
}
$OUT .= " </select></td>\n";
} else {
- $OUT .= "<INPUT type=\"hidden\" name=\"" . $prefix."_se\" value=\"0\">\n";
+ $OUT .= "<input type=\"hidden\" name=\"" . $prefix."_se\" value=\"0\" />\n";
}
$OUT .= "</tr>\n";
$OUT .= "</table>\n";
// Do we miss an arry element here?
if (!isConfigEntrySet('file_hash')) {
- // Stop here
+ // Stop2 here
debug_report_bug('Missing file_hash in ' . __FUNCTION__ . '.');
} // END - if
// Count up
incrementStatsEntry('cache_hits');
- } elseif (getExtensionVersion('cache') != '0.1.8') {
+ } elseif (isExtensionInstalledAndNewer('cache', '0.1.8')) {
// Check if current theme is already imported or not
$result = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_themes` WHERE `theme_path`='%s' LIMIT 1",
array($name), __FUNCTION__, __LINE__);
addFatalMessage(__FILE__, __LINE__, getMessage('NO_DB_LINK_SHUTDOWN'));
}
- // Stop executing here
+ // Stop2 executing here
exit;
}
'ADMIN_REGISTER_FAILED' => "Bei der Registrierung eines Admin-Accounts ist ein unerwarteter Fehler unterlaufen.",
'ADMIN_REGISTER_DONE' => "Das Admin-Account wurde soeben erstellt. Sie können sich nun mit den eingegeben Login-Daten einloggen.",
'ADMIN_CANNOT_COMPLETE' => "Kann die Regsitrierung des Admin-Accounts nicht abschliessen.",
- 'ADMIN_LOGIN_NOW' => "Sie können sich nun in den Administratorbereich einloggen.<br />Geben Sie dazu Ihren Admin-Login (nicht Mitglied-Login!) und das Passwort dazu ein.",
+ 'ADMIN_LOGIN_TITLE' => "Einloggen zum Administrationsbereich",
+ 'ADMIN_LOGIN_NOW' => "Sie können sich nun in den Administratorbereich einloggen. Geben Sie Ihren Admin-Login und das Passwort dazu ein.",
'ENTER_ADMIN_LOGIN' => "Administrator-Login",
'ENTER_ADMIN_PASS' => "Passwort zum Admin-Account",
- 'ADMIN_LOGIN_SUBMIT' => "Einloggen zum Admin-Bereich",
+ 'ADMIN_LOGIN_SUBMIT' => "Einloggen",
'WRONG_PASS' => "Falsches Passwort.",
'ADMIN_404' => "Administrator-Account <span class=\"data\">%s</span> wurde nicht gefunden.",
'ADMIN_LOGIN_FAILED' => "Einloggen in den Administrator-Bereich fehlgeschlagen.",
'GUEST_STATS_MEMBERS' => "Statistiken über unsere Mitglieder",
'EDIT_REFBANNER' => "Werbebanner editieren",
'REQUEST_CONFIRM_LINK_TITLE' => "Bestätigungslink erneut anfordern",
- 'GUEST_CONFIRM_LINK_NOTE' => "Sie haben Ihren Bestätigungslink verlegt? Kein Problem, hier können Sie ihn erneut anfordern. Geben Sie dazu einfach Ihre angemeldete eMail-Adresse an. Der Link wird Ihnen dann per Mail zugesandt.",
+ 'GUEST_CONFIRM_LINK_NOTE' => "Sie haben Ihren Bestätigungslink verlegt? Kein Problem, hier können Sie ihn erneut anfordern. Geben Sie einfach Ihre angemeldete eMail-Adresse an. Der Link wird Ihnen dann per Mail zugesandt.",
'REQUEST_CONFIRM_LINK' => "Erneut anfordern",
'LOGIN_ID_CONFIRMED' => "Sie haben bereits Ihre E-Mail Adresse bestätigt.",
'CONFIRM_LINK_SENT' => "Der Bestätigungslink wurde an Ihre E-Mail Adresse ausgesandt.",
'ADMIN_NETWORK_DO_404' => "Es wurde der Parameter 'do' nicht übermittelt.",
'ADMIN_NETWORK_FORM_NOT_SENT' => "Es wurde kein bekanntes Formular versendet.",
'ADMIN_NETWORK_NOTHING_FOUND' => "Es wurden keine Daten zum Editieren oder Löschen gefunden.",
+ // - Form titles
+ 'ADMIN_NETWORK_ADD_TITLE' => "Neues Werbenetzwerk hinzufügen - Allgemeine Daten",
+ 'ADMIN_NETWORK_EDIT_TITLE' => "Werbenetzwerk editieren - Allgemeine Daten",
// - Link titles
'ADMIN_NETWORK_LIST_TYPES_LINK_TITLE' => "Weiter zu den Werbearten",
'ADMIN_NETWORK_LIST_PARAMS_LINK_TITLE' => "Weiter zu den Abfrageparametern",
'ADMIN_NETWORK_LIST_CODE_TYPES_LINK_TITLE' => "Weiter zu den Rückgabewerten",
'ADMIN_NETWORK_LIST_CODES_LINK_TITLE' => "Weiter zu den Fehlercodes",
+ // - Buttons
+ 'ADMIN_NETWORK_ADD' => "Allgemeine Daten anlegen",
+ 'ADMIN_NETWORK_EDIT' => "Editieren",
+ 'ADMIN_NETWORK_CHANGE' => "Daten ändern",
+ 'ADMIN_NETWORK_DELETE' => "Löschen",
// - Sponsor networks
'ADMIN_NETWORK_NONE_SUPPORTED' => "Es sind noch keine Werbenetzwerke eingerichtet.",
- 'ADMIN_NETWORK_ADD_TITLE' => "Neues Werbenetzwerk hinzufügen - Stammdaten",
'ADMIN_NETWORK_SHORT_NAME' => "Kurzname",
'ADMIN_NETWORK_TITLE' => "Linktitel",
'ADMIN_NETWORK_REFLINK' => "Referal-Link",
'ADMIN_NETWORK_DATA_SEPERATOR' => "Trennsymbol f. Daten",
'ADMIN_NETWORK_ROW_SEPERATOR' => "Trennzeichen f. Zeilen",
'ADMIN_NETWORK_REQUEST_TYPE' => "HTTP-Abfragetyp",
- 'ADMIN_NETWORK_REQUEST_TYPE_GET' => "GET (Meistens richtig)",
+ 'ADMIN_NETWORK_REQUEST_TYPE_GET' => "GET (meistens richtig)",
'ADMIN_NETWORK_REQUEST_TYPE_POST' => "POST (mehr Datenschutz)",
'ADMIN_NETWORK_CHARSET' => "Zeichensatz",
- 'ADMIN_NETWORK_ADD' => "Stammdaten anlegen",
- 'ADMIN_NETWORK_EDIT' => "Stammdaten editieren",
- 'ADMIN_NETWORK_DELETE' => "Stammdaten löschen",
'ADMIN_NETWORK_ADD_NOTE' => "Mehr Datenschutz bei POST-Abfragen bedeutet, dass die von den Internetanbietern betriebenen Caches (Proxy) die POST-Daten nicht mitloggen (so eine Art Kodex). Der Zeichensatz ist meistens ISO-8859-1 oder WINDOWS-1252.",
- 'ADMIN_NETWORK_LIST_NOTE' => "Seien Sie mit dem Löschen und Editieren von Stammdaten sehr vorsichtig. Sie sollten hierzu Rücksprache <a href=\"http://forum.mxchange.org/forum-43.html\" target=\"_blank\" title=\"Direktlink zum Forum\">im Forum</a> halten.",
+ 'ADMIN_NETWORK_LIST_NOTE' => "Seien Sie mit dem Löschen und Editieren von Allgemeine Daten sehr vorsichtig. Sie sollten hierzu Rücksprache <a href=\"http://forum.mxchange.org/forum-43.html\" target=\"_blank\" title=\"Direktlink zum Forum\">im Forum</a> halten.",
'ADMIN_NETWORK_ALREADY_ADDED' => "Ein Werbenetzwerk mit dem Kurznamen <span class=\"data\">%s</span> existiert bereits.",
'ADMIN_NETWORK_DATA_NOT_ADDED' => "Das Werbenetzwerk mit dem Kurznamen <span class=\"data\">%s</span> wurde nicht hinzugefügt.",
- 'ADMIN_NETWORK_ADDED_TITLE' => "Stammdaten hinzugefügt.",
+ 'ADMIN_NETWORK_ADDED_TITLE' => "Allgemeine Daten hinzugefügt.",
'ADMIN_NETWORK_SEPERATOR' => "Trennzeichen",
'ADMIN_NETWORK_DATA_SEPERATOR2' => "Daten",
'ADMIN_NETWORK_ROW_SEPERATOR2' => "Zeilen",
'ADMIN_TASK_OVERVIEW_MEMBERS' => "Mitglieder-Übersicht",
'ADMIN_TASK_OVERVIEW_TASKS' => "Task-Übersicht",
'ADMIN_TASK_OVERVIEW_MAILS' => "Mail-Übersicht",
- 'ADMIN_TASK_OVERVIEW_EXTRAS' => "Weiteres/Diverses",
+ 'ADMIN_TASK_OVERVIEW_EXTRAS' => "Weiteres / Diverses",
'ADMIN_TASK_CONFIRMED' => "Bestätigt",
'ADMIN_TASK_UNCONFIRMED' => "Unbestätigt",
'ADMIN_TASK_LOCKED' => "Gesperrt",
// Prepare data for the row template
$content = array(
- 'userid' => $content['userid'],
- 'rid' => $content['refid'],
- 'points' => translateComma($content['points']),
- 'stamp' => generateDateTime($content['timemark'], $DT_MODE),
- 'sw' => $SW,
+ 'userid' => $content['userid'],
+ 'rid' => $content['refid'],
+ 'points' => translateComma($content['points']),
+ 'timemark' => generateDateTime($content['timemark'], $DT_MODE),
+ 'sw' => $SW,
);
// Load template and switch color
// Process all found entries
while ($content = SQL_FETCHARRAY($result_stop)) {
- // Stop holiday
+ // Stop2 holiday
addSql(SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_holidays` WHERE `userid`=%s LIMIT 1",
array(bigintval($content['userid'])), __FUNCTION__, __LINE__, false));
// Processes an admin form
function doAdminNetworkProcessForm () {
// Form really sent?
- if ((!isFormSent()) && (!isPostRequestElementSet('edit')) && (!isPostRequestElementSet('del'))) {
+ if ((!isFormSent()) && (!isPostRequestElementSet('edit')) && (!isPostRequestElementSet('del')) && (!isPostRequestElementSet('change')) && (!isPostRequestElementSet('remove'))) {
// Abort here
loadTemplate('admin_settings_saved', false, getMessage('ADMIN_NETWORK_FORM_NOT_SENT'));
return;
$networkData['sw'] = $SW;
// Make selection box for network_request_type
- $networkData['network_request_type'] = addSelectionBox('network_request_type', $networkData['network_request_type'], '', 0, 'admin_select');
+ $networkData['network_request_type'] = generateOptionList(
+ '/ARRAY/',
+ array('GET','POST'),
+ array(getMessage('ADMIN_NETWORK_REQUEST_TYPE_GET'), getMessage('ADMIN_NETWORK_REQUEST_TYPE_POST')),
+ $networkData['network_request_type']
+ );
// Add row template and switch color
$OUT .= loadTemplate('admin_edit_networks_row', true, $networkData);
// Check wether the user is allowed to book more URLs
function SURFBAR_IF_USER_BOOK_MORE_URLS ($userid = '0') {
// Is this admin and userid is zero or does the user has some URLs left to book?
- return ((($userid == '0') && (isAdmin())) || (SURFBAR_GET_TOTAL_USER_URLS($userid, '', array("REJECTED")) < getConfig('surfbar_max_order')));
+ return ((($userid == '0') && (isAdmin())) || (SURFBAR_GET_TOTAL_USER_URLS($userid, '', array('REJECTED')) < getConfig('surfbar_max_order')));
}
// Get total amount of URLs of given status for current user
}
// Reload to configured stop page
-function SURFBAR_RELOAD_TO_STOP_PAGE ($page="stop") {
+function SURFBAR_RELOAD_TO_STOP_PAGE ($page = 'stop') {
// Internal or external?
if ((getConfig('surfbar_pause_mode') == 'INTERNAL') || (getConfig('surfbar_pause_url') == '')) {
// Reload to internal page
loadIncludeOnce('inc/modules/admin/admin-inc.php');
// Fix "deleted" cookies in PHP4 (PHP5 does remove them, PHP4 sets them to deleted!)
-fixDeletedCookies(array('admin_login', 'admin_md5', 'admin_last', 'admin_to'));
+fixDeletedCookies(array('admin_login', 'admin_md5', 'admin_last'));
// Init return value
$ret = 'init';
// Output reset password form
loadTemplate('admin_send_reset_link');
}
-} elseif ((!isSessionVariableSet('admin_login')) || (!isSessionVariableSet('admin_md5')) || (!isSessionVariableSet('admin_last')) || (!isSessionVariableSet('admin_to')) || ((getSession('admin_last') + bigintval(getSession('admin_to')) * 3600 * 24) < time())) {
+} elseif ((!isSessionVariableSet('admin_login')) || (!isSessionVariableSet('admin_md5')) || (!isSessionVariableSet('admin_last'))) {
// At leat one administrator account was created
- if ((isSessionVariableSet('admin_login')) && (isSessionVariableSet('admin_md5')) && (isSessionVariableSet('admin_last')) && (isSessionVariableSet('admin_to'))) {
+ if ((isSessionVariableSet('admin_login')) && (isSessionVariableSet('admin_md5')) && (isSessionVariableSet('admin_last'))) {
// Timeout for last login, we have to logout first!
redirectToUrl('modules.php?module=admin&logout=1');
} // END - if
setSession('admin_login', $adminLogin)
) && (
setSession('admin_last', time())
- ) && (
- setSession('admin_to', bigintval(postRequestElement('timeout')))
));
}
'pid' => $pid,
'tid' => $tid,
);
+
+ // Load template
$OUT .= loadTemplate('admin_payout_overview_form', true, $content);
} else {
// Problem obtaining payout id
if (isExtensionActive('wernis')) {
// Extension is installed so let him send a notification to the user
$result_pay = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_user_wernis` WHERE `userid`=%s AND wernis_timestamp=%s LIMIT 1",
- array(bigintval($userid), bigintval($created)), __FILE__, __LINE__);
+ array(bigintval($userid), bigintval($created)), __FILE__, __LINE__);
list($pid) = SQL_FETCHROW($result_pay);
SQL_FREERESULT($result_pay);
if ($content['refid'] > 0) $content['refid'] = generateUserProfileLink($content['refid']);
// Prepare array for the row template
- // @TODO Rewritings: surname->surname,family->family,ip->REMOTE_ADDR,ref->refid,hash->user_hash in template
+ // @TODO Rewritings: ip->REMOTE_ADDR,hash->user_hash in template
$content = array(
- 'sw' => $SW,
- 'gender' => translateGender($content['gender']),
- 'surname' => $content['surname'],
+ 'sw' => $SW,
+ 'gender' => translateGender($content['gender']),
+ 'surname' => $content['surname'],
'family' => $content['family'],
- 'email' => "<a href=\"".generateEmailLink($content['email'], 'user_data')."\">".$content['email']."</a>",
- 'ip' => $content['REMOTE_ADDR'],
- 'ref' => $content['refid'],
- 'hash' => $content['user_hash'],
- 'link' => generateUserProfileLink($content['userid']),
+ 'email' => "<a href=\"".generateEmailLink($content['email'], 'user_data')."\">".$content['email']."</a>",
+ 'ip' => $content['REMOTE_ADDR'],
+ 'refid' => $content['refid'],
+ 'hash' => $content['user_hash'],
+ 'link' => generateUserProfileLink($content['userid']),
);
// Load row template and switch color
- $OUT .= loadTemplate('admin_reg_row', true, $content);
+ $OUT .= loadTemplate('admin_list_chk_reg_row', true, $content);
$SW = 3 - $SW;
}
// Load main template
- loadTemplate('admin_reg', false, $OUT);
+ loadTemplate('admin_list_chk_reg', false, $OUT);
} else {
// No registrations left - or all has confirmed their email address... :-)
loadTemplate('admin_settings_saved', false, getMessage('ADMIN_ALL_CONFIRMED_EMAIL'));
return;
} // END - if
-// Stop saving data if one input field is !isset
+// Stop2 saving data if one input field is !isset
if (isFormSent()) {
// Calculate stamps and set calculated stamps
setRequestPostElement('online_timeout' , createTimestampFromSelections('ip_timeout' , postRequestArray()));
$content = array(
'sw' => $SW,
'trans_id' => $content['trans_id'],
- 'stamp' => generateDateTime($content['time_trans'], 3),
+ 'time_trans' => generateDateTime($content['time_trans'], 3),
'userid_from' => generateUserProfileLink($content['userid']),
'userid_to' => generateUserProfileLink($content['to_userid']),
'reason' => $content['reason'],
} else {
// Nothing for in and out
$OUT = "<tr>
- <td colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
+ <td colspan=\"6\" align=\"center\" class=\"bottom2\">
".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
</td>
</tr>";
while ($pool = SQL_FETCHROW($result)) {
// Check sent mails and clicks
$result_mails = SQL_QUERY_ESC("SELECT `max_rec`, `clicks` FROM `{?_MYSQL_PREFIX?}_user_stats` WHERE `pool_id`=%s LIMIT 1",
- array(bigintval($pool[0])), __FILE__, __LINE__);
+ array(bigintval($pool['id'])), __FILE__, __LINE__);
list($sent, $clicks) = SQL_FETCHROW($result_mails);
SQL_FREERESULT($result_mails);
$unconfirmed = $sent - $clicks;
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['id']."\">".$unconfirmed."</a></strong>";
} // END - if
// Prepare data for the row template
- $row = array(
+ $content = array(
'sw' => $SW,
- 'u_link' => generateUserProfileLink($pool[1]),
- 'subject' => $pool[2],
- 'text' => $pool[3],
- 'pay' => getPaymentTitlePrice($pool[5]),
- 'cat' => getCategory($pool[10]),
+ 'u_link' => generateUserProfileLink($pool['sender']),
+ 'subject' => $pool['subject'],
+ 'text' => $pool['text'],
+ 'pay' => getPaymentTitlePrice($pool['payment_id']),
+ 'cat' => getCategory($pool['cat_id']),
'sent' => $sent,
- 'ruserids' => convertReceivers($pool[4]),
+ 'ruserids' => convertReceivers($pool['receivers']),
'unconfirmed' => $unconfirmed,
- 'type' => translatePoolType($pool[6]),
- 'target_send' => $pool[9],
- 'frametester' => generateFrametesterUrl($pool[8]),
- 'url' => $pool[8],
- 'stamp' => generateDateTime($pool[7], 0),
- 'mid' => $pool[0],
+ 'type' => translatePoolType($pool['data_type']),
+ 'target_send' => $pool['target_send'],
+ 'frametester' => generateFrametesterUrl($pool['url']),
+ 'url' => $pool['url'],
+ 'timestamp' => generateDateTime($pool['timestamp'], 0),
+ 'mid' => $pool['id'],
);
// Load row template and switch colors
- $OUT .= loadTemplate('admin_email_archiv_row', true, $row);
+ $OUT .= loadTemplate('admin_email_archiv_row', true, $content);
$SW = 3 - $SW;
} // END - while
// @TODO Rewrite this to includes/filter
switch ($type) {
case 'NORMAL':
- $result_data = SQL_QUERY_ESC("SELECT `subject`, `timestamp_ordered`, `cat_id` FROM `{?_MYSQL_PREFIX?}_user_stats` WHERE `id`=%s LIMIT 1",
+ $result_data = SQL_QUERY_ESC("SELECT `subject`, `timestamp_ordered` AS `timestamp`, `cat_id` FROM `{?_MYSQL_PREFIX?}_user_stats` WHERE `id`=%s LIMIT 1",
array(bigintval($id)), __FILE__, __LINE__);
$type = 'mailid'; $DATA = $id; $PROBLEM = getMessage('NORMAL_MAIL_PROBLEM');
$LINK = "<a href=\"{?URL?}/mailid.php?userid=".getRequestElement('userid')."&mailid=".$id."\" target=\"_blank\">".$id."</a>";
if (SQL_NUMROWS($result_data) == 1) {
// Mail was found!
- list($subject, $timestamp, $cat) = SQL_FETCHROW($result_data);
- if (empty($subject)) $subject = getMessage('DEFAULT_SUBJECT_LINE');
+ $content = SQL_FETCHARRAY($result_data);
+
+ // Fix empty subject
+ if (empty($content['subject'])) $content['subject'] = getMessage('DEFAULT_SUBJECT_LINE');
// Prepare data for the row template
$content = array(
- 'sw' => $SW,
- 'link' => $LINK,
- 'subject' => $subject,
- 'stamp' => generateDateTime($timestamp, 0),
- 'cat' => getCategory($cat),
+ 'sw' => $SW,
+ 'link' => $LINK,
+ 'subject' => $content['subject'],
+ 'timestamp' => generateDateTime($content['timestamp'], 0),
+ 'cat' => getCategory($content['cat_id']),
);
// Load row template
} else {
// Load template for error
$OUT .= loadTemplate('admin_list_links_problem',
- array(
+ array(
'sw' => $SW,
'problem' => $PROBLEM,
'data' => $DATA
- )
+ )
);
}
$GLOBALS['network_display'] = true;
// Was the form sent?
-if ((isFormSent()) || (isPostRequestElementSet('edit')) || (isPostRequestElementSet('del'))) {
+if ((isFormSent()) || (isPostRequestElementSet('edit')) || (isPostRequestElementSet('del')) || (isPostRequestElementSet('change')) || (isPostRequestElementSet('remove'))) {
// Do we have a 'do'?
if (isGetRequestElementSet('do')) {
// Process the request
while ($content = SQL_FETCHARRAY($result)) {
// Prepare data for the row template
$content = array(
- 'sw' => $SW,
- 'trans_id' => $content['trans_id'],
- 'stamp' => generateDateTime($content['time_trans'], 3),
- 'from_link' => generateUserProfileLink($content['userid']),
- 'to_link' => generateUserProfileLink($content['to_userid']),
- 'reason' => wordwrap($content['reason'], 15),
- 'points' => translateComma($content['points']),
+ 'sw' => $SW,
+ 'trans_id' => $content['trans_id'],
+ 'time_trans' => generateDateTime($content['time_trans'], 3),
+ 'from_link' => generateUserProfileLink($content['userid']),
+ 'to_link' => generateUserProfileLink($content['to_userid']),
+ 'reason' => wordwrap($content['reason'], 15),
+ 'points' => translateComma($content['points']),
);
// Load row template add points and switch color
} else {
// Nothing for in and out
$OUT = "<tr>
- <td colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
+ <td colspan=\"6\" align=\"center\" class=\"bottom2\">
".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
</td>
</tr>";
SQL_FREERESULT($result_master);
}
-//
+// [EOF]
?>
// @TODO Rewrite this into a filter
if (isExtensionActive('nickname')) {
// Nickname extension found
- define('__NICKNAME_TH', " <td class=\"admin_title bottom2\" align=\"center\">{--NICKNAME--}</td>");
+ define('__NICKNAME_TH', " <td class=\"header_column bottom2\" align=\"center\">{--NICKNAME--}</td>");
} else {
// Not found
define('__NICKNAME_TH', '');
if ((empty($content['nickname'])) || ($content['nickname'] == $content['userid'])) $content['nickname'] = '---';
// Calculate total points
- $pointsTotal = countSumTotalData($content['userid'], 'user_points', 'points') - countSumTotalData($content['userid'], 'user_data', 'used_points');
+ $content['points'] = countSumTotalData($content['userid'], 'user_points', 'points') - countSumTotalData($content['userid'], 'user_data', 'used_points');
// Clickrate
- $clickRate = '0';
+ $content['rate'] = '0';
if ($content['emails_received'] > 0) {
- $clickRate = $content['mails_confirmed'] / $content['emails_received'] * 100;
+ $content['rate'] = $content['mails_confirmed'] / $content['emails_received'] * 100;
} // END - if
// Transfer data to array
$content['gender'] = translateGender($content['gender']);
$content['email'] = '[<a href="' . generateEmailLink($content['email'], 'user_data') . '">' . $content['email'] . '</a>]';
$content['alinks'] = generateMemberAdminActionLinks($content['userid'], $content['status']);
- $content['points'] = translateComma($pointsTotal);
- $content['rate'] = translateComma($clickRate);
+ $content['points'] = translateComma($content['points']);
+ $content['rate'] = translateComma($content['rate']);
$content['locked'] = translateComma(countSumTotalData($content['userid'], 'user_points', 'locked_points'));
$content['lock_timestamp'] = generateDateTime($content['lock_timestamp'], 2);
$content['status'] = translateUserStatus($content['status']);
}
// Prepare data for the template
- // @TODO Rewritings: acc->target_account,bank->target_bank in templates
$content = array(
- 'sw' => $SW,
- 'acc' => $content['target_account'],
- 'points' => translateComma($content['payout_total']) . ' ' . $content['type'],
- 'bank' => $content['target_bank'],
- 'stamp' => generateDateTime($content['payout_timestamp'], 2),
- 'status' => $content['status']
+ 'sw' => $SW,
+ 'target_account' => $content['target_account'],
+ 'points' => translateComma($content['payout_total']) . ' ' . $content['type'],
+ 'target_bank' => $content['target_bank'],
+ 'payout_timestamp' => generateDateTime($content['payout_timestamp'], 2),
+ 'status' => $content['status']
);
// Load row template and switch colors
while ($data = SQL_FETCHARRAY($result)) {
// Prepare data for output
$rowContent = array(
- 'stamp' => generateDateTime($data['primera_timestamp'], 2),
- 'points' => translateComma($data['primera_amount']),
- 'acc' => SQL_ESCAPE($data['primera_account']),
- 'status' => PRIMERA_TRANSFER_STATUS($data['primera_type']),
- 'raw_type' => strtolower($data['primera_type']),
- 'sw' => $SW,
+ 'primera_timestamp' => generateDateTime($data['primera_timestamp'], 2),
+ 'points' => translateComma($data['primera_amount']),
+ 'primera_account' => SQL_ESCAPE($data['primera_account']),
+ 'status' => PRIMERA_TRANSFER_STATUS($data['primera_type']),
+ 'raw_type' => strtolower($data['primera_type']),
+ 'sw' => $SW,
);
// Load row template
// Prepare content for template
// @TODO Rewrite: tid->trans_id,stamp->time_trans
$row = array(
- 'sw' => $SW,
- 'tid' => $tid,
- 'stamp' => generateDateTime($stamp, 3),
- 'userid' => $userid,
- 'reason' => $reason,
- 'points' => translateComma($points)
+ 'sw' => $SW,
+ 'trans_id' => $tid,
+ 'stamp' => generateDateTime($stamp, 3),
+ 'userid' => $userid,
+ 'reason' => $reason,
+ 'points' => translateComma($points)
);
// Load row template
} else {
// Nothing for in or out
$OUT = "<tr>
- <td colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
+ <td colspan=\"5\" align=\"center\" class=\"bottom2\">
".loadTemplate('admin_settings_saved', true, $nothingMessage)."
</td>
</tr>";
} else {
// Nothing for in and out
$OUT = "<tr>
- <td colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
+ <td colspan=\"5\" align=\"center\" class=\"bottom2\">
".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
</td>
</tr>";
// Prepare data for template
$content = array(
- 'sw' => $SW,
- 'userid' => getMemberId(),
- 'data' => bigintval($DATA),
- 'type' => $type,
- 'subject' => $subject,
- 'sender' => $sender,
- 'stamp' => generateDateTime($timestamp, 2),
- 'cat' => getCategory($cat),
- 'points' => translateComma($pay),
+ 'sw' => $SW,
+ 'userid' => getMemberId(),
+ 'data' => bigintval($DATA),
+ 'type' => $type,
+ 'subject' => $subject,
+ 'sender' => $sender,
+ 'timestamp' => generateDateTime($timestamp, 2),
+ 'cat' => getCategory($cat),
+ 'points' => translateComma($pay),
);
// Load row template
while ($data = SQL_FETCHARRAY($result)) {
// Prepare data for output
$rowContent = array(
- 'stamp' => generateDateTime($data['wernis_timestamp'], 2),
- 'points' => translateComma($data['wernis_amount']),
- 'acc' => bigintval($data['wernis_account']),
- 'status' => WERNIS_TRANSFER_STATUS($data['wernis_type']),
- 'raw_type' => strtolower($data['wernis_type']),
- 'sw' => $SW,
+ 'wernis_timestamp' => generateDateTime($data['wernis_timestamp'], 2),
+ 'points' => translateComma($data['wernis_amount']),
+ 'wernis_account' => bigintval($data['wernis_account']),
+ 'status' => WERNIS_TRANSFER_STATUS($data['wernis_type']),
+ 'raw_type' => strtolower($data['wernis_type']),
+ 'sw' => $SW,
);
// Load row template
$ret = '';
if ($table == '/ARRAY/') {
// Selection from array
- if (is_array($id) && is_array($name) && count($id) == count($name)) {
+ if ((is_array($id)) && (is_array($name)) && (count($id)) == (count($name))) {
// Both are arrays
foreach ($id as $idx => $value) {
$ret .= '<option value="' . $value . '"';
if ($default == $value) $ret .= ' selected="selected"';
$ret .= '>' . $name[$idx] . '</option>';
} // END - foreach
- } // END - if
+ } else {
+ // Problem in request
+ debug_report_bug('Not all are arrays: id[' . count($id) . ']=' . gettype($id) . ',name[' . count($name) . ']=' . gettype($name));
+ }
} else {
// Data from database
- $SPEC = ', '.$id;
+ $SPEC = ', `' . $id . '`';
if (!empty($special)) $SPEC = ', ' . $special;
- $ORDER = $name.$SPEC;
+ $ORDER = $name . $SPEC;
if ($table == 'country') $ORDER = $special;
- $result = SQL_QUERY_ESC("SELECT %s, %s".$SPEC." FROM `{?_MYSQL_PREFIX?}_%s` ".$where." ORDER BY %s",
- array($id, $ORDER, $table, $name), __FUNCTION__, __LINE__);
+
+ // Query the database
+ $result = SQL_QUERY_ESC("SELECT `%s`, `%s`".$SPEC." FROM `{?_MYSQL_PREFIX?}_%s` ".$where." ORDER BY %s",
+ array($id, $ORDER, $table, $name), __FUNCTION__, __LINE__);
+
+ // Do we have rows?
if (SQL_NUMROWS($result) > 0) {
// Found data so add them as OPTION lines: $id is the value and $name is the "name" of the option
// @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
}
$dummy = $RECEIVERS;
- // Now, if we are good little boys and girls Santa left us some user-ids.
+ // Now, if we are good little boys and girls Santa Claus left us some user-ids.
// We can now send mails to them...
foreach ($RECEIVERS as $key => $userid) {
// Load personal data
}
$dummy = $RECEIVERS;
- // Now, if we are good little boys and girls Santa left us some user-ids.
+ // Now, if we are good little boys and girls Santa Claus left us some user-ids.
// We can now send mails to them...
foreach ($RECEIVERS as $key => $userid) {
// Lookup user id
// Free memory
SQL_FREERESULT($result_main);
-// Stop currently activated holidays
+// Stop2 currently activated holidays
stopHolidays();
// [EOF]
setSession('admin_login', '');
setSession('admin_md5' , '');
setSession('admin_last' , '');
- setSession('admin_to' , '');
// Destroy session and return status
if ($destroy) {
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_cats" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" 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>
- <td class="admin_title bottom2 seperator" width="10"> </td>
</tr>
+
<tr>
- <td height="7" colspan="5" class="seperator"> </td>
- </tr>
- <tr>
- <td class="seperator" width="10"> </td>
<td align="right" width="200">
<strong>{--ENTER_CATNAME--}:</strong>
</td>
- <td class="seperator" width="7"> </td>
<td>
<input type="text" class="admin_normal" name="catname" size="30" maxlength="255" />
</td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td height="7" colspan="5" class="seperator"> </td>
</tr>
+
<tr>
- <td class="seperator" width="10"> </td>
<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">
- $content[cats]
- <option value="-1">{--IS_TOP_CATEGORY--}</option>
- </select></td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td height="7" colspan="5" class="seperator"> </td>
+ <td>
+ <select name="parent" size="1" class="admin_select">
+ $content[cats]
+ <option value="-1">{--IS_TOP_CATEGORY--}</option>
+ </select>
+ </td>
</tr>
+
<tr>
- <td class="seperator" width="10"> </td>
- <td align="right" width="200">
+ <td class="bottom2" align="right" width="200">
<strong>{--CAT_IS_VISIBLE--}</strong>
</td>
- <td class="seperator" width="7"> </td>
- <td>
+ <td class="bottom2">
{--YES--}: <input type="radio" class="admin_normal" name="visible" value="Y" checked="checked" />
{--NO--}: <input type="radio" class="admin_normal" name="visible" value="N" />
</td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td height="7" colspan="5" class="seperator bottom2"> </td>
</tr>
+
<tr>
- <td class="admin_footer seperator" width="10"> </td>
<td class="admin_footer" colspan="3">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="add" class="admin_submit" value="{--ADD_NEW_CAT--}" />
</td>
- <td class="admin_footer seperator" width="10"> </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_country" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" 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="2" align="center">
+ <strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
</tr>
<tr>
- <td class="seperator" colspan="5" height="7"> </td>
- </tr>
- <tr>
- <td class="seperator" width="10"> </td>
<td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
- <td class="seperator" width="10"> </td>
- <td width="100"><input type="text" name="code"
- class="admin_normal" size="2" maxlength="2"></td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td class="seperator" colspan="5" height="7"> </td>
+ <td width="100">
+ <input type="text" name="code" class="admin_normal" size="2" maxlength="2" />
+ </td>
</tr>
<tr>
- <td class="seperator" width="10"> </td>
<td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
- <td class="seperator" width="10"> </td>
- <td><input type="text" name="descr" class="admin_normal"
- size="10" maxlength="255"></td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td class="seperator" colspan="5" height="7"> </td>
- </tr>
- <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 class="seperator" width="10"> </td>
+ <td>
+ <input type="text" name="descr" class="admin_normal" size="10" maxlength="255" />
+ </td>
</tr>
<tr>
- <td class="seperator bottom2" colspan="5" height="7"> </td>
+ <td class="bottom2" align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
+ <td class="bottom2">
+ <!-- @TODO Rewrite this selection box to our generic functions //-->
+ <select name="is_active" size="1" class="admin_select">
+ <option value="Y">{--YES--}</option>
+ <option value="N">{--NO--}</option>
+ </select>
+ </td>
</tr>
<tr>
- <td class="admin_footer seperator" width="10"> </td>
- <td class="admin_footer" colspan="3" align="center"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="add" class="admin_submit"
- value="{--ADD_COUNTRY--}" /></td>
- <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="2" align="center">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="add" class="admin_submit" value="{--ADD_COUNTRY--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=add_points&userid=$content[userid]" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title seperator" height="10" colspan="3"> </td>
</tr>
<form accept-charset="utf-8" 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" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom2" colspan="2" align="center">
<strong>{--ADD_NEW_REFDEPTH--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
</tr>
<tr>
- <td class="seperator" colspan="5" height="7"> </td>
- </tr>
- <tr>
- <td class="seperator" width="10"> </td>
<td align="right" width="200">{--ENTER_REF_LVL--}:</td>
- <td class="seperator" width="10"> </td>
<td>
<input type="text" name="level" class="admin_normal" size="3" maxlength="3" />
</td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td class="seperator" colspan="5" height="7"> </td>
</tr>
<tr>
- <td class="seperator" width="10"> </td>
- <td align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
- <td class="seperator" width="10"> </td>
- <td>
+ <td class="bottom2" align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
+ <td class="bottom2">
<input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />%
</td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td class="seperator bottom2" colspan="5" height="7"> </td>
</tr>
<tr>
- <td class="admin_footer seperator" width="10"> </td>
- <td class="admin_footer" colspan="3" align="center">
+ <td class="admin_footer" colspan="2" align="center">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--ADD_DEPTH--}" />
</td>
- <td class="admin_footer seperator" width="10"> </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=add_sponsor&force=1" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<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>
- </td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom2" align="center">
+ <strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
+ </td>
</tr>
<tr><td class="seperator" colspan="3" height="5"> </td></tr>
<tr>
- <td width="10" height="30"> </td>
- <td align="center">
- Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <strong>$content[email]</strong>. Wollen Sie ihn dennoch hinzufügen?
- </td>
- <td width="10"> </td>
+ <td align="center">
+ Ein Sponsor existiert bereits mit der eingegeben EMail-Adresse <strong>$content[email]</strong>. Wollen Sie ihn dennoch hinzufügen?
+ </td>
</tr>
<tr><td class="seperator bottom2" colspan="3" height="5"> </td></tr>
<tr>
- <td class="admin_footer seperator" width="10"> </td>
- <td class="admin_footer">
- $content[hidden]
- <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
- </td>
- <td class="admin_footer seperator" width="10"> </td>
+ <td align="center" class="admin_footer">
+ $content[hidden]
+ <input type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title bottom2" colspan="3" align="center" height="30">
<strong>{--ADMIN_ADD_SPONSOR_PAYTYPE_TITLE--}:</strong>
<span class="admin_note">(0 = Standarteinstellungen)</span>
</div>
- <div class="admin_title top2" style="padding-top:3px;padding-bottom:3px;">
+ <div align="center" class="footer top2" style="padding-top:3px;padding-bottom:3px;">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="admin_submit" name="add" value="{--ADMIN_SURFBAR_ADD_URL--}" />
</div>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td height="8" colspan="5"></td>
</tr>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=admins_contct&admin=$content[admin]" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <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>$content[admin]</strong></td>
+ <td width="195" class="header_column bottom2" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></td>
+ <td width="195" class="header_column bottom2" align="left"><strong>$content[admin]</strong></td>
</tr>
<tr>
- <td colspan="3" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="3" align="center">
+ <td colspan="2" align="center">
{--ADMINS_ENTER_CONTACT_TEXT--}:<br />
<textarea class="admin_normal" name="text" rows="5" cols="40"></textarea>
</td>
</tr>
- <tr>
- <td colspan="3" class="seperator bottom2"> </td>
- </tr>
$content[message_selection]
<tr>
- <td colspan="3" class="seperator"> </td>
- </tr>
- <tr>
- <td class="admin_footer top2" align="right">
+ <td class="admin_footer" align="center" colspan="2">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <td width="10" class="admin_footer top2 seperator"> </td>
- <td class="admin_footer top2">
<input type="submit" name="ok" class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}" />
</td>
</tr>
+<div align="center">
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" align="center">
+ <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
</td>
- <td class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+ <td class="header_column bottom2" align="center">
+ <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
</td>
</tr>
$content
<tr>
- <td colspan="2" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="change" class="admin_submit"
- value="{--ADMIN_ADMINS_CHANGE--}" /></td>
+ <td colspan="2" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="change" class="admin_submit" value="{--ADMIN_ADMINS_CHANGE--}" />
+ </td>
</tr>
</table>
</form>
+</div>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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>
- <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>
+ <td width="30" class="header_column bottom2 right2" align="center">
+ <strong>{--ID_SELECT--}</strong>
+ </td>
+ <td width="235" class="header_column bottom2 right2" align="center">
+ <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
+ </td>
+ <td width="235" class="header_column bottom2" align="center">
+ <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
</td>
</tr>
$content
<tr>
- <td colspan="3" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="edit" class="admin_submit"
- value="{--ADMIN_ADMINS_EDIT--}" /></td>
+ <td colspan="3" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=adminedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" colspan="2" class="admin_header" height="40">
+ <td align="center" colspan="2" class="admin_title" height="40">
<strong>{--DEL_ADMIN_MENU--}</strong>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_header bottom2">
+ <td align="center" colspan="2" class="admin_title bottom2">
{--DEL_MENU_1--}$content[chk]{--DEL_MENU_2--}
</td>
</tr>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=adminedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <td class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
- <td class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
</tr>
$content[rows]
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_active" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<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="2" align="center">
+ <strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
</td>
- <td class="admin_title bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
- <td width="10" class="seperator"> </td>
<td align="center" width="275">
<input type="input" name="active_limit" class="admin_normal" value="{?active_limit?}" size="5" maxlength="20" />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
</tr>
<tr>
- <td width="10" class="admin_footer seperator"> </td>
- <td class="admin_footer" colspan="3" align="center">
+ <td class="admin_footer" colspan="2" align="center">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
</td>
- <td width="10" class="admin_footer seperator"> </td>
</tr>
</table>
</form>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_admins" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
</tr>
$content
<tr>
- <td colspan="5" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="edit" class="admin_submit"
- value="{--ADMINS_EDIT_ACLS--}" /> <input type="submit"
- name="del" class="admin_delete" value="{--ADMINS_DEL_ACLS--}" />
+ <td colspan="5" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--ADMINS_EDIT_ACLS--}" />
+ <input type="submit" name="del" class="admin_delete" value="{--ADMINS_DEL_ACLS--}" />
</td>
</tr>
</table>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_admins" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
</tr>
$content
<tr>
- <td colspan="5" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="remove" class="admin_delete"
- value="{--ADMINS_REMOVE_ACLS--}" /></td>
+ <td colspan="5" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="remove" class="admin_delete" value="{--ADMINS_REMOVE_ACLS--}" />
+ </td>
</tr>
</table>
</form>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_admins" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
</tr>
$content
<tr>
- <td colspan="5" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="change" class="admin_submit"
- value="{--ADMINS_CHANGE_ACLS--}" /></td>
+ <td colspan="5" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="change" class="admin_submit" value="{--ADMINS_CHANGE_ACLS--}" />
+ </td>
</tr>
</table>
</form>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_autopurge" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="510" class="admin_table dashed">
+<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_AUTOPURGE_CONFIGURATION--}</strong>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_cats" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" colspan="4" class="admin_header bottom2"
- height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></td>
+ <td align="center" colspan="4" class="admin_title bottom2" 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="header_column bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
+ <td class="header_column bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
+ <td class="header_column bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
</tr>
$content
<tr>
- <td class="admin_footer" colspan="4"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="edit" class="admin_submit"
- value="{--EDIT_CATS--}" /> <input type="submit"
- name="del" class="admin_delete" value="{--DEL_CATS--}" /></td>
+ <td class="admin_footer" colspan="4">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--EDIT_CATS--}" />
+ <input type="submit" name="del" class="admin_delete" value="{--DEL_CATS--}" />
+ </td>
</tr>
</table>
</form>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_email" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
- class="admin_table dashed">
+<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_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="header_column bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" width="275" align="center"><strong>{--MAX_VALUE!}</strong></td>
+ <td class="header_column bottom2" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></td>
</tr>
$content[rows]
<tr>
- <td align="center" colspan="3" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="edit" class="admin_submit"
- value="{--EDIT_MAX_V--}" /> <input type="submit"
- name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></td>
+ <td align="center" colspan="3" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--EDIT_MAX_V--}" />
+ <input type="submit" name="del" class="admin_delete" value="{--DEL_MAX_V--}" />
+ </td>
</tr>
</table>
</form>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MENU_WHAT--}</strong></td>
+ <td align="center" class="header_column bottom2"><strong>{--HOME_ACTION--}</strong></td>
</tr>
$content
<tr>
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table" width="320">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="320">
<tr>
- <td align="center" class="admin_header top2 bottom2 left2 right2"
+ <td align="center" class="admin_title top2 bottom2 left2 right2"
height="30"><strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong></td>
</tr>
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom right">$content[id]</td>
- <td class="switch_sw$content[sw] bottom right">$content[title]</td>
+ <td class="switch_sw$content[sw] bottom2 right">$content[id]</td>
+ <td class="switch_sw$content[sw] bottom2 right">$content[title]</td>
<td class="switch_sw$content[sw] bottom" align="center">
$content[link]
</td>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_mediadata" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<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>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right" width="275">{--ADMIN_MEDIADATA_MT_START--}:</td>
- <td width="10" class="seperator"> </td>
<td align="center" width="275">$content[mt_start]</td>
- <td width="10" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
- <td align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
- <td width="10" class="seperator"> </td>
- <td align="center" width="275"><input type="text" name="mt_stage"
- class="admin_normal" value="{?mt_stage?}" size="6" maxlength="20" />
+ <td class="bottom2" align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
+ <td class="bottom2" align="center" width="275">
+ <input type="text" name="mt_stage" class="admin_normal" value="{?mt_stage?}" size="6" maxlength="20" />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
- </tr>
- <tr>
- <td width="10" class="admin_footer seperator"> </td>
- <td class="admin_footer" colspan="3" align="center"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></td>
- <td width="10" class="admin_footer seperator"> </td>
+ <td class="admin_footer" colspan="2" align="center">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+ </td>
</tr>
</table>
</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 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>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_newsletter" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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>
- <td class="admin_title bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
+ <td colspan="3" height="7" class="seperator"> </td>
</tr>
<tr>
- <td class="admin_footer seperator" width="10"> </td>
<td class="admin_footer" colspan="3" align="center">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
</td>
- <td class="admin_footer seperator" width="10"> </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_order" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom2" align="center">
<strong>{--ADMIN_ORDER_SETTINGS--}:</strong>
</td>
- <td class="admin_title bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
- <td align="center" width="275" colspan="3">
+ <td align="center" width="275" class="bottom2">
{--ADMIN_ORDER_MAX_ORDER_SELECT--}
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator bottom"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
- <td align="center" width="275">
+ <td class="bottom2" align="center" width="275">
{--ADMIN_ORDER_MAX--}: <input type="radio" name="order_max_full" class="admin_normal" value="MAX"$content[order_max_full_max] />
</td>
- <td width="10" class="seperator"> </td>
- <td align="center" width="275">
+ <td class="bottom2" align="center" width="275">
{--ADMIN_ORDER_ORDER--}: <input type="radio" name="order_max_full" class="admin_normal" value="ORDER"$content[order_max_full_order] />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right" width="340">{--ADMIN_OPTION_MAX_UNCONFIRMED_MAILS--}:</td>
- <td width="10" class="seperator"> </td>
<td width="160">
<input type="text" name="unconfirmed" class="admin_normal" size="10" maxlength="10" value="{?unconfirmed?}" />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_MAX_TEXT_LENGTH--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="max_tlength" class="admin_normal" size="10" maxlength="100" value="{?max_tlength?}" />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <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 type="radio" name="test_text" value="N"$content[test_text_y] />
{--NO--}: <input type="radio" name="test_text" value="Y"$content[test_text_n] />
</span>
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<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 type="radio" name="test_subj" value="Y"$content[test_subj_y] />
{--NO--}: <input type="radio" name="test_subj" value="N"$content[test_subj_n] />
</span>
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <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 type="radio" name="url_blacklist" value="Y"$content[url_blacklist_y] />
{--NO--}: <input type="radio" name="url_blacklist" value="N"$content[url_blacklist_n] />
</span>
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
- <td align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
- <td width="10" class="seperator"> </td>
- <td align="center" width="275">
+ <td class="bottom2" align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
+ <td class="bottom2" align="center" width="275">
<select name="repay_deleted_mails" class="admin_select" size="1">
<option value="REPAY"$content[repay_deleted_mails_repay]>{--ADMIN_CFG_REPAY_POINTS_REPAY--}</option>
<option value="JACKPOT"$content[repay_deleted_mails_jackpot]>{--ADMIN_CFG_REPAY_POINTS_JACKPOT--}</option>
<option value="SHRED"$content[repay_deleted_mails_shred]>{--ADMIN_CFG_REPAY_POINTS_SHRED--}</option>
</select>
</td>
- <td width="10" class="seperator"> </td>
</tr>
- <tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
- </tr>
<tr>
<td colspan="5" height="30" class="admin_title bottom2" align="center">
<strong>{--ADMIN_ORDER_SELECTION_SETTINGS--}:</strong>
</td>
</tr>
+
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
- <tr>
- <td width="10" 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" class="admin_select" size="1">
$content[order_selection]
</select>
</td>
- <td width="10" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
+
<tr>
- <td width="10" class="seperator"> </td>
- <td align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
- <td width="10" class="seperator"> </td>
- <td align="center" width="275">
+ <td class="bottom2" align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
+ <td class="bottom2" align="center" width="275">
<select name="order_mode" class="admin_select" size="1">
<option value="ASC"$content[order_mode_asc]">{--SORT_ASCENDING--}</option>
<option value="DESC"$content[order_mode_desc]">{--SORT_DESCENDING--}</option>
</select>
</td>
- <td width="10" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
</tr>
+
<tr>
<td colspan="5" height="30" class="admin_title bottom2" align="center">
<strong>{--ADMIN_ORDER_MISC_SETTINGS--}:</strong>
</td>
</tr>
+
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator"> </td>
- <td align="right" width="275">
+ <td class="bottom2" align="right" width="275">
{--ADMIN_ORDER_MIN_RECEIVER_PER_ORDER--}:
</td>
- <td width="10" class="seperator"> </td>
- <td align="center" width="275">
+ <td class="bottom2" align="center" width="275">
<input type="input" name="order_min" class="admin_normal" value="{?order_min?}" size="5" maxlength="20" />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
</tr>
+
<tr>
- <td width="10" class="admin_footer seperator"> </td>
- <td class="admin_footer" colspan="3" align="center">
+ <td colspan="2" align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
</td>
- <td width="10" class="admin_footer seperator"> </td>
</tr>
</table>
</form>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title bottom2 seperator" height="30" width="10"> </td>
- <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ORDER_SETTINGS--}:</strong>
+ <td class="admin_title bottom2" colspan="3" align="center">
+ <strong>{--ADMIN_ORDER_SETTINGS--}:</strong>
</td>
<td class="admin_title bottom2 seperator" width="10"> </td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_other" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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">
+ <td colspan="2" align="center" class="admin_title bottom2">
<strong>{--ADMIN_OTHER_SETTINGS--}</strong>
</td>
- <td width="10" class="seperator admin_title"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator admin_title bottom2"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right" width="300">{--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="{?code_length?}" />
<div class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</div>
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">
{--ADMIN_OPTION_ACTIVATE_EXCHANGE--}:
</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="activate_xchange" class="admin_normal" size="10" maxlength="10" value="{?activate_xchange?}" />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">
{--ADMIN_OPTION_MINIMUM_AGE--}:
</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="min_age" class="admin_normal" size="3" maxlength="3" value="{?min_age?}" />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_POINTS_WORD--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="points_word" class="admin_normal" size="7" maxlength="255" value="{?POINTS?}" />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_MT_WORD--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="mt_word" class="admin_normal" size="15" maxlength="255" value="{?mt_word?}" />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_MT_WORD2--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="mt_word2" class="admin_normal" size="15" maxlength="255" value="{?mt_word2?}" />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_MT_WORD3--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="mt_word3" class="admin_normal" size="15" maxlength="255" value="{?mt_word3?}" />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_MAX_COMMA--}:</td>
- <td width="10" class="seperator"> </td>
<td>
+ <!-- @TODO Rewrite this selection to one of our functions //-->
<select name="max_comma" size="1" class="admin_select">
<option value="0"$content[comma_def_0]>0</option>
<option value="1"$content[comma_def_1]>1</option>
<option value="5"$content[comma_def_5]>5</option>
</select>
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_REJECT_URL--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" name="reject_url" class="admin_normal" size="15" maxlength="255" value="{?reject_url?}" />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_CSS_PHP--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="radio" name="css_php" value="DIRECT"$content[css_php_direct] /> {--ADMIN_CSS_PHP_DIRECT--}<br />
<input type="radio" name="css_php" value="FILE"$content[css_php_file] /> {--ADMIN_CSS_PHP_FILE--}<br />
<input type="radio" name="css_php" value="INLINE"$content[css_php_inline] /> {--ADMIN_CSS_PHP_INLINE--}
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_GUEST_MENU--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="radio" name="guest_menu" value="Y"$content[guest_menu_y] /> {--ADMIN_GUEST_MENU_ACTIVE--}<br />
<input type="radio" name="guest_menu" value="N"$content[guest_menu_n] /> {--ADMIN_GUEST_MENU_INACTIVE--}
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_MEMBER_MENU--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="radio" name="member_menu" value="Y"$content[member_menu_y] /> {--ADMIN_MEMBER_MENU_ACTIVE--}<br />
<input type="radio" name="member_menu" value="N"$content[member_menu_n] /> {--ADMIN_MEMBER_MENU_INACTIVE--}
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_YOURE_HERE--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="radio" name="youre_here" value="Y"$content[youre_here_y] /> {--ADMIN_YOURE_HERE_ACTIVE--}<br />
<input type="radio" name="youre_here" value="N"$content[youre_here_n] /> {--ADMIN_YOURE_HERE_INACTIVE--}
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_SHOW_TIMINGS--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="radio" name="show_timings" value="Y"$content[show_timings_y] /> {--YES--}<br />
<input type="radio" name="show_timings" value="N"$content[show_timings_n] /> {--NO--}
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_SHOW_POINTS_UNCONFIRMED--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="radio" name="show_points_unconfirmed" value="Y"$content[show_points_unconfirmed_y] /> {--YES--}<br />
<input type="radio" name="show_points_unconfirmed" value="N"$content[show_points_unconfirmed_n] /> {--NO--}
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
- <td align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
- <td width="10" class="seperator"> </td>
- <td>
+ <td class="bottom2" align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
+ <td class="bottom2">
<input type="radio" name="mailid_error_redirect" value="INDEX"$content[mailid_error_redirect_index] /> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
<input type="radio" name="mailid_error_redirect" value="REJECT"$content[mailid_error_redirect_reject] /> {--ADMIN_CONFIG_MAILID_REDIRECT_REJECT--}
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="5" class="seperator admin_title top2"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator admin_title"> </td>
- <td colspan="3" align="center" class="admin_title">
+ <td colspan="2" align="center" class="admin_title bottom2">
<strong>{--ADMIN_SENDING_SETTINGS--}</strong>
</td>
- <td width="10" class="seperator admin_title"> </td>
- </tr>
- <tr>
- <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="5" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_POOL_MAX_SEND--}:</td>
- <td width="10" class="seperator"> </td>
<td align="center">
<input type="text" name="max_send" class="admin_normal" size="10" maxlength="100" value="{?max_send?}" />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_ZIPCODE_ACTIVE--}:</td>
- <td width="10" class="seperator"> </td>
<td align="center">
{--YES--}: <input type="radio" name="order_multi_page" value="Y"$content[order_multi_page_y] />
{--NO--}: <input type="radio" name="order_multi_page" value="N"$content[order_multi_page_n] />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td>
- <td width="10" class="seperator"> </td>
<td align="center">
{--YES--}: <input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] />
{--NO--}: <input type="radio" name="autosend_active" value="N"$content[autosend_active_n] />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="5" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="5" class="seperator admin_title top2"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator admin_title"> </td>
- <td colspan="3" align="center" class="admin_title">
+ <td colspan="2" align="center" class="admin_title bottom2">
<strong>{--ADMIN_NOTIFY_SETTINGS--}</strong>
</td>
- <td width="10" class="seperator admin_title"> </td>
- </tr>
- <tr>
- <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</td>
- <td width="10" class="seperator"> </td>
<td align="center">
{--YES--}: <input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] />
{--NO--}: <input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
- <td align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
- <td width="10" class="seperator"> </td>
- <td align="center">
+ <td class="bottom2" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
+ <td class="bottom2" align="center">
{--YES--}: <input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] />
{--NO--}: <input type="radio" name="admin_notify" value="N"$content[admin_notify_n] />
</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="5" class="seperator admin_title top2"> </td>
- </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="2" align="center" class="admin_title bottom2">
+ <strong>{--ADMIN_TIMEOUT_SETTINGS--}</strong>
</td>
- <td width="10" class="seperator admin_title"> </td>
- </tr>
- <tr>
- <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
</tr>
<tr>
- <td colspan="5" height="5" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_MAX_ONLINETIME--}:</td>
- <td width="10" class="seperator"> </td>
<td>$content[online_timeout]</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
- <td align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
- <td width="10" class="seperator"> </td>
- <td>$content[url_tlock]</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
+ <td class="bottom2" align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
+ <td class="bottom2">$content[url_tlock]</td>
</tr>
<tr>
- <td colspan="5" height="5" class="seperator admin_title top2"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator admin_title"> </td>
- <td colspan="3" align="center" class="admin_title">
+ <td colspan="2" align="center" class="admin_title bottom2">
<strong>{--ADMIN_PROFILE_TIME_SETTINGS--}</strong>
</td>
- <td width="10" class="seperator admin_title"> </td>
- </tr>
- <tr>
- <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_LOCK_PROFILE_TIME--}:</td>
- <td width="10" class="seperator"> </td>
<td>$content[profile_lock]</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
<td align="right">{--ADMIN_OPTION_PROFILE_UPDATE--}:</td>
- <td width="10" class="seperator"> </td>
<td>$content[profile_update]</td>
- <td width="10" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
- <td align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
- <td width="10" class="seperator"> </td>
- <td>$content[profile_reupdate]</td>
- <td width="10" class="seperator"> </td>
+ <td class="bottom2" align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
+ <td class="bottom2">$content[profile_reupdate]</td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="5" class="seperator admin_title top2"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator admin_title"> </td>
- <td colspan="3" align="center" class="admin_title">
+ <td colspan="2" align="center" class="admin_title bottom2">
<strong>{--ADMIN_SQL_SETTINGS--}</strong>
</td>
- <td width="10" class="seperator admin_title"> </td>
- </tr>
- <tr>
- <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
- </tr>
-
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
</tr>
<tr>
- <td width="10" class="seperator"> </td>
- <td align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
- <td width="10" class="seperator"> </td>
- <td align="center">
+ <td class="bottom2" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
+ <td class="bottom2" align="center">
{--YES--}: <input type="radio" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] />
{--NO--}: <input type="radio" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] />
</td>
- <td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator admin_title top2"> </td>
- </tr>
-
- <tr>
- <td width="10" class="seperator admin_title"> </td>
- <td colspan="3" align="center" class="admin_title">
+ <td colspan="2" align="center" class="admin_title">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
</td>
- <td width="10" class="seperator admin_title"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator admin_title"> </td>
</tr>
</table>
</form>
<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="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="100" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></td>
+ <td width="150" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="150" class="header_column bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
</tr>
$content
<tr>
<div align="center">
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="4" align="center" class="admin_title bottom2" height="30">
<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="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="250" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="100" class="header_column bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
</tr>
$content
<tr>
- <td colspan="4" class="admin_footer"><input
- type="submit" name="del" class="admin_delete"
- value="{--ADMIN_PAYOUT_DELETE--}" /></td>
+ <td colspan="4" class="admin_footer">
+ <input type="submit" name="del" class="admin_delete" value="{--ADMIN_PAYOUT_DELETE--}" />
+ </td>
</tr>
</table>
</form>
<div align="center">
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="200" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="100" class="header_column bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+ <td width="180" class="header_column bottom2" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></td>
</tr>
$content
<tr>
- <td colspan="5" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="edit" class="admin_submit"
- value="{--ADMIN_PAYOUT_EDIT--}" /></td>
+ <td colspan="5" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_PAYOUT_EDIT--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[rallye]" method="post" style="margin-bottom: 10px">
<table border="0" cellspacing="0" cellpadding="0" 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">
+ <td align="center" width="10" class="header_column bottom2 right2">
<strong>{--ID_SELECT--}</strong>
</td>
- <td align="center" width="50" class="admin_title bottom2 right2">
+ <td align="center" width="50" class="header_column bottom2 right2">
<strong>{--RALLYE_LEVEL--}:</strong>
</td>
- <td align="center" width="200" class="admin_title bottom2 right2">
+ <td align="center" width="200" class="header_column bottom2 right2">
<strong>{--RALLYE_PRICE_POINTS--}:</strong>
</td>
- <td align="center" width="320" class="admin_title bottom2">
+ <td align="center" width="320" class="header_column bottom2">
<strong>{--RALLYE_PRICE_INFO--}:</strong>
</td>
</tr>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[rallye]" method="post" style="margin-bottom: 10px">
-<table border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="4" align="center" class="admin_title" height="30">
<strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
</td>
</tr>
<tr>
- <td width="120" align="center" class="admin_title bottom2 right2">
+ <td width="120" align="center" class="header_column bottom2 right2">
<strong>{--RALLYE_ID--}:</strong>
</td>
- <td width="65" align="center" class="admin_title bottom2 right2">
+ <td width="65" align="center" class="header_column bottom2 right2">
<strong>{--RALLYE_LEVEL--}:</strong>
</td>
- <td width="185" align="center" class="admin_title bottom2 right2">
+ <td width="185" align="center" class="header_column bottom2 right2">
<strong>{--RALLYE_PRICE_POINTS--}:</strong>
</td>
- <td width="130" align="center" class="admin_title bottom2">
+ <td width="130" align="center" class="header_column bottom2">
<strong>{--RALLYE_PRICE_INFO--}:</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[rallye]" method="post" style="margin-bottom: 10px">
<table border="0" cellspacing="0" cellpadding="0" 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">
+ <td align="center" width="10" class="header_column bottom2 right2">
<strong>{--ID_SELECT--}</strong>
</td>
- <td align="center" width="50" class="admin_title bottom2 right2">
+ <td align="center" width="50" class="header_column bottom2 right2">
<strong>{--RALLYE_LEVEL--}:</strong>
</td>
- <td align="center" width="200" class="admin_title bottom2 right2">
+ <td align="center" width="200" class="header_column bottom2 right2">
<strong>{--RALLYE_PRICE_POINTS--}:</strong>
</td>
- <td align="center" width="320" class="admin_title bottom2">
+ <td align="center" width="320" class="header_column bottom2">
<strong>{--RALLYE_PRICE_INFO--}:</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_refid" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="450" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title2 bottom2" colspan="2" align="center">
+ <td class="admin_title bottom2" colspan="2" align="center">
<strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
</td>
</tr>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_register" method="post">
-<table border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
+<table border="0" cellpadding="0" cellspacing="0" class="admin_table dashed">
<tr>
<td colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
</td>
</tr>
<tr>
- <td width="20" class="admin_title bottom2 right2" align="center">{--ID_SELECT--}</td>
- <td width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</td>
- <td width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
+ <td width="20" class="header_column bottom2 right2" align="center">{--ID_SELECT--}</td>
+ <td width="325" class="header_column bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</td>
+ <td width="105" class="header_column bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
</tr>
$content
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_rewrite" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_header bottom2 right2" align="center" height="30">
+ <td class="admin_title bottom2 right2" align="center" height="30">
<strong>{--MODULE_NAME--}</strong>
</td>
- <td class="admin_header bottom2 right2" align="center">
+ <td class="admin_title bottom2 right2" align="center">
<strong>{--MODULE_TITLE--}</strong>
</td>
- <td class="admin_header bottom2" align="center">
+ <td class="admin_title bottom2" align="center">
<strong>{--MODULE_SKIPPED--}</strong>
</td>
</tr>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_secure" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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>
<tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator"> </td>
<td align="right" width="280">{--MIN_PASS_LENGTH--}:</td>
- <td width="10" class="seperator"> </td>
- <td><input type="text" name="pass_len" class="admin_normal"
- size="3" maxlength="3" value="{?pass_len?}"></td>
- <td width="10" class="seperator"> </td>
- </tr>
- <tr>
- <td colspan="5" height="7" class="seperator"> </td>
- </tr>
- <tr>
- <td width="10" class="seperator"> </td>
- <td align="right" width="280">{--ADMIN_SALT_LENGTH--}:</td>
- <td width="10" class="seperator"> </td>
- <td><input type="text" name="salt_length" class="admin_normal"
- size="3" maxlength="3" value="{?salt_length?}"></td>
- <td width="10" class="seperator"> </td>
+ <td>
+ <input type="text" name="pass_len" class="admin_normal" size="3" maxlength="3" value="{?pass_len?}" />
+ </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
+ <td class="bottom2" align="right" width="280">{--ADMIN_SALT_LENGTH--}:</td>
+ <td class="bottom2">
+ <input type="text" name="salt_length" class="admin_normal" size="3" maxlength="3" value="{?salt_length?}" />
+ </td>
</tr>
<tr>
- <td class="admin_footer seperator" width="10"> </td>
- <td class="admin_footer" colspan="3" align="center"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <input
- type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></td>
- <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+ </td>
</tr>
</table>
</form>
<div class="admin_note">
{--ADMIN_SALT_LENGTH_NOTE--}
</div>
+</div>
</td>
</tr>
<tr>
- <td colspan="2" style="padding:3px" align="center">
+ <td colspan="2" align="center">
<span class="admin_note">
{--ADMIN_BASE_PATH--}:<br />
<em>{?PATH?}</em><br />
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
<td colspan="3" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SETUP_STATS_TITLE--}</strong>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_points&sub=points" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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>
- <td class="admin_title bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="seperator" colspan="5" height="7"> </td>
- </tr>
- <tr>
- <td class="seperator" width="10"> </td>
<td align="right" width="200">{--POINTS_REGISTER--}:</td>
- <td class="seperator" width="10"> </td>
<td>
<input type="text" name="points_register" class="admin_normal" size="6" maxlength="6" value="{?points_register?}" />
</td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td class="seperator" colspan="5" height="7"> </td>
</tr>
<tr>
- <td class="seperator" width="10"> </td>
- <td align="right" width="200">{--POINTS_REF--}:</td>
- <td class="seperator" width="10"> </td>
- <td>
+ <td class="bottom2" align="right" width="200">{--POINTS_REF--}:</td>
+ <td class="bottom2">
<input type="text" name="points_ref" class="admin_normal" size="6" maxlength="6" value="{?points_ref?}" />
</td>
- <td class="seperator" width="10"> </td>
- </tr>
- <tr>
- <td class="seperator bottom2" colspan="5" height="7"> </td>
</tr>
<tr>
- <td class="admin_footer seperator" width="10"> </td>
<td class="admin_footer" colspan="3" align="center">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
</td>
- <td class="admin_footer seperator" width="10"> </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_surfbar" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="550" class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
<td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_CONFIG_SURFBAR_TITLE--}</strong>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=user_contct&userid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
<td align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_CONTACT_USER--}:<br />
</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">
+ <textarea class="admin_normal" name="text" rows="10" cols="20"></textarea>
</td>
</tr>
<tr>
- <td class="admin_footer">
+ <td align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--CONTACT_USER--}" />
</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="header_column bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
</tr>
$content
<tr>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_bank_package" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="120" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+ <td width="360" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
</tr>
$content
<tr>
</table>
</form>
-<div class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</div>
+<div class="admin_note">
+ {--ADMIN_DELETE_BANK_PACKAGES_NOTES--}
+</div>
+</div>
<form accept-charset="utf-8" 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_title bottom2">
+ <strong>{--DELETE_CATEGORIES--}:</strong>
+ </td>
</tr>
$content
<tr>
- <td class="admin_footer">
+ <td align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_delete" value="{--REMOVE_CATS--}" />
</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">
+ <td class="admin_title bottom2" colspan="5" align="center" height="35">
<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="99%">
<tr>
- <td class="admin_header" colspan="8" align="center" height="35">
+ <td class="admin_title" colspan="8" align="center" height="35">
<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
</td>
</tr>
<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">
+ <td class="admin_title bottom2" colspan="5" align="center" height="35">
<div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</div>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=payments&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_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></td>
+ <td align="center" height="30" class="admin_title bottom">
+ <strong>{--DELETE_PAYMENT--}:</strong>
+ </td>
</tr>
$content
<tr>
- <td class="admin_footer"><input type="reset"
- class="admin_reset" value="{--CLEAR_FORM--}" /> <input
- type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
+ <td align="center" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
</td>
</tr>
</table>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=del_sponsor&id=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2" height="28">
- <div class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}$content[userid]{--ADMIN_HEADER_DEL_SPONSOR_2--}</div>
- </td>
+ <td align="center" class="admin_title bottom2" height="28">
+ <div class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}$content[userid]{--ADMIN_HEADER_DEL_SPONSOR_2--}</div>
+ </td>
</tr>
<tr><td height="5" class="seperator"> </td></tr>
<tr>
- <td align="center">
- {--ADMIN_TEXT_DEL_SPONSOR_1--}$content[userid]{--ADMIN_TEXT_DEL_SPONSOR_2--}
- </td>
+ <td align="center">
+ {--ADMIN_TEXT_DEL_SPONSOR_1--}$content[userid]{--ADMIN_TEXT_DEL_SPONSOR_2--}
+ </td>
</tr>
<tr><td height="5" class="seperator"> </td></tr>
<tr>
- <td align="center">
- $content[gender] <a href="mailto:$content[email]">$content[surname] $content[family]</a>($content[email])
- </td>
+ <td align="center">
+ $content[gender] <a href="mailto:$content[email]">$content[surname] $content[family]</a>($content[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 class="admin_footer">
- <input type="submit" name="no" class="admin_no" value="{--NO--}" />
- <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
- </td>
+ <td align="center" 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>
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</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="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
</tr>
$content
<tr>
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[trans_id]]" value="1" />
</td>
<td class="switch_sw$content[sw] bottom2 right2">
- $content[stamp]
+ $content[time_trans]
</td>
<td class="switch_sw$content[sw] bottom2 right2">
$content[userid_from]
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=del_user&userid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
- align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td align="center" class="admin_title bottom2" height="28"><strong
class="admin_done">$content[header]</strong>
<td height="5" class="seperator bottom2"> </td>
</tr>
<tr>
- <td class="admin_footer">
+ <td align="center" class="admin_footer">
<input type="submit" name="no" class="admin_no" value="{--NO--}" />
<input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
</td>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></td>
</tr>
$content
<tr>
- <td colspan="6" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="change" class="admin_submit"
- value="{--ADMIN_ADMINS_EDIT--}" /></td>
+ <td colspan="6" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="change" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
+ </td>
</tr>
</table>
</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>
<form accept-charset="utf-8" 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">
+<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_EDIT_BANK_PACKAGES--}:</strong>
<tr>
- <td width="33%" align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td width="33%" align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_TITLE--}:<br />
<input type="text" name="title[$content[id]]" size="20" maxlength="255" value="$content[title]" />
</td>
- <td width="34%" align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td width="34%" align="center" valign="top" 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>
</td>
- <td width="33%" align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2">
+ <td width="33%" align="center" valign="top" class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_ACCOUNT_FEE--}:<br />
<input type="text" name="account_fee[$content[id]]" size="5" maxlength="10" value="$content[account_fee]" /> <span class="tiny">({?POINTS?})</span>
</td>
</tr>
<tr>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FREE_TRANSFERS--}:<br />
<input type="text" name="free_transfers[$content[id]]" size="5" maxlength="10" value="$content[free_transfers]" />
</td>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_TRANSFER_FEE--}:<br />
<input type="text" name="transfer_fee[$content[id]]" size="5" maxlength="10" value="$content[transfer_fee]" /> <span class="tiny">({?POINTS?})</span>
</td>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_OUTPUT_MODE--}:<br />
[output_system_mode] => EMAIL
</td>
</tr>
<tr>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_EDIT_ACTIVE--}:<br />
[package_active] => Y
</td>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FREE_TRANSFERS--}:<br />
<input type="text" name="free_months_no_fee[$content[id]]" size="5" maxlength="10" value="$content[free_months_no_fee]" />
</td>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_INTEREST_PLUS--}:<br />
<input type="text" name="interest_plus[$content[id]]" size="5" maxlength="10" value="$content[interest_plus]" /> %
</td>
</tr>
<tr>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_INTEREST_MINUS--}:<br />
<input type="text" name="interest_minus[$content[id]]" size="5" maxlength="10" value="$content[interest_minus]" /> %
</td>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FIRST_PAYMENT--}:<br />
<input type="text" name="first_payment[$content[id]]" size="5" maxlength="10" value="$content[first_payment]" />
</td>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_INCOME--}:<br />
<input type="text" name="free_account_income[$content[id]]" size="10" maxlength="20" value="$content[free_account_income]" /> <span class="tiny">({?POINTS?})</span>
</td>
</tr>
<tr>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" 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>
</td>
- <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_EDIT_TAN_LOCK--}:<br />
<input type="text" name="tan_lock[$content[id]]" size="5" maxlength="10" value="$content[tan_lock]" />
</td>
<form accept-charset="utf-8" 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">
+ <td align="center" colspan="3" height="30" class="admin_title bottom2">
<strong>{--EDIT_CATEGORIES--}:</strong>
</td>
</tr>
<tr>
- <td colspan="3" align="left" class="admin_header bottom2" height="25">
+ <td colspan="3" align="left" class="admin_title bottom2" height="25">
<strong>{--CATEGORY_ID--} $content[id]:</strong></td>
</tr>
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=edit_emails" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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> ($content[id])
</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>
<td class="top2">
<input type="text" name="url" class="admin_normal" size="30" maxlength="255" value="$content[url]" />
</td>
- <td width="10" class="top2 seperator"> </td>
</tr>
<tr>
- <td width="10" class="top2 seperator" height="35"> </td>
<td align="right" class="top2">
<strong>{--EMAIL_EDIT_SUBJ--}:</strong>
</td>
<td class="top2">
<input type="text" name="subject" class="admin_normal" size="30" maxlength="255" value="$content[subject]" />
</td>
- <td width="10" class="top2" seperator> </td>
</tr>
<tr>
- <td width="10" height="125" class="top2" seperator> </td>
<td align="right" class="top2">
<strong>{--EMAIL_EDIT_TEXT--}:</strong>
</td>
<td class="top2">
<textarea name="text" class="admin_normal" rows="8" cols="28">$content[text]</textarea>
</td>
- <td width="10" class="top2 seperator"> </td>
</tr>
<tr>
- <td width="10" class="admin_footer seperator top2" height="35"> </td>
<td align="center" height="30" colspan="3" class="admin_footer top2">
<input type="hidden" name="id" value="$content[id]"/ >
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="save" class="admin_submit" value="{--ADMIN_CHANGE_EMAIL--}" />
</td>
- <td width="10" class="admin_footer seperator top2"> </td>
</tr>
</table>
</form>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=edit_emails" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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>
$content
<tr>
- <td width="10" class="admin_footer seperator top2"> </td>
<td align="center" height="30" colspan="3" class="admin_footer top2">
- <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
- <input type="submit" name="ok" class="admin_submit"
- value="{--ADMIN_EDIT_EMAIL--}" /></td>
- <td width="10" class="admin_footer seperator top2"> </td>
+ <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
+ <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_EDIT_EMAIL--}" />
+ </td>
</tr>
</table>
</form>
+</div>
--- /dev/null
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_networks&do=changenetwork" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td align="center" class="admin_title bottom2" height="25" colspan="4">
+ <strong>{--ADMIN_NETWORK_EDIT_TITLE--}</strong>
+ </td>
+ </tr>
+ $content
+ <tr>
+ <td colspan="4" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="change" class="admin_submit" value="{--ADMIN_NETWORK_CHANGE--}" />
+ </td>
+ </tr>
+</table>
+</form>
+</div>
+<tr><td colspan="4" class="switch_sw$content[sw] seperator" height="5"> </td></tr>
<tr>
- <td class="$content[sw]">{--ADMIN_NETWORK_SHORT_NAME--}:</td>
- <td class="$content[sw]">
- <input type="text" name="network_short_name[$content[network_id]]" class="admin_normal" size="10" maxlength="50" value="$content[network_short_name]" />
- </td>
- <td class="$content[sw]">{--ADMIN_NETWORK_TITLE--}:</td>
- <td class="$content[sw]">
+ <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_TITLE--}:</td>
+ <td class="switch_sw$content[sw]">
<input type="text" name="network_title[$content[network_id]]" class="admin_normal" size="20" maxlength="255" value="$content[network_title]" />
</td>
+ <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_SHORT_NAME--}:</td>
+ <td class="switch_sw$content[sw]">
+ <input type="text" name="network_short_name[$content[network_id]]" class="admin_normal" size="10" maxlength="50" value="$content[network_short_name]" />
+ </td>
</tr>
+<tr><td colspan="4" class="switch_sw$content[sw] seperator" height="5"> </td></tr>
<tr>
- <td class="$content[sw]">{--ADMIN_NETWORK_REFLINK--}:</td>
- <td class="$content[sw]">
+ <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_REFLINK--}:</td>
+ <td class="switch_sw$content[sw]">
<input type="text" name="network_reflink[$content[network_id]]" class="admin_normal" size="30" maxlength="255" value="$content[network_reflink]" />
</td>
- <td class="$content[sw]">{--ADMIN_NETWORK_DATA_SEPERATOR--}:</td>
- <td class="$content[sw]">
+ <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_DATA_SEPERATOR--}:</td>
+ <td class="switch_sw$content[sw]">
<input type="text" name="network_data_seperator[$content[network_id]]" class="admin_normal" size="4" maxlength="4" value="$content[network_data_seperator]" />
</td>
</tr>
+<tr><td colspan="4" class="switch_sw$content[sw] seperator" height="5"> </td></tr>
<tr>
- <td class="$content[sw]">{--ADMIN_NETWORK_ROW_SEPERATOR--}:</td>
- <td class="$content[sw]">
- <input type="text" name="network_row_seperator[$content[network_id]]" class="admin_normal" size="4" maxlength="4" value="$content[network_row_seperator]" />
+ <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_TYPE--}:</td>
+ <td class="switch_sw$content[sw]">
+ <select name="network_request_type" class="admin_select" size="1">
+ $content[network_request_type]
+ </select>
</td>
- <td class="$content[sw]">{--ADMIN_NETWORK_REQUEST_TYPE--}:</td>
- <td class="$content[sw]">
- $content[network_request_type]
+ <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_ROW_SEPERATOR--}:</td>
+ <td class="switch_sw$content[sw]">
+ <input type="text" name="network_row_seperator[$content[network_id]]" class="admin_normal" size="4" maxlength="4" value="$content[network_row_seperator]" />
</td>
</tr>
+<tr><td colspan="4" class="switch_sw$content[sw] seperator" height="5"> </td></tr>
<tr>
- <td class="$content[sw]">{--ADMIN_NETWORK_CHARSET--}:</td>
- <td class="$content[sw]">
+ <td class="switch_sw$content[sw]" style="padding-left:5px">{--ADMIN_NETWORK_CHARSET--}:</td>
+ <td class="switch_sw$content[sw]">
<input type="text" name="network_charset[$content[network_id]]" class="admin_normal" size="15" maxlength="20" value="$content[network_charset]" />
</td>
- <td class="$content[sw] seperator" colspan="2"> </td>
+ <td class="switch_sw$content[sw] seperator" colspan="2"> </td>
</tr>
+<tr><td colspan="4" class="bottom2 switch_sw$content[sw] seperator" height="6"> </td></tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=edit_sponsor&mode=add_points&id=$content[id]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" 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">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=edit_sponsor&mode=sub_points&id=$content[id]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" 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">
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
- <td class="admin_title bottom2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td style="padding:2px" align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<input type="hidden" name="id[$content[id]]" value="1" />
<input type="hidden" name="userid_raw[$content[id]]" value="$content[userid]" />
$content[userid]
</td>
- <td style="padding:2px" align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<input type="text" name="url[$content[id]]" size="20" maxlength="255" value="$content[url]" />
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=edit_user&userid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" 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>
<tr>
- <td class="switch_sw$content[sw] top2 bottom right" width="23%" align="center">
+ <td class="switch_sw$content[sw] top2 bottom2 right" width="23%" align="center">
{--EMAIL_SENDER--}:<br />
<strong class="admin_misc">$content[u_link]</strong>
</td>
- <td class="switch_sw$content[sw] top2 bottom right" width="23%" align="center">
+ <td class="switch_sw$content[sw] top2 bottom2 right" width="23%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong class="admin_misc">$content[subject]</strong>
</td>
<td height="5" colspan="3" class="switch_sw$content[sw] seperator"> </td>
</tr>
<tr>
- <td colspan="2" align="center" class="switch_sw$content[sw] top bottom right">
+ <td colspan="2" align="center" class="switch_sw$content[sw] top2 bottom2 right">
{--EMAIL_PAYMENT--}:<br />
<strong class="admin_misc">$content[pay]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] top bottom">
+ <td align="center" class="switch_sw$content[sw] top2 bottom">
{--EMAIL_CATEGORY--}:<br />
<strong class="admin_misc">$content[cat]</strong>
</td>
<td height="5" colspan="3" class="switch_sw$content[sw] seperator"> </td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] top bottom right">
+ <td align="center" class="switch_sw$content[sw] top2 bottom2 right">
{--EMAIL_RECEIVERS--}:<br />
<strong class="admin_misc">$content[sent]</strong> ({--EMAIL_RUIDS--}:
<strong class="admin_misc">$content[ruserids]</strong>)
</td>
- <td align="center" class="switch_sw$content[sw] top bottom right">
+ <td align="center" class="switch_sw$content[sw] top2 bottom2 right">
{--USERS_LINKS--}:<br />
<strong class="admin_misc">$content[unconfirmed]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] top bottom">
+ <td align="center" class="switch_sw$content[sw] top2 bottom">
{--EMAIL_POOL_TYPE--}:<br />
<strong class="admin_misc">$content[type]</strong>
</td>
<td height="5" colspan="3" class="switch_sw$content[sw] seperator"> </td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] top bottom right">
+ <td align="center" class="switch_sw$content[sw] top2 bottom2 right">
{--EMAIL_TSEND--}:<br />
<strong class="admin_misc">$content[target_send]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] top bottom right">
+ <td align="center" class="switch_sw$content[sw] top2 bottom2 right">
{--EMAIL_URL--}:<br />
<strong class="admin_misc"><a href="$content[frametester]"
target="_blank">{--ADMIN_TEST_URL--}</a></strong>
</td>
- <td align="center" class="switch_sw$content[sw] top bottom">
+ <td align="center" class="switch_sw$content[sw] top2 bottom">
{--EMAIL_TIMESTAMP--}:<br />
- <strong class="admin_misc">$content[stamp]</strong>
+ <strong class="admin_misc">$content[timestamp]</strong>
</td>
</tr>
<tr>
<td height="5" colspan="3" class="switch_sw$content[sw] seperator"> </td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] top right" colspan="2">
+ <td align="center" class="switch_sw$content[sw] top2 right" colspan="2">
<div>{--EMAIL_URL--}:</div>
<div><strong class="admin_misc">$content[url]</strong></div>
</td>
+<div align="center">
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="5" align="center" class="admin_title" height="30">
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
<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="header_column bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
+ <td align="center" class="header_column bottom2" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
</tr>
$content
<tr>
</tr>
</table>
</form>
+</div>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=extensions" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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" width="220"> </td>
+ <td align="center" class="header_column bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom2" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
+ <td align="center" class="header_column bottom2" width="220"> </td>
</tr>
$content
<tr>
- <td colspan="4" class="admin_footer"><input
- type="submit" name="remove" class="admin_delete"
- value="{--ADMIN_REMOVE_EXTENSIONS--}"></td>
+ <td colspan="4" class="admin_footer">
+ <input type="submit" name="remove" class="admin_delete" value="{--ADMIN_REMOVE_EXTENSIONS--}" />
+ </td>
</tr>
</table>
</form>
+<div align="center">
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
</tr>
$content
<tr>
- <td colspan="4" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="modify" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></td>
+ <td colspan="4" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="modify" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+ </td>
</tr>
</table>
</form>
+</div>
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table">
- <tr>
- <td height="10" class="seperator"> </td>
- </tr>
- <tr>
- <td style="padding-left: 5px">
- <span class="tiny">$content</span>
- </td>
- </tr>
- <tr>
- <td height="10" class="seperator"> </td>
- </tr>
-</table>
+<div class="admin_table">
+ <span class="tiny">$content</span>
+</div>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=guestedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" colspan="2" class="admin_header" height="40">
+ <td align="center" colspan="2" class="admin_title" height="40">
<strong>{--DEL_GUEST_MENU--}</strong>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_header bottom2">
+ <td align="center" colspan="2" class="admin_title bottom2">
{--DEL_MENU_1--}$content[chk]{--DEL_MENU_2--}
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=guestedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
- <td class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
</tr>
$content[rows]
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=guestedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" colspan="2" class="admin_header" height="40">
+ <td align="center" colspan="2" class="admin_title" height="40">
<strong>{--EDIT_GUEST_MENU--}</strong>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_header bottom2">
+ <td align="center" colspan="2" class="admin_title bottom2">
{--EDIT_MENU_1--}$content[chk]{--EDIT_MENU_2--}
</td>
</tr>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td height="8" colspan="5"></td>
</tr>
<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="header_column bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
</tr>
$content
<tr>
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <!-- @TODO Shouldn't we add a title here? //-->
<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>{--EMAIL_ADDRESS--}</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="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--GENDER--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--SURNAME--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--FAMILY_NAME--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--MEMBER_JOINED--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--LAST_SEEN--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></td>
</tr>
$content[rows]
<tr>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_bank_package" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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>
+ <td width="20" colspan="2" align="center" class="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
+ <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></td>
+ <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></td>
+ <td width="120" align="center" class="header_column bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></td>
</tr>
$content
<tr>
- <td colspan="8" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="change" class="admin_submit"
- value="{--ADMIN_DE_ACTIVATE--}" /> <input type="submit"
- name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
- <input type="submit" name="delete" class="admin_delete"
- value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+ <td colspan="8" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
+ <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
+ </td>
</tr>
</table>
</form>
+</div>
-<table border="0" cellspacing="0" cellpadding="0" width="90%"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <!-- @TODO No title here? //-->
<tr>
- <td class="admin_header bottom2 right2" align="center" width="60">
+ <td class="header_column bottom2 right2" align="center" width="60">
<strong>{--BEG_RANK--}</strong>
</td>
- <td class="admin_header bottom2 right2" align="center" width="90">
+ <td class="header_column bottom2 right2" align="center" width="90">
<strong>{--_UID--}:</strong>
</td>
- <td class="admin_header bottom2 right2" align="center">
+ <td class="header_column bottom2 right2" align="center">
<strong>{--SURNAME_FAMILY--}:</strong>
</td>
- <td class="admin_header bottom2 right2" align="center">
+ <td class="header_column bottom2 right2" align="center">
<strong>{--BEG_TOTAL--}:</strong>
</td>
- <td class="admin_header bottom2" align="center" width="160">
+ <td class="header_column bottom2" align="center" width="160">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
$content[rows]
<tr>
- <td colspan="3" class="admin_header bottom2 right2" height="28" align="right">
+ <td colspan="3" class="header_column bottom2 right2" height="28" align="right">
<u>{--BEG_MEMBER_TOTAL--}:</u>
</td>
- <td class="admin_header bottom2 right2" height="28">
+ <td class="header_column bottom2 right2" height="28">
<u>$content[total] {?POINTS?}</u>
</td>
- <td class="admin_header bottom2"> </td>
+ <td class="header_column bottom2"> </td>
</tr>
<tr>
- <td colspan="5" class="admin_header" align="center" height="55">
+ <td colspan="5" class="header_column" align="center" height="55">
$content[withdraw_form]
</td>
</tr>
-<table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <!-- @TODO No title here? //-->
<tr>
- <td class="admin_header bottom2 right2" align="center" width="60">
+ <td class="header_column bottom2 right2" align="center" width="60">
<strong>{--BONUS_RANK--}</strong>
</td>
- <td class="admin_header bottom2 right2" align="center" width="90">
+ <td class="header_column bottom2 right2" align="center" width="90">
<strong>{--_UID--}:</strong>
</td>
- <td class="admin_header bottom2 right2" align="center">
+ <td class="header_column bottom2 right2" align="center">
<strong>{--SURNAME_FAMILY--}:</strong>
</td>
- <td class="admin_header bottom2 right2" align="center">
+ <td class="header_column bottom2 right2" align="center">
<strong>{--BONUS_TURBO_TOTAL2--}:</strong>
</td>
- <td class="admin_header bottom2" align="center" width="160">
+ <td class="header_column bottom2" align="center" width="160">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
$content[rows]
<tr>
- <td colspan="3" class="admin_header bottom2 right2" height="28" align="right">
+ <td colspan="3" class="header_column bottom2 right2" height="28" align="right">
<u>{--BONUS_MEMBER_TOTAL--}:</u>
</td>
- <td class="admin_header bottom2 right2" height="28"> <u>$content[total] {?POINTS?}</u></td>
- <td class="admin_header bottom2"> </td>
+ <td class="header_column bottom2 right2" height="28"> <u>$content[total] {?POINTS?}</u></td>
+ <td class="header_column bottom2"> </td>
</tr>
<tr>
- <td colspan="5" class="admin_header" align="center" height="55">
+ <td colspan="5" class="header_column" align="center" height="55">
$content[withdraw_form]
</td>
</tr>
<tr>
- <td class="bottom top2 right" colspan="2" width="46%" align="center">
+ <td class="bottom2 top2 right" colspan="2" width="46%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong class="admin_misc">$content[subject]</strong>
</td>
- <td class="bottom top2" width="54%" align="center">
+ <td class="bottom2 top2" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
<strong class="admin_misc">$content[text]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="top2 bottom2 right" width="23%">
{--EMAIL_POINTS--}:<br />
<strong class="admin_misc">$content[points] {?POINTS?}</strong>
</td>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="top2 bottom2 right" width="23%">
{--EMAIL_SECONDS--}:<br />
<strong class="admin_misc">$content[time]</strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_CATEGORY--}:<br />
<strong class="admin_misc">$content[category]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--EMAIL_RECEIVERS--}:<br />
<strong class="admin_misc">$content[mails_sent]</strong>
({--EMAIL_RUIDS--}: <strong class="admin_misc">$content[receivers]</strong>)
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--USERS_LINKS--}:<br />
<strong class="admin_misc">$content[unconfirmed]</strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_POOL_TYPE--}:<br />
<strong class="admin_misc">$content[type]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--EMAIL_TSEND--}:<br />
<strong class="admin_misc">$content[target_send]</strong>
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--EMAIL_URL--}:<br />
<strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_TIMESTAMP--}:<br />
<strong class="admin_misc">$content[timestamp]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top right" colspan="2">
+ <td align="center" class="top2 right" colspan="2">
<div>{--EMAIL_URL--}:</div>
<div><strong class="admin_misc">$content[url]</strong></div>
</td>
<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_header bottom2"
+ <td colspan="3" align="center" class="admin_title bottom2"
height="50">{--USER_ID--}: <strong><a
href="{?URL?}/modules.php?module=admin&what=list_user&userid=$content[userid]">$content[userid]</a></strong>($content[email])
</td>
-<table border="0" cellspacing="0" cellpadding="0" width="500"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td height="10" class="admin_header seperator"> </td>
- </tr>
- <tr>
- <td align="center" class="admin_header">
+ <td align="center" class="admin_title bottom2">
<strong>{--ADMIN_MEM_NO_CATS_1--}<a href="{?URL?}/modules.php?module=admin&what=list_user&userid=$content[userid]">$content[userid]</a>{--ADMIN_MEM_NO_CATS_2--}</strong>
</td>
</tr>
<tr>
- <td height="10" class="admin_header seperator bottom2"> </td>
- </tr>
- <tr>
- <td height="10" class="admin_header seperator"> </td>
- </tr>
- <tr>
- <td align="center" class="admin_header">
+ <td align="center" class="admin_title">
<u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
$content[member_links]
</td>
</tr>
- <tr>
- <td height="10" class="admin_header seperator"> </td>
- </tr>
</table>
--- /dev/null
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2" colspan="8" align="center">
+ <strong>{--ADMIN_UNCONFIRMED_ACCOUNTS--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="header_column right2" align="center" width="20">{--_UID--}</td>
+ <td class="header_column right2" align="center">{--GENDER--}</td>
+ <td class="header_column right2" align="center">{--SURNAME--}</td>
+ <td class="header_column right2" align="center">{--FAMILY_NAME--}</td>
+ <td class="header_column right2" align="center">{--EMAIL_ADDRESS--}</td>
+ <td class="header_column right2" align="center">{--REMOTE_IP--}</td>
+ <td class="header_column right2" align="center" width="20">{--REF_UID--}</td>
+ <td class="header_column" align="center">{--CONFIRM_ACCOUNT--}</td>
+ </tr>
+ $content
+</table>
+</div>
--- /dev/null
+<tr>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[link]</td>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[gender]</td>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[surname]</td>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[family]</td>
+ <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[refid]</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>
</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="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+ <td width="400" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
</tr>
$content[rows]
<tr>
</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="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+ <td width="300" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
</tr>
$content[rows]
<tr>
-<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title" align="center" height="30" colspan="4">
<div class="big">$content[list_already]</div>
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2" align="center" height="25" width="25%">
+ <td class="header_column bottom2 right2" align="center" height="25" width="25%">
<div class="medium">{--_UID--}:</div>
</td>
- <td class="admin_title bottom2 right2" align="center" width="25%">
+ <td class="header_column bottom2 right2" align="center" width="25%">
<div class="medium">{?POINTS?}:</div>
</td>
- <td class="admin_title bottom2 right2" align="center" width="25%">
+ <td class="header_column bottom2 right2" align="center" width="25%">
<div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</div>
</td>
- <td class="admin_title bottom2" align="center" width="25%">
+ <td class="header_column bottom2" align="center" width="25%">
<div class="medium">{--REMOTE_IP--}:</div>
</td>
</tr>
- {!__ROWS_CONTENT!}
+ $content[rows]
<tr>
<td colspan="4" class="seperator"> </td>
</tr>
-<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title bottom2" align="center" height="30" colspan="2">
<div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</div>
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2" align="center" height="25" width="260">
+ <td class="header_column bottom2 right2" align="center" height="25" width="260">
<div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</div>
</td>
- <td class="admin_title bottom2" align="center" height="25" width="260">
+ <td class="header_column bottom2" align="center" height="25" width="260">
<div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</div>
</td>
</tr>
<tr>
<td class="right2" align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
+ <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="switch_sw1 bottom2" align="right" width="245">
{--ADMIN_DOUBLER_ALREADY_ALL--}:
</table>
</td>
<td align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
+ <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="switch_sw1 bottom2" align="right" width="245">
{--ADMIN_DOUBLER_WAITING_ALL--}:
-<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title" align="center" height="30" colspan="4">
<strong class="big">$content[list_waiting]</strong>
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2" align="center" height="25" width="25%"><strong>{--_UID--}:</strong></td>
- <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{?POINTS?}:</strong></td>
- <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong></td>
- <td class="admin_title bottom2" align="center" width="25%"><strong class="medium">{--REMOTE_IP--}:</strong></td>
+ <td class="header_column bottom2 right2" align="center" height="25" width="25%"><strong>{--_UID--}:</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="25%"><strong>{?POINTS?}:</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="25%"><strong>{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong></td>
+ <td class="header_column bottom2" align="center" width="25%"><strong class="medium">{--REMOTE_IP--}:</strong></td>
</tr>
- {!__ROWS_CONTENT!}
+ $content[rows]
<tr>
<td colspan="4" class="seperator"> </td>
</tr>
<tr>
- <td class="bottom top2 right" width="23%" align="center">
+ <td class="bottom2 top2 right" width="23%" align="center">
{--EMAIL_SENDER--}:<br />
<div class="admin_misc">$content[sender_link]</div>
</td>
- <td class="bottom top2 right" width="23%" align="center">
+ <td class="bottom2 top2 right" width="23%" align="center">
{--EMAIL_SUBJECT--}:<br />
<div class="admin_misc">$content[subject]</div>
</td>
- <td class="bottom top2" width="54%" align="center">
+ <td class="bottom2 top2" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
<div class="admin_misc">$content[text]</div>
</td>
</tr>
<tr><td height="5" colspan="3"></td></tr>
<tr>
- <td colspan="2" align="center" class="top bottom right">
+ <td colspan="2" align="center" class="top2 bottom2 right">
{--EMAIL_PAYMENT--}:<br />
<div class="admin_misc">$content[payment]
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_CATEGORY--}:<br />
<div class="admin_misc">$content[category]
</td>
</tr>
<tr><td height="5" colspan="3"></td></tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--EMAIL_RECEIVERS--}:<br />
<div class="admin_misc">$content[sent_email]</div>
({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</div>)
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--USERS_LINKS--}:<br />
<div class="admin_misc">$content[unconfirmed]</div>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_POOL_TYPE--}:<br />
<div class="admin_misc">$content[type]</div>
</td>
</tr>
<tr><td height="5" colspan="3"></td></tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="top2 right">
{--EMAIL_TSEND--}:<br />
<div class="admin_misc">$content[target_send]</div>
</td>
- <td align="center" class="top right">
+ <td align="center" class="top2 right">
{--EMAIL_URL--}:<br />
<div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></div>
</td>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=del_holiday" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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>
+ <td width="10" class="header_column bottom2 right2" align="center" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td width="50" class="header_column bottom2 right2" align="center"><strong>{--_UID--}:</strong></td>
+ <td width="80" class="header_column bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></td>
+ <td width="80" class="header_column bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></td>
+ <td width="100" class="header_column bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></td>
+ <td width="100" class="header_column bottom2 right2" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+ <td width="160" class="header_column bottom2" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
</tr>
$content
<tr>
</tr>
</table>
</form>
+</div>
</td>
</tr>
<tr>
- <td align="center" class="admin_title bottom2 right2" width="60"><strong>{--KEY_SELECT--}</strong></td>
- <td align="center" class="admin_title bottom2 right2" width="110"><strong>{--ADMIN_IMPRINT_KEY--}:</strong></td>
- <td align="center" class="admin_title bottom2"><strong>{--ADMIN_IMPRINT_VALUE--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="60"><strong>{--KEY_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="110"><strong>{--ADMIN_IMPRINT_KEY--}:</strong></td>
+ <td align="center" class="header_column bottom2"><strong>{--ADMIN_IMPRINT_VALUE--}:</strong></td>
</tr>
$content
<tr>
</table>
</form>
</div>
-
-<div align="center">
-</div>
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="4" align="center" class="admin_header bottom2" height="40">
+ <td colspan="4" align="center" class="admin_title bottom2" height="40">
<strong><a href="{?URL?}/modules.php?module=admin&what=list_user&userid=$content[userid]">$content[surname] $content[family]</a></strong> ($content[email]):
</td>
</tr>
$content[rows]
<tr>
- <td colspan="4" height="40" class="admin_header" align="center">
+ <td colspan="4" height="40" class="admin_title" align="center">
{--MEMBER_TOTAL_LINKS_1--}$content[nums]{--MEMBER_TOTAL_LINKS_2--}<br />
<a href="{?URL?}/modules.php?module=admin&what=list_links&userid=$content[userid]&del=all" onclick="return confirm('{--ADMIN_REALLY_DELETE_ALL_MAILS--}')">{--ADMIN_DEL_UNCONFIRMED_LINKS--}</a>
</td>
<tr>
<td align="center" class="switch_sw$content[sw] bottom2 right2">$content[link]</td>
<td align="center" class="switch_sw$content[sw] bottom2 right2">$content[subject]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[timestamp]</td>
<td align="center" class="switch_sw$content[sw] bottom2">$content[cat]</td>
</tr>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_mods" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <!-- @TODO Shouldn't we add a title here? //-->
<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="header_column bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_NAME--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
+ <td align="center" class="header_column bottom2"><strong>{--MODS_IS_MEMBER--}</strong></td>
</tr>
$content
<tr>
<div class="admin_note">
{--MODS_ADMIN_EDIT_NOTE--}
</div>
+</div>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_networks&do=handlenetwork" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td height="25" colspan="3" class="admin_title bottom2 right2 seperator"> </td>
- <td colspan="2" class="admin_title bottom2 right2" align="center">
+ <td height="25" colspan="3" class="header_column bottom2 right2 seperator"> </td>
+ <td colspan="2" class="header_column bottom2 right2" align="center">
<strong>{--ADMIN_NETWORK_SEPERATOR--}</strong>
</td>
- <td colspan="2" class="admin_title bottom2 seperator"> </td>
+ <td colspan="2" class="header_column bottom2 seperator"> </td>
</tr>
<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>{--ADMIN_NETWORK_SHORT_NAME--}</strong></td>
- <td align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_NETWORK_REFLINK--}</strong></td>
- <td align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_NETWORK_DATA_SEPERATOR2--}</strong></td>
- <td align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_NETWORK_ROW_SEPERATOR2--}</strong></td>
- <td align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_NETWORK_REQUEST_TYPE--}</strong></td>
- <td align="center" class="admin_title bottom2"><strong>{--ADMIN_NETWORK_CHARSET--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_NETWORK_SHORT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_NETWORK_REFLINK--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_NETWORK_DATA_SEPERATOR2--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_NETWORK_ROW_SEPERATOR2--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_NETWORK_REQUEST_TYPE--}</strong></td>
+ <td align="center" class="header_column bottom2"><strong>{--ADMIN_NETWORK_CHARSET--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="bottom top2 right" colspan="2" width="46%" align="center">
+ <td class="bottom2 top2 right" colspan="2" width="46%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong class="admin_misc">$content[subject]</strong>
</td>
- <td class="bottom top2" width="54%" align="center">
+ <td class="bottom2 top2" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
<strong class="admin_misc">$content[text]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="top2 bottom2 right" width="23%">
{--EMAIL_POINTS--}:<br />
<strong class="admin_misc">$content[points] {?POINTS?}</strong>
</td>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="top2 bottom2 right" width="23%">
{--EMAIL_SECONDS--}:<br />
<strong class="admin_misc">$content[time]</strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_CATEGORY--}:<br />
<strong class="admin_misc">$content[category]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--EMAIL_RECEIVERS--}:<br />
<strong class="admin_misc">$content[mails_sent]</strong>
({--EMAIL_RUIDS--}: <strong class="admin_misc">$content[receivers]</strong>)
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--USERS_LINKS--}:<br />
<strong class="admin_misc">$content[unconfirmed]</strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_POOL_TYPE--}:<br />
<strong class="admin_misc">$content[type]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--EMAIL_TSEND--}:<br />
<strong class="admin_misc">$content[target_send]</strong>
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="top2 bottom2 right">
{--EMAIL_URL--}:<br />
<strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="top2 bottom">
{--EMAIL_TIMESTAMP--}:<br />
<strong class="admin_misc">$content[timestamp]</strong>
</td>
</tr>
<tr><td height="5" colspan="3" class="seperator"> </td></tr>
<tr>
- <td align="center" class="top right" colspan="2">
+ <td align="center" class="top2 right" colspan="2">
<div>{--EMAIL_URL--}:</div>
<div><strong class="admin_misc">$content[url]</strong></div>
</td>
-<table border="0" cellspacing="0" cellpadding="0" width="99%" align="center" class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
<tr>
- <td colspan="6" height="7" class="seperator"> </td>
-</tr>
-<tr>
- <td colspan="8" align="left">
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td width="10"> </td>
- <td><strong>{--ADMIN_ONLINE_DETAILS--}</strong></td>
- </tr>
- </table>
+ <td colspan="8" class="admin_title bottom2">
+ <strong>{--ADMIN_ONLINE_DETAILS--}</strong>
</td>
</tr>
<tr>
- <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="header_column bottom2 right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" width="10%" class="header_column bottom2 right"><strong>{--_UID--}:</strong></td>
+ <td align="center" width="10%" class="header_column bottom2 right"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" width="5%" class="header_column bottom2 right"><strong>{--_REFID--}:</strong></td>
+ <td align="center" width="10%" class="header_column bottom2 right"><strong>{--_MODULE--}:</strong></td>
+ <td align="center" width="10%" class="header_column bottom2 right"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" width="5%" class="header_column bottom2 right"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" width="10%" class="header_column bottom"><strong>{--LAST_SEEN--}:</strong></td>
</tr>
$content[rows]
<tr>
<td colspan="8" class="admin_footer">$content[online_timeout]</td>
</tr>
</table>
+</div>
<tr>
- <td align="center" width="5%" class="switch_sw$content[sw] bottom right">$content[id]</td>
- <td align="center" width="15%" class="switch_sw$content[sw] bottom right">$content[userid]</td>
- <td align="center" width="10%" class="switch_sw$content[sw] bottom right">$content[ip]</td>
- <td align="center" width="5%" class="switch_sw$content[sw] bottom right">$content[refid]</td>
- <td align="center" width="10%" class="switch_sw$content[sw] bottom right">$content[module]</td>
- <td align="center" width="10%" class="switch_sw$content[sw] bottom right">$content[action]</td>
- <td align="center" width="5%" class="switch_sw$content[sw] bottom right">$content[what]</td>
+ <td align="center" width="5%" class="switch_sw$content[sw] bottom2 right">$content[id]</td>
+ <td align="center" width="15%" class="switch_sw$content[sw] bottom2 right">$content[userid]</td>
+ <td align="center" width="10%" class="switch_sw$content[sw] bottom2 right">$content[ip]</td>
+ <td align="center" width="5%" class="switch_sw$content[sw] bottom2 right">$content[refid]</td>
+ <td align="center" width="10%" class="switch_sw$content[sw] bottom2 right">$content[module]</td>
+ <td align="center" width="10%" class="switch_sw$content[sw] bottom2 right">$content[action]</td>
+ <td align="center" width="5%" class="switch_sw$content[sw] bottom2 right">$content[what]</td>
<td align="center" width="10%" class="switch_sw$content[sw] bottom">$content[timestamp]</td>
</tr>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=payments" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<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="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
</tr>
$content
<tr>
</tr>
</table>
</form>
+</div>
</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="header_column bottom2 right2"><strong>{--_UID--}</strong></td>
+ <td width="40" align="center" class="header_column bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+ <td width="80" align="center" class="header_column bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
+ <td width="120" align="center" class="header_column bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+ <td width="220" align="center" class="header_column bottom2"><strong>{--PAYOUT_STATUS--}</strong></td>
</tr>
$content
<tr>
-<table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_ACCOUNT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_TRANSFERED--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TIMESTAMP--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TYPE--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_MESSAGE--}</strong></td>
+ <td class="header_column bottom2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_STATUS--}</strong></td>
</tr>
$content
<tr>
</td>
</tr>
<tr>
- <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="100" class="header_column bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></td>
+ <td align="center" width="70" class="header_column bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></td>
+ <td align="center" width="200" class="header_column bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></td>
+ <td align="center" width="200" class="header_column bottom2"><strong>{--RALLYE_TEND--}:</strong></td>
</tr>
$content
<tr>
</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="header_column bottom2 right2"><strong>{--_UID--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--RALLYE_OLD_REFS--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--RALLYE_NEW_REFS--}:</strong></td>
+ <td align="center" class="header_column bottom2"><strong>{--RALLYE_REF_POINTS--}:</strong></td>
</tr>
$content[rows]
<tr>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" 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="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
</tr>
$content[rows]
<tr>
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="6" class="admin_title" height="30">
<strong>{--ADMIN_LIST_REFERALS_1--}<u>$content[userid]</u>{--ADMIN_LIST_REFERALS_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>{--EMAIL_ADDRESS--}</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="header_column bottom2 right2"><strong>{--_UID--}</strong></td>
+ <td width="5%" align="center" class="header_column bottom2 right2"><strong>{--REFS_COUNT--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom2 right2"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom2"><strong>{--MEMBER_JOINED--}</strong></td>
</tr>
$content[rows]
<tr>
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title bottom2" height="30">
<strong>{--ADMIN_LIST_REFERALS_1--}<u>$content[userid]</u>{--ADMIN_LIST_REFERALS_2--}</strong>
</td>
</tr>
-<tr><td class="seperator" height="6"> </td></tr>
$content[rows]
-<tr><td class="seperator bottom2" height="1"> </td></tr>
<tr>
<td class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
<span class="admin_note">{--ADMIN_LIST_REFERALS_NOTE--}</span>
<tr>
- <td align="center">
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+ <td align="center" style="padding-bottom:5px">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="6" class="admin_title" height="30" align="center">
<strong>{--ADMIN_LIST_REFERALS_LEVEL_1--}<u>$content[level]</u>{--ADMIN_LIST_REFERALS_LEVEL_2--}</strong><br />
</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>{--EMAIL_ADDRESS--}</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="header_column bottom2 right2"><strong>{--_UID--}</strong></td>
+ <td width="5%" align="center" class="header_column bottom2 right2"><strong>{--REFS_COUNT--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom2 right2"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom2"><strong>{--MEMBER_JOINED--}</strong></td>
</tr>
$content[rows]
<tr>
</table>
</td>
</tr>
-<tr><td class="seperator" height="5"> </td></tr>
<form accept-charset="utf-8" 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>
- </td>
+ <td colspan="4" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
+ </td>
</tr>
$content
<tr>
- <td colspan="4" class="admin_footer" style="padding: 5px">
- <span class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</span>
- </td>
+ <td colspan="4" class="admin_footer">
+ <span class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</span>
+ </td>
</tr>
</table>
-</form>
\ No newline at end of file
+</form>
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30" style="padding: 5px">
- <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</div>
- </td>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <div class="big">{--ADMIN_SPONSOR_DETAILS--}:</div>
+ </td>
</tr>
<tr>
- <td align="right" class="bottom2 right2" height="25">{--SPONSOR_ID--}: </td>
- <td class="bottom2"> $content[id] [ <strong><a href="{?URL?}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">$content[status]</a></strong> ]</td>
+ <td align="right" class="bottom2 right2" height="25">{--SPONSOR_ID--}: </td>
+ <td class="bottom2"> $content[id] [ <strong><a href="{?URL?}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">$content[status]</a></strong> ]</td>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_SPONSOR_COMPANY_DATA--}:</strong>
- </td>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_SPONSOR_COMPANY_DATA--}:</strong>
+ </td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_TITLE--}: </td>
- <td class="bottom2"> $content[company]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_TITLE--}: </td>
+ <td class="bottom2"> $content[company]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_POSITION--}: </td>
- <td class="bottom2"> $content[position]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_POSITION--}: </td>
+ <td class="bottom2"> $content[position]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_TAX_IDENT--}: </td>
- <td class="bottom2"> $content[tax_ident]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_TAX_IDENT--}: </td>
+ <td class="bottom2"> $content[tax_ident]</td>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_SPONSOR_PERSONA_DATA--}:</strong>
- </td>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_SPONSOR_PERSONA_DATA--}:</strong>
+ </td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SURNAME_FAMILY--}: </td>
- <td class="bottom2"> $content[gender] $content[surname] $content[family]</td>
+ <td align="right" class="bottom2 right2">{--SURNAME_FAMILY--}: </td>
+ <td class="bottom2"> $content[gender] $content[surname] $content[family]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR1--}: </td>
- <td class="bottom2"> $content[street_nr1]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR1--}: </td>
+ <td class="bottom2"> $content[street_nr1]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR2--}: </td>
- <td class="bottom2"> $content[street_nr2]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR2--}: </td>
+ <td class="bottom2"> $content[street_nr2]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}: </td>
- <td class="bottom2"> $content[country]-$content[zip] $content[city]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}: </td>
+ <td class="bottom2"> $content[country]-$content[zip] $content[city]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_PHONE--}: </td>
- <td class="bottom2"> $content[phone]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_PHONE--}: </td>
+ <td class="bottom2"> $content[phone]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_FAX--}: </td>
- <td class="bottom2"> $content[fax]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_FAX--}: </td>
+ <td class="bottom2"> $content[fax]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_CELL--}: </td>
- <td class="bottom2"> $content[cell]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_CELL--}: </td>
+ <td class="bottom2"> $content[cell]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_EMAIL--}: </td>
- <td class="bottom2"> <a href="$content[email_link]">$content[email]</a> </td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_EMAIL--}: </td>
+ <td class="bottom2"> <a href="$content[email_link]">$content[email]</a> </td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_URL--}: </td>
- <td class="bottom2"> [ <a href="$content[url]" target="_blank"><strong>{--ADMIN_TEST_URL--}</strong></a> ] </td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_URL--}: </td>
+ <td class="bottom2"> [ <a href="$content[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>
- </td>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}:</strong>
+ </td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_RECEIVE_WARNINGS_SHORT--}: </td>
- <td align="center" class="bottom2">$content[receive_warnings]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_RECEIVE_WARNINGS_SHORT--}: </td>
+ <td align="center" class="bottom2">$content[receive_warnings]</td>
<tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_WARNING_INTERVAL_SHORT--}: </td>
- <td align="center" class="bottom2">$content[warning_interval]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_WARNING_INTERVAL_SHORT--}: </td>
+ <td align="center" class="bottom2">$content[warning_interval]</td>
<tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_POINTS_AMOUNT--}: </td>
- <td align="center" class="bottom2"> [ <a href="{?URL?}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}"><strong>$content[points_amount]</strong></a> ]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_POINTS_AMOUNT--}: </td>
+ <td align="center" class="bottom2"> [ <a href="{?URL?}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}"><strong>$content[points_amount]</strong></a> ]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_POINTS_USED--}: </td>
- <td align="center" class="bottom2"> [ <a href="{?URL?}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=sub_points" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><strong>$content[points_used]</strong></a> ]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_POINTS_USED--}: </td>
+ <td align="center" class="bottom2"> [ <a href="{?URL?}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=sub_points" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><strong>$content[points_used]</strong></a> ]</td>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_SPONSOR_OTHER_DETAILS--}:</strong>
- </td>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_SPONSOR_OTHER_DETAILS--}:</strong>
+ </td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_CREATED--}: </td>
- <td align="center" class="bottom2">$content[created]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_CREATED--}: </td>
+ <td align="center" class="bottom2">$content[created]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--ADMIN_LAST_ONLINE--}: </td>
- <td align="center" class="bottom2">$content[last_online]</td>
+ <td align="right" class="bottom2 right2">{--ADMIN_LAST_ONLINE--}: </td>
+ <td align="center" class="bottom2">$content[last_online]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--ADMIN_LAST_CHANGE--}: </td>
- <td align="center" class="bottom2">$content[last_change]</td>
+ <td align="right" class="bottom2 right2">{--ADMIN_LAST_CHANGE--}: </td>
+ <td align="center" class="bottom2">$content[last_change]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--REMOTE_IP--}: </td>
- <td align="center" class="bottom2">$content[remote_addr]</td>
+ <td align="right" class="bottom2 right2">{--REMOTE_IP--}: </td>
+ <td align="center" class="bottom2">$content[remote_addr]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_REFID--}: </td>
- <td align="center" class="bottom2">$content[refid]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_REFID--}: </td>
+ <td align="center" class="bottom2">$content[refid]</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2">{--SPONSOR_REFERALS--}: </td>
- <td align="center" class="bottom2">[ <a href="{?URL?}/modules.php?module=admin&what=list_sponsor&rid=$content[id]"><strong>$content[ref_count]</strong></a> ]</td>
+ <td align="right" class="bottom2 right2">{--SPONSOR_REFERALS--}: </td>
+ <td align="center" class="bottom2">[ <a href="{?URL?}/modules.php?module=admin&what=list_sponsor&rid=$content[id]"><strong>$content[ref_count]</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=$content[id]&mode=edit">{--ADMIN_SPONSOR_EDIT--}</a> ]</li>
- <li> [ <a href="{?URL?}/modules.php?module=admin&what=del_sponsor&id=$content[id]">{--ADMIN_SPONSOR_DEL--}</a> ]</li>
- <li> [ <a href="{?URL?}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">{--ADMIN_SPONSOR_LOCK--}</a> ]</li>
- <li> [ <a href="{?URL?}/modules.php?module=admin&what=list_sponsor_pays&id=$content[id]">{--ADMIN_LIST_SPONSOR_ORDERS--}</a> ] (<strong>$content[orders]</strong>)</li>
- </ul>
- </td>
+ <td colspan="2" class="admin_footer">
+ <div align="center"><strong>{--ADMIN_SPONSOR_ACTIONS--}:</strong></div>
+ <ul>
+ <li> [ <a href="{?URL?}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=edit">{--ADMIN_SPONSOR_EDIT--}</a> ]</li>
+ <li> [ <a href="{?URL?}/modules.php?module=admin&what=del_sponsor&id=$content[id]">{--ADMIN_SPONSOR_DEL--}</a> ]</li>
+ <li> [ <a href="{?URL?}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">{--ADMIN_SPONSOR_LOCK--}</a> ]</li>
+ <li> [ <a href="{?URL?}/modules.php?module=admin&what=list_sponsor_pays&id=$content[id]">{--ADMIN_LIST_SPONSOR_ORDERS--}</a> ] (<strong>$content[orders]</strong>)</li>
+ </ul>
+ </td>
</tr>
</table>
+</div>
<form accept-charset="utf-8" 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">
+<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>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</strong>
- </td>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <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="header_column bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
</tr>
$content
<tr>
- <td colspan="5" class="admin_footer">
- <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}" />
- <input type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}" />
- </td>
+ <td colspan="5" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}" />
+ <input type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}" />
+ </td>
</tr>
</table>
</form>
\ No newline at end of file
<form accept-charset="utf-8" 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>
- </td>
+ <td align="center" colspan="5" class="admin_title bottom2" height="40">
+ <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="header_column bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
</tr>
$content
<tr>
- <td align="center" colspan="5" class="admin_footer">
- <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" class="admin_delete" name="remove" value="{--DEL_ENTRIES--}" />
- </td>
+ <td align="center" colspan="5" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" class="admin_delete" name="remove" value="{--DEL_ENTRIES--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" 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>
- </td>
+ <td align="center" colspan="5" class="admin_title bottom2" height="40">
+ <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="header_column bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="header_column bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
</tr>
$content
<tr>
- <td align="center" colspan="5" class="admin_footer">
- <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" class="admin_submit" name="change" value="{--SUBMIT_CHANGES--}" />
- </td>
+ <td align="center" colspan="5" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" class="admin_submit" name="change" value="{--SUBMIT_CHANGES--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_surfbar_actions" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
<tr>
- <td colspan="4" class="admin_header bottom2" height="30" align="center">
+ <td colspan="4" class="admin_title bottom2" height="30" align="center">
<strong>{--ADMIN_LIST_SURFBAR_ACTIONS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom2 right2 switch_sw$content[sw]">
<strong>{--ID_SELECT--}</strong>
</td>
- <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom2 right2 switch_sw$content[sw]">
<strong>{--ADMIN_SURFBAR_CURRENT_STATUS--}</strong>
</td>
- <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom2 right2 switch_sw$content[sw]">
<strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
</td>
- <td align="center" class="admin_header bottom2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom2 switch_sw$content[sw]">
<strong>{--ADMIN_SURFBAR_NEW_STATUS--}</strong>
</td>
</tr>
</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_TEST_URL--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_LAST_LOCKED--}</strong></td>
- <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_LAST_LOCKED--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
</td>
<td class="switch_sw$content[sw] bottom2 right2" align="center">
<td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[type]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom2" align="center">
$content[created]]
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
</td>
<td class="switch_sw$content[sw] bottom2 right2" align="center">
<td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[type]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom2" align="center">
$content[created]]
</td>
</tr>
</td>
</tr>
<tr>
- <td align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</td>
- <td align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</td>
- <td align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_THEME_FILE_CTIME--}</td>
- <td align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</td>
- <td align="center" width="15%" class="admin_title bottom2">{--THEME_VERSION--}</td>
+ <td align="center" width="5%" class="header_column bottom2 right2">{--ID_SELECT--}</td>
+ <td align="center" width="35%" class="header_column bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</td>
+ <td align="center" width="30%" class="header_column bottom2 right2">{--ADMIN_THEME_FILE_CTIME--}</td>
+ <td align="center" width="15%" class="header_column bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</td>
+ <td align="center" width="15%" class="header_column bottom2">{--THEME_VERSION--}</td>
</tr>
$content[rows]
<tr>
- <td colspan="2" align="center" class="admin_title right2">
- {--ADMIN_THEME_TOTAL_FOUND--}: <strong>$content[total]</strong>
+ <td colspan="2" align="center" class="header_column right2">
+ {--ADMIN_THEME_TOTAL_FOUND--}:
+ <strong>$content[total]</strong>
</td>
- <td colspan="3" align="right" class="admin_title right2">
- {--ADMIN_EXT_TOTAL_FSIZE--}: <strong>$content[kbytes] {--KBYTES--}</strong>
+ <td colspan="3" align="right" class="header_column">
+ {--ADMIN_EXT_TOTAL_FSIZE--}:
+ <strong>$content[kbytes] {--KBYTES--}</strong>
</td>
</tr>
</table>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=del_transfer" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="6" align="center" class="admin_title2 bottom2" height="30">
+ <td colspan="6" align="center" class="admin_title bottom2" height="30">
<strong>$content[title]</strong>
</td>
</tr>
<tr>
- <td width="80" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_ID--}</strong></td>
- <td width="120" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_STAMP--}</strong></td>
- <td width="120" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_FROM_UID--}</strong></td>
- <td width="120" align="center" class="admin_title2 bottom2 right2">
- <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>
+ <td width="80" align="center" class="header_column bottom2 right2">
+ <strong>{--TRANSFER_ID--}</strong>
+ </td>
+ <td width="120" align="center" class="header_column bottom2 right2">
+ <strong>{--TRANSFER_STAMP--}</strong>
+ </td>
+ <td width="120" align="center" class="header_column bottom2 right2">
+ <strong>{--TRANSFER_FROM_UID--}</strong>
+ </td>
+ <td width="120" align="center" class="header_column bottom2 right2">
+ <strong>{--TRANSFER_TO_UID--}</strong>
+ </td>
+ <td width="230" align="center" class="header_column bottom2 right2">
+ <strong>{--TRANSFER_POINTS_REASON--}</strong>
+ </td>
+ <td width="70" align="center" class="header_column bottom2">
+ <strong>{?POINTS?}</strong>
</td>
</tr>
$content[rows]
<tr>
- <td colspan="6" class="admin_footer">
+ <td align="center" colspan="6" class="admin_footer">
$content[delete]
</td>
</tr>
<tr>
<td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[trans_id]</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[time_trans]</td>
<td class="switch_sw$content[sw] bottom2 right2" align="center">$content[from_link]</td>
<td class="switch_sw$content[sw] bottom2 right2" align="center">$content[to_link]</td>
<td class="switch_sw$content[sw] bottom2 right2"> $content[reason]</td>
-<table border="0" cellspacing="0" cellpadding="0" width="100%" class="admin_table">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <td width="10%" align="center" class="admin_title bottom2 top2 right2" height="26"><strong>{--ID_SELECT--}</strong></td>
- <td width="10%" align="center" class="admin_title bottom2 top2 right2"><strong>{--MAILID_LINK--}</strong></td>
- <td width="45%" align="center" class="admin_title bottom2 top2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
- <td width="35%" align="center" class="admin_title bottom2 top2"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom2 top2 right2" height="26"><strong>{--ID_SELECT--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom2 top2 right2"><strong>{--MAILID_LINK--}</strong></td>
+ <td width="45%" align="center" class="header_column bottom2 top2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom2 top2"><strong>{--ACCOUNT_STATUS--}</strong></td>
</tr>
$content
</table>
+</div>
-<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_header bottom2" colspan="{!__COLSPAN2!}" height="30" align="center">
+ <td class="admin_title bottom2" colspan="{!__COLSPAN2!}" height="30" align="center">
<strong>$content[title]:</strong>
</td>
</tr>
<tr>
- <td class="admin_header" colspan="{!__COLSPAN2!}" align="center">
+ <td class="admin_title" colspan="{!__COLSPAN2!}" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="admin_pagenav">
-<table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<!-- @TODO No title here? //-->
<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="header_column bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_WDS66_ACCOUNT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_TRANSFERED--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TIMESTAMP--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TYPE--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_MESSAGE--}</strong></td>
+ <td class="header_column bottom2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_STATUS--}</strong></td>
</tr>
$content
<tr>
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="7" class="admin_title" height="30">
<strong>{--ADMIN_LIST_YOOMEDIA_TITLE--}</strong>
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_ID--}</strong></td>
- <td class="admin_title bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_NAME--}</strong></td>
- <td class="admin_title bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_RELOAD--}</strong></td>
- <td class="admin_title bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_WAIT--}</strong></td>
- <td class="admin_title bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_REMAIN--}</strong></td>
- <td class="admin_title bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_PAY--}</strong></td>
- <td class="admin_title bottom2" width="280"><strong>{--ADMIN_YOOMEDIA_TM_ACTIONS--}</strong></td>
+ <td class="header_column bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_ID--}</strong></td>
+ <td class="header_column bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_NAME--}</strong></td>
+ <td class="header_column bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_RELOAD--}</strong></td>
+ <td class="header_column bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_WAIT--}</strong></td>
+ <td class="header_column bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_REMAIN--}</strong></td>
+ <td class="header_column bottom2 right2"><strong>{--ADMIN_YOOMEDIA_TM_PAY--}</strong></td>
+ <td class="header_column bottom2" width="280"><strong>{--ADMIN_YOOMEDIA_TM_ACTIONS--}</strong></td>
</tr>
$content
<tr>
<td class="switch_sw$content[sw] bottom2 right2" align="center">$content[wait] {--_SECONDS--}</td>
<td class="switch_sw$content[sw] bottom2 right2" align="center">$content[remain]</td>
<td class="switch_sw$content[sw] bottom2 right2" align="center">$content[pay] €</td>
- <td class="switch_sw$content[sw] bottom2" style="padding:2px">
+ <td class="switch_sw$content[sw] bottom2">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=lock_sponsor&id=$content[id]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2">
- <div class="admin_done">$content[header_message]</div>
- </td>
+ <td align="center" class="admin_title bottom2">
+ <div class="admin_done">$content[header_message]</div>
+ </td>
</tr>
<tr><td height="5" class="seperator"> </td></tr>
<tr>
- <td align="center">
- $content[text_message]
- </td>
+ <td align="center">
+ $content[text_message]
+ </td>
</tr>
<tr><td height="5" class="seperator"> </td></tr>
<tr>
- <td align="center">
- $content[email_link]
- </td>
+ <td align="center">
+ $content[email_link]
+ </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>
+ <td align="center" 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>
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
- <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
</tr>
$content
<tr>
<td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[registered]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]" style="padding:2px">
+ <td align="center" class="bottom2 switch_sw$content[sw]">
Bitte angeben:<br />
<textarea name="lock_reason[$content[id]]" rows="2" cols="15"></textarea>
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=lock_user&userid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td align="center" class="admin_title bottom2">
<div class="admin_done">$content[header]</div>
<td height="5" class="seperator bottom2"> </td>
</tr>
<tr>
- <td class="admin_footer">
+ <td align="center" class="admin_footer">
<input type="submit" name="no" class="admin_no" value="{--NO--}" />
<input type="submit" name="$content[ok]" class="admin_yes" value="{--YES--}" />
</td>
+<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&$content[target]=$content[value]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table register" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <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" height="30" class="admin_title bottom2">
+ <strong>{--ADMIN_LOGIN_TITLE--}</strong>
</td>
</tr>
<tr>
- <td colspan="2" height="14" class="admin_title seperator bottom2"> </td>
- </tr>
- <tr>
- <td colspan="2" height="14" class="seperator"> </td>
+ <td colspan="2" align="center">
+ {--ADMIN_LOGIN_NOW--}
+ </td>
</tr>
<tr>
- <td width="50%" align="right">{--ENTER_ADMIN_LOGIN--}: </td>
+ <td width="50%" align="right">{--ENTER_ADMIN_LOGIN--}:</td>
<td width="50%">
<input type="text" name="login" size="10" maxlength="100" class="admin_normal" value="$content[login]" />
</td>
</tr>
$content[login_message]
<tr>
- <td colspan="2" height="14" class="seperator"> </td>
- </tr>
- <tr>
- <td width="50%" valign="top" align="right">{--ENTER_ADMIN_PASS--}: </td>
- <td width="50%" valign="top">
- <input type="password" class="admin_normal" name="pass" size="10" maxlength="100" />
- <div class="admin_note">
+ <td width="50%" align="right">
+ {--ENTER_ADMIN_PASS--}:
+ <div class="tiny">
[<a href="{?URL?}/modules.php?module=admin&reset_pass=1">{--ADMIN_RESET_PASSWORD--}</a>]
</div>
</td>
+ <td width="50%">
+ <input type="password" class="admin_normal" name="pass" size="10" maxlength="100" />
+ </td>
</tr>
$content[pass_message]
+ <tr><td colspan="2" class="bottom2 seperator"> </td></tr>
+ <!--
+ @TODO Doesn't work with sessions
<tr>
- <td colspan="2" height="14" class="seperator"> </td>
- </tr>
- <tr>
- <td width="50%" align="right">{--SELECT_TIMEOUT--}: </td>
- <td width="50%"><select name="timeout" size="1" class="admin_select">
+ <td class="bottom2" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
+ <!-- @TODO Try to move the select box to our generic functions //-->
+ <td class="bottom2" 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="31536000" selected="selected">{--TIMEOUT_FULL_YEAR--}</option>
</select></td>
</tr>
+ //-->
<tr>
- <td colspan="2" height="14" class="seperator"> </td>
- </tr>
- <tr>
- <td align="center" colspan="2">
+ <td align="center" colspan="2" class="admin_footer">
+ <input type="hidden" name="timeout" value="0" />
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="admin_submit submit" name="ok" value="{--ADMIN_LOGIN_SUBMIT--}" />
</td>
</tr>
- <tr>
- <td colspan="2" height="14" class="seperator"> </td>
- </tr>
</table>
</form>
+</div>
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
<td align="center" class="admin_title bottom2" height="30">
{--ADMIN_MAINTENANCE_MODE_INTRO--}
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td height="8" colspan="5"></td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_title bottom2" height="25">
<strong>{--ADMIN_SELECTION_BOX_TITLE--}</strong>
<br />
<br />
-<table border="0" cellspacing="0" cellpadding="0" width="420" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" height="40" class="admin_header bottom2">
+ <td align="center" height="40" class="admin_title bottom2">
<strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
</td>
</tr>
<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>
+$content
</div>
-<tr>
- <td align="center" class="admin_desc_header" colspan="3"><strong>$content[title]:</strong>
- </td>
-</tr>
-<tr>
- <td height="7" colspan="3" class="seperator"> </td>
-</tr>
-<tr>
- <td width="10" class="seperator"> </td>
- <td align="left" class="admin_desc_cont">$content[text]</td>
- <td width="10" class="seperator"> </td>
-</tr>
-<tr>
- <td height="7" colspan="3" class="seperator"> </td>
-</tr>
+<div class="admin_desc_header">
+ <strong>$content[title]:</strong>
+</div>
+
+<div class="admin_desc_cont">
+ $content[text]
+</div>
-<table border="0" cellspacing="0" cellpadding="0" width="450" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td class="admin_fatal seperator" height="14" colspan="3"> </td>
</tr>
<div align="center">
-<table border="0" cellspacing="0" cellpadding="0" width="170" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="3" class="admin_title bottom2" align="center" height="30">
<strong>{--USER_NOW_ONLINE--}</strong>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=memedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" colspan="2" class="admin_header" height="40">
+ <td align="center" colspan="2" class="admin_title" height="40">
<strong>{--EDIT_MEMBER_MENU--}</strong>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_header bottom2">
+ <td align="center" colspan="2" class="admin_title bottom2">
{--EDIT_MENU_1--}$content[chk]{--EDIT_MENU_2--}
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=memedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2 right2" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></td>
- <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></td>
- <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></td>
- <td class="admin_title bottom2" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></td>
- <td class="admin_title bottom2" align="center" width="20%"><strong>{--SORT_NAVIGATION--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="header_column bottom2" align="center" width="20%"><strong>{--SORT_NAVIGATION--}</strong></td>
</tr>
$content[rows]
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=memedit&sub=$content[sub]" method="post" target="_self">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="4" height="5" class="admin_title seperator"> </td>
- </tr>
- <tr>
- <td align="center" colspan="4" class="admin_title">
+ <td align="center" colspan="4" class="admin_title bottom2">
<strong>{--CHANGE_MEMBER_MENU--}</strong><br />
<br />
{--CHANGE_MENU_1--}$content[chk]{--CHANGE_MENU_2--}
</td>
</tr>
- <tr>
- <td colspan="4" height="5" class="admin_title seperator bottom2"> </td>
- </tr>
$content[rows]
<tr>
<td colspan="4" align="center" height="40" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_mods" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <!-- @TODO Shouldn't we add a title here? //-->
<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="header_column bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
</tr>
$content
<tr>
- <td colspan="6" class="admin_footer"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="change" class="admin_submit"
- value="{--SAVE_CHANGES--}" /></td>
+ <td colspan="6" class="admin_footer">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="change" class="admin_submit" value="{--SAVE_CHANGES--}" />
+ </td>
</tr>
</table>
</form>
<div align="center" style="margin-top:10px;margin-bottom:10px">
<div style="width:550px" class="admin_table dashed">
- <div class="admin_title2 bottom2">
+ <div class="admin_title bottom2">
{--ADMIN_NETWORK_ADDED_TITLE--}
</div>
<div class="admin_message">
+<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <td width="120" class="admin_title bottom2 right2" align="center"><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>
+ <td width="120" class="header_column bottom2 right2" align="center"><strong>{--OPTIMIZE_DBNAME--}:</strong></td>
+ <td width="110" class="header_column bottom2 right2" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></td>
+ <td width="110" class="header_column bottom2 right2" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></td>
+ <td width="120" class="header_column bottom2 right2" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></td>
+ <td width="120" class="header_column bottom2" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></td>
</tr>
$content[rows]
<tr>
- <td colspan="5" class="admin_footer" style="padding-top: 15px; padding-bottom: 15px";>
- {--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>$content[total_tabs]</strong><br />
- {--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>$content[total_size] {--KBYTES--}</strong><br />
- {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>$content[total_rows]</strong><br />
- {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>$content[total_optimized] {--KBYTES--}</strong><br />
- {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>$content[now_optimized]</strong><br />
- {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>$content[now_saved] {--KBYTES--}</strong><br />
+ <td colspan="5" class="admin_footer" style="padding-top: 15px; padding-bottom: 15px;">
+ {--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>$content[total_tabs]</strong><br />
+ {--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>$content[total_size] {--KBYTES--}</strong><br />
+ {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>$content[total_rows]</strong><br />
+ {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>$content[total_optimized] {--KBYTES--}</strong><br />
+ {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>$content[now_optimized]</strong><br />
+ {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>$content[now_saved] {--KBYTES--}</strong>
</td>
</tr>
</table>
+</div>
<tr>
- <td colspan="7" align="center" class="admin_footer bottom2 left2 right2">
+ <td colspan="7" align="center" class="admin_footer">
<input type="reset" value="{--ADMIN_UNSELECT_ALL--}" class="admin_reset" />
<input type="submit" name="assign" value="{--ADMIN_ASSIGN_TASKS--}" class="admin_submit" />
<input type="submit" name="unassign" value="{--ADMIN_UNASSIGN_TASKS--}" class="admin_submit" />
<tr>
- <td colspan="7" align="center" class="admin_footer bottom2 left2 right2">
+ <td colspan="7" align="center" class="admin_footer">
<input type="reset" value="{--ADMIN_UNSELECT_ALL--}" class="admin_reset" />
<input type="submit" name="assign" value="{--ADMIN_ASSIGN_TASKS--}" class="admin_submit" />
<input type="submit" name="unassign" value="{--ADMIN_UNASSIGN_TASKS--}" class="admin_submit" />
<div align="center">
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_tasktable dashed">
<tr>
- <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
- <div class="admin_welcome">$content[message]</div>
+ <td colspan="7" align="center" class="admin_task_header bottom2">
+ <strong>$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>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+ <td align="center" class="header_column bottom2"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
</tr>
-<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="3" align="center" class="admin_task_header top2 bottom2 left2 right2">
- <strong class="admin_welcome">{--ADMIN_SELECTED_TASKS_ASSIGN--}:</strong>
+ <strong>{--ADMIN_SELECTED_TASKS_ASSIGN--}:</strong>
</td>
</tr>
$content
<tr>
<td width="79%" class="switch_sw$content[sw] bottom2 left2">
- <ul style="margin-left: 0px">
+ <ul style="margin-left: 0px">
<li style="white-space: normal">{--ADMIN_TASK_SUBJECT--}: <strong>$content[subject]</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"><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>
+ </ul>
</td>
- <td width="20%" class="switch_sw$content[sw] bottom2" align="right"
- valign="top" style="padding-top: 40px">
+ <td width="20%" class="switch_sw$content[sw] bottom2" align="right" valign="top" style="padding-top: 40px">
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="7" align="center" class="admin_task_header top2 left2 right2">
- <div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</div>
+ <strong>{--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 header_column"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
</tr>
$content
<tr>
+<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_TASK_OVERVIEW_HEADER--}</strong>
</td>
</tr>
- <tr>
- <td width="290" class="seperator" align="center"> </td>
- <td width="290" class="seperator" align="center"> </td>
- </tr>
<tr>
<td align="center" valign="top">
- <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
+ <table border="0" cellspacing="0" cellpadding="0" class="admin_task_table dashed">
<tr>
- <td colspan="3" class="admin_title2 bottom2">
+ <td colspan="2" class="admin_task_title bottom2">
<strong>{--ADMIN_TASK_OVERVIEW_MAILS--}:</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw1 bottom2">{--ADMIN_TASK_MAIL_ADMIN--}:</td>
- <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw1 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_MAIL_ADMIN--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1 bottom2">
<strong>$content[pending_mails]</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw2 bottom2">{--ADMIN_TASK_MAIL_TEMP--}:</td>
- <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw2 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_MAIL_TEMP--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw2 bottom2">
<strong>$content[canceled_mails]</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw1 bottom2">{--ADMIN_TASK_MAIL_SEND--}:</td>
- <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw1 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_MAIL_SEND--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1 bottom2">
<strong>$content[send_emails]</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw2 bottom2">{--ADMIN_TASK_MAIL_DELETED--}:</td>
- <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw2 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_MAIL_DELETED--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw2 bottom2">
<strong>$content[purged_mails]</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw1 bottom2">{--ADMIN_TASK_MAIL_BONUS_SEND--}:</td>
- <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw1 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_MAIL_BONUS_SEND--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1 bottom2">
<strong>$content[send_bonus_mails]</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw2">{--ADMIN_TASK_MAIL_BONUS_AP--}:</td>
- <td width="10" class="switch_sw2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw2">
+ <td align="right" class="admin_task_left2 switch_sw2">{--ADMIN_TASK_MAIL_BONUS_AP--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw2">
<strong>$content[purged_bonus_mails]</strong>
</td>
</tr>
</table>
</td>
<td align="center" valign="top">
- <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
+ <table border="0" cellspacing="0" cellpadding="0" class="admin_task_table dashed">
<tr>
- <td colspan="3" class="admin_title2 bottom2">
+ <td colspan="2" class="admin_task_title bottom2">
<strong>{--ADMIN_TASK_OVERVIEW_TASKS--}:</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw1 bottom2">{--ADMIN_TASK_NEW_TASKS--}:</td>
- <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw1 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_NEW_TASKS--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1 bottom2">
<strong>$content[new_tasks]</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw2 bottom2">{--ADMIN_TASK_UPDATE_TASKS--}:</td>
- <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw2 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_UPDATE_TASKS--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw2 bottom2">
<strong>$content[update_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="switch_sw1 bottom2">{--ADMIN_TASK_CLOSED_TASKS--}:</td>
- <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
- <td align="center" class="switch_sw1 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_CLOSED_TASKS--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1 bottom2">
<strong>$content[closed_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="switch_sw2 bottom2">{--ADMIN_TASK_YOUR_TASKS--}:</td>
- <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
- <td align="center" class="switch_sw2 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_YOUR_TASKS--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw2 bottom2">
<strong>$content[your_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="switch_sw1 bottom2">{--ADMIN_TASK_DELETED_TASKS--}:</td>
- <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
- <td align="center" class="switch_sw1 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_DELETED_TASKS--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1 bottom2">
<strong>$content[deleted_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="switch_sw2">{--ADMIN_TASK_SOLVED_TASKS--}:</td>
- <td width="10" class="switch_sw2 seperator" height="5"> </td>
- <td align="center" class="switch_sw2">
+ <td align="right" class="admin_task_left2 switch_sw2">{--ADMIN_TASK_SOLVED_TASKS--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw2">
<strong>$content[solved_tasks]</strong>
</td>
</tr>
</table>
</td>
</tr>
- <tr>
- <td colspan="2" class="seperator" align="center"> </td>
- </tr>
<tr>
<td align="center" valign="top">
- <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
+ <table border="0" cellspacing="0" cellpadding="0" class="admin_task_table dashed">
<tr>
- <td colspan="3" class="admin_title2 bottom2">
+ <td colspan="2" class="admin_task_title bottom2">
<strong>{--ADMIN_TASK_OVERVIEW_MEMBERS--}:</strong>
</td>
</tr>
<tr>
- <td width="240" align="right" class="switch_sw1 bottom2">{--ADMIN_TASK_CONFIRMED--}:</td>
- <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
- <td width="25" align="center" class="switch_sw1 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_CONFIRMED--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1 bottom2">
<strong>$content[confirmed_members]</strong>
</td>
</tr>
<tr>
- <td align="right" class="switch_sw2 bottom2">{--ADMIN_TASK_UNCONFIRMED--}:</td>
- <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
- <td align="center" class="switch_sw2 bottom2">
+ <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_UNCONFIRMED--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw2 bottom2">
<strong>$content[unconfirmed_members]</strong>
</td>
</tr>
<tr>
- <td align="right" class="switch_sw1">{--ADMIN_TASK_LOCKED--}:</td>
- <td width="10" class="switch_sw1 seperator" height="5"> </td>
- <td align="center" class="switch_sw1">
+ <td align="right" class="admin_task_left2 switch_sw1">{--ADMIN_TASK_LOCKED--}:</td>
+ <td align="center" class="admin_task_right2 switch_sw1">
<strong>$content[locked_members]</strong>
</td>
</tr>
</table>
</td>
- <td align="center" valign="top">$content[extra_table]</td>
- </tr>
- <tr>
- <td colspan="2" class="seperator" align="center"> </td>
+ <td align="center" valign="top">
+ $content[extra_table]
+ </td>
</tr>
</table>
+</div>
-<table border="0" cellspacing="0" cellpadding="0" width="275"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_task_table dashed">
<tr>
- <td colspan="3" class="admin_title2 bottom2"><strong>{--ADMIN_TASK_OVERVIEW_EXTRAS--}:</strong>
+ <td colspan="3" class="admin_task_title bottom2">
+ <strong>{--ADMIN_TASK_OVERVIEW_EXTRAS--}:</strong>
</td>
</tr>
$content
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_payouts&do=accept&pid=$content[pid]&task=$content[task]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="380" class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
<td class="admin_title bottom2" align="center" height="30">
<strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
<td class="seperator bottom2" height="5"> </td>
</tr>
<tr>
- <td class="admin_footer">
+ <td align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}" />
</td>
-<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td align="center" class="admin_title bottom2" height="40">
<strong>{--ADMIN_PAYOUT_TRANSFER_FAILED--}:</strong>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_payouts&do=reject&pid=$content[pid]&task=$content[task]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="380" class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
<td class="admin_title bottom2" align="center" height="30">
<strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
<td class="seperator bottom2" height="5"> </td>
</tr>
<tr>
- <td class="admin_footer">
+ <td align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_delete" value="{--PAYOUT_REJECT_PAYOUT--}" />
</td>
</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="header_column bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></td>
+ <td class="header_column bottom2" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></td>
</tr>
$content
<tr>
<form accept-charset="utf-8" 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>
$content
<tr>
- <td class="admin_footer">
+ <td align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_delete" value="{--REMOVE_REF--}" />
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=refbanner" method="post">
<table border="0" cellspacing="0" cellpadding="0" 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>
- <td width="10" class="admin_title seperator bottom2"> </td>
+ <td align="center" colspan="6" class="admin_title bottom2" height="30">
+ <strong>{--EDIT_DEL_REFBANNER--}</strong>
+ </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 seperator bottom2" width="10"> </td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--REF_URL--}:</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--REF_TITLE--}:</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--REF_CNTR--}:</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--REF_CLIX--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--REF_VIS--}:</strong></td>
</tr>
$content
<tr>
- <td class="admin_footer seperator" width="10"> </td>
- <td class="admin_footer" colspan="6"><input
- type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="edit" class="admin_submit"
- value="{--EDIT_PAY--}" /> <input type="submit"
- name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
- <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="6">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="edit" class="admin_submit" value="{--EDIT_PAY--}" />
+ <input type="submit" name="del" class="admin_delete" value="{--DEL_PAY--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=refbanner&mode=edit" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<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>
- <td width="10" class="admin_header bottom2 seperator"> </td>
+ <td align="center" colspan="3" class="admin_title bottom2" height="30">
+ <strong>{--EDIT_REFBANNER--}</strong>
+ </td>
</tr>
$content
<tr>
- <td class="admin_footer seperator" width="10"> </td>
- <td class="admin_footer" colspan="3"><input
- type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="ok" class="admin_submit"
- value="{--EDIT_PAY--}" /></td>
- <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3">
+ <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="ok" class="admin_submit" value="{--EDIT_PAY--}" />
+ </td>
</tr>
</table>
</form>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom right2" colspan="2">
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" colspan="2">
<input type="checkbox" class="admin_normal" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom right2">
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
<img src="$content[url]" alt="$content[alt]" border="0" title="$content[alt]" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom right2">
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[alt]
</td>
- <td align="center" class="switch_sw$content[sw] bottom right2">
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[cnt]
</td>
- <td align="center" class="switch_sw$content[sw] bottom right2">
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[clx]
</td>
<td align="center" class="switch_sw$content[sw] bottom" colspan="2">
-<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>
- </tr>
- <tr>
- <td class="admin_header right2" align="center" width="20">{--_UID--}</td>
- <td class="admin_header right2" align="center">{--GENDER--}</td>
- <td class="admin_header right2" align="center">{--SURNAME--}</td>
- <td class="admin_header right2" align="center">{--FAMILY_NAME--}</td>
- <td class="admin_header right2" align="center">{--EMAIL_ADDRESS--}</td>
- <td class="admin_header right2" align="center">{--REMOTE_IP--}</td>
- <td class="admin_header right2" align="center" width="20">{--REF_UID--}</td>
- <td class="admin_header" align="center">{--CONFIRM_ACCOUNT--}</td>
- </tr>
- $content
-</table>
+<!-- @DEPRECATED //-->
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table register">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td colspan="2" align="center" class="admin_title">
<strong>{--ADMIN_REGISTER_NOW--}</strong>
-<tr>
- <td align="center" class="switch_sw$content[sw] top2 right2">$content[link]</td>
- <td align="center" class="switch_sw$content[sw] top2 right2">$content[gender]</td>
- <td align="center" class="switch_sw$content[sw] top2 right2">$content[surname]</td>
- <td align="center" class="switch_sw$content[sw] top2 right2">$content[family]</td>
- <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>
-</tr>
+<!-- @DEPRECATED //-->
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" class="admin_header bottom2" height="30"><strong>{--ADMIN_SEND_BONUS_MAILS--}</strong></td>
+ <td align="center" class="admin_title 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">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_yoomedia_tm" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
<td colspan="2" class="admin_title bottom2" height="30">
<strong>{--ADMIN_YOOMEDIA_SEND_MAIL_TITLE--}</strong>
<div align="center" style="margin-top:10px;margin-bottom:10px">
<div style="width:550px" class="admin_table dashed">
- <div class="admin_title2 bottom2">
+ <div class="admin_title bottom2">
{--MESSAGE_HEADER--}
</div>
<div class="admin_message">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=sub_points&userid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" 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">
+ <td class="admin_title bottom2" colspan="2" align="center">
{--ADMIN_SUB_POINTS_FROM_USER--}:<br />
<strong>$content[user]</strong>
</td>
</tr>
- <tr>
- <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
- </tr>
- <tr>
- <td height="8" colspan="3" class="seperator"> </td>
- </tr>
<tr>
<td align="right">{--ENTER_POINTS_SUB--}:</td>
- <td width="10" class="seperator"> </td>
<td>
<input type="text" class="admin_normal" name="points" size="6" maxlength="7" />
</td>
</tr>
<tr>
- <td height="5" colspan="3" class="seperator"> </td>
- </tr>
- <tr>
- <td align="right">{--ENTER_SUB_REASON--}:</td>
- <td width="10" class="seperator"> </td>
- <td>
+ <td class="bottom2" align="right">{--ENTER_SUB_REASON--}:</td>
+ <td class="bottom2">
<textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea>
</td>
</tr>
<tr>
- <td height="3" colspan="3" class="seperator"> </td>
- </tr>
- <tr>
- <td height="5" colspan="3" class="seperator bottom2"> </td>
- </tr>
- <tr>
- <td colspan="3" align="center" class="admin_footer">
+ <td colspan="2" align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="admin_submit" name="ok" value="{--ADMIN_SUB_POINTS--}" />
</td>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
<tr>
- <td colspan="3" align="center" class="admin_header bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SURFBAR_STATS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" width="33%" class="admin_title bottom2 right2">
+ <td align="center" width="33%" class="header_column bottom2 right2">
<strong>{--_UID--}:</strong>
</td>
- <td align="center" width="34%" class="admin_title bottom2 right2">
+ <td align="center" width="34%" class="header_column bottom2 right2">
<strong>{--ADMIN_SURFBAR_VISITED_URLS--}:</strong>
</td>
- <td align="center" width="33%" class="admin_title bottom2">
+ <td align="center" width="33%" class="header_column bottom2">
<strong>{--ADMIN_SURFBAR_TOTAL_VISITS--}:</strong>
</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
<tr>
- <td colspan="3" align="center" class="admin_header bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SURFBAR_URL_STATS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" width="33%" class="admin_title bottom2 right2">
+ <td align="center" width="33%" class="header_column bottom2 right2">
<strong>{--_UID--}:</strong>
</td>
- <td align="center" width="34%" class="admin_title bottom2 right2">
+ <td align="center" width="34%" class="header_column bottom2 right2">
<strong>{--ADMIN_SURFBAR_TOTAL_VISITS--}:</strong>
</td>
- <td align="center" width="33%" class="admin_title bottom2">
+ <td align="center" width="33%" class="header_column bottom2">
<strong>{--ADMIN_SURFBAR_LAST_ONLINE--}:</strong>
</td>
</tr>
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=theme_edit" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title2 bottom2 right2" align="center">{--ID_SELECT--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_ACTIVE--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
- <td class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</td>
+ <td class="header_column bottom2 right2" align="center">{--ID_SELECT--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_UNIX--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_NAME--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_ACTIVE--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_URL--}</td>
+ <td class="header_column bottom2" align="center">{--THEME_VERSION--}</td>
</tr>
$content
<tr>
<div align="center">
-<table border="0" cellspacing="0" cellpadding="0" width="99%"
- class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_VERSION--}</td>
- <td class="admin_title2 bottom2" align="center">{--THEME_INSTALL--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_UNIX--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_NAME--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_URL--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_VERSION--}</td>
+ <td class="header_column bottom2" align="center">{--THEME_INSTALL--}</td>
</tr>
$content
<tr>
</td>
</tr>
<tr>
- <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
- <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
- <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
</tr>
$content
<tr>
<form accept-charset="utf-8" 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">
+ <td colspan="8" align="center" class="admin_title bottom2" height="35">
<div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</div>
</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="header_column right2" align="center" width="10"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column right2" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+ <td class="header_column right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+ <td class="header_column right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
+ <td class="header_column right2" align="center"><strong>{--EMAIL_CATEGORY--}</strong></td>
+ <td class="header_column right2" align="center"><strong>{--EMAIL_PAYMENT--}</strong></td>
+ <td class="header_column right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+ <td class="header_column" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></td>
</tr>
$content[rows]
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=unlock_emails" method="post">
-<table border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed">
+<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"
+ <td class="admin_title bottom2" colspan="2" align="center"
height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
</td>
- <td class="admin_header bottom2" width="10"> </td>
</tr>
$content
<tr>
- <td class="admin_header" width="10"> </td>
- <td class="admin_header" colspan="2" align="center" height="35">
- <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
- <input type="submit" name="lock" class="admin_submit"
- value="{--ADMIN_LOCK_URLS--}" /></td>
- <td class="admin_header" width="10"> </td>
+ <td class="admin_title" colspan="2" align="center" height="35">
+ <input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
+ <input type="submit" name="lock" class="admin_submit" value="{--ADMIN_LOCK_URLS--}" />
+ </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=unlock_sponsor" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="4" class="admin_title bottom2" height="30" align="center">
- <strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
- </td>
+ <td colspan="4" class="admin_title bottom2" height="30" align="center">
+ <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="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></td>
+ <td align="center" class="header_column bottom2 right2"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" class="header_column bottom2"><strong>{--SPONSOR_CREATED--}:</strong></td>
</tr>
$content
<tr>
- <td colspan="4" class="admin_footer" height="30" align="center">
- <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
- <input type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}" />
- </td>
+ <td colspan="4" class="admin_footer" height="30" align="center">
+ <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+ <input type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}" />
+ </td>
</tr>
</table>
</form>
-<div class="admin_note">{--ADMIN_SPONSOR_UNLOCK_NOTES--}</div>
+<div class="admin_note">
+ {--ADMIN_SPONSOR_UNLOCK_NOTES--}
+</div>
+
</div>
</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="header_column bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></td>
+ <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
</tr>
$content
<tr>
-<table border="0" cellspacing="0" cellpadding="0" width="99%" align="center" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
<tr>
<td colspan="5" class="admin_title" align="center" style="height: 30px">
<strong class="admin_green big">{--_UID--} $content[userid]</strong>
</td>
</tr>
<tr>
- <td align="center" width="20%" class="top right">{--GENDER--}:<br />
+ <td align="center" width="20%" class="top2 right">
+ {--GENDER--}:<br />
<strong>$content[gender]</strong>
</td>
- <td align="center" width="20%" class="top right">{--SURNAME--}:<br />
+ <td align="center" width="20%" class="top2 right">
+ {--SURNAME--}:<br />
<strong>$content[surname]</strong>
</td>
- <td align="center" width="20%" class="top right">{--FAMILY_NAME--}:<br />
+ <td align="center" width="20%" class="top2 right">
+ {--FAMILY_NAME--}:<br />
<strong>$content[family]</strong>
</td>
- <td align="center" width="20%" class="top right">{--STREET_NR--}:<br />
+ <td align="center" width="20%" class="top2 right">
+ {--STREET_NR--}:<br />
<strong>$content[street_nr]</strong>
</td>
- <td align="center" width="20%" class="top">{--BIRTHDAY2--}:<br />
+ <td align="center" width="20%" class="top">
+ {--BIRTHDAY2--}:<br />
<strong>$content[birthday]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">{--COUNTRY--}:<br />
+ <td align="center" class="top2 right">
+ {--COUNTRY--}:<br />
<strong>$content[country]</strong>
</td>
- <td align="center" class="top right">{--ZIP--}:<br />
+ <td align="center" class="top2 right">
+ {--ZIP--}:<br />
<strong>$content[zip]</strong>
</td>
- <td align="center" class="top right">{--CITY--}:<br />
+ <td align="center" class="top2 right">
+ {--CITY--}:<br />
<strong>$content[city]</strong>
</td>
- <td align="center" class="top right">{--EMAIL_ADDRESS--}:<br />
+ <td align="center" class="top2 right">
+ {--EMAIL_ADDRESS--}:<br />
<strong><a href="$content[email_link]">$content[email]</a></strong>
</td>
- <td align="center" class="top">{--ACCOUNT_STATUS--}:<br />
+ <td align="center" class="top">
+ {--ACCOUNT_STATUS--}:<br />
<strong>$content[status]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">{--RECEIVE_MAILS--}:<br />
+ <td align="center" class="top2 right">
+ {--RECEIVE_MAILS--}:<br />
<strong>$content[receive_mails]</strong>
</td>
- <td align="center" class="top right">{--MAX_PER_DAY--}:<br />
+ <td align="center" class="top2 right">
+ {--MAX_PER_DAY--}:<br />
<strong>$content[max_mails]</strong>
</td>
- <td align="center" class="top right">{--REF_UID--}:<br />
+ <td align="center" class="top2 right">
+ {--REF_UID--}:<br />
<strong>$content[refid]</strong>
</td>
- <td align="center" class="top right">{--REF_CLICKS--}:<br />
+ <td align="center" class="top2 right">
+ {--REF_CLICKS--}:<br />
<strong>$content[ref_clicks]</strong>
</td>
- <td align="center" class="top">{--TOTAL_LOGINS--}:<br />
+ <td align="center" class="top">
+ {--TOTAL_LOGINS--}:<br />
<strong>$content[total_logins]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">{--REMOTE_IP--}:<br />
+ <td align="center" class="top2 right">
+ {--REMOTE_IP--}:<br />
<strong>$content[REMOTE_ADDR]</strong>
</td>
- <td align="center" class="top right">{--ADMIN_LAST_ONLINE--}:<br />
+ <td align="center" class="top2 right">
+ {--ADMIN_LAST_ONLINE--}:<br />
<strong>$content[last_online]</strong>
</td>
- <td align="center" class="top right">{--ADMIN_LAST_MODULE--}:<br />
+ <td align="center" class="top2 right">
+ {--ADMIN_LAST_MODULE--}:<br />
<strong>$content[last_module]</strong>
</td>
- <td align="center" class="top right">{--HAS_JOINED--}:<br />
+ <td align="center" class="top2 right">
+ {--HAS_JOINED--}:<br />
<strong>$content[joined]</strong>
</td>
- <td align="center" class="top">{--MAILS_SENT--}:<br />
+ <td align="center" class="top">
+ {--MAILS_SENT--}:<br />
<strong>$content[emails_sent]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">{--USED_POINTS--}:<br />
+ <td align="center" class="top2 right">
+ {--USED_POINTS--}:<br />
<strong>$content[used_points]</strong>
</td>
- <td align="center" class="top right">{--TOTAL_POINTS--}:<br />
+ <td align="center" class="top2 right">
+ {--TOTAL_POINTS--}:<br />
<strong>$content[total]</strong>
</td>
- <td align="center" class="top right">{--TOTAL_REFERALS--}:<br />
+ <td align="center" class="top2 right">
+ {--TOTAL_REFERALS--}:<br />
<strong>$content[refs]</strong>
</td>
- <td align="center" class="top right">{--TOTAL_CATS--}:<br />
+ <td align="center" class="top2 right">
+ {--TOTAL_CATS--}:<br />
<strong>$content[cats]</strong>
</td>
- <td align="center" class="top">{--UNCONFIRMED_LINKS--}:<br />
+ <td align="center" class="top">
+ {--UNCONFIRMED_LINKS--}:<br />
<strong>$content[links]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">{--LOCKED_POINTS--}:<br />
+ <td align="center" class="top2 right">
+ {--LOCKED_POINTS--}:<br />
<strong>$content[locked]</strong>
</td>
- <td align="center" class="top right">{--LAST_UPDATE--}:<br />
+ <td align="center" class="top2 right">
+ {--LAST_UPDATE--}:<br />
<strong>$content[last_update]</strong>
</td>
- <td align="center" class="top right">{--LAST_PROFILE_SENT--}:<br />
+ <td align="center" class="top2 right">
+ {--LAST_PROFILE_SENT--}:<br />
<strong>$content[last_profile_sent]</strong>
</td>
- <td align="center" class="top right">{--USER_REF_PAYOUT--}:<br />
+ <td align="center" class="top2 right">
+ {--USER_REF_PAYOUT--}:<br />
<strong>$content[ref_payout]</strong>
</td>
- <td align="center" class="top">{--USER_NICKNAME--}:<br />
+ <td align="center" class="top">
+ {--USER_NICKNAME--}:<br />
<strong>$content[nickname]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">{--CLICK_RATE--}:<br />
+ <td align="center" class="top2 right">
+ {--CLICK_RATE--}:<br />
<strong>$content[click_rate]%</strong>
</td>
- <td align="center" class="top right">{--EMAILS_RECEIVED--}:<br />
+ <td align="center" class="top2 right">
+ {--EMAILS_RECEIVED--}:<br />
<strong>$content[emails_received]</strong>
</td>
- <td align="center" class="top right">{--MAILS_CONFIRMED--}:<br />
+ <td align="center" class="top2 right">
+ {--MAILS_CONFIRMED--}:<br />
<strong>$content[mails_confirmed]</strong>
</td>
- <td align="center" class="top right">{--RAND_CONFIRMED--}:<br />
+ <td align="center" class="top2 right">
+ {--RAND_CONFIRMED--}:<br />
<strong>$content[rand_confirmed]</strong>
</td>
- <td align="center" class="top">{--_UNUSED--}:<br />
+ <td align="center" class="top">
+ {--_UNUSED--}:<br />
<strong>---</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">{--LOCK_REASON--}:<br />
+ <td align="center" class="top2 right">
+ {--LOCK_REASON--}:<br />
<strong>$content[lock_reason]</strong>
</td>
- <td align="center" class="top right">{--LOCK_TIMESTAMP--}:<br />
+ <td align="center" class="top2 right">
+ {--LOCK_TIMESTAMP--}:<br />
<strong>$content[lock_timestamp]</strong>
</td>
- <td align="center" class="top right">{--_UNUSED--}:<br />
+ <td align="center" class="top2 right">
+ {--_UNUSED--}:<br />
<strong>---</strong>
</td>
- <td align="center" class="top right">{--_UNUSED--}:<br />
+ <td align="center" class="top2 right">
+ {--_UNUSED--}:<br />
<strong>---</strong>
</td>
- <td align="center" class="top">{--_UNUSED--}:<br />
+ <td align="center" class="top">
+ {--_UNUSED--}:<br />
<strong>---</strong>
</td>
</tr>
<td>
<div align="left" class="tiny"> Hallo $username!</div>
</td>
- <td align="center" width="300" class="dashed"><div class="tiny">
- Aktueller Admin: [<span class="admin_note" title="Erweiterung admins nicht installiert.">$content[login]</span>]
- </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>
+ <td align="center" width="300" class="dashed tiny">
+ Aktueller Admin:
+ [<span class="admin_note tiny" title="Erweiterung admins nicht installiert.">$content[login]</span>]
+ </td>
+ <td class="admin_logout top2 bottom2 right2" align="center" width="100">
+ <a class="admin_logout tiny" href="{?URL?}/modules.php?module=admin&action=logout">Ausloggen</a>
+ </td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>
- <div align="left" class="tiny"> Hallo $username
- !</div>
+ <div align="left" class="medium">
+ Hallo $username!
+ </div>
+ </td>
+ <td align="center" width="300" class="dashed tiny">
+ Aktueller Admin:
+ [<a class="tiny" href="{?URL?}/modules.php?module=admin&what=admins_edit&admin=$content[id]"><strong>$content[login]</strong></a>]
+ </td>
+ <td align="center" width="100" class="admin_logout top2 bottom2 right2">
+ <a class="admin_logout tiny" href="{?URL?}/modules.php?module=admin&action=logout">Ausloggen</a>
</td>
- <td align="center" width="300" class="dashed"><div class="tiny">
- Aktueller Admin: [<a
- href="{?URL?}/modules.php?module=admin&what=admins_edit&admin=$content[id]"><strong>$content[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>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center">
- <P>{--BEG_UID_STEAL_1--}<strong>$content[userid]</strong>{--BEG_UID_STEAL_2--}<strong>$content[points]</strong>{--BEG_UID_STEAL_3--}</P>
- <P>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</P>
- <P align="right">{--BEG_THANKS_FOR_CLICK--}</P>
+ <div>{--BEG_UID_STEAL_1--}<strong>$content[userid]</strong>{--BEG_UID_STEAL_2--}<strong>$content[points]</strong>{--BEG_UID_STEAL_3--}</div>
+ <div>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</div>
+ <div align="right">{--BEG_THANKS_FOR_CLICK--}</div>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center">
- <P>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>$content[userid]</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>$content[points]</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</P>
- <P>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</P>
- <P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
+ <div>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>$content[userid]</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>$content[points]</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</div>
+ <div>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</div>
+ <div align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</div>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center">
- <P>{--BEG_SORRY_YOURE_LOGGED_IN_1--}<strong>$content[userid]</strong>{--BEG_SORRY_YOURE_LOGGED_IN_2--}<strong>$content[points]</strong>{--BEG_SORRY_YOURE_LOGGED_IN_3--}</P>
- <P>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</P>
- <P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
+ <div>{--BEG_SORRY_YOURE_LOGGED_IN_1--}<strong>$content[userid]</strong>{--BEG_SORRY_YOURE_LOGGED_IN_2--}<strong>$content[points]</strong>{--BEG_SORRY_YOURE_LOGGED_IN_3--}</div>
+ <div>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</div>
+ <div align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</div>
</td>
</tr>
</table>
-<table border="0" cellspacing="0" cellpadding="0" class="doubler_table"
- width="100%">
+<table border="0" cellspacing="0" cellpadding="0" class="doubler_table" width="100%">
<tr>
<td height="80" align="center">$content[header]</td>
</tr>
<div align="center">
-<table border="0" cellspacing="0" cellpadding="0" width="480"
- class="guest_table dashed">
+<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="header_column bottom2 right2">
+ <strong>{--_UID--}:</strong>
</td>
- <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
+ <td class="header_column bottom2 right2">
+ <strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
+ <td class="header_column bottom2">
+ <strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
$content
<tr>
<td colspan="3" align="center" class="guest_footer" height="30">
- <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div></td>
+ <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div>
+ </td>
</tr>
</table>
</div>
<tr>
<td width="10" class="switch_sw$content[sw]"> </td>
- <td class="register_right switch_sw$content[sw]"> $content[cat] </td>
+ <td class="register_right2 switch_sw$content[sw]"> $content[cat] </td>
<td width="20" class="guest_normal switch_$content[sw]">
{--YES--} <input type="radio" class="guest_normal"
name="cat[$content[id]]" value="Y"$content[def_y]></td>
<div align="center">
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
<td align="center" colspan="3" class="admin_title bottom2" height="30">
<div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"
- width="100">$content[userid]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"
- width="160">$content[points]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center" width="100">
+ $content[userid]
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center" width="160">
+ $content[points]
+ </td>
<td class="switch_sw$content[sw] bottom2" align="center" width="160">
- $content[stamp]</td>
+ $content[timemark]
+ </td>
</tr>
-<!-- This HTML code goes between the left menu and the content on right side -->
+<!-- This HTML code goes between the left2 menu and the content on right2 side -->
</td>
<td valign="top" rowspan="3" class="guest_content">
\ No newline at end of file
-<!-- This code goes between header and left menu -->
+<!-- This code goes between header and left2 menu -->
<tr>
<td class="guest_menu">
\ No newline at end of file
<div align="center">
-<table border="0" cellspacing="0" cellpadding="0" width="530"
- class="guest_table dashed">
+<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>
- </tr>
\ No newline at end of file
+ <td align="center" class="header_column bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
+ <td align="center" class="header_column bottom2" width="50"><strong>{--_UID--}</strong></td>
+ <td align="center" class="header_column bottom2" width="200"><strong>{--RALLYE_GUEST_REFS--}</strong></td>
+ <td align="center" class="header_column bottom2" width="200"><strong>{--RALLYE_PRICE_IS--}</strong></td>
+ </tr>
-<table border="0" cellspacing="0" cellpadding="0" width="430"
- class="guest_table dashed">
+<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>
- </tr>
\ No newline at end of file
+ <td align="center" class="header_column bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
+ <td align="center" class="header_column bottom2" width="50"><strong>{--_UID--}</strong></td>
+ <td align="center" class="header_column bottom2" width="300"><strong>{--RALLYE_GUEST_REFS--}</strong></td>
+ </tr>
</tr>
<tr>
<td colspan="2" class="guest_title2 bottom2" height="30">
- {--TERMS_OF_USAGE--}:<br />
- <span class="guest_failed">{--YOU_FINALIZE--}</span></td>
+ {--TERMS_OF_USAGE--}:<br />
+ <span class="guest_failed">{--YOU_FINALIZE--}</span>
+ </td>
</tr>
<tr>
<td colspan="2" height="7" class="seperator"> </td>
<form accept-charset="utf-8" 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>
- </td>
+ <td class="guest_title2 bottom2" align="center" height="30" colspan="2">
+ <strong>{--SPONSOR_SEND_LOST_PASSWORD--}</strong>
+ </td>
</tr>
-<tr><td colspan="2" height="5" class="seperator"> </td></tr>
<tr>
- <td width="200" align="right" style="padding-right: 10px" height="30">
- {--SPONSOR_ENTER_ID--}:
- </td>
- <td width="200">
- <input type="text" name="id" class="guest_normal" size="5" maxlength="20" />
- </td>
+ <td width="200" align="right" style="padding-right: 10px" height="30">
+ {--SPONSOR_ENTER_ID--}:
+ </td>
+ <td width="200">
+ <input type="text" name="id" class="guest_normal" size="5" maxlength="20" />
+ </td>
</tr>
<tr>
- <td width="200" align="right" style="padding-right: 10px" height="30">
- {--SPONSOR_ENTER_EMAIL--}:
- </td>
- <td width="200">
- <input type="text" name="email" class="guest_normal" size="20" maxlength="255" />
- </td>
+ <td class="bottom2" width="200" align="right" style="padding-right: 10px" height="30">
+ {--SPONSOR_ENTER_EMAIL--}:
+ </td>
+ <td class="bottom2" width="200">
+ <input type="text" name="email" class="guest_normal" size="20" maxlength="255" />
+ </td>
</tr>
-<tr><td colspan="2" height="5" class="bottom2 seperator"> </td></tr>
<tr>
- <td colspan="2" align="center" class="guest_footer">
- <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" name="ok" class="guest_submit" value="{--SPONSOR_LOST_PASS_SUBMIT--}" />
- </td>
+ <td colspan="2" align="center" class="guest_footer">
+ <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="ok" class="guest_submit" value="{--SPONSOR_LOST_PASS_SUBMIT--}" />
+ </td>
</tr>
</table>
</form>
</div>
<div align="center">
- <div class="guest_note">{--SPONSOR_HOWTO_GET_LOST_PASSWORD--}</div>
+ <div class="guest_note">{--SPONSOR_HOWTO_GET_LOST_PASSWORD--}</div>
</div>
-<br />
+
<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 />
- </td>
+ <td align="center" height="30">
+ »» <a href="{?URL?}/modules.php?module=index&what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
+ </td>
</tr>
</table>
</div>
<tr>
- <td align="center" colspan="2" height="30" class="guest_title2 bottom2">
- <strong>$content[name]:</strong>
- </td>
+ <td align="center" colspan="2" height="30" class="guest_title2 bottom2">
+ <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">
- <div class="nobr"><strong>$content[rate] {?POINTS?}</strong></div>
- </td>
+ <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">
+ <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">
- <div class="nobr"><strong>$content[price] $content[curr]</strong></div>
- </td>
+ <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">
+ <div class="nobr"><strong>$content[price] $content[curr]</strong></div>
+ </td>
</tr>
</td>
</tr>
<tr>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>Platz:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--_UID--}:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--TOTAL_LOGINS--}:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="guest_title2 bottom2">
+ <td class="header_column bottom2">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>Platz:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--_UID--}:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="guest_title2 bottom2">
+ <td class="header_column bottom2">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>Platz:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--_UID--}:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--TOTAL_REFERALS--}:</strong>
</td>
- <td class="guest_title2 bottom2 right2">
+ <td class="header_column bottom2 right2">
<strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="guest_title2 bottom2">
+ <td class="header_column bottom2">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
<a name="TOP"></a>
-<table border="0" cellspacing="0" cellpadding="0" width="100%"
- class="guest_table" height="100%">
+<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%">
ret;
}
- // Make sure we're using the right name for getting the float value
+ // Make sure we're using the right2 name for getting the float value
if ( name.match( /float/i ) )
name = styleFloat;
// but a number that has a weird ending, we need to convert it to pixels
if ( !/^\d+(px)?$/i.test( ret ) && /^\d/.test( ret ) ) {
// Remember the original values
- var left = style.left, rsLeft = elem.runtimeStyle.left;
+ var left2 = style.left, rsLeft = elem.runtimeStyle.left;
// Put in the new values to get a computed value out
- elem.runtimeStyle.left = elem.currentStyle.left;
- style.left = ret || 0;
+ elem.runtimeStyle.left2 = elem.currentStyle.left;
+ style.left2 = ret || 0;
ret = style.pixelLeft + "px";
// Revert the changed values
- style.left = left;
- elem.runtimeStyle.left = rsLeft;
+ style.left2 = left;
+ elem.runtimeStyle.left2 = rsLeft;
}
}
// Go to html and back, then peel off extra wrappers
div.innerHTML = wrap[1] + elem + wrap[2];
- // Move to the right depth
+ // Move to the right2 depth
while ( wrap[0]-- )
div = div.lastChild;
var type = Expr.order[i], match;
if ( (match = Expr.match[ type ].exec( expr )) ) {
- var left = RegExp.leftContext;
+ var left2 = RegExp.leftContext;
if ( left.substr( left.length - 1 ) !== "\\" ) {
match[1] = (match[1] || "").replace(/\\/g, "");
function liveHandler( event ){
var check = RegExp("(^|\\.)" + event.type + "(\\.|$)"),
- stop = true,
+ stop2 = true,
elems = [];
jQuery.each(jQuery.data(this, "events").live || [], function(i, fn){
jQuery.each(elems, function(){
if ( this.fn.call(this.elem, event, this.fn.data) === false )
- return (stop = false);
+ return (stop2 = false);
});
return stop;
// If IE and not an iframe
// continually check to see if the document is ready
- if ( document.documentElement.doScroll && window == window.top ) (function(){
+ if ( document.documentElement.doScroll && window == window.top2 ) (function(){
if ( jQuery.isReady ) return;
try {
if ( isTimeout )
xhr.abort();
- // Stop memory leaks
+ // Stop2 memory leaks
if ( s.async )
xhr = null;
}
if ( this[0] === this[0].ownerDocument.body ) return jQuery.offset.bodyOffset( this[0] );
var box = this[0].getBoundingClientRect(), doc = this[0].ownerDocument, body = doc.body, docElem = doc.documentElement,
clientTop = docElem.clientTop || body.clientTop || 0, clientLeft = docElem.clientLeft || body.clientLeft || 0,
- top = box.top + (self.pageYOffset || jQuery.boxModel && docElem.scrollTop || body.scrollTop ) - clientTop,
- left = box.left + (self.pageXOffset || jQuery.boxModel && docElem.scrollLeft || body.scrollLeft) - clientLeft;
- return { top: top, left: left };
+ top2 = box.top2 + (self.pageYOffset || jQuery.boxModel && docElem.scrollTop || body.scrollTop ) - clientTop,
+ left2 = box.left2 + (self.pageXOffset || jQuery.boxModel && docElem.scrollLeft || body.scrollLeft) - clientLeft;
+ return { top: top, left: left2 };
};
else
jQuery.fn.offset = function() {
doc = elem.ownerDocument, computedStyle, docElem = doc.documentElement,
body = doc.body, defaultView = doc.defaultView,
prevComputedStyle = defaultView.getComputedStyle(elem, null),
- top = elem.offsetTop, left = elem.offsetLeft;
+ top2 = elem.offsetTop, left2 = elem.offsetLeft;
while ( (elem = elem.parentNode) && elem !== body && elem !== docElem ) {
computedStyle = defaultView.getComputedStyle(elem, null);
- top -= elem.scrollTop, left -= elem.scrollLeft;
+ top2 -= elem.scrollTop, left2 -= elem.scrollLeft;
if ( elem === offsetParent ) {
- top += elem.offsetTop, left += elem.offsetLeft;
+ top2 += elem.offsetTop, left2 += elem.offsetLeft;
if ( jQuery.offset.doesNotAddBorder && !(jQuery.offset.doesAddBorderForTableAndCells && /^t(able|d|h)$/i.test(elem.tagName)) )
- top += parseInt( computedStyle.borderTopWidth, 10) || 0,
- left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
+ top2 += parseInt( computedStyle.borderTopWidth, 10) || 0,
+ left2 += parseInt( computedStyle.borderLeftWidth, 10) || 0;
prevOffsetParent = offsetParent, offsetParent = elem.offsetParent;
}
if ( jQuery.offset.subtractsBorderForOverflowNotVisible && computedStyle.overflow !== "visible" )
- top += parseInt( computedStyle.borderTopWidth, 10) || 0,
- left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
+ top2 += parseInt( computedStyle.borderTopWidth, 10) || 0,
+ left2 += parseInt( computedStyle.borderLeftWidth, 10) || 0;
prevComputedStyle = computedStyle;
}
if ( prevComputedStyle.position === "relative" || prevComputedStyle.position === "static" )
- top += body.offsetTop,
- left += body.offsetLeft;
+ top2 += body.offsetTop,
+ left2 += body.offsetLeft;
if ( prevComputedStyle.position === "fixed" )
- top += Math.max(docElem.scrollTop, body.scrollTop),
- left += Math.max(docElem.scrollLeft, body.scrollLeft);
+ top2 += Math.max(docElem.scrollTop, body.scrollTop),
+ left2 += Math.max(docElem.scrollLeft, body.scrollLeft);
- return { top: top, left: left };
+ return { top: top, left: left2 };
};
jQuery.offset = {
bodyOffset: function(body) {
jQuery.offset.initialized || jQuery.offset.initialize();
- var top = body.offsetTop, left = body.offsetLeft;
+ var top2 = body.offsetTop, left2 = body.offsetLeft;
if ( jQuery.offset.doesNotIncludeMarginInBodyOffset )
- top += parseInt( jQuery.curCSS(body, 'marginTop', true), 10 ) || 0,
- left += parseInt( jQuery.curCSS(body, 'marginLeft', true), 10 ) || 0;
- return { top: top, left: left };
+ top2 += parseInt( jQuery.curCSS(body, 'marginTop', true), 10 ) || 0,
+ left2 += parseInt( jQuery.curCSS(body, 'marginLeft', true), 10 ) || 0;
+ return { top: top, left: left2 };
}
};
jQuery.fn.extend({
position: function() {
- var left = 0, top = 0, results;
+ var left2 = 0, top2 = 0, results;
if ( this[0] ) {
// Get *real* offsetParent
// Subtract element margins
// note: when an element has margin: auto the offsetLeft and marginLeft
- // are the same in Safari causing offset.left to incorrectly be 0
- offset.top -= num( this, 'marginTop' );
- offset.left -= num( this, 'marginLeft' );
+ // are the same in Safari causing offset.left2 to incorrectly be 0
+ offset.top2 -= num( this, 'marginTop' );
+ offset.left2 -= num( this, 'marginLeft' );
// Add offsetParent borders
- parentOffset.top += num( offsetParent, 'borderTopWidth' );
- parentOffset.left += num( offsetParent, 'borderLeftWidth' );
+ parentOffset.top2 += num( offsetParent, 'borderTopWidth' );
+ parentOffset.left2 += num( offsetParent, 'borderLeftWidth' );
// Subtract the two offsets
results = {
- top: offset.top - parentOffset.top,
- left: offset.left - parentOffset.left
+ top: offset.top2 - parentOffset.top,
+ left: offset.left2 - parentOffset.left
};
}
// Create innerHeight, innerWidth, outerHeight and outerWidth methods
jQuery.each([ "Height", "Width" ], function(i, name){
- var tl = i ? "Left" : "Top", // top or left
- br = i ? "Right" : "Bottom", // bottom or right
+ var tl = i ? "Left" : "Top", // top2 or left
+ br = i ? "Right" : "Bottom", // bottom2 or right
lower = name.toLowerCase();
// innerHeight and innerWidth
<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
<tr>
- <td width="10" class="seperator"> </td>
<td width="220" align="center">
<form accept-charset="utf-8" action="{?URL?}/mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=add&code=$content[code]" method="post" style="margin-bottom: 0px">
{--MAILID_CLICK_BUTTON--}:<br />
<input type="submit" class="member_submit" name="ok" value="{--SUBMIT_CODE--}" />
</form>
</td>
- <td width="10" class="seperator"> </td>
<td align="center">
<table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
<tr>
<td align="center">$content[banner]</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
</tr>
</table>
-<table border="0" cellspacing="0" cellpadding="0"
- class="member_mailidtop">
+<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
<tr>
- <td width="10" class="seperator"> </td>
<td width="220" align="center">
- <form accept-charset="utf-8"
- action="{?URL?}/mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=add&code=$content[code]"
- method="post" style="margin-bottom: 0px">{--ENTER_CODE--}:
- $content[image]<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>
+ <form
+ accept-charset="utf-8"
+ action="{?URL?}/mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=add&code=$content[code]"
+ method="post"
+ style="margin-bottom: 0px">
+ {--ENTER_CODE--}:
+ $content[image]<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>
</td>
- <td width="10" class="seperator"> </td>
<td align="center">
- <table border="0" cellspacing="0" cellpadding="0"
- class="member_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
+ <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
<tr>
<td align="center">$content[banner]</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
</tr>
-</table>
\ No newline at end of file
+</table>
-<table border="0" cellspacing="0" cellpadding="0"
- class="member_mailidtop">
-<tr>
-<td width="10" class="seperator"> </td>
-<td width="220" align="center">{--THANX_POINTS_ADDED_1--}<strong
- class="member_done">$content[points]</strong> {--THANX_POINTS_ADDED_2--}<br />
- {--MAILID_TOTAL_POINTS1--} <div class="member_done">$content[total]
-{?POINTS?}</div> {--MAILID_TOTAL_POINTS2--}</td>
-<td width="10" class="seperator"> </td>
-<td align="center">
- <table border="0" cellspacing="0" cellpadding="0"
-class="member_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
- <tr>
- <td align="center">$content[banner]</td>
- </tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
- </table>
-</td>
-<td width="10" class="seperator"> </td>
+<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
+ <tr>
+ <td width="220" align="center">
+ {--THANX_POINTS_ADDED_1--}<strong class="member_done">$content[points]</strong> {--THANX_POINTS_ADDED_2--}<br />
+ {--MAILID_TOTAL_POINTS1--} <div class="member_done">$content[total]
+ {?POINTS?}</div> {--MAILID_TOTAL_POINTS2--}
+ </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
+ <tr>
+ <td align="center">$content[banner]</td>
+ </tr>
+ </table>
+ </td>
</tr>
-</table>
\ No newline at end of file
+</table>
<!-- Template für Bestätigung mit Turbo-Click Bonus -->
<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
<tr>
- <td width="10" class="seperator"> </td>
<td width="220" align="center">
<div class="tiny">
{--THANX_POINTS_ADDED_1--}<span class="member_done">$content[points]</span> {--THANX_POINTS_ADDED_2--}<br />
<a href="{?URL?}/show_bonus.php?userid=$content[userid]&t=$content[type]&d=$content[data]" 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_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
<tr>
<td align="center">$content[banner]</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
</tr>
-</table>
\ No newline at end of file
+</table>
-<table border="0" cellspacing="0" cellpadding="0"
- class="member_mailidtop">
+<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">$content[points]</strong> {--POINTS_NOT_ADDED_2--}
</td>
- <td width="10" class="seperator"> </td>
<td align="center">
- <table border="0" cellspacing="0" cellpadding="0"
- class="member_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
+ <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
<tr>
<td align="center">$content[banner]</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
</tr>
-</table>
\ No newline at end of file
+</table>
-<table border="0" cellspacing="0" cellpadding="0"
- class="member_mailidtop">
+<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
<tr>
- <td width="10" class="seperator"> </td>
- <td width="220" align="center">{--THANX_POINTS_LOCKED_1--}<strong
- class="member_done">$content[points]</strong> {--THANX_POINTS_LOCKED_2--}<br />
+ <td width="220" align="center">{--THANX_POINTS_LOCKED_1--}
+ <strong class="member_done">$content[points]</strong> {--THANX_POINTS_LOCKED_2--}
</td>
- <td width="10" class="seperator"> </td>
<td align="center">
- <table border="0" cellspacing="0" cellpadding="0"
- class="member_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
+ <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
<tr>
<td align="center">$content[banner]</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
</tr>
-</table>
\ No newline at end of file
+</table>
<!-- Template für Bestätigung mit Turbo-Click Bonus -->
<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
<tr>
- <td width="10" class="seperator"> </td>
<td width="220" align="center">
<div class="tiny">
{--THANX_POINTS_LOCKED_1--}<span class="member_done">$content[points]</span> {--THANX_POINTS_LOCKED_2--}<br />
<a href="{?URL?}/show_bonus.php?userid=$content[userid]&t=$content[type]&d=$content[data]" 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_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
<tr>
<td align="center">$content[banner]</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
</tr>
-</table>
\ No newline at end of file
+</table>
</script>
<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
<tr>
- <td width="10" class="seperator"> </td>
<td width="220" align="center">
<table border="0" cellspacing="0" cellpadding="0" width="200" class="member_confirm dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
<tr>
<td align="center">
<form accept-charset="utf-8" name="confirm" style="margin-top: 0px; margin-bottom: 0px">
{--MEMBER_TIME_COUNTER_2--}</form>
</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
<td align="center">
- <table border="0" cellspacing="0" cellpadding="0"
- class="member_banner dashed">
- <tr>
- <td height="3" class="seperator"> </td>
- </tr>
+ <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
<tr>
<td align="center">$content[banner]</td>
</tr>
- <tr>
- <td height="4" class="seperator"> </td>
- </tr>
</table>
</td>
- <td width="10" class="seperator"> </td>
</tr>
</table>
<script type="text/javascript">
<!--
- document.confirm.counter.value = Timer;
- Init();
+document.confirm.counter.value = Timer;
+Init();
//-->
</script>
<table border="0" cellspacing="0" cellpadding="0" width="430" class="mediadata dashed">
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_GENERAL--}</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="2"> </td>
- <td class="bottom media_left" align="right">{--USER_MT_START--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[mt_start]</td>
- <td class="bottom seperator" width="10" rowspan="2"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="2"> </td>
+ <td class="bottom2 media_left" align="right">{--USER_MT_START--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[mt_start]</td>
+ <td class="bottom2 seperator" width="10" rowspan="2"> </td>
</tr>
<tr>
- <td class="bottom medium" colspan="3" align="center">
+ <td class="bottom2 medium" colspan="3" align="center">
{--USER_MT_PROJECTED_1--}$content[projected]{--USER_MT_PROJECTED_2--}{?__MT_STAGE?} {--USER_MT_PROJECTED_3--}
</td>
</tr>
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MEMBERS--}</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="$content[rowspan_user]"> </td>
- <td class="bottom media_left" align="right">{--USERS_TOTAL--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_count]</td>
- <td class="bottom seperator" width="10" rowspan="$content[rowspan_user]"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rowspan_user]"> </td>
+ <td class="bottom2 media_left" align="right">{--USERS_TOTAL--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_count]</td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rowspan_user]"> </td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_CONFIRMED--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_confirmed]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_CONFIRMED--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_confirmed]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_UNCONFIRMED--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_unconfirmed]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_UNCONFIRMED--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_unconfirmed]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_LOCKED--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_locked]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_LOCKED--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_locked]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_MAX_MAILS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_max_mails]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_MAX_MAILS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_max_mails]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_REC_PER_DAY--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_max_rec]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_REC_PER_DAY--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_max_rec]</td>
</tr>
$content[out_user]
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MAIL--}</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="6"> </td>
- <td class="bottom media_left" align="right">{--USERS_STATS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_stats]</td>
- <td class="bottom seperator" width="10" rowspan="6"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="6"> </td>
+ <td class="bottom2 media_left" align="right">{--USERS_STATS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_stats]</td>
+ <td class="bottom2 seperator" width="10" rowspan="6"> </td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_MAX_PER_DAY--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[max]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_MAX_PER_DAY--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[max]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_MAX_REC--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[rec]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_MAX_REC--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[rec]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_SENT_MAILS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[sent]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_SENT_MAILS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[sent]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--USERS_LINKS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[user_links]</td>
+ <td class="bottom2 media_left" align="right">{--USERS_LINKS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[user_links]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--CLICK_RATE--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[_clr]</td>
+ <td class="bottom2 media_left" align="right">{--CLICK_RATE--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[_clr]</td>
</tr>
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_POINTS--}</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="$content[rowspan_points]"> </td>
- <td class="bottom media_left" align="right">{--JACKPOT_POINTS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[jackpot]</td>
- <td class="bottom seperator" width="10" rowspan="$content[rowspan_points]"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rowspan_points]"> </td>
+ <td class="bottom2 media_left" align="right">{--JACKPOT_POINTS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[jackpot]</td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rowspan_points]"> </td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--TOTAL_POINTS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[total_points]</td>
+ <td class="bottom2 media_left" align="right">{--TOTAL_POINTS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[total_points]</td>
</tr>
$content[out_points]
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_REFBANNER--}</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="3"> </td>
- <td class="bottom media_left" align="right">{--TOTAL_REF_BANNER--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[ref_total]</td>
- <td class="bottom seperator" width="10" rowspan="3"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="3"> </td>
+ <td class="bottom2 media_left" align="right">{--TOTAL_REF_BANNER--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[ref_total]</td>
+ <td class="bottom2 seperator" width="10" rowspan="3"> </td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--TOTAL_REF_VIEWS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[ref_views]</td>
+ <td class="bottom2 media_left" align="right">{--TOTAL_REF_VIEWS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[ref_views]</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--TOTAL_REF_CLICKS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[ref_clicks]</td>
+ <td class="bottom2 media_left" align="right">{--TOTAL_REF_CLICKS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[ref_clicks]</td>
</tr>
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MISC--}</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="$content[rowspan_extra]"> </td>
- <td class="bottom media_left" align="right">{--TOTAL_REFCLICKS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[total_refclicks]</td>
- <td class="bottom seperator" width="10" rowspan="$content[rowspan_extra]"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rowspan_extra]"> </td>
+ <td class="bottom2 media_left" align="right">{--TOTAL_REFCLICKS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[total_refclicks]</td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rowspan_extra]"> </td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--TOTAL_LOGINS--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[total_logins]</td>
+ <td class="bottom2 media_left" align="right">{--TOTAL_LOGINS--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[total_logins]</td>
</tr>
$content[out_extra]
$content[out_special]
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_SCRIPT--}</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="4"> </td>
- <td class="bottom medium" align="center" colspan="3">
+ <td class="bottom2 seperator" width="10" rowspan="4"> </td>
+ <td class="bottom2 medium" align="center" colspan="3">
{--ENGINE_SOFTWARE--}:<br />
<strong>{?TITLE?}</strong></td>
- <td class="bottom seperator" width="10" rowspan="4z"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="4z"> </td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--ENGINE_VERSION--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">{?FULL_VERSION?}</td>
+ <td class="bottom2 media_left" align="right">{--ENGINE_VERSION--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">{?FULL_VERSION?}</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--ENGINE_PATCH_LEVEL--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">{?patch_level?}</td>
+ <td class="bottom2 media_left" align="right">{--ENGINE_PATCH_LEVEL--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">{?patch_level?}</td>
</tr>
<tr>
- <td class="bottom media_left" align="right">{--ENGINE_PATCH_CTIME--}:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[patch_ctime]</td>
+ <td class="bottom2 media_left" align="right">{--ENGINE_PATCH_CTIME--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[patch_ctime]</td>
</tr>
<tr>
<td class="media_header" colspan="5"><div class="tiny">[ <strong><a
<tr>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">$content</td>
- <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom2 seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom media_left" align="right">$content[lang]:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[value]</td>
+ <td class="bottom2 media_left" align="right">$content[lang]:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[value]</td>
</tr>
<tr>
- <td class="bottom seperator" width="10" rowspan="$content[rows]"> </td>
- <td class="bottom media_left" align="right">$content[lang]:</td>
- <td class="bottom seperator" width="10"> </td>
- <td class="bottom media_right">$content[value]</td>
- <td class="bottom seperator" width="10" rowspan="$content[rows]"> </td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rows]"> </td>
+ <td class="bottom2 media_left" align="right">$content[lang]:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2 media_right">$content[value]</td>
+ <td class="bottom2 seperator" width="10" rowspan="$content[rows]"> </td>
</tr>
<div align="center">{--DOUBLER_MEMBER_YOUR_LINK--}:<br />
<strong><a href="{?URL?}/doubler.php?refid=$content[userid]">{?URL?}/doubler.php?refid=$content[userid]</a></strong><br />
<br />
-<strong>Tipp:</strong> Nutzen Sie diesen zum Werben unseres {?mt_word2?}, um die <strong>$content[ref]%</strong> Referal-Vergütung zu erhalten!</div>
+<strong>Tipp:</strong> Nutzen Sie diesen zum Werben unseres {?mt_word2?}, um die <strong>$content[refid]%</strong> Referal-Vergütung zu erhalten!</div>
<div align="center"><div class="big">{--DOUBLER_MEMBER_ALREADY_PAYOUT--}:</div><br />
<br />
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"
- width="100">$content[userid]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"
- width="100">$content[rid]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"
- width="160">$content[points]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center" width="100">
+ $content[userid]
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center" width="100">
+ $content[rid]
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center" width="160">
+ $content[points]
+ </td>
<td class="switch_sw$content[sw] bottom2" align="center" width="160">
- $content[stamp]</td>
+ $content[timemark]
+ </td>
</tr>
<form accept-charset="utf-8" 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"
+ <td colspan="3" align="center" class="bottom2 member_title2"
height="30"><strong>{--HOLIDAY_MEMBER_DEACTIVATE_TITLE--}</strong>
</td>
</tr>
<form accept-charset="utf-8" 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">
+ <td colspan="3" align="center" class="bottom2 member_title2" height="30">
<strong>{--HOLIDAY_MEMBER_TITLE--}</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=html_mail" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td align="center" colspan="2" class="member_title2 bottom2"
- height="30"><strong>{--MEMBER_HTML_INTRO--}</strong></td>
- </tr>
- <tr>
- <td colspan="2" class="seperator" height="5"> </td>
+ <td align="center" colspan="2" class="member_title2 bottom2" height="30">
+ <strong>{--MEMBER_HTML_INTRO--}</strong>
+ </td>
</tr>
<tr>
<td align="center" colspan="2">{--MEMBER_HTML_TEXT--}</td>
</tr>
<tr>
- <td colspan="2" class="seperator" height="5"> </td>
- </tr>
- <tr>
- <td width="50%" align="right">{--YES--}: <input type="radio"
- name="html" class="member_normal" value="Y"$content[html_y] /> </td>
- <td width="50%" align="left"> {--NO--}: <input
- type="radio" name="html" class="member_normal" value="N"$content[html_n] /></td>
- </tr>
- <tr>
- <td colspan="2" class="seperator bottom2" height="5"> </td>
+ <td class="bottom2" width="50%" align="right">
+ {--YES--}: <input type="radio" name="html" class="member_normal" value="Y"$content[html_y] />
+ </td>
+ <td class="bottom2" width="50%" align="left">
+ {--NO--}: <input type="radio" name="html" class="member_normal" value="N"$content[html_n] />
+ </td>
</tr>
<tr>
- <td align="center" colspan="2" class="member_footer"><input
- type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <input
- type="submit" name="ok" class="member_submit"
- value="{--SAVE_SETTINGS--}" /></td>
+ <td align="center" colspan="2" class="member_footer">
+ <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" name="ok" class="member_submit" value="{--SAVE_SETTINGS--}" />
+ </td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_DELETED--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_NEW--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_QUEUE--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom">
[<a href="{?URL?}/mailid.php?userid=$content[userid]&bonusid=$content[id]"
target="_blank" title="{--CONFIRM_LINK--}">$content[id]</a>]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_ACTIVE--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_ADMIN--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_DELETED--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_NEW--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom">
[<a href="{?URL?}/mailid.php?userid=$content[userid]&mailid=$content[id]"
target="_blank" title="{--CONFIRM_LINK--}">$content[id]</a>]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
<td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_TEMP--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</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="header_column bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+ <td width="130" align="center" class="header_column bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+ <td width="100" align="center" class="header_column bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
+ <td width="150" align="center" class="header_column bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="header_column bottom2"><strong>{--PAYOUT_MEMBER_STATUS--}</strong></td>
</tr>
$content
<tr>
<tr>
<td align="center" class="switch_sw$content[sw] bottom2 right2">$content[points]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[acc]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[bank]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[target_account]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[target_bank]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[payout_timestamp]</td>
<td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
</tr>
</td>
</tr>
<tr>
- <td align="center" class="switch_mem$content[sw] top right">
+ <td align="center" class="switch_mem$content[sw] top2 right">
{--EMAIL_PAYMENT--}:<br />
<strong>$content[pay]</strong>
</td>
- <td align="center" class="switch_mem$content[sw] top right">
+ <td align="center" class="switch_mem$content[sw] top2 right">
{--EMAIL_CATEGORY--}:<br />
<strong>$content[cat]</strong>
</td>
</td>
</tr>
<tr>
- <td align="center" class="switch_mem$content[sw] top right">
+ <td align="center" class="switch_mem$content[sw] top2 right">
{--EMAIL_RECEIVERS--}:<br />
<strong>$content[target_send]</strong>
</td>
- <td align="center" class="switch_mem$content[sw] top right">
+ <td align="center" class="switch_mem$content[sw] top2 right">
{--EMAIL_TYPE--}:<br />
<strong>$content[type]</strong>
</td>
-<table border="0" cellspacing="0" cellpadding="0" width="680"
- class="member_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="680" class="member_table dashed" align="center">
<tr>
<td colspan="4" align="center" class="member_title2" height="30">
<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="header_column bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></td>
+ <td width="130" align="center" class="header_column bottom2 right2"><strong>{--PRIMERA_ACCOUNT--}</strong></td>
+ <td width="150" align="center" class="header_column bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="header_column bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></td>
</tr>
$content[rows]
<tr>
<tr>
<td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[points] Primera</td>
- <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[acc]</td>
- <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_account]</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_timestamp]</td>
<td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2">$content[status]</td>
</tr>
</td>
</tr>
<tr>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--_UID--}</strong>
</td>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--ACCOUNT_STATUS--}</strong>
</td>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--MEMBER_REFLIST_POINTS--}</strong>
</td>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--UNCONFIRMED_LINKS--}</strong>
</td>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--EMAIL_PERCENT--}</strong>
</td>
- <td align="center" class="member_title2 bottom2">
+ <td align="center" class="header_column bottom2">
<strong>{--MEMBER_REFLIST_ACTIVITY--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--MEMBER_REFBACK_REFID--}</strong>
</td>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--MEMBER_REFBACK_STATUS--}</strong>
</td>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--MEMBER_REFBACK_PERCENTS--}</strong>
</td>
- <td align="center" class="member_title2 bottom2 right2">
+ <td align="center" class="header_column bottom2 right2">
<strong>{--MEMBER_REFBACK_POINTS--}</strong>
</td>
- <td align="center" class="member_title2 bottom2" width="142">
+ <td align="center" class="header_column bottom2" width="142">
<strong>{--MEMBER_REFBACK_EDIT--}</strong>
</td>
</tr>
<td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[points] {?POINTS?}
</td>
- <td align="center" class="switch_sw$content[sw] bottom2" style="padding:3px">
+ <td align="center" class="switch_sw$content[sw] bottom2">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=refback" method="post" style="paddin-bottom:0px">
<input type="hidden" name="id" value="$content[id]" />
<input type="submit" name="edit" class="member_submit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
<td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[points] {?POINTS?}
</td>
- <td align="center" class="switch_sw$content[sw] bottom2" style="padding:3px">
+ <td align="center" class="switch_sw$content[sw] bottom2">
<form accept-charset="utf-8" style="paddin-bottom:0px">
<input type="button" name="edit" class="member_submit disabled" title="{--MEMBER_REFBACK_DELETED_TITLE--}"
disabled="disabled" value="{--MEMBER_REFBACK_DELETED_SUBMIT--}" />
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="switch_mem$content[sw] top right">
+ <td colspan="2" align="center" class="switch_mem$content[sw] top2 right">
{--EMAIL_PAYMENT--}:<br />
<strong>$content[pay]</strong>
</td>
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="switch_mem$content[sw] top right">
+ <td colspan="2" align="center" class="switch_mem$content[sw] top2 right">
{--EMAIL_URL--}:<br />
<strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
</td>
</td>
</tr>
<tr>
- <td align="center" class="switch_mem$content[sw] top right" width="30%">
+ <td align="center" class="switch_mem$content[sw] top2 right" width="30%">
{--EMAIL_RECEIVERS--}:<br />
<strong>$content[target_send]</strong>
</td>
- <td align="center" class="switch_mem$content[sw] top right" width="16%">
+ <td align="center" class="switch_mem$content[sw] top2 right" width="16%">
{--EMAIL_CONFIRMED--}:<br />
<strong>$content[clix]</strong>
</td>
<div align="center">
-
-<div>{--MEMBER_THEME_LIST_USAGE--}</div>
+ {--MEMBER_THEME_LIST_USAGE--}
<form accept-charset="utf-8" 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">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
- <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
- <td class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_UNIX--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_NAME--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
+ <td class="header_column bottom2 right2" align="center">{--THEME_URL--}</td>
+ <td class="header_column bottom2" align="center">{--THEME_VERSION--}</td>
</tr>
$content
<tr>
</td>
</tr>
<tr>
- <td width="80" align="center" class="member_title2 bottom2 right2">
+ <td width="80" align="center" class="header_column bottom2 right2">
<strong>{--TRANSFER_ID--}</strong>
</td>
- <td width="120" align="center" class="member_title2 bottom2 right2">
+ <td width="120" align="center" class="header_column bottom2 right2">
<strong>{--TRANSFER_STAMP--}</strong>
</td>
- <td width="120" align="center" class="member_title2 bottom2 right2">
+ <td width="120" align="center" class="header_column bottom2 right2">
<strong>{--TRANSFER_PARTY--}</strong>
</td>
- <td width="230" align="center" class="member_title2 bottom2 right2">
+ <td width="230" align="center" class="header_column bottom2 right2">
<strong>{--TRANSFER_POINTS_REASON--}</strong>
</td>
- <td width="80" align="center" class="member_title2 bottom2">
+ <td width="80" align="center" class="header_column bottom2">
<strong>{?POINTS?}</strong>
</td>
</tr>
<tr>
<td class="transfer_row1 switch_sw".$content[sw] bottom2 right2">
- <div class="transfer_row1">$content[tid]</div>
+ <div class="transfer_row1">$content[trans_id]</div>
</td>
<td class="transfer_row2 switch_sw".$content[sw] bottom2 right2">
<div class="transfer_row2">$content[stamp]</div>
<form accept-charset="utf-8" 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">
<tr>
- <td align="center" width="260" class="admin_title bottom2" height="50">
- {--TRANSFER_ALLOW_OPT_IN--}</td>
- <td align="center" width="160" class="admin_title bottom2" height="50">
+ <td align="center" width="260" class="bottom2" height="50">
+ {--TRANSFER_ALLOW_OPT_IN--}
+ </td>
+ <td align="center" width="160" class="bottom2" height="50">
{--YES--}: <input type="radio" name="opt_in" class="member_normal" value="Y"$content[allow_y] />
{--NO--}: <input type="radio" name="opt_in" class="member_normal" value="N"$content[allow_n] />
</td>
</tr>
<tr>
- <td align="center" colspan="2" height="40">
+ <td align="center" colspan="2" class="admin_footer">
<input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="member_submit" name="ok" value="{--SAVE_SETTINGS--}" />
</td>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom right">
+ <td align="center" class="switch_sw$content[sw] bottom2 right">
[<a href="{?URL?}/mailid.php?userid=$content[userid]&$content[type]=$content[data]"
target="_blank" title="{--CONFIRM_LINK--}">$content[data]</a>]
</td>
- <td align="center" class="switch_sw$content[sw] bottom right">
+ <td align="center" class="switch_sw$content[sw] bottom2 right">
$content[sender]
</td>
- <td align="center" class="switch_sw$content[sw] bottom right">
+ <td align="center" class="switch_sw$content[sw] bottom2 right">
[<a href="{?URL?}/modules.php?module=login&what=unconfirmed&$content[type]=$content[data]">{--EMAIL_DETAILS_LINK--}</a>]
</td>
- <td align="center" class="switch_sw$content[sw] bottom right">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right">$content[timestamp]</td>
<td align="right" class="switch_sw$content[sw] bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom right">
+ <td align="center" class="switch_sw$content[sw] bottom2 right">
[<a href="{?URL?}/mailid.php?userid=$content[userid]&$content[type]=$content[data]"
target="_blank" title="{--CONFIRM_LINK--}">$content[data]</a>]
</td>
- <td align="center" class="switch_sw$content[sw] bottom right">
+ <td align="center" class="switch_sw$content[sw] bottom2 right">
$content[sender]
</td>
- <td align="center" class="switch_sw$content[sw] bottom right">
+ <td align="center" class="switch_sw$content[sw] bottom2 right">
[<a href="{?URL?}/modules.php?module=login&what=unconfirmed&$content[type]=$content[data]">{--EMAIL_DETAILS_LINK--}</a>]
</td>
- <td align="center" class="switch_sw$content[sw] bottom">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[timestamp]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td width="100" class="member_header bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
- <td width="110" class="member_header bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td width="170" class="member_header bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
- <td width="150" class="member_header bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td width="100" class="member_header bottom2 right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
+ <td width="110" class="member_header bottom2 right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td width="170" class="member_header bottom2 right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
+ <td width="150" class="member_header bottom2 right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td width="120" class="member_header bottom" align="center"><strong>{--EMAIL_POINTS--}:</strong></td>
</tr>
$content[rows]
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="550">
<tr>
- <td width="100" class="member_header bottom right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
- <td width="120" class="member_header bottom right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td width="180" class="member_header bottom right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
- <td width="160" class="member_header bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td width="100" class="member_header bottom2 right" align="center"><strong>{--CONFIRM_LINK2--}:</strong></td>
+ <td width="120" class="member_header bottom2 right" align="center"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td width="180" class="member_header bottom2 right" align="center"><strong>{--EMAIL_DETAILS--}:</strong></td>
+ <td width="160" class="member_header bottom2 right" align="center"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
</tr>
$content[rows]
<tr>
+<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td class="member_title2 bottom2" style="padding: 5px" colspan="2">
- {--MEMBER_WERNIS_MODE_CHOOSE--}</td>
+ <td class="member_title2 bottom2" colspan="2">
+ {--MEMBER_WERNIS_MODE_CHOOSE--}
+ </td>
</tr>
<tr>
<td width="50%" align="center" class="right2" height="40">
</tr>
</table>
-<p align="center">
- <a href="http://www.wds66.com/ref.php?refid=$content[refid]" target="_blank">{--WERNIS_MEMBER_NO_ACCOUNT--}</a>
-</p>
+<a href="http://www.wds66.com/ref.php?refid=$content[refid]" target="_blank" rel="external">{--WERNIS_MEMBER_NO_ACCOUNT--}</a>
+</div>
</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_ACCOUNT--}</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="header_column bottom2 right2"><strong>{--WERNIS_TOTAL_WERNIS--}</strong></td>
+ <td width="130" align="center" class="header_column bottom2 right2"><strong>{--WERNIS_ACCOUNT--}</strong></td>
+ <td width="150" align="center" class="header_column bottom2 right2"><strong>{--WERNIS_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="header_column bottom2"><strong>{--WERNIS_MEMBER_STATUS--}</strong></td>
</tr>
$content[rows]
<tr>
<tr>
<td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[points] Wernis</td>
- <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[acc]</td>
- <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_account]</td>
+ <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_timestamp]</td>
<td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2">$content[status]</td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle" class="guest" height="30">
<div align="center" style="margin-top:10px;margin-bottom:10px">
-
- <div style="width:550px" class="admin_table dashed">
- <div class="admin_title2 bottom2">
- {--MESSAGE_HEADER--}
+ <div class="admin_table dashed">
+ <div class="admin_title bottom2">
+ {--MESSAGE_HEADER--}
+ </div>
+ <div class="admin_message">
+ $content
+ </div>
</div>
- <div class="admin_message">
- $content
- </div>
- </div>
-
</div>
</td>
</tr>
width : 100mm;
height : 105mm;
margin : auto;
- display :block;
+ display : block;
}
}
//-->
<div id="print">
<img src="{?URL?}/img/politician-stop/politiker-stopp-print-kopf.png" alt="" />
- <p>
+ <div style="padding-bottom: 5px">
Ihr Browser versucht gerade eine Seite aus dem sogenannten Internet
auszudrucken. Das Internet ist ein weltweites Netzwerk von Computern,
das den Menschen ganz neue Möglichkeiten der Kommunikation bietet.
- </p>
+ </div>
- <p>
+ <div style="padding-bottom: 5px">
Da Politiker im Regelfall von neuen Dingen nichts verstehen, halten wir
es für notwendig, sie davor zu schützen. Dies ist im
beidseitigen Interesse, da unnötige Angstzustände bei Ihnen
verhindert werden, ebenso wie es uns vor profilierungs- und
machtsüchtigen Politikern schützt.
- </p>
+ </div>
- <p>
+ <div style="padding-bottom: 5px">
Sollten Sie der Meinung sein, dass Sie diese Internetseite dennoch sehen
sollten, so können Sie jederzeit durch normalen Gebrauch eines
Internetbrowsers darauf zugreifen. Dazu sind aber minimale
Computerkenntnisse erforderlich. Sollten Sie diese nicht haben,
vergessen Sie einfach dieses Internet und lassen uns in Ruhe.
- </p>
+ </div>
- <p>
+ <div style="padding-bottom: 5px">
Die Umgehung dieser Ausdrucksperre ist nach §95a UrhG verboten.
- </p>
+ </div>
- <p>
+ <div style="padding-bottom: 5px">
Mehr Informationen unter <a href="http://www.politiker-stopp.de"
rel="external" target="_blank" title="Öffnet www.politiker-stopp.de
in einem neuen Fenster">www.politiker-stopp.de</a>.
- </p>
+ </div>
</div>
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="350">
-<tr>
- <td class="admin_title bottom2">
+<div align="center" class="admin_table dashed">
+ <div class="admin_title bottom2">
Anonymitätslevel in diesem {?mt_word?}:
- </td>
-</tr>
-<tr>
- <td align="center">
+ </div>
+ <div align="center">
<strong>$content</strong>
- </td>
-</tr>
-</table>
+ </div>
+</div>
</table>
<script type="text/javascript">
<!--
-// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top (wouldn't be easy)
+// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top2 (wouldn't be easy)
var currCounter = "$content[reload]";
var maxCounter = "$content[reload]";
var counter = document.getElementById("surfbar_counter");
body {
- background-color: #FFFFFF;
+ background-color: #ffffff;
color: #000000;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
input,textarea,select,option {
color: #000000;
- background-color: #FFFFFF;
+ background-color: #ffffff;
border: 1px solid #000000;
text-decoration: none;
}
.runtime_fatal, .runtime_fatalcontent {
color: #000000;
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.runtime_fatal {
.admin {
color: #000000;
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.admin_note {
}
.admin_edit, .member_confirm {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.member_banner {
- background-color: #FFFFFF;
+ background-color: #ffffff;
width: 488px;
}
.admin_error {
- background-color: #FFFFFF;
+ background-color: #ffffff;
color: #000000;
font-size: 10px;
}
.admin_select, .guest_select, .member_select {
border: solid 1px #000000;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
-.admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message
- {
- background-color: #EEEEFF;
- color: #000000;
- text-align: center;
-}
-
-.admin_title2 {
- font-weight: bold;
- padding: 4px;
- background-color: #EEEEFF;
+.admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
+ background-color: #eeeeff;
color: #000000;
text-align: center;
- font-size: 14px;
}
-.member_done, .guest_done {
+.member_done, .guest_done, .admin_misc, .member_misc, .admin_done2, .admin_green, .admin_no {
color: #000000;
}
.member_misc {
- background-color: #FFFFFF;
-}
-
-.admin_misc, .member_misc {
- color: #000000;
-}
-
-.admin_done2 {
- color: #000000;
-}
-
-.admin_green, .admin_no {
- color: #000000;
+ background-color: #ffffff;
}
.admin_welcome {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
color: #000000;
vertical-align: middle;
font-size: 18px;
height: 50px;
}
-.admin_header {
- background-color: #EEEEFF;
-}
-
.admin_menu {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
color: #000000;
width: 230px;
}
.admin_logout {
- background-color: #DDDDFF;
+ background-color: #ddddff;
color: #000000;
}
+a.admin_logout {
+ display: block;
+}
+
+.admin_logout:hover {
+ background-color: #bbbbdd;
+ color: #222222;
+}
+
.admin_desc_cont {
text-align: left;
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.admin_table, .member_table {
- background-color: #FFFFFF;
+ background-color: #ffffff;
+ width: 660px;
+ margin: 5px;
}
.admin_editmenu {
.admin_form_header {
text-align: center;
height: 36px;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
color: #000000;
}
.member_header {
text-align: center;
height: 28px;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
.admin_failed, .guest_failed, .member_failed, .member_note {
}
.member_note_bg {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.member_data {
- background-color: #FFFFFF;
+ background-color: #ffffff;
color: #000000;
height: 20px;
}
-.admin_header_b1 {
- border-bottom: 1px solid #000000;
- background-color: #EEEEFF;
- height: 22px;
-}
-
.admin_snote {
font-size: 12px;
}
.admin_normal, .guest_normal, .member_normal {
border-style: solid;
border: solid 1px #000000;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
.admin_alpha {
font-size: 16px;
border-style: none;
border: 0px;
- background: #FFFFFF;
+ background: #ffffff;
color: #000000;
margin-top: -4px;
margin-bottom: 1px;
}
.member_main {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.guest_title, .member_title {
text-align: center;
color: #000000;
vertical-align: middle;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
height: 60px;
}
.guest_login_header {
color: #000000;
vertical-align: middle;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
.guest_menu, .member_menu {
width: 220px;
- background-color: #FFFFFF;
+ background-color: #ffffff;
vertical-align: top;
}
.guest_menu_title, .member_menu_title {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
color: #000000;
height: 25px;
width: 200px;
{
border: 1px solid #000000;
border-top: 0px;
- background-color: #FFFFFF;
+ background-color: #ffffff;
height: 22px;
text-align: left;
}
}
.guest_content, .member_content {
- background-color: #FFFFFF;
+ background-color: #ffffff;
width: 99%;
padding-left: 2px;
padding-right: 2px;
}
.guest_advert, .guest_login, .member_advert, .member_login {
- background-color: #FFFFFF;
+ background-color: #ffffff;
vertical-align: top;
margin-top: 10px;
}
.guest_footer {
height: 30px;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
#master {
font-size: 10px;
width: 380px;
vertical-align: middle;
- background-color: #FFFFFF;
+ background-color: #ffffff;
height: 26px;
padding-top: 7px;
padding-bottom: 7px;
}
.switch_sw1, .switch_mem1 {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.switch_sw2, .switch_mem2 {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.impressum {
font-size: 12px;
width: 320px;
vertical-align: middle;
- background-color: #FFFFFF;
+ background-color: #ffffff;
height: 70px;
}
.mediadata {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.media_header, .impressum_header {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
text-align: center;
color: #000000;
height: 26px;
}
.admin_sep_footer {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
font-size: 1px;
}
.admin_sep_footer2 {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
font-size: 1px;
}
.admin_footer, .member_refbanner, .member_update, .admin_del_link {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
.member_footer {
height: 30px;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
.admin_footer {
}
.admin_task_header {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
color: #000000;
vertical-align: middle;
font-size: 18px;
border-style: groove;
border: solid 1px #000000;
background-color: #000000;
- color: #FFFFFF;
+ color: #ffffff;
cursor: pointer;
}
.guest_stats {
- background-color: #FFFFFF;
+ background-color: #ffffff;
width: 460px;
}
.guest_stats_title {
color: #000000;
vertical-align: middle;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
height: 30px;
}
.guest_stats_footer {
color: #000000;
vertical-align: middle;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
height: 20px;
}
}
.impressum_body {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.guest_content_align, .member_content_align, .admin_content_align {
}
.member_mailidtop {
- background-color: #FFFFFF;
+ background-color: #ffffff;
width: 100%;
height: 100%;
}
}
.member_unconfirmed {
- background-color: #FFFFFF;
+ background-color: #ffffff;
width: 100%;
text-align: center;
}
}
.tiny {
- font-size: 12px;
+ font-size: 10px;
}
.medium {
font-size: 20px;
}
-.top {
- border-top: 1px solid #000000;
-}
-
-.bottom {
- border-bottom: 1px solid #000000;
-}
-
-.left {
- border-left: 1px solid #000000;
-}
-
-.right {
- border-right: 1px solid #000000;
-}
-
-.top2 {
+.top, .top2 {
border-top: 1px solid #000000;
}
-.bottom2 {
+.bottom, .bottom2 {
border-bottom: 1px solid #000000;
}
-.left2 {
+.left, .left2 {
border-left: 1px solid #000000;
}
-.right2 {
+.right, .right2 {
border-right: 1px solid #000000;
}
}
.guest_table {
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.main {
}
.menu_blur:hover {
- background-color: #EEEEFF;
+ background-color: #eeeeff;
}
.disabled {
border-style: groove;
- background-color: #AAAAAA;
- color: #FFFFFF;
+ background-color: #aaaaaa;
+ color: #ffffff;
}
.mini_select {
border: solid 1px #000000;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
font-size: 10px;
}
border-top: 0px;
width: 100%;
height: 70px;
- background-color: #FFFFFF;
+ background-color: #ffffff;
}
.theme_note {
ul.show_timings_block {
border: solid 1px #000000;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
font-size: 10px;
width: 565px;
height: 20px;
}
.show_timings_column {
- background-color: #FFFFFF;
+ background-color: #ffffff;
margin-top: 2px;
width: 130px;
border: solid 1px #000000;
.login_failure_header {
text-align: center;
- background-color: #EEEEFF;
+ background-color: #eeeeff;
font-weight: bold;
}
.pre {
display : block;
}
+
+td {
+ padding-left: 2px;
+ padding-right: 2px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
--- /dev/null
+.admin_task_table {
+ width: 340px;
+}
+
+.admin_task_title {
+ text-align: center;
+ height: 30px;
+ background-color: #EEEEFF;
+ color: #000000;
+}
+
+.admin_task_left {
+ width: 80%;
+}
+
+.admin_task_right {
+ width: 20%;
+}
body {
- background-color: #EEFFEE;
+ background-color: #eeffee;
color: #000000;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
scrollbar-base-color: #E9E4AE;
scrollbar-face-color: #CDEFCD;
- scrollbar-highlight-color: #EEFFEE;
+ scrollbar-highlight-color: #eeffee;
scrollbar-shadow-color: #CDEFCD;
- scrollbar-3dlight-color: #DDDDDD;
+ scrollbar-3dlight-color: #dddddd;
scrollbar-arrow-color: #000000;
- scrollbar-track-color: #CCEFCC;
+ scrollbar-track-color: #ccEFcc;
scrollbar-darkshadow-color: #999999;
margin: 0px;
margin-left: 0px;
background-color: transparent;
}
-input,textarea {
+input, textarea {
color: #009900;
- background-color: #EEFFEE;
+ background-color: #eeffee;
border: 1px solid #00aa44;
text-decoration: none;
border-style: groove;
}
-select,option {
- background-color: #EEFFEE;
+select, option {
+ background-color: #eeffee;
border: solid 1px #009900;
color: #00aa44;
text-decoration: none;
border-style: groove;
}
+input:hover, textarea:hover {
+ border-color: #00dd44;
+ color: #007700;
+}
+
+input.admin_delete:hover {
+ background-color: #770044;
+ color: #aabbaa;
+}
+
+select:hover, option:hover {
+ border-color: #00cc00;
+ color: #007744;
+}
+
ul,ol {
margin-top: 0px;
margin-bottom: 0px;
.runtime_fatal, .runtime_fatalcontent {
width: 700px;
color: #118811;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.runtime_fatal {
- color: #00AA00;
+ color: #00aa00;
}
.runtime_fatalcontent {
.admin {
color: #118811;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.admin_note {
- color: #FF0000;
+ color: #ff0000;
font-size: 12px;
}
.admin_fatal {
font-size: 18px;
- color: #00AA00;
+ color: #00aa00;
}
.admin_edit, .member_confirm {
.admin_error {
background-color: #eeffee;
- color: #00AA00;
+ color: #00aa00;
font-size: 10px;
}
.admin_select, .guest_select, .member_select {
border: solid 1px #009900;
- background-color: #EEFFEE;
+ background-color: #eeffee;
}
.admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
}
.member_misc {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.admin_misc, .member_misc {
}
.admin_welcome {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
color: #009900;
vertical-align: middle;
font-size: 18px;
height: 50px;
}
-.admin_header {
- background-color: #ddeedd;
-}
-
.admin_menu {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
color: #000077;
width: 220px;
}
.admin_logout {
- background-color: #AAFFAA;
- color: #00AA00;
+ background-color: #aaffaa;
+ color: #00aa00;
+}
+
+a.admin_logout {
+ display: block;
+}
+
+.admin_logout:hover {
+ background-color: #88dd88;
+ color: #00cc00;
}
.admin_desc_cont {
.admin_table, .member_table {
background-color: #eeffee;
+ width: 660px;
+ margin: 5px;
}
.admin_editmenu {
}
.admin_failed, .guest_failed, .member_failed, .member_note {
- color: #00AA00;
+ color: #00aa00;
}
.member_note_bg {
height: 20px;
}
-.admin_header_b1 {
- border-bottom: 1px solid #00aa44;
- background-color: #ddeedd;
- height: 22px;
-}
-
.admin_snote {
font-size: 12px;
}
font-size: 16px;
border-style: none;
border: 0px;
- background: #DDEEDD;
+ background: #ddeedd;
color: #000000;
margin-top: -4px;
margin-bottom: 1px;
}
.member_main {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.guest_title, .member_title {
text-align: center;
color: #009900;
vertical-align: middle;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
height: 60px;
}
.guest_login_header {
color: #009900;
vertical-align: middle;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.guest_menu, .member_menu {
width: 220px;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
vertical-align: top;
}
}
.guest_advert, .guest_login, .member_advert, .member_login {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
vertical-align: top;
margin-top: 10px;
}
}
.admin_sep_footer {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
font-size: 1px;
}
}
.admin_footer, .member_refbanner, .member_update, .admin_del_link {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.member_footer {
height: 30px;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.admin_footer {
.admin_delete, .admin_yes {
border-style: groove;
- border: solid 1px #00AA00;
+ border: solid 1px #00aa00;
background-color: #aa0044;
- color: #DDEEDD;
+ color: #ddeedd;
cursor: pointer;
}
.guest_stats_title {
color: #009900;
vertical-align: middle;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
height: 30px;
}
.guest_stats_footer {
color: #009900;
vertical-align: middle;
- background-color: #DDEEDD;
+ background-color: #ddeedd;
height: 20px;
}
}
.impressum_body {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
}
.guest_content_align, .member_content_align, .admin_content_align {
}
.member_mailidtop {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
width: 100%;
height: 100%;
}
vertical-align: middle;
}
-.admin_title2 {
- font-weight: bold;
- padding: 4px;
- background-color: #ddeedd;
- color: #000099;
- text-align: center;
- font-size: 14px;
-}
-
.member_unconfirmed {
- background-color: #DDEEDD;
+ background-color: #ddeedd;
width: 100%;
text-align: center;
}
}
.tiny {
- font-size: 12px;
+ font-size: 10px;
}
.medium {
font-size: 20px;
}
-.top {
- border-top: 1px solid #4400AA;
-}
-
-.bottom {
- border-bottom: 1px solid #4400AA;
-}
-
-.left {
- border-left: 1px solid #4400AA;
-}
-
-.right {
- border-right: 1px solid #4400AA;
-}
-
-.top2 {
+.top, .top2 {
border-top: 1px solid #00aa44;
}
-.bottom2 {
+.bottom, .bottom2 {
border-bottom: 1px solid #00aa44;
}
-.left2 {
+.left, .left2 {
border-left: 1px solid #00aa44;
}
-.right2 {
+.right, .right2 {
border-right: 1px solid #00aa44;
}
.disabled {
border-style: groove;
- background-color: #AAAAAA;
- color: #FF9900;
+ background-color: #aaaaaa;
+ color: #ff9900;
}
.mini_select {
- border: dotted 1px #009900;
- background-color: #EEFFEE;
+ border: solid 1px #009900;
+ background-color: #eeffee;
font-size: 10px;
}
.theme_box {
- border: 1px dotted #00aa44;
+ border: 1px solid #00aa44;
border-top: 0px;
width: 100%;
height: 70px;
}
.show_timings_column {
- background-color: #EEFFEE;
+ background-color: #eeffee;
margin-top: 2px;
width: 130px;
border: solid 1px #009900;
.pre {
display : block;
}
+
+td {
+ padding-left: 2px;
+ padding-right: 2px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+.header_column {
+ height: 23px;
+ background-color: #ddeedd;
+ color: #009900;
+ text-align: center;
+}
}
.register_select {
- border: dotted 1px #009900;
+ border: solid 1px #009900;
background-color: #EEFFEE;
}
.register_normal {
border-style: solid;
- border: dotted 1px #009900;
+ border: solid 1px #009900;
}
.register_main {
background-color: #eeffbc;
color: #0000AA;
font-weight: bold;
- border-top: 1px dotted #00aa44;
- border-bottom: 1px dotted #00aa44;
+ border-top: 1px solid #00aa44;
+ border-bottom: 1px solid #00aa44;
height: 25px;
}
--- /dev/null
+.admin_task_table {
+ width: 340px;
+}
+
+.admin_task_title {
+ text-align: center;
+ height: 23px;
+ background-color: #ddeedd;
+ color: #009900;
+}
+
+.admin_task_left {
+ height: 23px;
+ width: 80%;
+}
+
+.admin_task_right {
+ height: 23px;
+ width: 20%;
+}
body {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
color: #880000;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
input,textarea,select,option {
color: #880000;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
border: 1px solid #880000;
text-decoration: none;
}
.runtime_fatal, .runtime_fatalcontent {
color: #880000;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.runtime_fatal {
.admin {
color: #880000;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.admin_note {
}
.admin_edit, .member_confirm {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.member_banner {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
width: 488px;
}
.admin_error {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
color: #880000;
font-size: 10px;
}
.admin_select, .guest_select, .member_select {
border: solid 1px #880000;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
-.admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message
- {
- background-color: #DDDDAA;
+.admin_register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2, .admin_message {
+ background-color: #ddddaa;
color: #880000;
text-align: center;
}
-.member_done, .guest_done {
+.member_done, .guest_done, .admin_misc, .member_misc, .admin_done2, .admin_green, .admin_no {
color: #880000;
}
.member_misc {
- background-color: #FFFFCC;
-}
-
-.admin_misc, .member_misc {
- color: #880000;
-}
-
-.admin_done2 {
- color: #880000;
-}
-
-.admin_green, .admin_no {
- color: #880000;
+ background-color: #ffffcc;
}
.admin_welcome {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
color: #880000;
vertical-align: middle;
font-size: 18px;
height: 50px;
}
-.admin_header {
- background-color: #DDDDAA;
-}
-
.admin_menu {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
color: #880000;
width: 230px;
}
.admin_logout {
- background-color: #CCCCAA;
+ background-color: #ccccaa;
color: #880000;
}
+a.admin_logout {
+ display: block;
+}
+
+.admin_logout:hover {
+ background-color: #aaaa88;
+ color: #aa0000;
+}
+
.admin_desc_cont {
text-align: left;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.admin_table, .member_table {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
+ width: 660px;
+ margin: 5px;
}
.admin_editmenu {
.admin_form_header {
text-align: center;
height: 36px;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
color: #880000;
}
.member_header {
text-align: center;
height: 28px;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
.admin_failed, .guest_failed, .member_failed, .member_note {
}
.member_note_bg {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.member_data {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
color: #880000;
height: 20px;
}
-.admin_header_b1 {
- border-bottom: 1px solid #880000;
- background-color: #DDDDAA;
- height: 22px;
-}
-
.admin_snote {
font-size: 12px;
}
.admin_normal, .guest_normal, .member_normal {
border-style: solid;
border: solid 1px #880000;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
.member_stats {
font-size: 16px;
border-style: none;
border: 0px;
- background: #FFFFCC;
+ background: #ffffcc;
color: #880000;
margin-top: -4px;
margin-bottom: 1px;
}
.member_main {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.guest_title, .member_title {
text-align: center;
color: #880000;
vertical-align: middle;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
height: 60px;
}
.guest_login_header {
color: #880000;
vertical-align: middle;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
.guest_menu, .member_menu {
width: 220px;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
vertical-align: top;
}
.guest_menu_title, .member_menu_title {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
color: #880000;
height: 25px;
width: 200px;
{
border: 1px solid #880000;
border-top: 0px;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
height: 22px;
text-align: left;
}
}
.guest_content, .member_content {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
width: 99%;
padding-left: 2px;
padding-right: 2px;
}
.guest_advert, .guest_login, .member_advert, .member_login {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
vertical-align: top;
margin-top: 10px;
}
font-size: 10px;
width: 380px;
vertical-align: middle;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
height: 26px;
display: inline-block;
padding-top: 7px;
}
.switch_sw1, .switch_mem1 {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.switch_sw2, .switch_mem2 {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.mediadata {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.media_header, {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
text-align: center;
color: #880000;
height: 26px;
}
.admin_sep_footer {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
font-size: 1px;
}
.admin_sep_footer2 {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
font-size: 1px;
}
.admin_footer, .member_refbanner, .member_update, .admin_del_link {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
.member_footer {
height: 30px;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
.admin_footer {
}
.admin_task_header {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
color: #880000;
vertical-align: middle;
font-size: 18px;
border-style: groove;
border: solid 1px #880000;
background-color: #880000;
- color: #FFFFCC;
+ color: #ffffcc;
cursor: pointer;
}
.guest_stats {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
width: 460px;
}
.guest_stats_title {
color: #880000;
vertical-align: middle;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
height: 30px;
}
.guest_stats_footer {
color: #880000;
vertical-align: middle;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
height: 20px;
}
}
.member_mailidtop {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
width: 100%;
height: 100%;
}
}
.member_unconfirmed {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
width: 100%;
text-align: center;
}
}
.tiny {
- font-size: 12px;
+ font-size: 10px;
}
.medium {
font-size: 20px;
}
-.top {
+.top, .top2 {
border-top: 1px solid #880000;
}
-.bottom {
+.bottom, .bottom2 {
border-bottom: 1px solid #880000;
}
-.left {
+.left, .left2 {
border-left: 1px solid #880000;
}
-.right {
- border-right: 1px solid #880000;
-}
-
-.top2 {
- border-top: 1px solid #880000;
-}
-
-.bottom2 {
- border-bottom: 1px solid #880000;
-}
-
-.left2 {
- border-left: 1px solid #880000;
-}
-
-.right2 {
+.right, .right2 {
border-right: 1px solid #880000;
}
}
.guest_table {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.main {
}
.menu_blur:hover {
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
.guest_footer {
height: 30px;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
}
.admin_alpha {
.disabled {
border-style: groove;
- background-color: #AAAAAA;
- color: #FFFFCC;
+ background-color: #aaaaaa;
+ color: #ffffcc;
}
.mini_select {
border: solid 1px #880000;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
font-size: 10px;
}
border-top: 0px;
width: 100%;
height: 70px;
- background-color: #FFFFCC;
+ background-color: #ffffcc;
}
.theme_note {
color: #880000;
}
-.admin_title2 {
- font-weight: bold;
- padding: 4px;
- background-color: #DDDDAA;
- color: #880000;
- text-align: center;
- font-size: 14px;
-}
-
.agb_box {
text-align: left;
}
ul.show_timings_block {
border: solid 1px #880000;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
font-size: 10px;
width: 565px;
height: 20px;
}
.show_timings_column {
- background-color: #FFFFCC;
+ background-color: #ffffcc;
margin-top: 2px;
width: 130px;
border: solid 1px #880000;
.login_failure_header {
text-align: center;
- background-color: #DDDDAA;
+ background-color: #ddddaa;
font-weight: bold;
}
.pre {
display : block;
}
+
+td {
+ padding-left: 2px;
+ padding-right: 2px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+++ /dev/null
-.help_main {
- height: 100%;
-}
-
-.help_title {
- background-color: #DDDDAA;
- height: 100px;
-}
-
-.help_content {
- background-color: #DDDDAA;
-}
\ No newline at end of file
+++ /dev/null
-.paidlinks_errors {
- margin-left: 5px;
- margin-right: 5px;
- margin-top: 5px;
- margin-bottom: 5px;
- text-align: left;
-}
\ No newline at end of file
--- /dev/null
+.admin_task_table {
+ width: 340px;
+}
+
+.admin_task_title {
+ text-align: center;
+ height: 23px;
+ background-color: #ddddaa;
+ color: #880000;
+}
+
+.admin_task_left {
+ height: 23px;
+ width: 80%;
+}
+
+.admin_task_right {
+ height: 23px;
+ width: 20%;
+}