// 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_left2 BIGINT(20) UNSIGNED NOT NULL DEFAULT 1000");
+ addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD doubler_left 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
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')) {
- // Stop2 execution of function here because of over-sized code length
+ // Stop 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
$OUT .= "<tr>\n";
if (ereg('Y', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_YEARS--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom\"><div class=\"tiny\">{--_YEARS--}</strong></td>\n";
}
if (ereg('M', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_MONTHS--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom\"><div class=\"tiny\">{--_MONTHS--}</strong></td>\n";
}
if (ereg('W', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_WEEKS--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom\"><div class=\"tiny\">{--_WEEKS--}</strong></td>\n";
}
if (ereg('D', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_DAYS--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom\"><div class=\"tiny\">{--_DAYS--}</strong></td>\n";
}
if (ereg('h', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_HOURS--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom\"><div class=\"tiny\">{--_HOURS--}</strong></td>\n";
}
if (ereg('m', $display) || (empty($display))) {
- $OUT .= " <td align=\"center\" class=\"timebox_column bottom2\"><div class=\"tiny\">{--_MINUTES--}</strong></td>\n";
+ $OUT .= " <td align=\"center\" class=\"timebox_column bottom\"><div class=\"tiny\">{--_MINUTES--}</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 .= " <td align=\"center\" class=\"timebox_column bottom\"><div class=\"tiny\">{--_SECONDS--}</strong></td>\n";
}
$OUT .= "</tr>\n";
function addEmailNavigation ($PAGES, $offset, $show_form, $colspan, $return=false) {
$SEP = ''; $TOP = '';
if ($show_form === false) {
- $TOP = " top2";
+ $TOP = " top";
$SEP = "<tr><td colspan=\"" . $colspan."\" class=\"seperator\"> </td></tr>";
}
// Do we miss an arry element here?
if (!isConfigEntrySet('file_hash')) {
- // Stop2 here
+ // Stop here
debug_report_bug('Missing file_hash in ' . __FUNCTION__ . '.');
} // END - if
addFatalMessage(__FILE__, __LINE__, getMessage('NO_DB_LINK_SHUTDOWN'));
}
- // Stop2 executing here
+ // Stop executing here
exit;
}
// Output row
$OUT .= "<tr>
- <td class=\"bonus_rank_".$rows['rank']." bottom2 switch_sw".$rows['sw']."\"> ".$rows['rank'].".</td>
- <td class=\"bonus_rank_".$rows['rank']." bottom2 switch_sw".$rows['sw']."\" align=\"center\">".$rows['userid']."</td>
- <td class=\"bonus_rank_".$rows['rank']." bottom2 switch_sw".$rows['sw']."\" align=\"center\">".$rows['points']."</td>
+ <td class=\"bonus_rank_".$rows['rank']." bottom switch_sw".$rows['sw']."\"> ".$rows['rank'].".</td>
+ <td class=\"bonus_rank_".$rows['rank']." bottom switch_sw".$rows['sw']."\" align=\"center\">".$rows['userid']."</td>
+ <td class=\"bonus_rank_".$rows['rank']." bottom switch_sw".$rows['sw']."\" align=\"center\">".$rows['points']."</td>
</tr>\n";
// Switch color
} else {
// No entries found!
$OUT = "<tr>
- <td colspan=\"3\" align=\"center\" height=\"30\" class=\"bottom2\">
+ <td colspan=\"3\" align=\"center\" height=\"30\" class=\"bottom\">
<div class=\"guest_failed\">".sprintf(getMessage('BONUS_NO_RANKS'), $data)."</div>
</td>
</tr>\n";
} else {
// List no entries
$OUT = "<tr>
- <td colspan=\"".$COLS."\" align=\"center\" class=\"doubler_big_row bottom2\">
+ <td colspan=\"".$COLS."\" align=\"center\" class=\"doubler_big_row bottom\">
".loadTemplate('admin_settings_saved', true, $message)."
</td>
</tr>\n";
// Process all found entries
while ($content = SQL_FETCHARRAY($result_stop)) {
- // Stop2 holiday
+ // Stop 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));
if (empty($DATA['ref'][$idx])) $DATA['ref'][$idx] = '---';
// Add row
$OUT .= "<tr>
- <td class=\"switch_sw".$SW." bottom2\"> ".($idx+1).".</td>
- <td align=\"center\" class=\"switch_sw".$SW." bottom2\">";
+ <td class=\"switch_sw".$SW." bottom\"> ".($idx+1).".</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom\">";
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['userid'][$idx];
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</td>
- <td align=\"center\" class=\"switch_sw".$SW." bottom2\">";
+ <td align=\"center\" class=\"switch_sw".$SW." bottom\">";
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['ref'][$idx];
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
// Add row
$add = '';
$OUT .= "<tr>
- <td class=\"switch_sw".$SW." bottom2".$add."\"> ".($idx+1).".</td>
- <td align=\"center\" class=\"switch_sw".$SW." bottom2".$add."\">";
+ <td class=\"switch_sw".$SW." bottom".$add."\"> ".($idx+1).".</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom".$add."\">";
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['userid'][$idx];
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</td>
- <td align=\"center\" class=\"switch_sw".$SW." bottom2".$add."\">";
+ <td align=\"center\" class=\"switch_sw".$SW." bottom".$add."\">";
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['ref'][$idx];
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
$OUT .= "</td>
- <td align=\"center\" class=\"switch_sw".$SW." bottom2".$add."\">";
+ <td align=\"center\" class=\"switch_sw".$SW." bottom".$add."\">";
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['infos'][$idx];
if (($DATA['userid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
);
// Rewrite CSS class if not last entry is reached
- if ($key < (count($sqls) - 1)) $content['bottom'] = 'bottom2';
+ if ($key < (count($sqls) - 1)) $content['bottom'] = 'bottom';
if (($value > 0) && (!empty($WHATs[$key]))) {
if (empty($TITLEs[$key])) $TITLEs[$key] = getMessage('ADMIN_TASK_UNKNOWN_LIST_TITLE');
//if ($show_form === true) {
// // Load form for changing number of lines
// define('__FORM_HEADER', loadTemplate('admin_list_user_sort_form', true));
- // define('__FORM_FOOTER', '<tr><td colspan="'.$colspan.'" class="seperator bottom2"> </td></tr>');
+ // define('__FORM_FOOTER', '<tr><td colspan="'.$colspan.'" class="seperator bottom"> </td></tr>');
//} else {
// // Empty row
// define('__FORM_HEADER', '<tr><td colspan="' . $colspan . '" class="seperator"> </td></tr>');
- // define('__FORM_FOOTER', '<tr><td colspan="' . $colspan . '" class="seperator bottom2"> </td></tr>');
+ // define('__FORM_FOOTER', '<tr><td colspan="' . $colspan . '" class="seperator bottom"> </td></tr>');
//}
$OUT = '';
// Add SQLs to a table
if ((!empty($ext_name)) && (getExtensionVersion('sql_patches')) && (getConfig('verbose_sql') == 'Y')) {
// Add verbose SQL table
- $text .= addExtensionVerboseSqlTable($title, " class=\"admin_table top2 left2 right2\"", true, '100%') . "<br />\n";
+ $text .= addExtensionVerboseSqlTable($title, " class=\"admin_table top left right\"", true, '100%') . "<br />\n";
} // END - if
} elseif ((!empty($ext_name)) && (!empty($ext_ver))) {
// Run SQL commands in dry mode but only return the notes
break;
}
$OUT .= " </td>
- <td width=\"1%\" class=\"switch_sw".$SW." bottom2 right2\"> </td>
+ <td width=\"1%\" class=\"switch_sw".$SW." bottom right\"> </td>
</tr>\n";
} // END - if
return;
} // END - if
-// Stop2 saving data if one input field is !isset
+// Stop saving data if one input field is !isset
if (isFormSent()) {
// Calculate stamps and set calculated stamps
setRequestPostElement('online_timeout' , createTimestampFromSelections('ip_timeout' , postRequestArray()));
// @TODO Move this HTML code into a template
$OUT .= "<tr>
- <td align=\"center\" class=\"switch_sw".$content['sw']." bottom2 right2\">".$content['id']."</td>
- <td class=\"switch_sw".$content['sw']." bottom2 right2\"> ".$content['field_name']."</td>
- <td align=\"center\" class=\"switch_sw".$content['sw']." bottom2 right2\">
+ <td align=\"center\" class=\"switch_sw".$content['sw']." bottom right\">".$content['id']."</td>
+ <td class=\"switch_sw".$content['sw']." bottom right\"> ".$content['field_name']."</td>
+ <td align=\"center\" class=\"switch_sw".$content['sw']." bottom right\">
".$content['selection']."
</td>
</tr>\n";
} else {
// Nothing for in and out
$OUT = "<tr>
- <td colspan=\"6\" align=\"center\" class=\"bottom2\">
+ <td colspan=\"6\" align=\"center\" class=\"bottom\">
".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
</td>
</tr>";
} else {
// Nothing for in and out
$OUT = "<tr>
- <td colspan=\"6\" align=\"center\" class=\"bottom2\">
+ <td colspan=\"6\" align=\"center\" class=\"bottom\">
".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
</td>
</tr>";
// @TODO Rewrite this into a filter
if (isExtensionActive('nickname')) {
// Nickname extension found
- define('__NICKNAME_TH', " <td class=\"header_column bottom2\" align=\"center\">{--NICKNAME--}</td>");
+ define('__NICKNAME_TH', " <td class=\"header_column bottom\" align=\"center\">{--NICKNAME--}</td>");
} else {
// Not found
define('__NICKNAME_TH', '');
} else {
// No themes found???
$OUT .= "<tr>
- <td colspan=\"7\" class=\"bottom2\" height=\"60\">
+ <td colspan=\"7\" class=\"bottom\" height=\"60\">
".loadTemplate('admin_settings_saved', true, getMessage('ADMIN_NO_THEMES_FOUND'))."
</td>
</tr>\n";
if (SQL_NUMROWS($result) > 0) {
// Load all types...
// @TODO Swap this HTML code to templates
- $OUT = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"300\" class=\"left2 right2 top2\">\n";
+ $OUT = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"300\" class=\"left right top\">\n";
$SW = 2;
while ($content = SQL_FETCHARRAY($result)) {
// Prepare content for output
$content['ltitle'] = $ltitle;
// Generate monthly stats
- $SW = 2; $r2 = ' right2'; $l = 'll'; $r = 'lr'; $OUT = '';
+ $SW = 2; $r2 = ' right'; $l = 'll'; $r = 'lr'; $OUT = '';
foreach ($months as $month => $cnt) {
if ($SW == 2) $OUT .= "<tr>\n";
$l = 'rl'; $r = 'rr';
} else {
$OUT .= "</tr>\n";
- $r2 = ' right2';
+ $r2 = ' right';
$l = 'll'; $r = 'lr';
}
$SW = 3 - $SW;
$add = '';
if (isExtensionActive('html_mail')) {
// Add some content when html extension is active
- if ((getConfig('order_multi_page') == 'Y') || (isAdmin())) $add = "<tr><td colspan=\"2\" class=\"seperator bottom2\" height=\"5\"> </td></tr>\n";
+ if ((getConfig('order_multi_page') == 'Y') || (isAdmin())) $add = "<tr><td colspan=\"2\" class=\"seperator bottom\" height=\"5\"> </td></tr>\n";
$content['html_extension'] = loadTemplate('member_order-html_intro', true);
} else {
// No HTML extension installed
// Add row
$OUT .= "<tr>
- <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\" height=\"30\">
+ <td class=\"switch_sw".$SW." bottom right\" align=\"center\" height=\"30\">
<input type=\"radio\" name=\"member_theme\" class=\"member_normal\" value=\"".$unix."\"".$default." />
</td>
- <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">".$THEMES['theme_name'][$key]."</td>
- <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
+ <td class=\"switch_sw".$SW." bottom right\" align=\"center\">".$THEMES['theme_name'][$key]."</td>
+ <td class=\"switch_sw".$SW." bottom right\" align=\"center\">
<a href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")'.'\">".$THEMES['theme_author'][$key]."</a>
</td>
- <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
+ <td class=\"switch_sw".$SW." bottom right\" align=\"center\">
<a href=\"".generateDerefererUrl($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</a>
</td>
- <td class=\"switch_sw".$SW." bottom2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</td>
+ <td class=\"switch_sw".$SW." bottom\" align=\"center\">v".$THEMES['theme_ver'][$key]."</td>
</tr>\n";
$SW = 3 - $SW;
} // END - foreach
if (empty($OUT)) {
// No themes found???
$OUT = "<tr>
- <td colspan=\"5\" class=\"bottom2\" height=\"80\">
+ <td colspan=\"5\" class=\"bottom\" height=\"80\">
".loadTemplate('admin_settings_saved', true, getMessage('MEMBER_NO_THEMES_FOUND'))."
</td>
</tr>\n";
} else {
// Nothing for in or out
$OUT = "<tr>
- <td colspan=\"5\" align=\"center\" class=\"bottom2\">
+ <td colspan=\"5\" align=\"center\" class=\"bottom\">
".loadTemplate('admin_settings_saved', true, $nothingMessage)."
</td>
</tr>";
} else {
// Nothing for in and out
$OUT = "<tr>
- <td colspan=\"5\" align=\"center\" class=\"bottom2\">
+ <td colspan=\"5\" align=\"center\" class=\"bottom\">
".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))."
</td>
</tr>";
// Free memory
SQL_FREERESULT($result_main);
-// Stop2 currently activated holidays
+// Stop currently activated holidays
stopHolidays();
// [EOF]
SURFBAR_HANDLE_SELF_MAINTENANCE();
// Is there a check value?
-if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isGetRequestElementSet('frame')) && (in_array(getRequestElement('frame'), array('stop', 'stop2', 'stats', 'textlinks'))))) {
+if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isGetRequestElementSet('frame')) && (in_array(getRequestElement('frame'), array('stop', 'stop', 'stats', 'textlinks'))))) {
// Reload-lock is full, surfbar stopped so...
// Load header
loadIncludeOnce('inc/header.php');
SURFBAR_UPDATE_SALT_STATS();
} else {
// Load new URL
- SURFBAR_RELOAD_TO_STOP_PAGE('stop2');
+ SURFBAR_RELOAD_TO_STOP_PAGE('stop');
}
} elseif ((isGetRequestElementSet('frame')) && (getRequestElement('frame') == 'start')) {
// Starter frame found so let the footer display
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=add_bank_package" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="30" colspan="3" align="center">
+ <td class="admin_title bottom" height="30" colspan="3" align="center">
<strong>{--ADMIN_ADD_BANK_PACKAGE_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td height="5" colspan="3" class="seperator bottom2"> </td>
+ <td height="5" colspan="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=refbanner" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="410">
<tr>
- <td class="admin_title bottom2" colspan="3" align="center" height="30">
+ <td class="admin_title bottom" colspan="3" align="center" height="30">
<strong>{--ADMIN_ADD_BANNER--}</strong></td>
</tr>
<tr>
</select></td>
</tr>
<tr>
- <td class="seperator bottom2" colspan="5" height="7"> </td>
+ <td class="seperator bottom" colspan="5" height="7"> </td>
</tr>
<tr>
<td class="admin_footer" colspan="3" align="center"><input
<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" align="center" colspan="3">
+ <td class="admin_title bottom" align="center" colspan="3">
<strong>{--ADD_NEW_CATEGORY--}</strong>
</td>
</tr>
</tr>
<tr>
- <td class="bottom2" align="right" width="200">
+ <td class="bottom" align="right" width="200">
<strong>{--CAT_IS_VISIBLE--}</strong>
</td>
- <td class="bottom2">
+ <td class="bottom">
{--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>
<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" colspan="2" align="center">
+ <td class="admin_title bottom" colspan="2" align="center">
<strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
- <td class="bottom2">
+ <td class="bottom" align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
+ <td class="bottom">
<!-- @TODO Rewrite this selection box to our generic functions //-->
<select name="is_active" size="1" class="admin_select">
<option value="Y">{--YES--}</option>
<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
<tr>
- <td colspan="5" class="admin_title bottom2" align="center" height="30">
+ <td colspan="5" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_ADD_MAX_VALUE--}</strong></td>
</tr>
<tr>
<td class="seperator" width="10"> </td>
</tr>
<tr>
- <td class="seperator bottom2" colspan="5" height="14"> </td>
+ <td class="seperator bottom" colspan="5" height="14"> </td>
</tr>
<tr>
<td class="admin_footer seperator" width="10"> </td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_networks&do=addnetwork" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" colspan="2" align="center" height="30">
+ <td class="admin_title bottom" colspan="2" align="center" height="30">
<strong>{--ADMIN_NETWORK_ADD_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="seperator bottom2" colspan="2" height="7"> </td>
+ <td class="seperator bottom" colspan="2" height="7"> </td>
</tr>
<tr>
<td class="admin_footer" colspan="2" align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=payments&do=add" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="410">
<tr>
- <td class="admin_title bottom2" colspan="3" align="center" height="30">
+ <td class="admin_title bottom" colspan="3" align="center" height="30">
<strong>{--ADD_NEW_PAYMENT--}</strong></td>
</tr>
<tr>
size="15" maxlength="255"></td>
</tr>
<tr>
- <td colspan="5" height="3" class="seperator bottom2"> </td>
+ <td colspan="5" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer"><input
</td>
</tr>
<tr>
- <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
+ <td class="admin_title seperator bottom" height="10" colspan="3"> </td>
</tr>
<tr>
<td height="8" colspan="3" class="seperator"> </td>
<td height="5" colspan="3" class="seperator"> </td>
</tr>
<tr>
- <td height="5" colspan="3" class="seperator bottom2"> </td>
+ <td height="5" colspan="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="admin_footer">
<td class="admin_title" colspan="3" align="center">{--ADMIN_ADD_POINTS_TO_ALL--}:</td>
</tr>
<tr>
- <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
+ <td class="admin_title seperator bottom" height="10" colspan="3"> </td>
</tr>
<tr>
<td height="8" colspan="3" class="seperator"> </td>
<td height="5" colspan="3" class="seperator"> </td>
</tr>
<tr>
- <td height="5" colspan="3" class="seperator bottom2"> </td>
+ <td height="5" colspan="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="admin_footer"><input type="reset"
<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
<tr>
- <td colspan="3" align="center" height="30" class="admin_title bottom2">
+ <td colspan="3" align="center" height="30" class="admin_title bottom">
<strong>{--ADMIN_RALLYE_ADD_NEW_TITLE--}:</strong></td>
</tr>
<tr>
class="admin_normal" size="30" maxlength="255"></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
<td align="center">$content[templates_selection]</td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
</td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
</td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
class="admin_normal" size="5" maxlength="20" value="3"></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer"><input
<table border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
<tr>
- <td colspan="3" align="center" height="30" class="admin_title bottom2">
+ <td colspan="3" align="center" height="30" class="admin_title bottom">
<strong>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</strong>
</td>
</tr>
class="admin_normal" size="5" maxlength="20"></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
maxlength="255"></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer"><input
<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" colspan="2" align="center">
+ <td class="admin_title bottom" colspan="2" align="center">
<strong>{--ADD_NEW_REFDEPTH--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
- <td class="bottom2">
+ <td class="bottom" align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
+ <td class="bottom">
<input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />%
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=add_sponsor" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="530">
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom" width="10" height="30"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom" width="10"> </td>
</tr>
<tr>
- <td class="bottom2" width="10" height="40"> </td>
- <td class="bottom2" colspan="3" align="center">
+ <td class="bottom" width="10" height="40"> </td>
+ <td class="bottom" colspan="3" align="center">
<span class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</span>
</td>
- <td class="bottom2" width="10"> </td>
+ <td class="bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom" width="10" height="30"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom" width="10" height="30"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_ENTER_CONTACT_DATA--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom" width="10" height="30"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom" width="10" height="30"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
<td class="admin_footer seperator" width="10"> </td>
<td class="admin_footer" colspan="3" align="center">
<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" align="center">
+ <td class="admin_title bottom" align="center">
<strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
</td>
</tr>
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="seperator bottom" colspan="3" height="5"> </td></tr>
<tr>
<td align="center" class="admin_footer">
$content[hidden]
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_sponsor_pay" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" colspan="3" align="center" height="30">
+ <td class="admin_title bottom" colspan="3" align="center" height="30">
<strong>{--ADMIN_ADD_SPONSOR_PAYTYPE_TITLE--}:</strong>
</td>
</tr>
<td width="10" class="seperator"> </td>
<td width="200"><input type="text" name="pay_currency" size="3" maxlength="255" class="admin_normal" value="€" /></td>
</tr>
-<tr><td height="5" colspan="3" class="seperator bottom2"> </td></tr>
+<tr><td height="5" colspan="3" class="seperator bottom"> </td></tr>
<tr>
<td colspan="3" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<div align="center">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=add_surfbar_url" method="post">
<div class="admin_table dashed">
- <div class="admin_title bottom2">
+ <div class="admin_title bottom">
<strong>URL in Surfbar hinzufügen:</strong>
</div>
<span class="admin_note">(0 = Standarteinstellungen)</span>
</div>
- <div align="center" class="admin_footer top2">
+ <div align="center" class="admin_footer top">
<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=admins_add" method="post" style="margin-bottom: 0px">
<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">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_ADD_NEW_ADMIN--}:</strong></td>
</tr>
<tr>
size="10" maxlength="255" /></td>
</tr>
<tr>
- <td colspan="3" height="5" class="bottom2 seperator"> </td>
+ <td colspan="3" height="5" class="bottom seperator"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer"><input
<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" class="admin_table dashed" align="center">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_ADD_ACL--}:</strong></td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td colspan="3" height="5" class="seperator bottom2"> </td>
+ <td colspan="3" height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="28">
+ <td colspan="3" align="center" class="admin_title bottom" height="28">
{--ADMINS_CONTACT_DEFAULT_MAIL--} <input type="hidden" name="type"
value="mail"></td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <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>
+ <td width="195" class="header_column bottom" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></td>
+ <td width="195" class="header_column bottom" align="left"><strong>$content[admin]</strong></td>
</tr>
<tr>
<td colspan="2" align="center">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="28">
+ <td colspan="3" align="center" class="admin_title bottom" height="28">
{--ADMINS_SELECT_CONTACT_TYPE--}
</td>
</tr>
</td>
</tr>
<tr>
- <td class="header_column bottom2 right2" align="center">
+ <td class="header_column bottom right" align="center">
<strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
</td>
- <td class="header_column bottom2" align="center">
+ <td class="header_column bottom" align="center">
<strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[tpl] <input type="hidden" name="template[$content[id2]]"
value="$content[tpl]"></td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[content]</td>
</tr>
</td>
</tr>
<tr>
- <td width="30" class="header_column bottom2 right2" align="center">
+ <td width="30" class="header_column bottom right" align="center">
<strong>{--ID_SELECT--}</strong>
</td>
- <td width="235" class="header_column bottom2 right2" align="center">
+ <td width="235" class="header_column bottom right" align="center">
<strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
</td>
- <td width="235" class="header_column bottom2" align="center">
+ <td width="235" class="header_column bottom" align="center">
<strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[tpl]]" class="admin_normal" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[tpl]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[alnk]
</td>
</tr>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_title bottom2">
+ <td align="center" colspan="2" class="admin_title bottom">
{--DEL_MENU_1--}$content[chk]{--DEL_MENU_2--}
</td>
</tr>
<tr>
- <td width="50%" class="switch_sw$content[sw] bottom2" align="right">
+ <td width="50%" class="switch_sw$content[sw] bottom" align="right">
$content[cnt].{--ENTRY_DELETE--}:
</td>
- <td width="50%" class="switch_sw$content[sw] bottom2">
+ <td width="50%" class="switch_sw$content[sw] bottom">
$content[menu]
<input type="hidden" name="sel[$content[sel]]" value="$content[menu]" />
</td>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <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>
+ <td class="header_column bottom right" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
</tr>
$content[rows]
<tr>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_title bottom2">
+ <td align="center" colspan="2" class="admin_title bottom">
{--EDIT_MENU_1--}$content[chk]{--EDIT_MENU_2--}
</td>
</tr>
cols="30">$content[descr]</textarea></td>
</tr>
<tr>
- <td colspan="2" class="seperator switch_sw$content[sw] bottom2"
+ <td colspan="2" class="seperator switch_sw$content[sw] bottom"
height="2"> </td>
</tr>
\ No newline at end of file
<table border="0" cellspacing="0" cellpadding="0" width="420"
class="admin_table dashed">
<tr>
- <td colspan="2" class="admin_title bottom2" align="center" height="30">
+ <td colspan="2" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_CACHE_STATS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td width="320" class="bottom2 right2" align="right">{--ADMIN_CACHE_DB_HITS--}</td>
- <td width="100" class="bottom2" style="padding-right: 2px" align="right">
+ <td width="320" class="bottom right" align="right">{--ADMIN_CACHE_DB_HITS--}</td>
+ <td width="100" class="bottom" style="padding-right: 2px" align="right">
$content[db_hits]
</td>
</tr>
<tr>
- <td width="320" class="bottom2 right2" align="right">{--ADMIN_CACHE_HITS--}</td>
- <td width="100" class="bottom2" style="padding-right: 2px" align="right">
+ <td width="320" class="bottom right" align="right">{--ADMIN_CACHE_HITS--}</td>
+ <td width="100" class="bottom" style="padding-right: 2px" align="right">
+$content[cache_hits]
</td>
</tr>
<tr>
- <td width="320" class="bottom2 right2" align="right">{--ADMIN_TOTAL_HITS--}</td>
- <td width="100" class="bottom2" style="padding-right: 2px" align="right">
+ <td width="320" class="bottom right" align="right">{--ADMIN_TOTAL_HITS--}</td>
+ <td width="100" class="bottom" style="padding-right: 2px" align="right">
=$content[total_hits]
</td>
</tr>
<tr>
- <td width="320" class="admin_footer right2" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></td>
+ <td width="320" class="admin_footer right" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></td>
<td width="100" class="admin_footer" style="padding-right: 2px" align="center">
<strong>$content[cache_perc]%</strong>
</td>
<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" colspan="2" align="center">
+ <td class="admin_title bottom" colspan="2" align="center">
<strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_admin" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}</strong>
</td>
</tr>
<td width="360">{--ADMIN_MENU_OLD--}</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_admins" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_LIST_ACLS--}:</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
</tr>
$content
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_admins" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
+ <td class="switch_sw$content[sw] bottom right" align="center"><strong>$content[id]</strong>
<input type="hidden" name="sel[$content[id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[admin]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[action]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[what]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[mode]
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_admins" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_EDIT_ACLS--}:</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<strong>$content[id]</strong>
<input type="hidden" name="sel[$content[id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<select name="admin[$content[id]]" size="1" class="admin_select">
$content[admins_selection]
</select>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[action_selection]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[what_selection]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
<select name="mode[$content[id]]" size="1" class="admin_select">
$content[mode_options]
</select>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="sel[$content[id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[admin]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[action]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[what]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[mode]
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_autopurge" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong>
</td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
{--ADMIN_AUTOPURGE_INACTIVE_TITLE--}
</td>
</tr>
<td>$content[ap_in_time]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="10"> </td>
+ <td colspan="3" class="seperator bottom" height="10"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
{--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--}
</td>
</tr>
<td>$content[ap_un_time]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="10"> </td>
+ <td colspan="3" class="seperator bottom" height="10"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
{--ADMIN_AUTOPURGE_TASKS_TITLE--}
</td>
</tr>
<td>$content[ap_task_time]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
{--ADMIN_AUTOPURGE_MAILID_TITLE--}
</td>
</tr>
<td>$content[ap_notify_del_mails]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="10"> </td>
+ <td colspan="3" class="seperator bottom" height="10"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
{--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--}
</td>
</tr>
<td>$content[ap_del_mails_time]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="10"> </td>
+ <td colspan="3" class="seperator bottom" height="10"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
{--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--}
</td>
</tr>
<td>$content[ap_notify_tasks]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="10"> </td>
+ <td colspan="3" class="seperator bottom" height="10"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_beg" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_BEG_SETTINGS--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SELECT_BEG_MODE--}:</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_BEG_RALLYE_SETTINGS--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td align="right" height="20">{--ADMIN_BEG_INCLUDE_OWN--}</td>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_BEG_RALLYE_NOTIFICATIONS--}</strong>
</td>
</tr>
<td align="center">$content[wait_selection]</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_birthday" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_bonus" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ACTIVATE_BONUS_SETTINGS--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_BONUS_SETTINGS--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <td colspan="3" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_BONUS_TURBO_BONUS_TITLE--}:</strong>
</td>
</tr>
<td align="center" valign="top">$content[trates_list]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <td colspan="3" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_BONUS_TURBO_TIMEOUT_TITLE--}:</strong>
</td>
</tr>
<td align="center">$content[bonus_timeout_selection]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <td colspan="3" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_BONUS_TURBO_MISC_TITLE--}:</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <td colspan="3" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_BONUS_RALLYE_NOTIFTICATIONS--}:</strong>
</td>
</tr>
<td width="195" align="center">$content[wait_selection]</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_cats" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" colspan="4" class="admin_title bottom2" height="50">
+ <td align="center" colspan="4" class="admin_title bottom" height="50">
<strong>{--EDIT_DEL_CATEGORIES--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--CATNAME--}</strong></td>
+ <td class="header_column bottom right" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
+ <td class="header_column bottom" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
</td>
- <td class="bottom2 right2 switch_sw$content[sw]">
+ <td class="bottom right switch_sw$content[sw]">
$content[cat]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[vis]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[sort]
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_doubler" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_DOUBLER_SETTINGS--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td align="center" height="30" colspan="3" class="admin_title bottom2">
+ <td align="center" height="30" colspan="3" class="admin_title bottom">
<strong>{--ADMIN_DOUBLER_SEND_MODE--}:</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td align="center" height="30" colspan="3" class="admin_title bottom2">
+ <td align="center" height="30" colspan="3" class="admin_title bottom">
<strong>{--ADMIN_DOUBLER_DISPLAY_SETTINGS--}:</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" width="275" align="center"><strong>{--MAX_VALUE!}</strong></td>
+ <td class="header_column bottom" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
</td>
- <td class="bottom2 right2 switch_sw$content[sw]">
+ <td class="bottom right switch_sw$content[sw]">
$content[value]
</td>
- <td class="bottom2 switch_sw$content[sw]">
+ <td class="bottom switch_sw$content[sw]">
$content[comment]
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_extensions" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong>
</td>
</tr>
<tr>
- <td class="bottom2" align="right" width="350" height="20">
+ <td class="bottom" align="right" width="350" height="20">
{--ADMIN_VERBOSE_SQL--}:
</td>
- <td class="bottom2" width="150" align="right">
+ <td class="bottom" width="150" align="right">
<input type="radio" name="verbose_sql" value="Y" class="admin_normal"$content[verbose_y] /> {--YES--}
<input type="radio" name="verbose_sql" value="N" class="admin_normal"$content[verbose_n] /> {--NO--}
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_holiday" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</strong></td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer"><input
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MENU_WHAT--}</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--HOME_ACTION--}</strong></td>
</tr>
$content
<tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="320">
<tr>
- <td align="center" class="admin_title top2 bottom2 left2 right2"
+ <td align="center" class="admin_title top bottom left right"
height="30"><strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong></td>
</tr>
<tr>
<tr>
- <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 right">$content[id]</td>
+ <td class="switch_sw$content[sw] bottom right">$content[title]</td>
<td class="switch_sw$content[sw] bottom" align="center">
$content[link]
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_home&sub=settings" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="510">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong>
</td>
</tr>
<td align="center">$content[cookie_selection]</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<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" colspan="3" align="center">
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_MEDIADATA_SETTINGS--}:</strong>
</td>
</tr>
<td align="center" width="275">$content[mt_start]</td>
</tr>
<tr>
- <td class="bottom2" align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
- <td class="bottom2" align="center" width="275">
+ <td class="bottom" align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
+ <td class="bottom" align="center" width="275">
<input type="text" name="mt_stage" class="admin_normal" value="{?mt_stage?}" size="6" maxlength="20" />
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_menu" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_MENU_TITLE--}</strong>
</td>
</tr>
<input type="radio" name="member_menu_advert_enabled" value="N"$content[member_menu_advert_enabled_n] /> {--NO--}
</td>
</tr>
- <tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+ <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<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" colspan="3" align="center">
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_nickname" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--NICKNAME_ADMIN_CONFIG_HEADER--}</strong></td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<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" align="center">
+ <td class="admin_title bottom" align="center">
<strong>{--ADMIN_ORDER_SETTINGS--}:</strong>
</td>
</tr>
<tr>
- <td align="center" width="275" class="bottom2">
+ <td align="center" width="275" class="bottom">
{--ADMIN_ORDER_MAX_ORDER_SELECT--}
</td>
</tr>
<tr>
- <td class="bottom2" align="center" width="275">
+ <td class="bottom" 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 class="bottom2" align="center" width="275">
+ <td class="bottom" 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>
</tr>
</tr>
<tr>
- <td class="bottom2" align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
- <td class="bottom2" align="center" width="275">
+ <td class="bottom" align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
+ <td class="bottom" 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>
</tr>
<tr>
- <td colspan="5" height="30" class="admin_title bottom2" align="center">
+ <td colspan="5" height="30" class="admin_title bottom" align="center">
<strong>{--ADMIN_ORDER_SELECTION_SETTINGS--}:</strong>
</td>
</tr>
</tr>
<tr>
- <td class="bottom2" align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
- <td class="bottom2" align="center" width="275">
+ <td class="bottom" align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
+ <td class="bottom" 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>
</tr>
<tr>
- <td colspan="5" height="30" class="admin_title bottom2" align="center">
+ <td colspan="5" height="30" class="admin_title bottom" align="center">
<strong>{--ADMIN_ORDER_MISC_SETTINGS--}:</strong>
</td>
</tr>
<tr>
- <td class="bottom2" align="right" width="275">
+ <td class="bottom" align="right" width="275">
{--ADMIN_ORDER_MIN_RECEIVER_PER_ORDER--}:
</td>
- <td class="bottom2" align="center" width="275">
+ <td class="bottom" align="center" width="275">
<input type="input" name="order_min" class="admin_normal" value="{?order_min?}" size="5" maxlength="20" />
</td>
</tr>
<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 bottom seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_ORDER_SETTINGS--}:</strong>
</td>
- <td class="admin_title bottom2 seperator" width="10"> </td>
+ <td class="admin_title bottom seperator" width="10"> </td>
</tr>
<tr>
<td colspan="5" height="7" class="seperator"> </td>
<td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
+ <td colspan="5" height="7" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="5" height="7" class="seperator"> </td>
<td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
+ <td colspan="5" height="7" class="seperator bottom"> </td>
</tr>
<tr>
- <td colspan="5" height="30" class="admin_title bottom2" align="center">
+ <td colspan="5" height="30" class="admin_title bottom" align="center">
<strong>{--ADMIN_ORDER_MISC_SETTINGS--}:</strong>
</td>
</tr>
<td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
+ <td colspan="5" height="7" class="seperator bottom"> </td>
</tr>
<tr>
<td width="10" class="admin_footer seperator"> </td>
<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="2" align="center" class="admin_title bottom2">
+ <td colspan="2" align="center" class="admin_title bottom">
<strong>{--ADMIN_OTHER_SETTINGS--}</strong>
</td>
</tr>
</tr>
<tr>
- <td class="bottom2" align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
- <td class="bottom2">
+ <td class="bottom" align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
+ <td class="bottom">
<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>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2">
+ <td colspan="2" align="center" class="admin_title bottom">
<strong>{--ADMIN_SENDING_SETTINGS--}</strong>
</td>
</tr>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2">
+ <td colspan="2" align="center" class="admin_title bottom">
<strong>{--ADMIN_NOTIFY_SETTINGS--}</strong>
</td>
</tr>
</tr>
<tr>
- <td class="bottom2" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
- <td class="bottom2" align="center">
+ <td class="bottom" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
+ <td class="bottom" 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>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2">
+ <td colspan="2" align="center" class="admin_title bottom">
<strong>{--ADMIN_TIMEOUT_SETTINGS--}</strong>
</td>
</tr>
</tr>
<tr>
- <td class="bottom2" align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
- <td class="bottom2">$content[url_tlock]</td>
+ <td class="bottom" align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
+ <td class="bottom">$content[url_tlock]</td>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2">
+ <td colspan="2" align="center" class="admin_title bottom">
<strong>{--ADMIN_PROFILE_TIME_SETTINGS--}</strong>
</td>
</tr>
</tr>
<tr>
- <td class="bottom2" align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
- <td class="bottom2">$content[profile_reupdate]</td>
+ <td class="bottom" align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
+ <td class="bottom">$content[profile_reupdate]</td>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2">
+ <td colspan="2" align="center" class="admin_title bottom">
<strong>{--ADMIN_SQL_SETTINGS--}</strong>
</td>
</tr>
<tr>
- <td class="bottom2" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
- <td class="bottom2" align="center">
+ <td class="bottom" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
+ <td class="bottom" 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>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_payouts" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_PAYOUT_EDIT_DEL_TITLE--}</strong></td>
</tr>
<tr>
- <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>
+ <td width="30" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></td>
+ <td width="150" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="150" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
</tr>
$content
<tr>
<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" class="admin_table dashed">
<tr>
- <td colspan="4" align="center" class="admin_title bottom2" height="30">
+ <td colspan="4" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></td>
</tr>
<tr>
- <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>
+ <td width="30" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="250" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="100" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" height="25">
+ <td align="center" class="switch_sw$content[sw] bottom right" height="25">
$content[id]
<input type="hidden" name="sel[$content[id]]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[title]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[rate]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[min_points]
</td>
</tr>
<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" class="admin_table dashed">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_PAYOUT_EDIT_TITLE--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td width="20" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="200" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+ <td width="180" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" height="25">
+ <td align="center" class="switch_sw$content[sw] bottom right" height="25">
$content[id]
<input type="hidden" name="sel[$content[id]]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="text" name="title[$content[id]]" class="admin_normal" value="$content[title]" size="20" maxlength="255" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="text" name="rate[$content[id]]" class="admin_normal" value="$content[rate]" size="5" maxlength="10" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="text" name="min_points[$content[id]]" class="admin_normal" value="$content[min_points]" size="5" maxlength="10" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[allow]
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[from_account]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[type]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[rate]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
$content[min_points]
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_points&sub=settings" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_POINT_SETTINGS--}</strong></td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td colspan="2" class="seperator bottom2" height="5"> </td>
+ <td colspan="2" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="2" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="2" class="seperator bottom2" height="5"> </td>
+ <td colspan="2" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="2" class="seperator" height="7"> </td>
value="{?ref_payout?}" /></td>
</tr>
<tr>
- <td colspan="2" class="bottom2 seperator" height="5"> </td>
+ <td colspan="2" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="2" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_primera" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--PRIMERA_ADMIN_CONFIG_TITLE--}</strong></td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" class="admin_title bottom2" align="center">
+ <td colspan="3" class="admin_title bottom" align="center">
Gespeicherter Hash:<br />
»<em>{?primera_api_md5]</em>«
</td>
maxlength="20" /> Wernis</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer"><input
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_proxy" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong></td>
</tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<input type="password" name="proxy_password" value="$content[proxy_password]" />
</td>
</tr>
- <tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+ <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
</td>
</tr>
<tr>
- <td align="center" width="10" class="header_column bottom2 right2">
+ <td align="center" width="10" class="header_column bottom right">
<strong>{--ID_SELECT--}</strong>
</td>
- <td align="center" width="50" class="header_column bottom2 right2">
+ <td align="center" width="50" class="header_column bottom right">
<strong>{--RALLYE_LEVEL--}:</strong>
</td>
- <td align="center" width="200" class="header_column bottom2 right2">
+ <td align="center" width="200" class="header_column bottom right">
<strong>{--RALLYE_PRICE_POINTS--}:</strong>
</td>
- <td align="center" width="320" class="header_column bottom2">
+ <td align="center" width="320" class="header_column bottom">
<strong>{--RALLYE_PRICE_INFO--}:</strong>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[id] <input type="hidden" claass="admin_normal" name="sel[$content[id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[level]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[points]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
$content[infos]
</td>
</tr>
</td>
</tr>
<tr>
- <td width="120" align="center" class="header_column bottom2 right2">
+ <td width="120" align="center" class="header_column bottom right">
<strong>{--RALLYE_ID--}:</strong>
</td>
- <td width="65" align="center" class="header_column bottom2 right2">
+ <td width="65" align="center" class="header_column bottom right">
<strong>{--RALLYE_LEVEL--}:</strong>
</td>
- <td width="185" align="center" class="header_column bottom2 right2">
+ <td width="185" align="center" class="header_column bottom right">
<strong>{--RALLYE_PRICE_POINTS--}:</strong>
</td>
- <td width="130" align="center" class="header_column bottom2">
+ <td width="130" align="center" class="header_column bottom">
<strong>{--RALLYE_PRICE_INFO--}:</strong>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"><select
+ <td class="switch_sw$content[sw] bottom right" align="center"><select
name="rallye_id[$content[id]]" size="1" class="admin_select">
$content[rallyes]
</select></td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="text" name="level[$content[id]]"
class="admin_normal" size="5" maxlength="20" value="$content[level]">
</td>
- <td class="switch_sw$content[sw] bottom2 right2"> <input
+ <td class="switch_sw$content[sw] bottom right"> <input
type="text" name="points[$content[id]]" class="admin_normal" size="8"
maxlength="20" value="$content[points]"></td>
- <td class="switch_sw$content[sw] bottom2"> <input type="text"
+ <td class="switch_sw$content[sw] bottom"> <input type="text"
name="infos[$content[id]]" class="admin_normal" size="15"
maxlength="255" value="$content[infos]"></td>
</tr>
</td>
</tr>
<tr>
- <td align="center" width="10" class="header_column bottom2 right2">
+ <td align="center" width="10" class="header_column bottom right">
<strong>{--ID_SELECT--}</strong>
</td>
- <td align="center" width="50" class="header_column bottom2 right2">
+ <td align="center" width="50" class="header_column bottom right">
<strong>{--RALLYE_LEVEL--}:</strong>
</td>
- <td align="center" width="200" class="header_column bottom2 right2">
+ <td align="center" width="200" class="header_column bottom right">
<strong>{--RALLYE_PRICE_POINTS--}:</strong>
</td>
- <td align="center" width="320" class="header_column bottom2">
+ <td align="center" width="320" class="header_column bottom">
<strong>{--RALLYE_PRICE_INFO--}:</strong>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" 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] bottom right" align="center">
$content[level]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[points]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
$content[infos]
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_refback" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_REFBACK_TITLE--}</strong>
</td>
</tr>
<input type="text" name="refback_max_perc" size="3" maxlength="3" value="$content[refback_max_perc]" />%
</td>
</tr>
- <tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+ <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_refid" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" colspan="2" align="center">
+ <td class="admin_title bottom" colspan="2" align="center">
<strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
- <tr><td colspan="2" height="4" class="seperator bottom2"> </td></tr>
+ <tr><td colspan="2" height="4" class="seperator bottom"> </td></tr>
<tr><td colspan="2" height="4" class="seperator"> </td></tr>
<tr>
</td>
</tr>
- <tr><td colspan="2" height="4" class="seperator bottom2"> </td></tr>
+ <tr><td colspan="2" height="4" class="seperator bottom"> </td></tr>
<tr>
<td class="admin_footer" colspan="2" align="center">
</td>
</tr>
<tr>
- <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>
+ <td width="20" class="header_column bottom right" align="center">{--ID_SELECT--}</td>
+ <td width="325" class="header_column bottom right" align="center">{--REGISTER_FIELD_NAME--}:</td>
+ <td width="105" class="header_column bottom" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
</tr>
$content
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_register2" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="430">
<tr>
- <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--EDIT_REGFORM_SETTINGS--}</strong>
</td>
- <td class="admin_title bottom2 seperator" width="10"> </td>
+ <td class="admin_title bottom seperator" width="10"> </td>
</tr>
<tr>
<td colspan="5" height="7" class="seperator"> </td>
<td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="7" class="seperator bottom2"> </td>
+ <td colspan="5" height="7" class="seperator bottom"> </td>
</tr>
<tr>
<td width="10" class="admin_footer seperator"> </td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_removeip" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_REMOVEIP_TITLE--}</strong>
</td>
</tr>
<input type="radio" name="removeip_anon_ip" value="N" class="admin_normal"$content[removeip_anon_ip_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
<input type="radio" name="removeip_anon_host" value="N" class="admin_normal"$content[removeip_anon_host_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
<input type="radio" name="removeip_anon_ua" value="N" class="admin_normal"$content[removeip_anon_ua_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
<input type="radio" name="removeip_anon_ref" value="N" class="admin_normal"$content[removeip_anon_ref_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
</select>
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
<input type="radio" name="removeip_admin_show" value="N" class="admin_normal"$content[removeip_admin_show_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
<input type="radio" name="removeip_guest_show" value="N" class="admin_normal"$content[removeip_guest_show_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
<input type="radio" name="removeip_member_show" value="N" class="admin_normal"$content[removeip_member_show_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr><td colspan="2" class="seperator" height="5"> </td></tr>
<tr>
<td align="right" width="350" height="20">
<input type="radio" name="removeip_sponsor_show" value="N" class="admin_normal"$content[removeip_sponsor_show_n] /> {--NO--}
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<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_title bottom2 right2" align="center" height="30">
+ <td class="admin_title bottom right" align="center" height="30">
<strong>{--MODULE_NAME--}</strong>
</td>
- <td class="admin_title bottom2 right2" align="center">
+ <td class="admin_title bottom right" align="center">
<strong>{--MODULE_TITLE--}</strong>
</td>
- <td class="admin_title bottom2" align="center">
+ <td class="admin_title bottom" align="center">
<strong>{--MODULE_SKIPPED--}</strong>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[module]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[title]</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[module]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[title]</td>
+ <td class="switch_sw$content[sw] bottom" align="center">
{--YES--}: <input type="radio" name="mod[$content[module]]"
class="admin_normal" value="Y"$content[y_default]>
{--NO--}: <input type="radio" name="mod[$content[module]]"
<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" colspan="3" align="center">
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--EDIT_SECURITY_SETTINGS--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" align="right" width="280">{--ADMIN_SALT_LENGTH--}:</td>
- <td class="bottom2">
+ <td class="bottom" align="right" width="280">{--ADMIN_SALT_LENGTH--}:</td>
+ <td class="bottom">
<input type="text" name="salt_length" class="admin_normal" size="3" maxlength="3" value="{?salt_length?}" />
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_proxy" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="700">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SESSION_SETTINGS_TITLE--}</strong>
</td>
</tr>
</span>
</td>
</tr>
- <tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+ <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_sponsor" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_SPONSOR_TITLE--}</strong>
</td>
</tr>
<input type="text" class="admin_normal" name="sponsor_ref_points" size="12" maxlength="20" value="{?sponsor_ref_points?}" />
</td>
</tr>
-<tr><td colspan="2" class="seperator bottom2" height="5"> </td></tr>
+<tr><td colspan="2" class="seperator bottom" height="5"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_stats" method="post">
<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">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SETUP_STATS_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" height="5" class="seperator bottom2"> </td>
+ <td colspan="3" height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" height="5" class="seperator"> </td>
</td>
</tr>
<tr>
- <td colspan="3" height="5" class="seperator bottom2"> </td>
+ <td colspan="3" height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" height="5" class="seperator"> </td>
</td>
</tr>
<tr>
- <td colspan="3" height="5" class="seperator bottom2"> </td>
+ <td colspan="3" height="5" class="seperator bottom"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_MEMBER_STATS_TITLE--}</strong>
</td>
</tr>
<td colspan="3" height="5" class="seperator"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_footer top2">
+ <td colspan="3" align="center" class="admin_footer top">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
</td>
<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" colspan="3" align="center">
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--EDIT_POINTS_SETTINGS--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" align="right" width="200">{--POINTS_REF--}:</td>
- <td class="bottom2">
+ <td class="bottom" align="right" width="200">{--POINTS_REF--}:</td>
+ <td class="bottom">
<input type="text" name="points_ref" class="admin_normal" size="6" maxlength="6" value="{?points_ref?}" />
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_surfbar" method="post">
<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">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_SURFBAR_TITLE--}</strong>
</td>
</tr>
$content[surfbar_purge_migrated]
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr>
- <td align="center" colspan="2" class="admin_footer bottom2">
+ <td align="center" colspan="2" class="admin_footer bottom">
<strong>{--ADMIN_CONFIG_SURFBAR_PAYMENT_MODEL--}</strong>
</td>
</tr>
<input type="radio" name="surfbar_pay_model" value="DYNAMIC"$content[surfbar_pay_model_dynamic] />
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr>
- <td align="center" colspan="2" class="admin_footer bottom2">
+ <td align="center" colspan="2" class="admin_footer bottom">
{--ADMIN_CONFIG_SURFBAR_PAUSE_MODE--}
</td>
</tr>
<input type="text" name="surfbar_pause_url" size="15" maxlength="255" value="$content[surfbar_pause_url]" />
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
<tr>
<td height="30" align="right" style="padding-right:5px">
<input type="radio" name="surfbar_autostart" value="N"$content[surfbar_autostart_n] /> {--NO--}
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
<tr>
<td height="30" align="right" style="padding-right:5px">
<input type="radio" name="surfbar_notify_limits" value="N"$content[surfbar_notify_limits_n] /> {--NO--}
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
<tr>
<td height="30" align="right" style="padding-right:5px">
<input type="radio" name="surfbar_notify_admin_unlock" value="N"$content[surfbar_notify_admin_unlock_n] /> {--NO--}
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
<tr>
<td height="30" align="right" style="padding-right:5px">
</select>
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
<tr>
<td height="30" align="right" style="padding-right:5px">
$content[surfbar_low_interval]
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
<tr>
<td height="30" align="center">
<input type="radio" name="surfbar_migrate_order" value="N"$content[surfbar_migrate_order_n] /> {--NO--}
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr><td height="3" colspan="2" class="seperator"> </td></tr>
<tr>
<td height="30" align="center">
<input type="radio" name="surfbar_guest_login_form" value="N"$content[surfbar_guest_login_form_n] /> {--ADMIN_CONFIG_SURFBAR_GUEST_LOGIN_FORM_N--}
</td>
</tr>
- <tr><td height="3" colspan="2" class="seperator bottom2"> </td></tr>
+ <tr><td height="3" colspan="2" class="seperator bottom"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_title" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong></td>
</tr>
<tr>
<td>$content[enable_what_title]</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</strong></td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_top10" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong></td>
</tr>
<tr>
class="admin_normal" value="$content[max]" size="4" maxlength="6" /></td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer"><input
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_transfer" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_TRANSFER_HEADER--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_user" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--USER_ADMIN_CONFIG_HEADER--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_wernis" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--WERNIS_ADMIN_CONFIG_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ <td colspan="3" class="bottom seperator" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td colspan="3" class="seperator bottom2" height="5"> </td>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_yoomedia" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONFIG_YOOMEDIA_TITLE--}</strong>
</td>
</tr>
</select>
</td>
</tr>
-<tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+<tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
<tr>
<td colspan="2" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<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" class="admin_table dashed" align="center">
<tr>
- <td align="center" class="admin_title bottom2" height="30">
+ <td align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_CONTACT_USER--}:<br />
$content[surname] $content[family] <<a href="mailto:$content[email]">$content[email]</a>></strong>
</td>
</tr>
<tr>
- <td align="center" class="bottom2">
+ <td align="center" class="bottom">
<textarea class="admin_normal" name="text" rows="10" cols="20"></textarea>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=admins_edit" method="post">
<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">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</strong></td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[id] <input type="hidden" name="sel[$content[id]]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[login]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[email]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[mode]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[la_mode]
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td width="20" colspan="2" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+ <td width="360" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" checked="checked" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>$content[id]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[title]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[description]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[account_fee] {?POINTS?}
</td>
</tr>
<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_title bottom2">
+ <td align="center" height="30" class="admin_title bottom">
<strong>{--DELETE_CATEGORIES--}:</strong>
</td>
</tr>
type="hidden" name="id[$content[id]]" value="1" size="35"></td>
</tr>
<tr>
- <td height="5" class="bottom2 seperator switch_sw$content[sw]"> </td>
+ <td height="5" class="bottom seperator switch_sw$content[sw]"> </td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
<tr>
- <td class="admin_title bottom2" colspan="5" align="center" height="35">
+ <td class="admin_title bottom" colspan="5" align="center" height="35">
<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
</td>
</tr>
<tr>
- <td class="bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
- <td class="bottom2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
- <td class="bottom2 right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
- <td class="bottom2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
- <td class="bottom2" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--EMAIL_URL--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+ <td class="bottom" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></td>
</tr>
<tr>
- <td class="right2 admin_misc" align="center">$content[id]</td>
- <td class="right2 admin_misc" align="center">$content[subject]</td>
- <td class="right2 admin_misc" align="center">
+ <td class="right admin_misc" align="center">$content[id]</td>
+ <td class="right admin_misc" align="center">$content[subject]</td>
+ <td class="right admin_misc" align="center">
<a href="$content[url]" target="_blank">{--ADMIN_TEST_URL--}</a>
</td>
- <td class="right2 admin_misc" align="center">$content[timestamp]</td>
+ <td class="right admin_misc" align="center">$content[timestamp]</td>
<td class="admin_misc" align="center">$content[cnt]</td>
</tr>
</table>
</td>
</tr>
<tr>
- <td class="top2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
- <td class="top2 right2" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
- <td class="top2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
- <td class="top2 right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
- <td class="top2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+ <td class="top right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="top right" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+ <td class="top right" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+ <td class="top right" align="center"><strong>{--EMAIL_URL--}</strong></td>
+ <td class="top right" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
</tr>
<tr>
- <td class="top2 right2 admin_misc" align="center">$content[id]</td>
- <td class="top2 right2 admin_misc" align="center">$content[sender]</td>
- <td class="top2 right2 admin_misc" align="center">$content[subject]</td>
- <td class="top2 right2 admin_misc" align="center"><a
+ <td class="top right admin_misc" align="center">$content[id]</td>
+ <td class="top right admin_misc" align="center">$content[sender]</td>
+ <td class="top right admin_misc" align="center">$content[subject]</td>
+ <td class="top right admin_misc" align="center"><a
href="$content[url]" target="_blank">{--ADMIN_TEST_URL--}</a></td>
- <td class="top2 right2 admin_misc" align="center">$content[timestamp]</td>
+ <td class="top right admin_misc" align="center">$content[timestamp]</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
<tr>
- <td class="admin_title bottom2" colspan="5" align="center" height="35">
+ <td class="admin_title bottom" colspan="5" align="center" height="35">
<div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</div>
</td>
</tr>
<tr>
- <td class="bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
- <td class="bottom2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
- <td class="bottom2 right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
- <td class="bottom2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
- <td class="bottom2" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--EMAIL_URL--}</strong></td>
+ <td class="bottom right" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+ <td class="bottom" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></td>
</tr>
<tr>
- <td class="right2 admin_misc" align="center">$content[id]</td>
- <td class="right2 admin_misc" align="center">$content[subject]</td>
- <td class="right2 admin_misc" align="center"><a
+ <td class="right admin_misc" align="center">$content[id]</td>
+ <td class="right admin_misc" align="center">$content[subject]</td>
+ <td class="right admin_misc" align="center"><a
href="$content[url]" target="_blank">{--ADMIN_TEST_URL--}</a></td>
- <td class="right2 admin_misc" align="center">$content[timestamp]</td>
+ <td class="right admin_misc" align="center">$content[timestamp]</td>
<td class="admin_misc" align="center">$content[cnt]</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" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2" height="28">
+ <td align="center" class="admin_title bottom" height="28">
<div class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}$content[userid]{--ADMIN_HEADER_DEL_SPONSOR_2--}</div>
</td>
</tr>
<tr>
<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 height="5" class="seperator bottom"> </td></tr>
<tr>
<td align="center" class="admin_footer">
<input type="submit" name="no" class="admin_no" value="{--NO--}" />
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right 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 align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[registered]
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
<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">
+ <td class="switch_sw$content[sw] bottom right">
$content[time_trans]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[userid_from]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[userid_to]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[reason]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
$content[points]
</td>
</tr>
<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" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2" height="28"><strong
+ <td align="center" class="admin_title bottom" height="28"><strong
class="admin_done">$content[header]</strong>
</td>
</tr>
<td align="center"><textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea></td>
</tr>
<tr>
- <td height="5" class="seperator bottom2"> </td>
+ <td height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td align="center" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=admins_edit" method="post">
<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">
+ <td colspan="6" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="header_column bottom" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[id]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><input
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[id]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right"><input
type="text" name="login[$content[id]]" class="admin_normal"
value="$content[login]" size="20" maxlength="255"></td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><input
+ <td align="center" class="switch_sw$content[sw] bottom right"><input
type="text" name="email[$content[id]]" class="admin_normal"
value="$content[email]" size="25" maxlength="255"></td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><input
+ <td align="center" class="switch_sw$content[sw] bottom right"><input
type="password" name="pass1[$content[id]]" class="admin_normal"
size="10" maxlength="255"> <input type="password"
name="pass2[$content[id]]" class="admin_normal" size="10"
maxlength="255"></td>
- <td align="center" class="switch_sw$content[sw] bottom2"><select
+ <td align="center" class="switch_sw$content[sw] bottom"><select
name="mode[$content[id]]" size="1" class="admin_select">
$content[mode]
</select></td>
- <td align="center" class="switch_sw$content[sw] bottom2"><select
+ <td align="center" class="switch_sw$content[sw] bottom"><select
name="la_mode[$content[id]]" size="1" class="admin_select">
$content[la_mode]
</select></td>
<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="4" align="center" class="admin_title bottom2" height="30">
+ <td colspan="4" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_BANK_PACKAGES--}:</strong>
</td>
</tr>
<tr>
- <td width="33%" align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
+ <td width="33%" align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2 right2">
+ <td width="34%" align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2">
+ <td width="33%" align="center" valign="top" class="switch_sw$content[sw] bottom">
{--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" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom">
{--ADMIN_BANK_PACKAGE_OUTPUT_MODE--}:<br />
[output_system_mode] => EMAIL
</td>
</tr>
<tr>
- <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--ADMIN_BANK_PACKAGE_EDIT_ACTIVE--}:<br />
[package_active] => Y
</td>
- <td align="center" valign="top" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom">
{--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" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom">
{--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" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--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" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" valign="top" class="switch_sw$content[sw] bottom right">
{--ADMIN_BANK_PACKAGE_EDIT_TAN_LOCK--}:<br />
<input type="text" name="tan_lock[$content[id]]" size="5" maxlength="10" value="$content[tan_lock]" />
</td>
- <td class="switch_sw$content[sw] seperator bottom2">
+ <td class="switch_sw$content[sw] seperator bottom">
<input type="hidden" name="id[]" value="$content[id]" />
</td>
</tr>
<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_title bottom2">
+ <td align="center" colspan="3" height="30" class="admin_title bottom">
<strong>{--EDIT_CATEGORIES--}:</strong>
</td>
</tr>
<tr>
- <td colspan="3" align="left" class="admin_title bottom2" height="25">
+ <td colspan="3" align="left" class="admin_title bottom" height="25">
<strong>{--CATEGORY_ID--} $content[id]:</strong></td>
</tr>
<tr>
</tr>
<tr>
<td colspan="3" height="5"
- class="bottom2 seperato switch_sw$content[sw]"> </td>
+ class="bottom seperato switch_sw$content[sw]"> </td>
</tr>
</td>
</tr>
<tr>
- <td align="right" class="top2">
+ <td align="right" class="top">
<strong>{--EDIT_URL--}:</strong>
</td>
- <td width="5" class="top2 seperator"> </td>
- <td class="top2">
+ <td width="5" class="top seperator"> </td>
+ <td class="top">
<input type="text" name="url" class="admin_normal" size="30" maxlength="255" value="$content[url]" />
</td>
</tr>
<tr>
- <td align="right" class="top2">
+ <td align="right" class="top">
<strong>{--EMAIL_EDIT_SUBJ--}:</strong>
</td>
- <td width="5" class="top2" seperator> </td>
- <td class="top2">
+ <td width="5" class="top" seperator> </td>
+ <td class="top">
<input type="text" name="subject" class="admin_normal" size="30" maxlength="255" value="$content[subject]" />
</td>
</tr>
<tr>
- <td align="right" class="top2">
+ <td align="right" class="top">
<strong>{--EMAIL_EDIT_TEXT--}:</strong>
</td>
- <td width="5" class="top2 seperator"> </td>
- <td class="top2">
+ <td width="5" class="top seperator"> </td>
+ <td class="top">
<textarea name="text" class="admin_normal" rows="8" cols="28">$content[text]</textarea>
</td>
</tr>
<tr>
- <td align="center" height="30" colspan="3" class="admin_footer top2">
+ <td align="center" height="30" colspan="3" class="admin_footer top">
<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--}" />
<tr>
- <td class="switch_sw$content[sw] top2" width="10" height="20"> </td>
- <td class="switch_sw$content[sw] top2" align="center" width="10">
+ <td class="switch_sw$content[sw] top" width="10" height="20"> </td>
+ <td class="switch_sw$content[sw] top" align="center" width="10">
<input type="radio" name="id" class="admin_normal" value="$content[id]" />
</td>
- <td class="switch_sw$content[sw] top2" width="5"> </td>
- <td class="switch_sw$content[sw] top2">
+ <td class="switch_sw$content[sw] top" width="5"> </td>
+ <td class="switch_sw$content[sw] top">
$content[subject]
({--EMAIL_SENDER--}: $content[userid]; $content[pay]; $content[cat])
</td>
- <td class="switch_sw$content[sw] top2" width="10"> </td>
+ <td class="switch_sw$content[sw] top" width="10"> </td>
</tr>
</tr>
$content
<tr>
- <td align="center" height="30" colspan="3" class="admin_footer top2">
+ <td align="center" height="30" colspan="3" class="admin_footer top">
<input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
<input type="submit" name="ok" class="admin_submit" value="{--ADMIN_EDIT_EMAIL--}" />
</td>
<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">
+ <td align="center" class="admin_title bottom" height="25" colspan="4">
<strong>{--ADMIN_NETWORK_EDIT_TITLE--}</strong>
</td>
</tr>
</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>
+<tr><td colspan="4" class="bottom switch_sw$content[sw] seperator" height="6"> </td></tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=payments&do=edit" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
<tr>
- <td align="center" colspan="2" class="admin_title bottom2" height="30"><strong>{--EDIT_PAYMENT--}:</strong></td>
+ <td align="center" colspan="2" class="admin_title bottom" height="30"><strong>{--EDIT_PAYMENT--}:</strong></td>
</tr>
$content
<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" class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--RALLYE_EDIT_RALLYES--}:</strong></td>
</tr>
$content
$content[e_hour]: $content[e_min]: $content[e_sec]</td>
</tr>
<tr>
- <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
+ <td colspan="3" class="switch_sw$content[sw] bottom seperator"
height="5"> </td>
</tr>
<tr>
size="5" maxlength="20" value="$content[min_users]"></td>
</tr>
<tr>
- <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
+ <td colspan="3" class="switch_sw$content[sw] bottom seperator"
height="5"> </td>
</tr>
<tr>
size="5" maxlength="20" value="$content[min_prices]"></td>
</tr>
<tr>
- <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
+ <td colspan="3" class="switch_sw$content[sw] bottom seperator"
height="5"> </td>
</tr>
<strong>$content[contact]</strong>
</td>
</tr>
-<tr><td class="admin_title seperator bottom2" height="10" colspan="3"> </td></tr>
+<tr><td class="admin_title seperator bottom" height="10" colspan="3"> </td></tr>
<tr><td height="8" colspan="3" class="seperator"> </td></tr>
<tr>
<td align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</td>
<td width="10" class="seperator"> </td>
<td><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></td>
</tr>
-<tr><td height="5" colspan="3" class="seperator bottom2"> </td></tr>
+<tr><td height="5" colspan="3" class="seperator bottom"> </td></tr>
<tr>
<td colspan="3" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<div align="center"><form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=edit" method="post">
<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">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}: ($content[id])</strong>
</td>
</tr>
<tr>
- <td class="bottom2" width="10"> </td>
- <td class="bottom2" colspan="3" align="center">
+ <td class="bottom" width="10"> </td>
+ <td class="bottom" colspan="3" align="center">
<span class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</span>
</td>
- <td class="bottom2" width="10"> </td>
+ <td class="bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom" width="10" height="30"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
</td>
</tr>
</td>
<td width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="admin_title bottom2" width="10" height="30"> </td>
- <td class="admin_title bottom2" colspan="3" align="center">
+ <td class="admin_title bottom" width="10" height="30"> </td>
+ <td class="admin_title bottom" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
</td>
- <td class="admin_title bottom2" width="10"> </td>
+ <td class="admin_title bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
<td colspan="5" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<strong>$content[contact]</strong>
</td>
</tr>
-<tr><td class="admin_title seperator bottom2" height="10" colspan="3"> </td></tr>
+<tr><td class="admin_title seperator bottom" height="10" colspan="3"> </td></tr>
<tr><td height="8" colspan="3" class="seperator"> </td></tr>
<tr>
<td align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</td>
<td width="10" class="seperator"> </td>
<td><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></td>
</tr>
-<tr><td height="5" colspan="3" class="seperator bottom2"> </td></tr>
+<tr><td height="5" colspan="3" class="seperator bottom"> </td></tr>
<tr>
<td colspan="3" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right 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 align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right 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" class="admin_table dashed" align="center">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_EDIT_USER_PROFILE--}: ($content)</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" align="right">{--EMAIL_ADDRESS--}:</td>
- <td class="bottom2 seperator" width="10"> </td>
- <td class="bottom2">
+ <td class="bottom" align="right">{--EMAIL_ADDRESS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom">
<input type="text" name="email" class="admin_normal" size="20" maxlength="255" value="$content[email]" />
</td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_footer bottom2">
+ <td colspan="3" align="center" class="admin_footer bottom">
<div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" align="right">{--ADMIN_PASS2--}:</td>
- <td class="bottom2 seperator" width="10"> </td>
- <td class="bottom2">
+ <td class="bottom" align="right">{--ADMIN_PASS2--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom">
<input type="password" name="pass2" class="admin_normal" size="5" maxlength="255" />
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] top2 bottom2 right" width="23%" align="center">
+ <td class="switch_sw$content[sw] top bottom right" width="23%" align="center">
{--EMAIL_SENDER--}:<br />
<strong class="admin_misc">$content[u_link]</strong>
</td>
- <td class="switch_sw$content[sw] top2 bottom2 right" width="23%" align="center">
+ <td class="switch_sw$content[sw] top bottom right" width="23%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong class="admin_misc">$content[subject]</strong>
</td>
- <td class="switch_sw$content[sw] top2 bottom" width="54%" align="center">
+ <td class="switch_sw$content[sw] top bottom" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
<strong class="admin_misc">$content[text]</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] top2 bottom2 right">
+ <td colspan="2" align="center" class="switch_sw$content[sw] top bottom right">
{--EMAIL_PAYMENT--}:<br />
<strong class="admin_misc">$content[pay]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] top2 bottom">
+ <td align="center" class="switch_sw$content[sw] top 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] top2 bottom2 right">
+ <td align="center" class="switch_sw$content[sw] top bottom 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] top2 bottom2 right">
+ <td align="center" class="switch_sw$content[sw] top bottom right">
{--USERS_LINKS--}:<br />
<strong class="admin_misc">$content[unconfirmed]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] top2 bottom">
+ <td align="center" class="switch_sw$content[sw] top 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] top2 bottom2 right">
+ <td align="center" class="switch_sw$content[sw] top bottom right">
{--EMAIL_TSEND--}:<br />
<strong class="admin_misc">$content[target_send]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] top2 bottom2 right">
+ <td align="center" class="switch_sw$content[sw] top bottom 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] top2 bottom">
+ <td align="center" class="switch_sw$content[sw] top bottom">
{--EMAIL_TIMESTAMP--}:<br />
<strong class="admin_misc">$content[timestamp]</strong>
</td>
<td height="5" colspan="3" class="switch_sw$content[sw] seperator"> </td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] top2 right" colspan="2">
+ <td align="center" class="switch_sw$content[sw] top right" colspan="2">
<div>{--EMAIL_URL--}:</div>
<div><strong class="admin_misc">$content[url]</strong></div>
</td>
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] top2 admin_del_link" colspan="3">
+ <td align="center" class="switch_sw$content[sw] top admin_del_link" colspan="3">
<a href="{?URL?}/modules.php?module=admin&what=del_email&mid=$content[mid]">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2" style="padding-left: 2px" width="30">$content[i].</td>
- <td class="switch_sw$content[sw] bottom2" style="padding-left: 5px; padding-right: 5px">
+ <td class="switch_sw$content[sw] bottom" style="padding-left: 2px" width="30">$content[i].</td>
+ <td class="switch_sw$content[sw] bottom" style="padding-left: 5px; padding-right: 5px">
$content[sql]
</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" width="$content[width]" align="center"$content[dashed]>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="24">
+ <td colspan="2" align="center" class="admin_title bottom" height="24">
<strong>$content[title]:</strong>
</td>
</tr>
<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" class="admin_table dashed">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_REGISTERED_EXTENSIONS--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+ <td align="center" class="header_column bottom right" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
+ <td align="center" class="header_column bottom" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
</tr>
$content
<tr>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="40"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
+ <td align="center" class="header_column bottom" width="220"> </td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<strong>$content[id]</strong>
<input type="hidden" name="sel[$content[id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[ext_name]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
v$content[ext_ver]
</td>
- <td class="switch_sw$content[sw] bottom2 seperator"> </td>
+ <td class="switch_sw$content[sw] bottom seperator"> </td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2 seperator"> </td>
+ <td class="switch_sw$content[sw] bottom right seperator"> </td>
<td colspan="3">$content[verbose]</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<strong>$content[id]</strong>
</td>
- <td class="switch_sw$content[sw] bottom2" colspan="3" align="center">
+ <td class="switch_sw$content[sw] bottom" colspan="3" align="center">
Erweiterung nicht auffindbar!
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom right" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+ <td align="center" class="header_column bottom right" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
+ <td class="switch_sw$content[sw] bottom right" align="center"><strong>$content[id]</strong>
<input type="hidden" name="sel[$content[id]]" value="1" /></td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[name]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[css]</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[active]</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admoin_normal" name="sel[$content[id]]" value="$content[act_val]" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[name]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[css]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[active]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
v$content[ver]
</td>
</tr>
<div align="center">
<div class="admin_table dashed" style="width:400px;margin-bottom:5px">
<ul style="padding:0px;margin:0px">
- <li class="menu_blur bottom2"><a href="{?URL?}/modules.php?module=index" title="{--ADMIN_BACK_TO_GUEST_MENU--}">{--ADMIN_BACK_TO_GUEST_MENU--}</a></li>
- <li class="menu_blur bottom2"><a href="http://forum.mxchange.org" target="_blank" title="{--ADMIN_SUPPORT_FORUM_LINK--}">{--ADMIN_SUPPORT_FORUM_LINK--}</a></li>
+ <li class="menu_blur bottom"><a href="{?URL?}/modules.php?module=index" title="{--ADMIN_BACK_TO_GUEST_MENU--}">{--ADMIN_BACK_TO_GUEST_MENU--}</a></li>
+ <li class="menu_blur bottom"><a href="http://forum.mxchange.org" target="_blank" title="{--ADMIN_SUPPORT_FORUM_LINK--}">{--ADMIN_SUPPORT_FORUM_LINK--}</a></li>
<li class="menu_blur"><a href="http://bugs.mxchange.org" target="_blank" title="{--ADMIN_SUPPORT_BUGTRACKER_LINK--}">{--ADMIN_SUPPORT_BUGTRACKER_LINK--}</a></li>
</ul>
</div>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_title bottom2">
+ <td align="center" colspan="2" class="admin_title bottom">
{--DEL_MENU_1--}$content[chk]{--DEL_MENU_2--}
</td>
</tr>
<tr>
- <td width="50%" class="bottom2 switch_sw$content[sw]" align="right">$content[cnt]. {--ENTRY_DELETE--}: </td>
- <td width="50%" class="bottom2 switch_sw$content[sw]">
+ <td width="50%" class="bottom switch_sw$content[sw]" align="right">$content[cnt]. {--ENTRY_DELETE--}: </td>
+ <td width="50%" class="bottom switch_sw$content[sw]">
$content[menu] <input type="hidden" name="sel[$content[sel]]"
value="$content[menu]"></td>
</tr>
\ No newline at end of file
<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="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>
+ <td class="header_column bottom right" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
</tr>
$content[rows]
<tr>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_title bottom2">
+ <td align="center" colspan="2" class="admin_title bottom">
{--EDIT_MENU_1--}$content[chk]{--EDIT_MENU_2--}
</td>
</tr>
class="admin_normal" size="30" maxlength="50"></td>
</tr>
<tr>
- <td colspan="2" class="seperator switch_sw$content[sw] bottom2"> </td>
+ <td colspan="2" class="seperator switch_sw$content[sw] bottom"> </td>
</tr>
\ No newline at end of file
</td>
</tr>
<tr>
- <td colspan="4" height="5" class="admin_title seperator bottom2"> </td>
+ <td colspan="4" height="5" class="admin_title seperator bottom"> </td>
</tr>
$content[rows]
<tr>
<table border="0" cellspacing="0" cellpadding="0" width="640"
class="admin_table dashed" align="center">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
<a href="$content[email_link]">$content[login]</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
<a href="mailto:$content[email]">$content[email]</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[mode]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
$content[la_mode]
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--GENDER--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--SURNAME--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--FAMILY_NAME--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--MEMBER_JOINED--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--LAST_SEEN--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[userid]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[gender]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[surname]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[family]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[email]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[joined]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[last_online]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[notified]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[userid]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[gender]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[surname]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[family]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[email]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[joined]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[last_online]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[notified]</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td width="20" colspan="2" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></td>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></td>
+ <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>$content[id]</strong>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[title]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[description]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[fee] {?POINTS?}
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[plus]%
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[minus]%
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[active]
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO No title here? //-->
<tr>
- <td class="header_column bottom2 right2" align="center" width="60">
+ <td class="header_column bottom right" align="center" width="60">
<strong>{--BEG_RANK--}</strong>
</td>
- <td class="header_column bottom2 right2" align="center" width="90">
+ <td class="header_column bottom right" align="center" width="90">
<strong>{--_UID--}:</strong>
</td>
- <td class="header_column bottom2 right2" align="center">
+ <td class="header_column bottom right" align="center">
<strong>{--SURNAME_FAMILY--}:</strong>
</td>
- <td class="header_column bottom2 right2" align="center">
+ <td class="header_column bottom right" align="center">
<strong>{--BEG_TOTAL--}:</strong>
</td>
- <td class="header_column bottom2" align="center" width="160">
+ <td class="header_column bottom" align="center" width="160">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
$content[rows]
<tr>
- <td colspan="3" class="header_column bottom2 right2" height="28" align="right">
+ <td colspan="3" class="header_column bottom right" height="28" align="right">
<u>{--BEG_MEMBER_TOTAL--}:</u>
</td>
- <td class="header_column bottom2 right2" height="28">
+ <td class="header_column bottom right" height="28">
<u>$content[total] {?POINTS?}</u>
</td>
- <td class="header_column bottom2"> </td>
+ <td class="header_column bottom"> </td>
</tr>
<tr>
<td colspan="5" class="header_column" align="center" height="55">
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]<a
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]$content[cnt]$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]<a
href="{?URL?}/modules.php?module=admin&what=list_user&userid=$content[userid]">$content[userid]</a>$content[win2]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a
+ <td class="switch_sw$content[sw] bottom right"> $content[win1]<a
href="$content[email]">$content[gender] $content[surname]
$content[family]</a>$content[win2]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[turbo]
+ <td class="switch_sw$content[sw] bottom right"> $content[turbo]
{?POINTS?}</td>
- <td class="switch_sw$content[sw] bottom2"> $content[last_online]</td>
+ <td class="switch_sw$content[sw] bottom"> $content[last_online]</td>
</tr>
\ No newline at end of file
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO No title here? //-->
<tr>
- <td class="header_column bottom2 right2" align="center" width="60">
+ <td class="header_column bottom right" align="center" width="60">
<strong>{--BONUS_RANK--}</strong>
</td>
- <td class="header_column bottom2 right2" align="center" width="90">
+ <td class="header_column bottom right" align="center" width="90">
<strong>{--_UID--}:</strong>
</td>
- <td class="header_column bottom2 right2" align="center">
+ <td class="header_column bottom right" align="center">
<strong>{--SURNAME_FAMILY--}:</strong>
</td>
- <td class="header_column bottom2 right2" align="center">
+ <td class="header_column bottom right" align="center">
<strong>{--BONUS_TURBO_TOTAL2--}:</strong>
</td>
- <td class="header_column bottom2" align="center" width="160">
+ <td class="header_column bottom" align="center" width="160">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
$content[rows]
<tr>
- <td colspan="3" class="header_column bottom2 right2" height="28" align="right">
+ <td colspan="3" class="header_column bottom right" height="28" align="right">
<u>{--BONUS_MEMBER_TOTAL--}:</u>
</td>
- <td class="header_column bottom2 right2" height="28"> <u>$content[total] {?POINTS?}</u></td>
- <td class="header_column bottom2"> </td>
+ <td class="header_column bottom right" height="28"> <u>$content[total] {?POINTS?}</u></td>
+ <td class="header_column bottom"> </td>
</tr>
<tr>
<td colspan="5" class="header_column" align="center" height="55">
<tr>
- <td class="bottom2 top2 right" colspan="2" width="46%" align="center">
+ <td class="bottom top right" colspan="2" width="46%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong class="admin_misc">$content[subject]</strong>
</td>
- <td class="bottom2 top2" width="54%" align="center">
+ <td class="bottom top" 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="top2 bottom2 right" width="23%">
+ <td align="center" class="top bottom right" width="23%">
{--EMAIL_POINTS--}:<br />
<strong class="admin_misc">$content[points] {?POINTS?}</strong>
</td>
- <td align="center" class="top2 bottom2 right" width="23%">
+ <td align="center" class="top bottom right" width="23%">
{--EMAIL_SECONDS--}:<br />
<strong class="admin_misc">$content[time]</strong>
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 bottom2 right">
+ <td align="center" class="top bottom 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="top2 bottom2 right">
+ <td align="center" class="top bottom right">
{--USERS_LINKS--}:<br />
<strong class="admin_misc">$content[unconfirmed]</strong>
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 bottom2 right">
+ <td align="center" class="top bottom right">
{--EMAIL_TSEND--}:<br />
<strong class="admin_misc">$content[target_send]</strong>
</td>
- <td align="center" class="top2 bottom2 right">
+ <td align="center" class="top bottom right">
{--EMAIL_URL--}:<br />
<strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 right" colspan="2">
+ <td align="center" class="top right" colspan="2">
<div>{--EMAIL_URL--}:</div>
<div><strong class="admin_misc">$content[url]</strong></div>
</td>
</td>
</tr>
<tr>
- <td align="center" class="top2 admin_del_link" colspan="3">
+ <td align="center" class="top admin_del_link" colspan="3">
<a href="{?URL?}/modules.php?module=admin&what=del_email&bid=$content[id]">{--ADMIN_DELETE_BONUS_MAIL--}</a>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[userid]$content[win2]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[points] {?POINTS?}</td>
- <td class="switch_sw$content[sw] bottom2"> $content[last_online]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]$content[cnt]$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[win1]$content[userid]$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[points] {?POINTS?}</td>
+ <td class="switch_sw$content[sw] bottom"> $content[last_online]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2"
+ <td colspan="3" align="center" class="admin_title bottom"
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" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2">
+ <td align="center" class="admin_title bottom">
<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 class="bottom2 switch_sw$content[sw]" width="30" align="right">$content[cnt]. </td>
- <td class="bottom2 switch_sw$content[sw]">$content[cat]</td>
- <td class="bottom2 switch_sw$content[sw] left2" width="50"
+ <td class="bottom switch_sw$content[sw]" width="30" align="right">$content[cnt]. </td>
+ <td class="bottom switch_sw$content[sw]">$content[cat]</td>
+ <td class="bottom switch_sw$content[sw] left" width="50"
align="center">$content[sel]</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" colspan="8" align="center">
+ <td class="admin_title bottom" 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 right" align="center" width="20">{--_UID--}</td>
+ <td class="header_column right" align="center">{--GENDER--}</td>
+ <td class="header_column right" align="center">{--SURNAME--}</td>
+ <td class="header_column right" align="center">{--FAMILY_NAME--}</td>
+ <td class="header_column right" align="center">{--EMAIL_ADDRESS--}</td>
+ <td class="header_column right" align="center">{--REMOTE_IP--}</td>
+ <td class="header_column right" align="center" width="20">{--REF_UID--}</td>
<td class="header_column" align="center">{--CONFIRM_ACCOUNT--}</td>
</tr>
$content
<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[remote_addr]</td>
- <td align="center" class="switch_sw$content[sw] top2 right2">$content[refid]</td>
- <td align="center" class="switch_sw$content[sw] top2">
+ <td align="center" class="switch_sw$content[sw] top right">$content[link]</td>
+ <td align="center" class="switch_sw$content[sw] top right">$content[gender]</td>
+ <td align="center" class="switch_sw$content[sw] top right">$content[surname]</td>
+ <td align="center" class="switch_sw$content[sw] top right">$content[family]</td>
+ <td align="center" class="switch_sw$content[sw] top right">$content[email]</td>
+ <td align="center" class="switch_sw$content[sw] top right">$content[remote_addr]</td>
+ <td align="center" class="switch_sw$content[sw] top right">$content[refid]</td>
+ <td align="center" class="switch_sw$content[sw] top">
<a href="{?URL?}/confirm.php?hash=$content[user_hash]" target="_blank">{--CONFIRMATION_LINK--}</a>
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td width="20" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+ <td width="400" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
+ <td align="center" class="switch_sw$content[sw] bottom right"><strong>$content[id]</strong>
<input type="hidden" name="id[$content[id]]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[code]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[descr]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[status]
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
+ <td align="center" class="switch_sw$content[sw] bottom right"><strong>$content[id]</strong>
<input type="hidden" name="id[$content[id]]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="text" name="code[$content[id]]" class="admin_normal" size="2" maxelength="2" value="$content[code]" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="text" name="descr[$content[id]]" class="admin_normal" size="20" maxelength="255" value="$content[descr]" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
<select name="is_active[$content[id]]" class="admin_select" size="1">
$content[status]
</select>
</td>
</tr>
<tr>
- <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>
+ <td width="20" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+ <td width="300" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td align="center" class="bottom2" colspan="4" height="30">
+ <td align="center" class="bottom" colspan="4" height="30">
<strong>{--ADMIN_COUNTRY_NO_CODES_SETUP--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="$content[is_active]" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[code]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[descr]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[active]
</td>
</tr>
</td>
</tr>
<tr>
- <td class="header_column bottom2 right2" align="center" height="25" width="25%">
+ <td class="header_column bottom right" align="center" height="25" width="25%">
<div class="medium">{--_UID--}:</div>
</td>
- <td class="header_column bottom2 right2" align="center" width="25%">
+ <td class="header_column bottom right" align="center" width="25%">
<div class="medium">{?POINTS?}:</div>
</td>
- <td class="header_column bottom2 right2" align="center" width="25%">
+ <td class="header_column bottom right" align="center" width="25%">
<div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</div>
</td>
- <td class="header_column bottom2" align="center" width="25%">
+ <td class="header_column bottom" align="center" width="25%">
<div class="medium">{--REMOTE_IP--}:</div>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" align="center" height="30" colspan="2">
+ <td class="admin_title bottom" align="center" height="30" colspan="2">
<div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</div>
</td>
</tr>
<tr>
- <td class="header_column bottom2 right2" align="center" height="25" width="260">
+ <td class="header_column bottom right" align="center" height="25" width="260">
<div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</div>
</td>
- <td class="header_column bottom2" align="center" height="25" width="260">
+ <td class="header_column bottom" 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">
+ <td class="right" align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="switch_sw1 bottom2" align="right" width="245">
+ <td class="switch_sw1 bottom" align="right" width="245">
{--ADMIN_DOUBLER_ALREADY_ALL--}:
</td>
- <td class="switch_sw1 bottom2" align="center" width="30">
+ <td class="switch_sw1 bottom" align="center" width="30">
<strong>$content[already_all_link]</strong>
</td>
</tr>
<tr>
- <td class="switch_sw2 bottom2" align="right">
+ <td class="switch_sw2 bottom" align="right">
{--ADMIN_DOUBLER_ALREADY_DIRECT--}:
</td>
- <td class="switch_sw2 bottom2" align="center">
+ <td class="switch_sw2 bottom" align="center">
<strong>$content[already_direct_link]</strong>
</td>
</tr>
<td align="center" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="switch_sw1 bottom2" align="right" width="245">
+ <td class="switch_sw1 bottom" align="right" width="245">
{--ADMIN_DOUBLER_WAITING_ALL--}:
</td>
- <td class="switch_sw1 bottom2" align="center" width="30">
+ <td class="switch_sw1 bottom" align="center" width="30">
<strong>$content[waiting_all_link]</strong>
</td>
</tr>
<tr>
- <td class="switch_sw2 bottom2" align="right">
+ <td class="switch_sw2 bottom" align="right">
{--ADMIN_DOUBLER_WAITING_DIRECT--}:
</td>
- <td class="switch_sw2 bottom2" align="center">
+ <td class="switch_sw2 bottom" align="center">
<strong>$content[waiting_direct_link]</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center" height="25" width="25%"><strong>{--_UID--}:</strong></td>
+ <td class="header_column bottom right" align="center" width="25%"><strong>{?POINTS?}:</strong></td>
+ <td class="header_column bottom right" align="center" width="25%"><strong>{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong></td>
+ <td class="header_column bottom" align="center" width="25%"><strong class="medium">{--REMOTE_IP--}:</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td class="bottom2 top2 right" width="23%" align="center">
+ <td class="bottom top right" width="23%" align="center">
{--EMAIL_SENDER--}:<br />
<div class="admin_misc">$content[sender_link]</div>
</td>
- <td class="bottom2 top2 right" width="23%" align="center">
+ <td class="bottom top right" width="23%" align="center">
{--EMAIL_SUBJECT--}:<br />
<div class="admin_misc">$content[subject]</div>
</td>
- <td class="bottom2 top2" width="54%" align="center">
+ <td class="bottom top" 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="top2 bottom2 right">
+ <td colspan="2" align="center" class="top bottom right">
{--EMAIL_PAYMENT--}:<br />
<div class="admin_misc">$content[payment]
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 bottom2 right">
+ <td align="center" class="top bottom 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="top2 bottom2 right">
+ <td align="center" class="top bottom right">
{--USERS_LINKS--}:<br />
<div class="admin_misc">$content[unconfirmed]</div>
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 right">
+ <td align="center" class="top right">
{--EMAIL_TSEND--}:<br />
<div class="admin_misc">$content[target_send]</div>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--EMAIL_URL--}:<br />
<div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></div>
</td>
</td>
</tr>
<tr>
- <td align="center" class="top2 admin_del_link" colspan="3">
+ <td align="center" class="top admin_del_link" colspan="3">
<a href="{?URL?}/modules.php?module=admin&what=del_email&mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
</td>
</tr>
<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="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>
+ <td width="10" class="header_column bottom right" align="center" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td width="50" class="header_column bottom right" align="center"><strong>{--_UID--}:</strong></td>
+ <td width="80" class="header_column bottom right" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></td>
+ <td width="80" class="header_column bottom right" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></td>
+ <td width="100" class="header_column bottom right" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></td>
+ <td width="100" class="header_column bottom right" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+ <td width="160" class="header_column bottom" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[userid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[start]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[end]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<div class="pre">$content[comments]</div>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[status]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[last_online]
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="60"><strong>{--KEY_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="110"><strong>{--ADMIN_IMPRINT_KEY--}:</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--ADMIN_IMPRINT_VALUE--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="checkbox" class="admin_normal" title="{--ADMIN_IMPRINT_SELECT_ROW--} - $content[imprint_key]" name="id[$content[imprint_key]]" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[imprint_key]
</td>
- <td class="switch_sw$content[sw] bottom2" style="padding-left:5px">
+ <td class="switch_sw$content[sw] bottom" style="padding-left:5px">
$content[imprint_value]
</td>
</tr>
<tr>
- <td align="center" class="bottom2" colspan="3" height="30">
+ <td align="center" class="bottom" colspan="3" height="30">
<strong>{--ADMIN_IMPRINT_NO_ROWS--}</strong>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="4" align="center" class="admin_title bottom2" height="40">
+ <td colspan="4" align="center" class="admin_title bottom" 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>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2" colspan="4">
+ <td align="center" class="switch_sw$content[sw] bottom" colspan="4">
<span class="admin_failed large">$content[problem]:</span> $content[data]
</td>
</tr>
<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[timestamp]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[cat]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[link]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[subject]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[timestamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[cat]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <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>
+ <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_NAME--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_TITLE--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_IS_LOCKED--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_IS_ADMIN--}</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--MODS_IS_MEMBER--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="sel[$content[id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[mod]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[title]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[locked]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[hidden]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[admin]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[mem]
</td>
</tr>
<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" class="admin_table dashed">
<tr>
- <td height="25" colspan="3" class="header_column bottom2 right2 seperator"> </td>
- <td colspan="2" class="header_column bottom2 right2" align="center">
+ <td height="25" colspan="3" class="header_column bottom right seperator"> </td>
+ <td colspan="2" class="header_column bottom right" align="center">
<strong>{--ADMIN_NETWORK_SEPERATOR--}</strong>
</td>
- <td colspan="2" class="header_column bottom2 seperator"> </td>
+ <td colspan="2" class="header_column bottom seperator"> </td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_SHORT_NAME--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REFLINK--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_DATA_SEPERATOR2--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_ROW_SEPERATOR2--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_REQUEST_TYPE--}</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--ADMIN_NETWORK_CHARSET--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[network_id]" class="admin_normal" name="sel[$content[network_id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[network_short_name]:
[<a
href="{?URL?}/modules.php?module=admin&what=list_network_types&network=$content[network_id]" title="{--ADMIN_NETWORK_LIST_TYPES_LINK_TITLE--}">T</a>|<a
href="{?URL?}/modules.php?module=admin&what=list_network_code_types&network=$content[network_id]" title="{--ADMIN_NETWORK_LIST_CODE_TYPES_LINK_TITLE--}">CT</a>|<a
href="{?URL?}/modules.php?module=admin&what=list_network_codes&network=$content[network_id]" title="{--ADMIN_NETWORK_LIST_CODES_LINK_TITLE--}">C</a>]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
[<a href="$content[network_reflink]" target="_blank" title="$content[network_title]">$content[network_title]</a>]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[network_data_seperator]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[network_row_seperator]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[network_request_type]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[network_charset]
</td>
</tr>
<tr>
- <td class="bottom2 top2 right" colspan="2" width="46%" align="center">
+ <td class="bottom top right" colspan="2" width="46%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong class="admin_misc">$content[subject]</strong>
</td>
- <td class="bottom2 top2" width="54%" align="center">
+ <td class="bottom top" 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="top2 bottom2 right" width="23%">
+ <td align="center" class="top bottom right" width="23%">
{--EMAIL_POINTS--}:<br />
<strong class="admin_misc">$content[points] {?POINTS?}</strong>
</td>
- <td align="center" class="top2 bottom2 right" width="23%">
+ <td align="center" class="top bottom right" width="23%">
{--EMAIL_SECONDS--}:<br />
<strong class="admin_misc">$content[time]</strong>
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 bottom2 right">
+ <td align="center" class="top bottom 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="top2 bottom2 right">
+ <td align="center" class="top bottom right">
{--USERS_LINKS--}:<br />
<strong class="admin_misc">$content[unconfirmed]</strong>
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 bottom2 right">
+ <td align="center" class="top bottom right">
{--EMAIL_TSEND--}:<br />
<strong class="admin_misc">$content[target_send]</strong>
</td>
- <td align="center" class="top2 bottom2 right">
+ <td align="center" class="top bottom right">
{--EMAIL_URL--}:<br />
<strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
</td>
- <td align="center" class="top2 bottom">
+ <td align="center" class="top 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="top2 right" colspan="2">
+ <td align="center" class="top right" colspan="2">
<div>{--EMAIL_URL--}:</div>
<div><strong class="admin_misc">$content[url]</strong></div>
</td>
</td>
</tr>
<tr>
- <td align="center" class="top2 admin_del_link" colspan="3">
+ <td align="center" class="top admin_del_link" colspan="3">
<a href="{?URL?}/modules.php?module=admin&what=del_email&nid=$content[id]">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
<tr>
- <td colspan="8" class="admin_title bottom2">
+ <td colspan="8" class="admin_title bottom">
<strong>{--ADMIN_ONLINE_DETAILS--}</strong>
</td>
</tr>
<tr>
- <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="5%" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" width="10%" class="header_column bottom right"><strong>{--_UID--}:</strong></td>
+ <td align="center" width="10%" class="header_column bottom right"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" width="5%" class="header_column bottom right"><strong>{--_REFID--}:</strong></td>
+ <td align="center" width="10%" class="header_column bottom right"><strong>{--_MODULE--}:</strong></td>
+ <td align="center" width="10%" class="header_column bottom right"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" width="5%" class="header_column bottom 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 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="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="10%" class="switch_sw$content[sw] bottom">$content[timestamp]</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--PAY_TIME--}:</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--PAY_PRICE--}:</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--PAY_TITLE--}:</strong></td>
</tr>
$content
<tr>
</td>
</tr>
<tr>
- <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>
+ <td width="20" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
+ <td width="40" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
+ <td width="120" align="center" class="header_column bottom right"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+ <td width="220" align="center" class="header_column bottom"><strong>{--PAYOUT_STATUS--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[ulink]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[ptype]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[account]</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[tstamp]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[ulink]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[ptype]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[account]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[bank]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[tstamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[status]</td>
</tr>
\ No newline at end of file
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <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>
+ <td class="header_column bottom right" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center" width="90"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--PRIMERA_ADMIN_ACCOUNT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--PRIMERA_ADMIN_TRANSFERED--}</strong></td>
+ <td class="header_column bottom right" align="center" width="160"><strong>{--PRIMERA_ADMIN_TIMESTAMP--}</strong></td>
+ <td class="header_column bottom right" align="center" width="160"><strong>{--PRIMERA_ADMIN_TYPE--}</strong></td>
+ <td class="header_column bottom right" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_MESSAGE--}</strong></td>
+ <td class="header_column bottom" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_STATUS--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[id]</td>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[link]</td>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_account]</td>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_amount]</td>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[primera_timestamp]</td>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2" align="center">$content[primera_type]</td>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2" align="center">$content[primera_api_message]</td>
- <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2" align="center">$content[primera_api_status]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[id]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[link]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[primera_account]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[primera_amount]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[primera_timestamp]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right" align="center">$content[primera_type]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right" align="center">$content[primera_api_message]</td>
+ <td class="switch_sw$content[sw] primera_type_$content[raw_type] bottom" align="center">$content[primera_api_status]</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td align="center" width="100" class="header_column bottom right"><strong>{--RALLYE_TITLE--}:</strong></td>
+ <td align="center" width="70" class="header_column bottom right"><strong>{--RALLYE_ADMIN_ID--}:</strong></td>
+ <td align="center" width="200" class="header_column bottom right"><strong>{--RALLYE_TSTART--}:</strong></td>
+ <td align="center" width="200" class="header_column bottom"><strong>{--RALLYE_TEND--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><a href="{?URL?}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[title]</a></td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[admin_link]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[start]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[end]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right"><a href="{?URL?}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[title]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[admin_link]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[start]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[end]</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right"><strong>{--_UID--}:</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--RALLYE_OLD_REFS--}:</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--RALLYE_NEW_REFS--}:</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--RALLYE_REF_POINTS--}:</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[bold_l]<a
href="{?URL?}/modules.php?module=admin&what=list_user&userid=$content[userid]">$content[userid]</a>$content[bold_r]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[bold_l]$content[old]$content[bold_r]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[bold_l]$content[cnt]$content[bold_r]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[bold_l]$content[opoints]$content[bold_r]</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td align="center" width="10" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" rowspan="5">$content[select]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right" rowspan="5">$content[select]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_TITLE--}:</strong><br />
$content[title]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_DESCR2--}:</strong><br />
$content[descr]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_ADMIN_ID--}:</strong><br />
$content[admin_link]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_TSTART--}:</strong><br />
$content[start_date]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
<strong>{--RALLYE_TEND--}:</strong><br />
$content[end_date]
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_TEMPLATE2--}:</strong><br />
$content[template]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_AUTO_ADD--}:</strong><br />
<a href="{?URL?}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&auto=$content[auto]" title="$content[auto_title]">$content[auto_lnk]</a>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_ACTIVE--}:</strong><br />
<a href="{?URL?}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&activate=$content[active]" title="$content[active_title]">$content[active_lnk]</a>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<strong>{--RALLYE_NOTIFY--}:</strong><br />
<a ref="{?URL?}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&notify=$content[notify]" title="$content[notify_title]">$content[notify_lnk]</a>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
<strong>{--RALLYE_NOTIFIED--}:</strong><br />
$content[notified]
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" colspan="3">
+ <td align="center" class="switch_sw$content[sw] bottom right" colspan="3">
<strong>{--RALLYE_ASSIGNED_PRICES--}:</strong><br />
<a href="{?URL?}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[prices_cnt]</a>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2" colspan="2">
+ <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
<strong>{--RALLYE_ASSIGNED_USERS--}:</strong><br />
$content[joined]
</td>
</tr>
<tr>
- <td align="center" class="admin_title bottom2" colspan="5" height="35">
+ <td align="center" class="admin_title bottom" colspan="5" height="35">
<strong>{--RALLYE_LIMITATIONS--}:</strong>
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" colspan="3">
+ <td align="center" class="switch_sw$content[sw] bottom right" colspan="3">
<strong>{--RALLYE_MIN_USERS_MINI--}:</strong><br />
$content[min_users]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2" colspan="2">
+ <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
<strong>{--RALLYE_MIN_PRICES_MINI--}:</strong><br />
$content[min_prices]
</td>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[bold_l]<a
href="{?URL?}/modules.php?module=admin&what=list_user&userid=$content[userid]">$content[userid]</a>$content[bold_r]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[bold_l]$content[old]$content[bold_r]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[bold_l]$content[cnt]$content[bold_r]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[bold_l]$content[points]$content[bold_r]</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td width="5%" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
+ <td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
</tr>
$content[rows]
<tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="30">
+ <td class="admin_title bottom" height="30">
<strong>{--ADMIN_LIST_REFERALS_1--}<u>$content[userid]</u>{--ADMIN_LIST_REFERALS_2--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td width="5%" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
+ <td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL_ADDRESS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td colspan="6" class="admin_title bottom2" height="20">
+ <td colspan="6" class="admin_title bottom" height="20">
<strong>{--ADMIN_LIST_USER_NODATA_1--}<u>$content[refid]</u>{--ADMIN_LIST_USER_NODATA_2--}</strong>
</td>
</tr>
<tr>
- <td colspan="6" class="admin_title bottom2" height="20">
+ <td colspan="6" class="admin_title bottom" height="20">
<strong>{--ADMIN_LIST_USER_NOREFS_1--}<u>$content[userid]</u>{--ADMIN_LIST_USER_NOREFS_2--}</strong>
</td>
</tr>
<tr>
- <td align="right" class="bottom2 right2 switch_sw$content[sw]" valign="top">$content[u_link] </td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">$content[refs_link]</td>
- <td class="bottom2 right2 switch_sw$content[sw]"> $content[gender] $content[surname] $content[family]</td>
- <td class="bottom2 right2 switch_sw$content[sw]"> $content[email]</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]"> $content[status]</td>
- <td class="bottom2 switch_sw$content[sw]"> $content[registered]</td>
+ <td align="right" class="bottom right switch_sw$content[sw]" valign="top">$content[u_link] </td>
+ <td align="center" class="bottom right switch_sw$content[sw]">$content[refs_link]</td>
+ <td class="bottom right switch_sw$content[sw]"> $content[gender] $content[surname] $content[family]</td>
+ <td class="bottom right switch_sw$content[sw]"> $content[email]</td>
+ <td align="center" class="bottom right switch_sw$content[sw]"> $content[status]</td>
+ <td class="bottom switch_sw$content[sw]"> $content[registered]</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">
+ <td colspan="4" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
</td>
</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">
+ <td colspan="2" align="center" class="admin_title bottom" 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="bottom right" height="25">{--SPONSOR_ID--}: </td>
+ <td class="bottom"> $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">
+ <td colspan="2" align="center" class="admin_title bottom" 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="bottom right">{--SPONSOR_ENTER_COMPANY_TITLE--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_COMPANY_POSITION--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_TAX_IDENT--}: </td>
+ <td class="bottom"> $content[tax_ident]</td>
</tr>
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" 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="bottom right">{--SURNAME_FAMILY--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_STREET_NR1--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_STREET_NR2--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_PHONE--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_FAX--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_CELL--}: </td>
+ <td class="bottom"> $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="bottom right">{--SPONSOR_ENTER_EMAIL--}: </td>
+ <td class="bottom"> <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="bottom right">{--SPONSOR_ENTER_URL--}: </td>
+ <td class="bottom"> [ <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">
+ <td colspan="2" align="center" class="admin_title bottom" 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="bottom right">{--SPONSOR_RECEIVE_WARNINGS_SHORT--}: </td>
+ <td align="center" class="bottom">$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="bottom right">{--SPONSOR_WARNING_INTERVAL_SHORT--}: </td>
+ <td align="center" class="bottom">$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="bottom right">{--SPONSOR_POINTS_AMOUNT--}: </td>
+ <td align="center" class="bottom"> [ <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="bottom right">{--SPONSOR_POINTS_USED--}: </td>
+ <td align="center" class="bottom"> [ <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">
+ <td colspan="2" align="center" class="admin_title bottom" 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="bottom right">{--SPONSOR_CREATED--}: </td>
+ <td align="center" class="bottom">$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="bottom right">{--ADMIN_LAST_ONLINE--}: </td>
+ <td align="center" class="bottom">$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="bottom right">{--ADMIN_LAST_CHANGE--}: </td>
+ <td align="center" class="bottom">$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="bottom right">{--REMOTE_IP--}: </td>
+ <td align="center" class="bottom">$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="bottom right">{--SPONSOR_REFID--}: </td>
+ <td align="center" class="bottom">$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="bottom right">{--SPONSOR_REFERALS--}: </td>
+ <td align="center" class="bottom">[ <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">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_sponsor_pay" method="post">
<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">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="header_column bottom" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td colspan="5" align="center" class="switch_sw$content[sw] bottom2">
+ <td colspan="5" align="center" class="switch_sw$content[sw] bottom">
<strong>{--ENTRY_404_1--}$content{--ENTRY_404_2--}</strong>
</td>
</tr>
\ 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_title bottom2" height="40">
+ <td align="center" colspan="5" class="admin_title bottom" height="40">
<strong>{--SPONSOR_DELETE_PAY_ENTRIES--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="header_column bottom" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[name]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[rate]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[min]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
$content[curr]
</td>
</tr>
<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_title bottom2" height="40">
+ <td align="center" colspan="5" class="admin_title bottom" height="40">
<strong>{--SPONSOR_EDIT_PAY_ENTRIES--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="header_column bottom" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" height="29">
+ <td class="switch_sw$content[sw] bottom right" align="center" height="29">
<strong>$content[id]</strong>
<input type="hidden" name="id[$content[id]]" class="admin_normal" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
<input type="text" name="name[$content[id]]" class="admin_normal" size="16" maxlength="255" value="$content[name]" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
<input type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="255" value="$content[rate]" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
<input type="text" name="min[$content[id]]" class="admin_normal" size="3" maxlength="20" value="$content[min]" />
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
<input type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="255" value="$content[curr]" />
</td>
</tr>
\ No newline at end of file
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[name]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[rate]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[min]
</td>
- <td class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom">
$content[currency]
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="100"><strong>{--ID_SELECT--}</strong></td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></td>
- <td align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom right" width="100"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom right" width="240" colspan="2"><strong>{--SURNAME_FAMILY--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom" width="160"><strong>{--SPONSOR_POINTS_LEFT--}:</strong></td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
+ <td align="center" class="switch_sw$content[sw] bottom right" width="100">
[ <strong><a href="{?URL?}/modules.php?module=admin&what=list_sponsor&id=$content[id]" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</a></strong> ]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2">
+ <td align="center" class="switch_sw$content[sw] bottom right" width="240" colspan="2">
<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2" width="160">
+ <td align="center" class="switch_sw$content[sw] bottom" width="160">
[ <strong><a href="{?URL?}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</a></strong> ]
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
+ <td align="center" class="switch_sw$content[sw] bottom right" width="100">
<strong>{--_STATUS--}</strong>:
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--SPONSOR_CREATED--}:</strong></td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
- <td align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom right" width="160"><strong>{--SPONSOR_CREATED--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom right" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom" width="160"><strong>{--REMOTE_IP--}:</strong></td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
+ <td align="center" class="switch_sw$content[sw] bottom right" width="100">
[ <strong><a href="{?URL?}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">$content[status]</a></strong> ]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
+ <td align="center" class="switch_sw$content[sw] bottom right" width="120">
$content[created]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
+ <td align="center" class="switch_sw$content[sw] bottom right" width="120">
$content[last_online]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2" width="160">
+ <td align="center" class="switch_sw$content[sw] bottom" width="160">
$content[ip]
</td>
</tr>
<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_title bottom2" height="30" align="center">
+ <td colspan="4" class="admin_title bottom" height="30" align="center">
<strong>{--ADMIN_LIST_SURFBAR_ACTIONS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="header_column bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom right switch_sw$content[sw]">
<strong>{--ID_SELECT--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom right switch_sw$content[sw]">
<strong>{--ADMIN_SURFBAR_CURRENT_STATUS--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom right switch_sw$content[sw]">
<strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
</td>
- <td align="center" class="header_column bottom2 switch_sw$content[sw]">
+ <td align="center" class="header_column bottom switch_sw$content[sw]">
<strong>{--ADMIN_SURFBAR_NEW_STATUS--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" />
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[status]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[action]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[new_status]
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_LAST_LOCKED--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" />
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[userid]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<a href="{?URL?}/modules.php?module=admin&what=surfbar_stats&url_id=$content[id]">$content[views_total]</a>
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[status]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[registered]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[last_locked]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[lock_reason]
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" 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] bottom right" align="center">
$content[admin]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{?URL?}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[infos]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[userid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[type]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[created]]
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" 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] bottom right" align="center">
$content[admin]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
---
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[infos]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[userid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[type]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[created]]
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
- <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <td colspan="5" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_THEME_NEW_FOUND_TITLE--}:</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" width="5%" class="header_column bottom right">{--ID_SELECT--}</td>
+ <td align="center" width="35%" class="header_column bottom right">{--ADMIN_EXT_DOWNLOAD_LINK--}</td>
+ <td align="center" width="30%" class="header_column bottom right">{--ADMIN_THEME_FILE_CTIME--}</td>
+ <td align="center" width="15%" class="header_column bottom right">{--ADMIN_EXT_FILE_SIZE--}</td>
+ <td align="center" width="15%" class="header_column bottom">{--THEME_VERSION--}</td>
</tr>
$content[rows]
<tr>
- <td colspan="2" align="center" class="header_column right2">
+ <td colspan="2" align="center" class="header_column right">
{--ADMIN_THEME_TOTAL_FOUND--}:
<strong>$content[total]</strong>
</td>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[index].</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><a href="{?SERVER_URL?}/themes/theme-$content[name].zip">$content[name]</a></td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[created]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[size] {--KBYTES--}</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[version] ($content[current])</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[index].</td>
+ <td align="center" class="switch_sw$content[sw] bottom right"><a href="{?SERVER_URL?}/themes/theme-$content[name].zip">$content[name]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[created]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[size] {--KBYTES--}</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[version] ($content[current])</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2"> </td>
- <td colspan="4" class="switch_sw$content[sw] bottom2">
+ <td class="switch_sw$content[sw] bottom"> </td>
+ <td colspan="4" class="switch_sw$content[sw] bottom">
<div class="tiny">$content[infos]</div>
</td>
</tr>
<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_title bottom2" height="30">
+ <td colspan="6" align="center" class="admin_title bottom" height="30">
<strong>$content[title]</strong>
</td>
</tr>
<tr>
- <td width="80" align="center" class="header_column bottom2 right2">
+ <td width="80" align="center" class="header_column bottom right">
<strong>{--TRANSFER_ID--}</strong>
</td>
- <td width="120" align="center" class="header_column bottom2 right2">
+ <td width="120" align="center" class="header_column bottom right">
<strong>{--TRANSFER_STAMP--}</strong>
</td>
- <td width="120" align="center" class="header_column bottom2 right2">
+ <td width="120" align="center" class="header_column bottom right">
<strong>{--TRANSFER_FROM_UID--}</strong>
</td>
- <td width="120" align="center" class="header_column bottom2 right2">
+ <td width="120" align="center" class="header_column bottom right">
<strong>{--TRANSFER_TO_UID--}</strong>
</td>
- <td width="230" align="center" class="header_column bottom2 right2">
+ <td width="230" align="center" class="header_column bottom right">
<strong>{--TRANSFER_POINTS_REASON--}</strong>
</td>
- <td width="70" align="center" class="header_column bottom2">
+ <td width="70" align="center" class="header_column bottom">
<strong>{?POINTS?}</strong>
</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[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>
- <td class="switch_sw$content[sw] bottom2" align="center">$content[points]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center"><strong>$content[trans_id]</strong></td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[time_trans]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[from_link]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[to_link]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[reason]</td>
+ <td class="switch_sw$content[sw] bottom" align="center">$content[points]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td width="260" align="center" class="bottom2 right2">
+ <td width="260" align="center" class="bottom right">
{--EMAIL_SENDER--}:<br />
<strong>$content[sender_link]</strong>
</td>
- <td width="260" align="center" class="bottom2">
+ <td width="260" align="center" class="bottom">
{--EMAIL_SUBJECT--}:<br />
<strong>$content[subject]</strong>
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right2">{--EMAIL_URL--}:<br />
+ <td align="center" class="bottom right">{--EMAIL_URL--}:<br />
<strong><a href="$content[url]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
</td>
- <td align="center" class="bottom2">
+ <td align="center" class="bottom">
{--EMAIL_TIMESTAMP--}:<br />
<strong>$content[stamp]</strong>
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right2">{--EMAIL_TEXT--}:<br />
+ <td align="center" class="bottom right">{--EMAIL_TEXT--}:<br />
<strong>$content[text]</strong>
</td>
- <td align="center" class="bottom2">{--USERS_LINKS--}:<br />
+ <td align="center" class="bottom">{--USERS_LINKS--}:<br />
<strong>$content[unconfirmed]</strong>
</td>
</tr>
<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="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>
+ <td width="10%" align="center" class="header_column bottom top right" height="26"><strong>{--ID_SELECT--}</strong></td>
+ <td width="10%" align="center" class="header_column bottom top right"><strong>{--MAILID_LINK--}</strong></td>
+ <td width="45%" align="center" class="header_column bottom top right"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="header_column bottom top"><strong>{--ACCOUNT_STATUS--}</strong></td>
</tr>
$content
</table>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[u_link]</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2"><a
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[u_link]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right"><a
href="{?URL?}/mailid.php?userid=$content[userid]&$content[link]=$content[id]"
target="_blank">{--CLICK_NOW--}</a></td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[email]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[email]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[status]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" colspan="{!__COLSPAN2!}" height="30" align="center">
+ <td class="admin_title bottom" colspan="{!__COLSPAN2!}" height="30" align="center">
<strong>$content[title]:</strong>
</td>
</tr>
<tr>
- <td width="5" class="switch_sw$content[sw] top2 seperator"> </td>
- <td width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--_UID--}:</strong></td>
- <td width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--GENDER--}:</strong></td>
- <td width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--SURNAME--}:</strong></td>
- <td width="20%" align="center" class="right2 top2 switch_sw$content[sw]"><strong>{--FAMILY_NAME--}:</strong></td>
- <td width="20%" align="center" class="switch_sw$content[sw] top2"><strong>{--USER_NICKNAME--}:</strong></td>
+ <td width="5" class="switch_sw$content[sw] top seperator"> </td>
+ <td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--_UID--}:</strong></td>
+ <td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--GENDER--}:</strong></td>
+ <td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--SURNAME--}:</strong></td>
+ <td width="20%" align="center" class="right top switch_sw$content[sw]"><strong>{--FAMILY_NAME--}:</strong></td>
+ <td width="20%" align="center" class="switch_sw$content[sw] top"><strong>{--USER_NICKNAME--}:</strong></td>
</tr>
<tr>
- <td width="5" class="switch_sw$content[sw] seperator bottom2"> </td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">$content[userid_link]</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">$content[gender]</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">$content[surname]</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">$content[family]</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">$content[nickname]</td>
+ <td width="5" class="switch_sw$content[sw] seperator bottom"> </td>
+ <td align="center" class="bottom right switch_sw$content[sw]">$content[userid_link]</td>
+ <td align="center" class="bottom right switch_sw$content[sw]">$content[gender]</td>
+ <td align="center" class="bottom right switch_sw$content[sw]">$content[surname]</td>
+ <td align="center" class="bottom right switch_sw$content[sw]">$content[family]</td>
+ <td align="center" class="bottom switch_sw$content[sw]">$content[nickname]</td>
</tr>
<tr>
<td width="5" class="switch_sw$content[sw] seperator"> </td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--EMAIL_ADDRESS--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--REMOTE_IP--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--REF_UID--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--EMAIL_ADDRESS--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--REF_UID--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--ACCOUNT_STATUS--}:</strong></td>
<td align="center" class="switch_sw$content[sw]"><strong>{--UNCONFIRMED_LINKS--}:</strong></td>
</tr>
<tr>
- <td class="switch_sw$content[sw] seperator bottom2" width="5"> </td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[email]</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[REMOTE_ADDR]</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[refid]</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[status]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[links]</td>
+ <td class="switch_sw$content[sw] seperator bottom" width="5"> </td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[email]</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[REMOTE_ADDR]</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[refid]</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[status]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[links]</td>
</tr>
<tr>
<td width="5" class="switch_sw$content[sw] seperator"> </td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--TOTAL_POINTS--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--MAILS_SENT--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--CLICK_RATE--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--POINTS_LOCKED--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--TOTAL_POINTS--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--MAILS_SENT--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--CLICK_RATE--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--POINTS_LOCKED--}:</strong></td>
<td align="center" class="switch_sw$content[sw]"><strong>{--TOTAL_REFERALS--}:</strong></td>
</tr>
<tr>
- <td class="switch_sw$content[sw] seperator bottom2" width="5"> </td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[points] {?POINTS?}</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[emails_sent]</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[rate]%</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[locked] {?POINTS?}</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[refs]</td>
+ <td class="switch_sw$content[sw] seperator bottom" width="5"> </td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[points] {?POINTS?}</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[emails_sent]</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[rate]%</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[locked] {?POINTS?}</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[refs]</td>
</tr>
<tr>
<td width="5" class="switch_sw$content[sw] seperator"> </td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_REASON--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_TIMESTAMP--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--_UNUSED--}:</strong></td>
- <td align="center" class="right2 switch_sw$content[sw]"><strong>{--_UNUSED--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--LOCK_REASON--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--LOCK_TIMESTAMP--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--_UNUSED--}:</strong></td>
+ <td align="center" class="right switch_sw$content[sw]"><strong>{--_UNUSED--}:</strong></td>
<td align="center" class="switch_sw$content[sw]"><strong>{--_UNUSED--}:</strong></td>
</tr>
<tr>
- <td class="switch_sw$content[sw] seperator bottom2" width="5"> </td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[lock_reason]</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">$content[lock_timestamp]</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">---</td>
- <td align="center" class="right2 switch_sw$content[sw] bottom2">---</td>
- <td align="center" class="switch_sw$content[sw] bottom2">---</td>
+ <td class="switch_sw$content[sw] seperator bottom" width="5"> </td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[lock_reason]</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">$content[lock_timestamp]</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">---</td>
+ <td align="center" class="right switch_sw$content[sw] bottom">---</td>
+ <td align="center" class="switch_sw$content[sw] bottom">---</td>
</tr>
<tr>
<td height="22" colspan="6" class="admin_title">$content[alinks]</td>
<tr>
- <td class="bottom2" colspan="{!__COLSPAN2!}" align="center">
+ <td class="bottom" colspan="{!__COLSPAN2!}" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="admin_sortlinks">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO No title here? //-->
<tr>
- <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>
+ <td class="header_column bottom right" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center" width="90"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--WERNIS_ADMIN_WDS66_ACCOUNT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--WERNIS_ADMIN_TRANSFERED--}</strong></td>
+ <td class="header_column bottom right" align="center" width="160"><strong>{--WERNIS_ADMIN_TIMESTAMP--}</strong></td>
+ <td class="header_column bottom right" align="center" width="160"><strong>{--WERNIS_ADMIN_TYPE--}</strong></td>
+ <td class="header_column bottom right" align="center" width="160"><strong>{--WERNIS_ADMIN_API_MESSAGE--}</strong></td>
+ <td class="header_column bottom" align="center" width="160"><strong>{--WERNIS_ADMIN_API_STATUS--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[id]</td>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[link]</td>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_account]</td>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_amount]</td>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2">$content[wernis_timestamp]</td>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2" align="center">$content[wernis_type]</td>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2 right2" align="center">$content[wernis_api_message]</td>
- <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom2" align="center">$content[wernis_api_status]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[id]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[link]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[wernis_account]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[wernis_amount]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[wernis_timestamp]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right" align="center">$content[wernis_type]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right" align="center">$content[wernis_api_message]</td>
+ <td class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom" align="center">$content[wernis_api_status]</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right"><strong>{--ADMIN_YOOMEDIA_TM_ID--}</strong></td>
+ <td class="header_column bottom right"><strong>{--ADMIN_YOOMEDIA_TM_NAME--}</strong></td>
+ <td class="header_column bottom right"><strong>{--ADMIN_YOOMEDIA_TM_RELOAD--}</strong></td>
+ <td class="header_column bottom right"><strong>{--ADMIN_YOOMEDIA_TM_WAIT--}</strong></td>
+ <td class="header_column bottom right"><strong>{--ADMIN_YOOMEDIA_TM_REMAIN--}</strong></td>
+ <td class="header_column bottom right"><strong>{--ADMIN_YOOMEDIA_TM_PAY--}</strong></td>
+ <td class="header_column bottom" width="280"><strong>{--ADMIN_YOOMEDIA_TM_ACTIONS--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[id]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[name]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[reload] {--_HOURS--}</td>
- <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">
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[id]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[name]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[reload] {--_HOURS--}</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[wait] {--_SECONDS--}</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[remain]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[pay] €</td>
+ <td class="switch_sw$content[sw] bottom">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center">
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[id]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[name]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[reload] {--_HOURS--}</td>
- <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" align="center" style="padding-left:1px;padding-right:1px;padding-top:2px;padding-bottom:2px">
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[id]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[name]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[reload] {--_HOURS--}</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[wait] {--_SECONDS--}</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[remain]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[pay] €</td>
+ <td class="switch_sw$content[sw] bottom" align="center" style="padding-left:1px;padding-right:1px;padding-top:2px;padding-bottom:2px">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_yoomedia_tm" method="post" style="padding-bottom:0px">
<input type="hidden" name="id" value="$content[id]" />
<input type="hidden" name="name" value="$content[name]" />
<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" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2">
+ <td align="center" class="admin_title bottom">
<div class="admin_done">$content[header_message]</div>
</td>
</tr>
<textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea>
</td>
</tr>
-<tr><td height="5" class="seperator bottom2"> </td></tr>
+<tr><td height="5" class="seperator bottom"> </td></tr>
<tr>
<td align="center" class="admin_footer">
<input type="submit" name="no" class="admin_no" value="{--NO--}" />
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="hidden" name="id[$content[id]]" value="1" />
<input type="hidden" name="userid_raw[$content[id]]" value="$content[userid]" />
<input type="hidden" name="last_locked[$content[id]]" value="NOW()" />
$content[userid]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[status]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[registered]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom 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" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2">
+ <td align="center" class="admin_title bottom">
<div class="admin_done">$content[header]</div>
</td>
</tr>
</td>
</tr>
<tr>
- <td height="5" class="seperator bottom2"> </td>
+ <td height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td align="center" class="admin_footer">
<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 dashed">
<tr>
- <td colspan="2" align="center" height="30" class="admin_title bottom2">
+ <td colspan="2" align="center" height="30" class="admin_title bottom">
<strong>{--ADMIN_LOGIN_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
$content[pass_message]
- <tr><td colspan="2" class="bottom2 seperator"> </td></tr>
+ <tr><td colspan="2" class="bottom seperator"> </td></tr>
<!--
@TODO Doesn't work with sessions
<tr>
- <td class="bottom2" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
+ <td class="bottom" width="50%" align="right">{--SELECT_TIMEOUT--}:</td>
<!-- @TODO Try to move the select box to our generic functions //-->
- <td class="bottom2" width="50%">
+ <td class="bottom" width="50%">
<select name="timeout" size="1" class="admin_select">
<option value="86400">{--TIMEOUT_ONE_DAY--}</option>
<option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&action=logout" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="370">
<tr>
- <td align="center" class="admin_title bottom2" height="30">
+ <td align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_LOGOUT_NOW--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" align="center">
+ <td class="bottom" align="center">
{--ADMIN_LOGOUT_QUESTION--}
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=maintenance" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
- <td align="center" class="admin_title bottom2" height="30">
+ <td align="center" class="admin_title bottom" height="30">
{--ADMIN_MAINTENANCE_MODE_INTRO--}
</td>
</tr>
<td align="center">$content</td>
</tr>
<tr>
- <td class="seperator bottom2" height="10"> </td>
+ <td class="seperator bottom" height="10"> </td>
</tr>
<tr>
<td class="admin_footer" height="30">
<form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="25">
+ <td class="admin_title bottom" height="25">
<strong>{--ADMIN_SELECTION_BOX_TITLE--}</strong>
</td>
</tr>
<td height="3" class="seperator"> </td>
</tr>
<tr>
- <td height="5" class="seperator bottom2"> </td>
+ <td height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td align="center" class="admin_footer">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" height="40" class="admin_title bottom2">
+ <td align="center" height="40" class="admin_title bottom">
<strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" 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] bottom right" align="center">
<a href="{?URL?}/modules.php?module=admin&what=$content[mode]edit&sub=$content[action]">$content[action]</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[what]
</td>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[title]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[navi]
</td>
</tr>
<tr>
- <td width="25%" align="right" class="switch_sw$content[sw] bottom2">$content[cnt].
+ <td width="25%" align="right" class="switch_sw$content[sw] bottom">$content[cnt].
{--ENTRY_MODIFY--}:
- <td width="25%" class="switch_sw$content[sw] bottom2">
+ <td width="25%" class="switch_sw$content[sw] bottom">
$content[menu] <input type="hidden" name="sel[$content[sel]]"
value="$content[menu]"></td>
- <td width="25%" class="switch_sw$content[sw] bottom2">
+ <td width="25%" class="switch_sw$content[sw] bottom">
{--IS_VISIBLE--} $content[visible]</td>
- <td width="25%" class="switch_sw$content[sw] bottom2">
+ <td width="25%" class="switch_sw$content[sw] bottom">
{--IS_LOCKED--} $content[locked]</td>
</tr>
\ No newline at end of file
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <td colspan="3" class="admin_title bottom" align="center" height="30">
<strong>{--USER_NOW_ONLINE--}</strong>
</td>
</tr>
<tr>
- <td width="85%" class="bottom2" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
- <td width="5%" class="bottom2 seperator"> </td>
- <td width="10%" class="bottom2"><strong>$content[guests_online]</strong></td>
+ <td width="85%" class="bottom" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
+ <td width="5%" class="bottom seperator"> </td>
+ <td width="10%" class="bottom"><strong>$content[guests_online]</strong></td>
</tr>
<tr>
- <td class="bottom2" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
- <td class="bottom2 seperator"> </td>
- <td class="bottom2"><strong>$content[members_online]</strong></td>
+ <td class="bottom" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
+ <td class="bottom seperator"> </td>
+ <td class="bottom"><strong>$content[members_online]</strong></td>
</tr>
<tr>
<td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
</td>
</tr>
<tr>
- <td align="center" colspan="2" class="admin_title bottom2">
+ <td align="center" colspan="2" class="admin_title bottom">
{--EDIT_MENU_1--}$content[chk]{--EDIT_MENU_2--}
</td>
</tr>
size="30" maxlength="50"></td>
</tr>
<tr>
- <td colspan="2" class="seperator switch_sw$content[sw] bottom2"
+ <td colspan="2" class="seperator switch_sw$content[sw] bottom"
height="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="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>
+ <td class="header_column bottom right" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="header_column bottom right" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="header_column bottom right" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="header_column bottom" 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 align="center" colspan="4" class="admin_title bottom2">
+ <td align="center" colspan="4" class="admin_title bottom">
<strong>{--CHANGE_MEMBER_MENU--}</strong><br />
<br />
{--CHANGE_MENU_1--}$content[chk]{--CHANGE_MENU_2--}
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <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>
+ <td align="center" class="header_column bottom right" height="25"><strong>{--MODS_NAME--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_TITLE--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_IS_LOCKED--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_IS_ADMIN--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--MODS_IS_MEMBER--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[mod] <input type="hidden" name="sel[$content[id]]" value="1" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<input type="text" class="admin_normal" name="title[$content[id]]" size="20" maxlength="255" value="$content[title]" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[locked]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[hidden]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[admin]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[mem]
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
- <td align="center" class="admin_title bottom2"><strong>{--MODS_CLICKS--}</strong></td>
+ <td align="center" class="admin_title bottom right"><strong>{--MODS_TITLE--}</strong></td>
+ <td align="center" class="admin_title bottom"><strong>{--MODS_CLICKS--}</strong></td>
</tr>
$content
<tr>
<table border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_WHAT_ACTION--}</strong></td>
- <td align="center" class="admin_title bottom2"><strong>{--MODS_CLICKS--}</strong></td>
+ <td align="center" class="admin_title bottom right"><strong>{--MODS_WHAT_ACTION--}</strong></td>
+ <td align="center" class="admin_title bottom"><strong>{--MODS_CLICKS--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[title] ($content[action])
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[counter]
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2">
+ <td class="switch_sw$content[sw] bottom right">
$content[title] ($content[module])
</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[clicks]
</td>
</tr>
<div align="center" style="margin-top:10px;margin-bottom:10px">
<div style="width:550px" class="admin_table dashed">
- <div class="admin_title bottom2">
+ <div class="admin_title bottom">
{--ADMIN_NETWORK_ADDED_TITLE--}
</div>
<div class="admin_message">
<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" align="center" width="430">
<tr>
- <td colspan="5" class="admin_title bottom2" align="center" height="30">
+ <td colspan="5" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_NL_TITLE--}</strong></td>
</tr>
<tr>
<td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="5" class="seperator bottom2"> </td>
+ <td colspan="5" height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td width="10" class="admin_footer seperator" height="30"> </td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=send_newsletter" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center" width="430">
<tr>
- <td colspan="5" class="admin_title bottom2" align="center" height="30">
+ <td colspan="5" class="admin_title bottom" align="center" height="30">
<strong>{--ADMIN_NL_TITLE--}</strong></td>
</tr>
<tr>
<td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="5" class="seperator bottom2"> </td>
+ <td colspan="5" height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td width="10" class="admin_footer seperator" height="30"> </td>
<div align="center">
<div class="admin_table dashed" style="width:400px;margin-bottom:5px">
<ul style="padding:0px;margin:0px">
- <li class="menu_blur bottom2"><a href="{?URL?}/$content[url]" title="$content[title]">$content[title]</a></li>
+ <li class="menu_blur bottom"><a href="{?URL?}/$content[url]" title="$content[title]">$content[title]</a></li>
</ul>
</div>
</div>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <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>
+ <td width="120" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_DBNAME--}:</strong></td>
+ <td width="110" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></td>
+ <td width="110" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></td>
+ <td width="120" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></td>
+ <td width="120" class="header_column bottom" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></td>
</tr>
$content[rows]
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[b1]$content[tpl]$content[b2]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[b1]$content[rep]$content[b2]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[b1]$content[opt]$content[b2]</td>
- <td class="switch_sw$content[sw] bottom2 right2"> $content[b1]$content[sum]$content[b2]</td>
- <td class="switch_sw$content[sw] bottom2"> $content[b1]$content[sav]$content[b2]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[b1]$content[tpl]$content[b2]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[b1]$content[rep]$content[b2]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[b1]$content[opt]$content[b2]</td>
+ <td class="switch_sw$content[sw] bottom right"> $content[b1]$content[sum]$content[b2]</td>
+ <td class="switch_sw$content[sw] bottom"> $content[b1]$content[sav]$content[b2]</td>
</tr>
-<div class="sql_table top2 left2 right2">
- <div class="sql_header bottom2">
+<div class="sql_table top left right">
+ <div class="sql_header bottom">
SQL-Debugging:
</div>
<div class="sql_content">
-<div id="sql_row_$content[i]" class="sql_row switch_sw$content[sw] bottom2">
+<div id="sql_row_$content[i]" class="sql_row switch_sw$content[sw] bottom">
SQL-Abfrage: <span class="sql_data">$content[sql_str]</span>
(numRows=<span class="sql_data">$content[num_rows]</span>,affected=<span class="sql_data">$content[affected]</span>) |
Script: <span class="sql_data">$content[file]</span> |
<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" class="admin_tasktable dashed">
<tr>
- <td colspan="7" align="center" class="admin_task_header bottom2">
+ <td colspan="7" align="center" class="admin_task_header bottom">
<strong>$content[message]</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
</tr>
<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">
+ <td colspan="3" align="center" class="admin_task_header top bottom left right">
<strong>{--ADMIN_SELECTED_TASKS_ASSIGN--}:</strong>
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+ <td class="switch_sw$content[sw] bottom right left" 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] bottom right" align="center">
$content[assigned_admin]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{?URL?}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[infos]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[userid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[task_type_msg]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[created]]
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+ <td class="switch_sw$content[sw] bottom right left" 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] bottom right" align="center">
$content[assigned_admin]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
---
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[infos]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[userid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[task_type_msg]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[created]]
</td>
</tr>
<tr>
- <td width="79%" class="switch_sw$content[sw] bottom2 left2">
+ <td width="79%" class="switch_sw$content[sw] bottom left">
<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_CREATED--}: <strong>$content[created]</strong></li>
</ul>
</td>
- <td width="20%" class="switch_sw$content[sw] bottom2" align="right" valign="top" style="padding-top: 40px">
+ <td width="20%" class="switch_sw$content[sw] bottom" align="right" valign="top" style="padding-top: 40px">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
+ <td colspan="7" align="center" class="admin_task_header top left right">
<strong>{--ADMIN_TASK_SYSTEM_WELCOME--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="top bottom right left header_column"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="top bottom right header_column"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+ <td align="center" class="top bottom right header_column"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+ <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+ <td align="center" class="top bottom right header_column"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
+ <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+ <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
</tr>
$content
<tr>
- <td colspan="7" align="center" class="admin_footer bottom2 left2 right2">
+ <td colspan="7" align="center" class="admin_footer bottom left right">
<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">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <td colspan="2" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_TASK_OVERVIEW_HEADER--}</strong>
</td>
</tr>
<td align="center" valign="top">
<table border="0" cellspacing="0" cellpadding="0" class="admin_task_table dashed">
<tr>
- <td colspan="2" class="admin_task_title bottom2">
+ <td colspan="2" class="admin_task_title bottom">
<strong>{--ADMIN_TASK_OVERVIEW_MAILS--}:</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_MAIL_ADMIN--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2 bottom2">
+ <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_MAIL_ADMIN--}:</td>
+ <td align="center" class="admin_task_right switch_sw2 bottom">
<strong>$content[pending_mails]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_MAIL_TEMP--}:</td>
- <td align="center" class="admin_task_right2 switch_sw1 bottom2">
+ <td align="right" class="admin_task_left switch_sw1 bottom">{--ADMIN_TASK_MAIL_TEMP--}:</td>
+ <td align="center" class="admin_task_right switch_sw1 bottom">
<strong>$content[canceled_mails]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_MAIL_SEND--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2 bottom2">
+ <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_MAIL_SEND--}:</td>
+ <td align="center" class="admin_task_right switch_sw2 bottom">
<strong>$content[send_emails]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_MAIL_DELETED--}:</td>
- <td align="center" class="admin_task_right2 switch_sw1 bottom2">
+ <td align="right" class="admin_task_left switch_sw1 bottom">{--ADMIN_TASK_MAIL_DELETED--}:</td>
+ <td align="center" class="admin_task_right switch_sw1 bottom">
<strong>$content[purged_mails]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_MAIL_BONUS_SEND--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2 bottom2">
+ <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_MAIL_BONUS_SEND--}:</td>
+ <td align="center" class="admin_task_right switch_sw2 bottom">
<strong>$content[send_bonus_mails]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw1">{--ADMIN_TASK_MAIL_BONUS_AP--}:</td>
- <td align="center" class="admin_task_right2 switch_sw1">
+ <td align="right" class="admin_task_left switch_sw1">{--ADMIN_TASK_MAIL_BONUS_AP--}:</td>
+ <td align="center" class="admin_task_right switch_sw1">
<strong>$content[purged_bonus_mails]</strong>
</td>
</tr>
<td align="center" valign="top">
<table border="0" cellspacing="0" cellpadding="0" class="admin_task_table dashed">
<tr>
- <td colspan="2" class="admin_task_title bottom2">
+ <td colspan="2" class="admin_task_title bottom">
<strong>{--ADMIN_TASK_OVERVIEW_TASKS--}:</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_NEW_TASKS--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2 bottom2">
+ <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_NEW_TASKS--}:</td>
+ <td align="center" class="admin_task_right switch_sw2 bottom">
<strong>$content[new_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_UPDATE_TASKS--}:</td>
- <td align="center" class="admin_task_right2 switch_sw1 bottom2">
+ <td align="right" class="admin_task_left switch_sw1 bottom">{--ADMIN_TASK_UPDATE_TASKS--}:</td>
+ <td align="center" class="admin_task_right switch_sw1 bottom">
<strong>$content[update_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_CLOSED_TASKS--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2 bottom2">
+ <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_CLOSED_TASKS--}:</td>
+ <td align="center" class="admin_task_right switch_sw2 bottom">
<strong>$content[closed_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_YOUR_TASKS--}:</td>
- <td align="center" class="admin_task_right2 switch_sw1 bottom2">
+ <td align="right" class="admin_task_left switch_sw1 bottom">{--ADMIN_TASK_YOUR_TASKS--}:</td>
+ <td align="center" class="admin_task_right switch_sw1 bottom">
<strong>$content[your_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_DELETED_TASKS--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2 bottom2">
+ <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_DELETED_TASKS--}:</td>
+ <td align="center" class="admin_task_right switch_sw2 bottom">
<strong>$content[deleted_tasks]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw1">{--ADMIN_TASK_SOLVED_TASKS--}:</td>
- <td align="center" class="admin_task_right2 switch_sw1">
+ <td align="right" class="admin_task_left switch_sw1">{--ADMIN_TASK_SOLVED_TASKS--}:</td>
+ <td align="center" class="admin_task_right switch_sw1">
<strong>$content[solved_tasks]</strong>
</td>
</tr>
<td align="center" valign="top">
<table border="0" cellspacing="0" cellpadding="0" class="admin_task_table dashed">
<tr>
- <td colspan="2" class="admin_task_title bottom2">
+ <td colspan="2" class="admin_task_title bottom">
<strong>{--ADMIN_TASK_OVERVIEW_MEMBERS--}:</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2 bottom2">{--ADMIN_TASK_CONFIRMED--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2 bottom2">
+ <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_CONFIRMED--}:</td>
+ <td align="center" class="admin_task_right switch_sw2 bottom">
<strong>$content[confirmed_members]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw1 bottom2">{--ADMIN_TASK_UNCONFIRMED--}:</td>
- <td align="center" class="admin_task_right2 switch_sw1 bottom2">
+ <td align="right" class="admin_task_left switch_sw1 bottom">{--ADMIN_TASK_UNCONFIRMED--}:</td>
+ <td align="center" class="admin_task_right switch_sw1 bottom">
<strong>$content[unconfirmed_members]</strong>
</td>
</tr>
<tr>
- <td align="right" class="admin_task_left2 switch_sw2">{--ADMIN_TASK_LOCKED--}:</td>
- <td align="center" class="admin_task_right2 switch_sw2">
+ <td align="right" class="admin_task_left switch_sw2">{--ADMIN_TASK_LOCKED--}:</td>
+ <td align="center" class="admin_task_right switch_sw2">
<strong>$content[locked_members]</strong>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_task_table dashed">
<tr>
- <td colspan="3" class="admin_task_title bottom2">
+ <td colspan="3" class="admin_task_title bottom">
<strong>{--ADMIN_TASK_OVERVIEW_EXTRAS--}:</strong>
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[time] {--_SECONDS--}
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[pay]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[price]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[title]
</td>
</tr>
<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" class="admin_table dashed" align="center">
<tr>
- <td class="admin_title bottom2" align="center" height="30">
+ <td class="admin_title bottom" align="center" height="30">
<strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="seperator bottom2" height="5"> </td>
+ <td class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td class="seperator bottom2" height="5"> </td>
+ <td class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td align="center" class="admin_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_payouts" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="40">
+ <td colspan="3" align="center" class="admin_title bottom" height="40">
<strong>{--ADMIN_PAYOUT_ADD_NEW_TITLE--}:</strong>
<div class="admin_note">({--ADMIN_PAYOUT_ADD_NEW_NOTE--})</div></td>
</tr>
</select></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="40">
+ <td colspan="3" align="center" class="admin_title bottom" height="40">
<strong>{--ADMIN_PAYOUT_OPTIONAL_SETTINGS--}:</strong></td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td colspan="3" height="3" class="bottom2 seperator"> </td>
+ <td colspan="3" height="3" class="bottom seperator"> </td>
</tr>
<tr>
<td colspan="3" class="admin_footer">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2" height="40">
+ <td align="center" class="admin_title bottom" height="40">
<strong>{--ADMIN_PAYOUT_TRANSFER_FAILED--}:</strong>
</td>
</tr>
<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" class="admin_table dashed" align="center">
<tr>
- <td class="admin_title bottom2" align="center" height="30">
+ <td class="admin_title bottom" align="center" height="30">
<strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="seperator bottom2" height="5"> </td>
+ <td class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td class="seperator" height="5"> </td>
</td>
</tr>
<tr>
- <td class="seperator bottom2" height="5"> </td>
+ <td class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td align="center" class="admin_footer">
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></td>
+ <td class="header_column bottom" 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">
+ <td align="center" height="30" class="bottom admin_title">
<strong>{--DELETE_REF_DEPTHS--}:</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=config_points&sub=ref&do=edit" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="550">
<tr>
- <td align="center" colspan="2" height="30" class="bottom2 admin_title">
+ <td align="center" colspan="2" height="30" class="bottom admin_title">
<strong>{--EDIT_REF_DEPTHS--}:</strong>
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="bottom2" height="30"><strong>{--REF_DEPTHS_ID--}
+ <td colspan="2" align="center" class="bottom" height="30"><strong>{--REF_DEPTHS_ID--}
$content[id]:</strong></td>
</tr>
<tr>
size="3" maxlength="5">%</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 seperator" colspan="2"
+ <td class="switch_sw$content[sw] bottom seperator" colspan="2"
height="5"> </td>
</tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[level]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[percents]%
</td>
</tr>
<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 align="center" colspan="6" class="admin_title bottom2" height="30">
+ <td align="center" colspan="6" class="admin_title bottom" height="30">
<strong>{--EDIT_DEL_REFBANNER--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--REF_URL--}:</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--REF_TITLE--}:</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--REF_CNTR--}:</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--REF_CLIX--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--REF_VIS--}:</strong></td>
</tr>
$content
<tr>
<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 align="center" colspan="3" class="admin_title bottom2" height="30">
+ <td align="center" colspan="3" class="admin_title bottom" height="30">
<strong>{--EDIT_REFBANNER--}</strong>
</td>
</tr>
<td class="switch_sw$content[sw] seperator" width="10"> </td>
</tr>
<tr>
- <td colspan="5" class="switch_sw$content[sw] bottom2 seperator"> </td>
+ <td colspan="5" class="switch_sw$content[sw] bottom seperator"> </td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2" colspan="2">
+ <td align="center" class="switch_sw$content[sw] bottom right" 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] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<img src="$content[url]" alt="$content[alt]" border="0" title="$content[alt]" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[alt]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[cnt]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[clx]
</td>
<td align="center" class="switch_sw$content[sw] bottom" colspan="2">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td colspan="2" align="center" class="admin_title bottom2" height="29">
+ <td colspan="2" align="center" class="admin_title bottom" height="29">
<strong>{--ADMIN_REGISTER_NOW--}</strong>
</td>
</tr>
</tr>
$content[pass2_message]
<tr>
- <td align="center" colspan="2" class="admin_footer top2">
+ <td align="center" colspan="2" class="admin_footer top">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="admin_submit submit" name="ok" value="{--ADMIN_REG_SUBMIT--}" />
</td>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="30">
+ <td class="admin_title bottom" height="30">
<strong>{--ADMIN_RESET_PASS_DONE_TITLE--}</strong>
</td>
</tr>
<tr>
- <td class="bottom2">
+ <td class="bottom">
$content
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&reset_pass=1" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="30" colspan="2">
+ <td class="admin_title bottom" height="30" colspan="2">
<strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
</td>
</tr>
<tr>
- <td height="40" width="50%" class="bottom2">
+ <td height="40" width="50%" class="bottom">
{--ADMIN_ENTER_EMAIL--}
</td>
- <td width="50%" class="bottom2">
+ <td width="50%" class="bottom">
<input type="email" class="admin_normal" name="email" size="20" maxlength="255" />
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&reset_pass=1" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="30" colspan="2">
+ <td class="admin_title bottom" height="30" colspan="2">
<strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
</td>
</tr>
<tr>
- <td height="40" width="50%" class="bottom2">
+ <td height="40" width="50%" class="bottom">
{--ADMIN_SHOW_LOGIN--}
</td>
- <td width="50%" class="bottom2">
+ <td width="50%" class="bottom">
<strong>$content[login]</strong><br />
[<a href="{?URL?}/modules.php?module=admin&reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</a>]
</td>
</tr>
<tr>
- <td height="40" width="50%" class="bottom2">
+ <td height="40" width="50%" class="bottom">
{--ADMIN_ENTER_PASSWORD1--}
</td>
- <td width="50%" class="bottom2">
+ <td width="50%" class="bottom">
<input type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
</td>
</tr>
<tr>
- <td height="40" width="50%" class="bottom2">
+ <td height="40" width="50%" class="bottom">
{--ADMIN_ENTER_PASSWORD2--}
</td>
- <td width="50%" class="bottom2">
+ <td width="50%" class="bottom">
<input type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td align="center" class="admin_title bottom2" height="30"><strong>{--ADMIN_SEND_BONUS_MAILS--}</strong></td>
+ <td align="center" class="admin_title bottom" height="30"><strong>{--ADMIN_SEND_BONUS_MAILS--}</strong></td>
</tr>
<tr>
- <td style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px" class="bottom2">
+ <td style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px" class="bottom">
<strong><big>·</big></strong> <a href="{?URL?}/modules.php?module=admin&what=send_bonus&mode=normal">{--ADMIN_SEND_BONUS_NORMAL--}</a>
<div class="admin_note">{--ADMIN_SEND_BONUS_NORMAL_NOTES--}</div>
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&reset_pass=1" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="30" colspan="2">
+ <td class="admin_title bottom" height="30" colspan="2">
<strong>{--ADMIN_SEND_RESET_LINK_TITLE--}</strong>
</td>
</tr>
<tr>
- <td height="40" width="50%" class="bottom2">
+ <td height="40" width="50%" class="bottom">
{--ADMIN_ENTER_EMAIL--}
</td>
- <td width="50%" class="bottom2">
+ <td width="50%" class="bottom">
<input type="text" class="admin_normal" name="email" size="20" maxlength="255" />
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=list_yoomedia_tm" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
<tr>
- <td colspan="2" class="admin_title bottom2" height="30">
+ <td colspan="2" class="admin_title bottom" height="30">
<strong>{--ADMIN_YOOMEDIA_SEND_MAIL_TITLE--}</strong>
</td>
</tr>
<span class="admin_note"><em>{--ADMIN_YOOMEDIA_ENTER_URL_NOTE--}</em></span>
</td>
</tr>
-<tr><td colspan="2" class="seperator bottom2" height="10"> </td></tr>
+<tr><td colspan="2" class="seperator bottom" height="10"> </td></tr>
<tr>
<td colspan="2" align="center" class="admin_footer">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<div align="center" style="margin-top:10px;margin-bottom:10px">
<div style="width:550px" class="admin_table dashed">
- <div class="admin_title bottom2">
+ <div class="admin_title bottom">
{--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" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" colspan="2" align="center">
+ <td class="admin_title bottom" colspan="2" align="center">
{--ADMIN_SUB_POINTS_FROM_USER--}:<br />
<strong>$content[user]</strong>
</td>
</td>
</tr>
<tr>
- <td class="bottom2" align="right">{--ENTER_SUB_REASON--}:</td>
- <td class="bottom2">
+ <td class="bottom" align="right">{--ENTER_SUB_REASON--}:</td>
+ <td class="bottom">
<textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea>
</td>
</tr>
<td class="admin_title" colspan="3" align="center">{--ADMIN_SUB_POINTS_FROM_ALL--}:</td>
</tr>
<tr>
- <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
+ <td class="admin_title seperator bottom" height="10" colspan="3"> </td>
</tr>
<tr>
<td height="8" colspan="3" class="seperator"> </td>
<td height="3" colspan="3" class="seperator"> </td>
</tr>
<tr>
- <td height="5" colspan="3" class="seperator bottom2"> </td>
+ <td height="5" colspan="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="admin_footer"><input type="reset"
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
<tr>
- <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SURFBAR_STATS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" width="33%" class="header_column bottom2 right2">
+ <td align="center" width="33%" class="header_column bottom right">
<strong>{--_UID--}:</strong>
</td>
- <td align="center" width="34%" class="header_column bottom2 right2">
+ <td align="center" width="34%" class="header_column bottom right">
<strong>{--ADMIN_SURFBAR_VISITED_URLS--}:</strong>
</td>
- <td align="center" width="33%" class="header_column bottom2">
+ <td align="center" width="33%" class="header_column bottom">
<strong>{--ADMIN_SURFBAR_TOTAL_VISITS--}:</strong>
</td>
</tr>
$content[rows]
<tr>
- <td class="admin_footer right2" align="right" style="padding-right:2px">
+ <td class="admin_footer right" align="right" style="padding-right:2px">
<strong>{--ADMIN_SURFBAR_TOTALS--}:</strong>
</td>
- <td class="admin_footer right2">
+ <td class="admin_footer right">
<strong>$content[urls]</strong>
</td>
<td class="admin_footer">
<tr>
- <td align="center" class="switch_$content[sw] bottom2 right2">[<strong>$content[userid]</strong>]</td>
- <td align="center" class="switch_$content[sw] bottom2 right2">$content[visited_urls]</td>
- <td align="center" class="switch_$content[sw] bottom2">$content[total_visits]</td>
+ <td align="center" class="switch_$content[sw] bottom right">[<strong>$content[userid]</strong>]</td>
+ <td align="center" class="switch_$content[sw] bottom right">$content[visited_urls]</td>
+ <td align="center" class="switch_$content[sw] bottom">$content[total_visits]</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_title bottom2" height="30">
+ <td colspan="3" align="center" class="admin_title bottom" height="30">
<strong>{--ADMIN_SURFBAR_URL_STATS_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" width="33%" class="header_column bottom2 right2">
+ <td align="center" width="33%" class="header_column bottom right">
<strong>{--_UID--}:</strong>
</td>
- <td align="center" width="34%" class="header_column bottom2 right2">
+ <td align="center" width="34%" class="header_column bottom right">
<strong>{--ADMIN_SURFBAR_TOTAL_VISITS--}:</strong>
</td>
- <td align="center" width="33%" class="header_column bottom2">
+ <td align="center" width="33%" class="header_column bottom">
<strong>{--ADMIN_SURFBAR_LAST_ONLINE--}:</strong>
</td>
</tr>
$content[rows]
<tr>
- <td class="admin_footer right2" align="right" style="padding-right:2px">
+ <td class="admin_footer right" align="right" style="padding-right:2px">
<strong>{--ADMIN_SURFBAR_TOTALS--}:</strong>
</td>
- <td class="admin_footer right2">
+ <td class="admin_footer right">
<strong>$content[visits]</strong>
</td>
<td class="admin_footer">
<tr>
- <td align="center" class="switch_$content[sw] bottom2 right2">[<strong>$content[userid]</strong>]</td>
- <td align="center" class="switch_$content[sw] bottom2 right2">$content[total_visits]</td>
- <td align="center" class="switch_$content[sw] bottom2">$content[last_surfed]</td>
+ <td align="center" class="switch_$content[sw] bottom right">[<strong>$content[userid]</strong>]</td>
+ <td align="center" class="switch_$content[sw] bottom right">$content[total_visits]</td>
+ <td align="center" class="switch_$content[sw] bottom">$content[last_surfed]</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&what=theme_edit" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <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>
+ <td class="header_column bottom right" align="center">{--ID_SELECT--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_ACTIVE--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
+ <td class="header_column bottom" align="center">{--THEME_VERSION--}</td>
</tr>
$content
<tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+ <td class="switch_sw$content[sw] bottom right" align="center" height="30">
<input type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="admin_normal" value="1" />
<input type="hidden" name="active[$content[id]]" value="$content[active]" />
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+ <td class="switch_sw$content[sw] bottom right" align="center" height="30">
$content[link]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[name]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+ <td class="switch_sw$content[sw] bottom right" align="center" height="30">
$content[is_act]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
$content[email]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<a href="$content[url_link]" target="_blank">$content[url_title]</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
v$content[ver]
</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <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>
+ <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_VERSION--}</td>
+ <td class="header_column bottom" align="center">{--THEME_INSTALL--}</td>
</tr>
$content
<tr>
<tr>
- <td colspan="6" class="bottom2" height="80">
+ <td colspan="6" class="bottom" height="80">
$content
</td>
</tr>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" height="30">$content[unix]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[name]</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center" height="30">$content[unix]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">$content[name]</td>
+ <td class="switch_sw$content[sw] bottom right" align="center">
<a href="mailto:$content[email]?Subject=[Theme:] $content[name] ($content[unix])"."">$content[author]</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">
<a href="$content[link]" target="_blank">$content[url]</a>
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center">v$content[version]</td>
- <td class="switch_sw$content[sw] bottom2" align="center">
+ <td class="switch_sw$content[sw] bottom right" align="center">v$content[version]</td>
+ <td class="switch_sw$content[sw] bottom" align="center">
$content[form]
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right 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 align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[status]
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[registered]
</td>
</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_title bottom2" height="35">
+ <td colspan="8" align="center" class="admin_title bottom" height="35">
<div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</div>
</td>
</tr>
<tr>
- <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 right" align="center" width="10"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column right" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+ <td class="header_column right" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+ <td class="header_column right" align="center"><strong>{--EMAIL_URL--}</strong></td>
+ <td class="header_column right" align="center"><strong>{--EMAIL_CATEGORY--}</strong></td>
+ <td class="header_column right" align="center"><strong>{--EMAIL_PAYMENT--}</strong></td>
+ <td class="header_column right" 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>
- <td class="admin_footer top2" colspan="8" align="center" height="35">
+ <td class="admin_footer top" colspan="8" align="center" height="35">
{--ADMIN_ENTER_REDIRECT_URL--}: <input type="text" name="redirect" class="admin_normal" size="30" maxlength="255" value="{?reject_url?}" />
</td>
</tr>
<tr>
- <td class="admin_footer top2" colspan="8" align="center" height="35">
+ <td class="admin_footer top" colspan="8" align="center" height="35">
<input type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
<input type="submit" class="admin_submit" name="accept" value="{--EMAIL_ACCEPT--}" />
<input type="submit" class="admin_submit_reject" name="reject" value="{--EMAIL_REJECT--}" />
<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">
<tr>
- <td class="admin_title bottom2" colspan="2" align="center"
+ <td class="admin_title bottom" colspan="2" align="center"
height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</div>
</td>
</tr>
<tr>
- <td class="bottom2 switch_sw$content[sw]" width="10"> </td>
- <td class="bottom2 switch_sw$content[sw]" width="25" align="center">
+ <td class="bottom switch_sw$content[sw]" width="10"> </td>
+ <td class="bottom switch_sw$content[sw]" width="25" align="center">
<input type="radio" name="sel[$content[id]]" value="$content[url]" />
</td>
- <td class="bottom2 switch_sw$content[sw]">$content[url]</td>
- <td class="bottom2 switch_sw$content[sw]" width="10"> </td>
+ <td class="bottom switch_sw$content[sw]">$content[url]</td>
+ <td class="bottom switch_sw$content[sw]" width="10"> </td>
</tr>
<tr>
- <td class="switch_sw$content[sw] top2 right2" align="center" height="30">
+ <td class="switch_sw$content[sw] top right" align="center" height="30">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
<input type="hidden" name="sender[$content[id]]" value="$content[sender]" />
<input type="hidden" name="url[$content[id]]" value="$content[url]" />
</td>
- <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
+ <td class="switch_sw$content[sw] top right admin_misc" align="center">
$content[u_link]
</td>
- <td class="switch_sw$content[sw] top2 right2 admin_misc">
+ <td class="switch_sw$content[sw] top right admin_misc">
$content[subject]
</td>
- <td class="switch_sw$content[sw] top2 right2" align="center">
+ <td class="switch_sw$content[sw] top right" align="center">
<a href="$content[tester]" target="_blank">{--ADMIN_TEST_URL--}</a>
</td>
- <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
+ <td class="switch_sw$content[sw] top right admin_misc" align="center">
<span class="admin_note" title="$content[cat_title]">$content[cat_link]</span>
</td>
- <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
+ <td class="switch_sw$content[sw] top right admin_misc" align="center">
<span class="admin_note" title="$content[pay_title]">$content[pay_link]</span>
</td>
- <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
+ <td class="switch_sw$content[sw] top right admin_misc" align="center">
$content[timestamp]
</td>
- <td class="switch_sw$content[sw] top2 admin_misc" align="center">
+ <td class="switch_sw$content[sw] top admin_misc" align="center">
$content[target_send]
</td>
</tr>
<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">
+ <td colspan="4" class="admin_title bottom" height="30" align="center">
<strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
</td>
</tr>
<tr>
- <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>
+ <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}:</strong></td>
+ <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" class="header_column bottom"><strong>{--SPONSOR_CREATED--}:</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[remote]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[created]
</td>
</tr>
</td>
</tr>
<tr>
- <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>
+ <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--_UID--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
</tr>
$content
<tr>
<tr>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" />
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[userid]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
$content[url]
</td>
- <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+ <td align="center" class="bottom right switch_sw$content[sw]">
<a href="$content[framekiller]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
</td>
- <td align="center" class="bottom2 switch_sw$content[sw]">
+ <td align="center" class="bottom switch_sw$content[sw]">
$content[registered]
</td>
</tr>
<div align="center">
<div class="admin_table dashed" style="width:580px">
-<div class="admin_title bottom2">
+<div class="admin_title bottom">
<div class="big">{--NEW_VERSION_AVAILABLE--}</div>
</div>
<div style="float:right;padding:5px"><strong>$content[changed]</strong></div>
</div>
-<div style="clear:both;height:50px" class="top2">
- <div class="admin_title bottom2">
+<div style="clear:both;height:50px" class="top">
+ <div class="admin_title bottom">
<div class="big">{--DOWNLOAD_NEW_VERSION--}</div>
</div>
<div style="padding:5px">
<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">
+ <td colspan="4" 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="top2 right">
+ <td align="center" width="25%" class="top right">
{--GENDER--}:<br />
<strong>$content[gender]</strong>
</td>
- <td align="center" width="20%" class="top2 right">
+ <td align="center" width="25%" class="top right">
{--SURNAME--}:<br />
<strong>$content[surname]</strong>
</td>
- <td align="center" width="20%" class="top2 right">
+ <td align="center" width="25%" class="top right">
{--FAMILY_NAME--}:<br />
<strong>$content[family]</strong>
</td>
- <td align="center" width="20%" class="top2 right">
+ <td align="center" width="25%" class="top">
{--STREET_NR--}:<br />
<strong>$content[street_nr]</strong>
</td>
- <td align="center" width="20%" class="top">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--BIRTHDAY2--}:<br />
<strong>$content[birthday]</strong>
</td>
- </tr>
- <tr>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--COUNTRY--}:<br />
<strong>$content[country]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--ZIP--}:<br />
<strong>$content[zip]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top">
{--CITY--}:<br />
<strong>$content[city]</strong>
</td>
- <td align="center" class="top2 right">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--EMAIL_ADDRESS--}:<br />
<strong><a href="$content[email_link]">$content[email]</a></strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="top right">
{--ACCOUNT_STATUS--}:<br />
<strong>$content[status]</strong>
</td>
- </tr>
- <tr>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--RECEIVE_MAILS--}:<br />
<strong>$content[receive_mails]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top">
{--MAX_PER_DAY--}:<br />
<strong>$content[max_mails]</strong>
</td>
- <td align="center" class="top2 right">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--REF_UID--}:<br />
<strong>$content[refid]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--REF_CLICKS--}:<br />
<strong>$content[ref_clicks]</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="top right">
{--TOTAL_LOGINS--}:<br />
<strong>$content[total_logins]</strong>
</td>
- </tr>
- <tr>
- <td align="center" class="top2 right">
+ <td align="center" class="top">
{--REMOTE_IP--}:<br />
<strong>$content[REMOTE_ADDR]</strong>
</td>
- <td align="center" class="top2 right">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--ADMIN_LAST_ONLINE--}:<br />
<strong>$content[last_online]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--ADMIN_LAST_MODULE--}:<br />
<strong>$content[last_module]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--HAS_JOINED--}:<br />
<strong>$content[joined]</strong>
</td>
</td>
</tr>
<tr>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--USED_POINTS--}:<br />
<strong>$content[used_points]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--TOTAL_POINTS--}:<br />
<strong>$content[total]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--TOTAL_REFERALS--}:<br />
<strong>$content[refs]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top">
{--TOTAL_CATS--}:<br />
<strong>$content[cats]</strong>
</td>
- <td align="center" class="top">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--UNCONFIRMED_LINKS--}:<br />
<strong>$content[links]</strong>
</td>
- </tr>
- <tr>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--LOCKED_POINTS--}:<br />
<strong>$content[locked]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--LAST_UPDATE--}:<br />
<strong>$content[last_update]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top">
{--LAST_PROFILE_SENT--}:<br />
<strong>$content[last_profile_sent]</strong>
</td>
- <td align="center" class="top2 right">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--USER_REF_PAYOUT--}:<br />
<strong>$content[ref_payout]</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="top right">
{--USER_NICKNAME--}:<br />
<strong>$content[nickname]</strong>
</td>
- </tr>
- <tr>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--CLICK_RATE--}:<br />
<strong>$content[click_rate]%</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top">
{--EMAILS_RECEIVED--}:<br />
<strong>$content[emails_received]</strong>
</td>
- <td align="center" class="top2 right">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--MAILS_CONFIRMED--}:<br />
<strong>$content[mails_confirmed]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--RAND_CONFIRMED--}:<br />
<strong>$content[rand_confirmed]</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="top right">
{--_UNUSED--}:<br />
<strong>---</strong>
</td>
- </tr>
- <tr>
- <td align="center" class="top2 right">
+ <td align="center" class="top">
{--LOCK_REASON--}:<br />
<strong>$content[lock_reason]</strong>
</td>
- <td align="center" class="top2 right">
+ </tr>
+ <tr>
+ <td align="center" class="top right">
{--LOCK_TIMESTAMP--}:<br />
<strong>$content[lock_timestamp]</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--_UNUSED--}:<br />
<strong>---</strong>
</td>
- <td align="center" class="top2 right">
+ <td align="center" class="top right">
{--_UNUSED--}:<br />
<strong>---</strong>
</td>
</td>
</tr>
<tr>
- <td align="center" class="admin_footer top" colspan="5">
+ <td align="center" class="admin_footer top" colspan="4">
<strong>{--ADMIN_MEMBER_FUNCTIONS--}:</strong><br />
$content[admin_links]
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&reset_pass=1" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
- <td class="admin_title bottom2" height="30" colspan="2">
+ <td class="admin_title bottom" height="30" colspan="2">
<strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
</td>
</tr>
<tr>
- <td height="40" width="50%" class="bottom2">
+ <td height="40" width="50%" class="bottom">
{--ADMIN_ENTER_LOGIN--}
</td>
- <td width="50%" class="bottom2">
+ <td width="50%" class="bottom">
<input type="text" class="admin_normal" name="login" size="20" maxlength="255" />
</td>
</tr>
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">
+ <td class="admin_logout top bottom right" align="center" width="100">
<a class="admin_logout tiny" href="{?URL?}/modules.php?module=admin&action=logout">Ausloggen</a>
</td>
</tr>
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">
+ <td align="center" width="100" class="admin_logout top bottom right">
<a class="admin_logout tiny" href="{?URL?}/modules.php?module=admin&action=logout">Ausloggen</a>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="400">
<tr>
- <td class="admin_title bottom2">{--ADMIN_YOOMEDIA_ERROR_TITLE--}</td>
+ <td class="admin_title bottom">{--ADMIN_YOOMEDIA_ERROR_TITLE--}</td>
</tr>
<tr>
<td align="center"><strong>$content</strong></td>
<td height="80%" align="center">
<table border="0" cellspacing="0" cellpadding="0" class="beg_table dashed">
<tr>
- <td align="center" height="50" class="bottom2">
+ <td align="center" height="50" class="bottom">
<div class="big">{--BEG_LINK_BY_1--}<strong>{?MAIN_TITLE?}</strong>{--BEG_LINK_BY_2--}</div>
<br />
{--BEG_LINK_USERID_1--}<u>$content[userid]</u>{--BEG_LINK_USERID_2--}
</td>
</tr>
<tr>
- <td align="center" height="120" class="beg_msg bottom2">
+ <td align="center" height="120" class="beg_msg bottom">
$content[message]
</td>
</tr>
style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
<tr>
- <td colspan="2" class="guest_title2 bottom2" height="30">
+ <td colspan="2" class="guest_title2 bottom" height="30">
<strong>{?POINTS?}-{--DOUBLER_TITLE--}</strong><br />
<div class="doubler_error">$content[message]</div>
</td>
class="guest_normal" size="10" maxlength="20"></td>
</tr>
<tr>
- <td colspan="2" class="seperator bottom2" height="5"> </td>
+ <td colspan="2" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="2" align="center" class="guest_footer" height="30">
<tr>
- <td colspan="3" align="center" class="bottom2">
+ <td colspan="3" align="center" class="bottom">
<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_done dashed">
<tr>
<td align="center" height="40"><strong>{--GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY--}</strong>
<tr>
- <td class="active_row1 switch_sw$content[sw] bottom2 right2"> $content[userid] ($content[nickname])</td>
- <td class="active_row2 switch_sw$content[sw] bottom2 right2"> $content[points]</td>
- <td class="active_row3 switch_sw$content[sw] bottom2"> $content[last_online]</td>
+ <td class="active_row1 switch_sw$content[sw] bottom right"> $content[userid] ($content[nickname])</td>
+ <td class="active_row2 switch_sw$content[sw] bottom right"> $content[points]</td>
+ <td class="active_row3 switch_sw$content[sw] bottom"> $content[last_online]</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" width="480" class="guest_table dashed">
<tr>
- <td colspan="3" class="guest_title2 bottom2" height="30">
+ <td colspan="3" class="guest_title2 bottom" height="30">
<strong>{--GUEST_ACTIVE_HEADER--}</strong>
</td>
</tr>
<tr>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--_UID--}:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="header_column bottom2">
+ <td class="header_column bottom">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
<tr>
<td width="10" class="switch_sw$content[sw]"> </td>
- <td class="register_right2 switch_sw$content[sw]"> $content[cat] </td>
+ <td class="register_right 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>
<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" class="admin_table dashed">
<tr>
- <td align="center" colspan="3" class="admin_title bottom2" height="30">
+ <td align="center" colspan="3" class="admin_title bottom" height="30">
<div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div>
</td>
</tr>
<td colspan="3" class="seperator" height="6"> </td>
</tr>
<tr>
- <td align="center" colspan="3" class="admin_footer top2">
+ <td align="center" colspan="3" class="admin_footer top">
<input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<input type="submit" name="ok" class="guest_submit" value="{--REQUEST_CONFIRM_LINK--}" />
</td>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="doubler_table dashed">
<tr>
- <td align="center" class="doubler_header bottom2">
+ <td align="center" class="doubler_header bottom">
<strong class="big">{--DOUBLER_GENERAL_INFOS--}:</strong>
</td>
</tr>
<tr>
- <td class="doubler_main bottom2" style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
+ <td class="doubler_main bottom" style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
<ul>
<li>{--DOUBLER_MINIMUM_IS--} <strong>$content[min] {?POINTS?}</strong> {--DOUBLER_MAXIMUM_IS--} <strong>$content[max] {?POINTS?}</strong></li>
<li>{--DOUBLER_ALREADY_PAYED_1--} <strong>$content[total] {?POINTS?}</strong> {--DOUBLER_ALREADY_PAYED_2--}</li>
</td>
</tr>
<tr>
- <td align="center" class="doubler_header bottom2"><strong
+ <td align="center" class="doubler_header bottom"><strong
class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></td>
</tr>
<tr>
<table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
<tr>
- <td class="doubler_header bottom2 right2" align="center" width="100">
+ <td class="doubler_header bottom right" align="center" width="100">
<strong>{--_UID--}</strong></td>
- <td class="doubler_header bottom2 right2" align="center" width="160">
+ <td class="doubler_header bottom right" align="center" width="160">
<strong>{?POINTS?}</strong></td>
- <td class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
+ <td class="doubler_header bottom" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
</td>
</tr>
$content
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" width="100">
+ <td class="switch_sw$content[sw] bottom right" align="center" width="100">
$content[userid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" width="160">
+ <td class="switch_sw$content[sw] bottom right" align="center" width="160">
$content[points]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center" width="160">
+ <td class="switch_sw$content[sw] bottom" align="center" width="160">
$content[timemark]
</td>
</tr>
-<!-- This HTML code goes between the left2 menu and the content on right2 side -->
+<!-- This HTML code goes between the left menu and the content on right side -->
</td>
<td valign="top" rowspan="3" class="guest_content">
\ No newline at end of file
-<!-- This code goes between header and left2 menu -->
+<!-- This code goes between header and left menu -->
<tr>
<td class="guest_menu">
\ No newline at end of file
<table border="0" cellspacing="0" cellpadding="0" width="400"
class="guest_table dashed">
<tr>
- <td class="guest_title2 bottom2" height="25"><strong>Keine
+ <td class="guest_title2 bottom" height="25"><strong>Keine
Referal-Rallyes aktiv!</strong></td>
</tr>
<tr>
- <td align="center" class="bottom2">
+ <td align="center" class="bottom">
<div
style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px"
align="center">Derzeit ist noch keine Rallye im Gange! Bitte
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" width="530" class="guest_table dashed">
<tr>
- <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>
+ <td align="center" class="header_column bottom" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
+ <td align="center" class="header_column bottom" width="50"><strong>{--_UID--}</strong></td>
+ <td align="center" class="header_column bottom" width="200"><strong>{--RALLYE_GUEST_REFS--}</strong></td>
+ <td align="center" class="header_column bottom" width="200"><strong>{--RALLYE_PRICE_IS--}</strong></td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="430" class="guest_table dashed">
<tr>
- <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>
+ <td align="center" class="header_column bottom" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
+ <td align="center" class="header_column bottom" width="50"><strong>{--_UID--}</strong></td>
+ <td align="center" class="header_column bottom" width="300"><strong>{--RALLYE_GUEST_REFS--}</strong></td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="90%" class="guest_table dashed">
<tr>
- <td class="guest_title2 bottom2" height="25">
+ <td class="guest_title2 bottom" height="25">
<strong>Referal-Rallye gestartet!</strong>
</td>
</tr>
<tr>
- <td class="bottom2" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
+ <td class="bottom" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
<ul>
<li>Titel: <strong>$content[title]</strong></li>
<li>Start: <strong>$content[start]</strong></li>
</td>
</tr>
<tr>
- <td class="guest_title2 bottom2" height="25">
+ <td class="guest_title2 bottom" height="25">
<strong>...:: $content[title] ::...</strong>
</td>
</tr>
<tr>
- <td class="bottom2">
+ <td class="bottom">
<div style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
$content[descr]
</div>
</td>
</tr>
<tr>
- <td class="guest_title2 bottom2" height="25">
+ <td class="guest_title2 bottom" height="25">
<strong>$content[can_win_this]:</strong>
</td>
</tr>
<tr>
- <td class="bottom2">
+ <td class="bottom">
<div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
$content[prices]
</div>
</td>
</tr>
<tr>
- <td class="guest_title2 bottom2" height="25">
+ <td class="guest_title2 bottom" height="25">
<strong>Aktueller Stand der Rallye:</strong>
</td>
</tr>
<tr>
- <td class="bottom2" align="center">
+ <td class="bottom" align="center">
<div style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px" align="center">
$content[top_users]
</div>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=index&what=register" method="post" name="register">
<table border="0" cellspacing="0" cellpadding="0" width="640" class="guest_table dashed">
<tr>
- <td colspan="2" class="guest_title bottom2" height="70">
+ <td colspan="2" class="guest_title bottom" height="70">
$content[header_content]
</td>
</tr>
<tr>
- <td colspan="2" class="guest_title2 bottom2" height="30">
+ <td colspan="2" class="guest_title2 bottom" height="30">
{--REGISTER_PERSONAL_DATA--}:
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="2" height="7" class="seperator bottom2"> </td>
+ <td colspan="2" height="7" class="seperator bottom"> </td>
</tr>
<tr>
- <td colspan="2" class="guest_title2 bottom2" height="30">
+ <td colspan="2" class="guest_title2 bottom" height="30">
{--REGISTER_CATEGORIES--}:
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="2" class="bottom2">$content[category_selection]</td>
+ <td colspan="2" class="bottom">$content[category_selection]</td>
</tr>
<tr>
- <td colspan="2" class="guest_title2 bottom2" height="30">
+ <td colspan="2" class="guest_title2 bottom" height="30">
{--REGISTER_MISC--}:
</td>
</tr>
</tr>
$content[refid_content]
<tr>
- <td colspan="2" height="7" class="seperator bottom2"> </td>
+ <td colspan="2" height="7" class="seperator bottom"> </td>
</tr>
<tr>
- <td colspan="2" class="guest_title2 bottom2" height="30">
+ <td colspan="2" class="guest_title2 bottom" height="30">
{--TERMS_OF_USAGE--}:<br />
<span class="guest_failed">{--YOU_FINALIZE--}</span>
</td>
</td>
</tr>
<tr>
- <td colspan="2" height="7" class="seperator bottom2"> </td>
+ <td colspan="2" height="7" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="2" class="guest_footer" height="30">
<tr>
- <td align="right" class="switch_sw$content[sw] bottom2 right2" width="225">$content[title]: </td>
- <td class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
+ <td align="right" class="switch_sw$content[sw] bottom right" width="225">$content[title]: </td>
+ <td class="guest_title2 bottom" style="padding-left: 2px; padding-right: 2px" width="225">
<div class="nobr"><strong>1 {?POINTS?}</strong> = <strong>$content[conv] $content[name]</strong></div>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=index&what=sponsor_login&mode=activate" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
<tr>
- <td class="guest_title2 bottom2" align="center" height="30" colspan="2">
+ <td class="guest_title2 bottom" align="center" height="30" colspan="2">
<strong>{--SPONSOR_SEND_ACTIVATION_LINK--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
-<td colspan="2" height="5" class="bottom2 seperator"> </td></tr>
+<td colspan="2" height="5" class="bottom seperator"> </td></tr>
<tr>
<td colspan="2" align="center" class="guest_footer">
<input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
<tr>
- <td class="guest_title bottom2">
+ <td class="guest_title bottom">
<div class="big">
{--GUEST_SPONSOR_WANT_BECOME_HEADER--}
</div>
</td>
</tr>
<tr>
- <td align="center" class="bottom2" style="padding-top:15px; padding-bottom: 15px">
+ <td align="center" class="bottom" style="padding-top:15px; padding-bottom: 15px">
{--GUEST_SPONSOR_PRICING_HEADER--}<br />
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
$content[paytypes]
<td align="center" style="padding-top: 15px; padding-bottom: 15px">
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
<tr>
- <td colspan="2" align="center" class="guest_title2 bottom2" height="30">
+ <td colspan="2" align="center" class="guest_title2 bottom" height="30">
<strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=index&what=sponsor_login" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
<tr>
- <td class="guest_title2 bottom2" align="center" height="30" colspan="2">
+ <td class="guest_title2 bottom" align="center" height="30" colspan="2">
<strong>{--SPONSOR_LOGIN_WELCOME--}</strong>
</td>
</tr>
<input type="password" name="pass" class="guest_normal" size="10" maxlength="255" />
</td>
</tr>
-<tr><td colspan="2" height="5" class="bottom2 seperator"> </td></tr>
+<tr><td colspan="2" height="5" class="bottom seperator"> </td></tr>
<tr>
<td colspan="2" align="center" class="guest_footer">
<input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<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">
+ <td class="guest_title2 bottom" align="center" height="30" colspan="2">
<strong>{--SPONSOR_SEND_LOST_PASSWORD--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td class="bottom2" width="200" align="right" style="padding-right: 10px" height="30">
+ <td class="bottom" width="200" align="right" style="padding-right: 10px" height="30">
{--SPONSOR_ENTER_EMAIL--}:
</td>
- <td class="bottom2" width="200">
+ <td class="bottom" width="200">
<input type="text" name="email" class="guest_normal" size="20" maxlength="255" />
</td>
</tr>
<tr>
- <td align="center" colspan="2" height="30" class="guest_title2 bottom2">
+ <td align="center" colspan="2" height="30" class="guest_title2 bottom">
<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">
+ <td align="right" class="switch_sw$content[sw] right" width="225" height="24">{--SPONSOR_PAYTYPE_COUNT--}: </td>
+ <td class="guest_title2 bottom" 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">
+ <td align="right" class="switch_sw$content[sw] bottom right" width="225" height="24">{--SPONSOR_PAYTYPE_VALUE--}: </td>
+ <td class="guest_title2 bottom" style="padding-left: 2px; padding-right: 2px" width="225">
<div class="nobr"><strong>$content[price] $content[curr]</strong></div>
</td>
</tr>
<tr>
- <td class="bottom2 switch_sw$content[sw]" height="50" style="padding-left: 2px; padding-right: 2px">
+ <td class="bottom switch_sw$content[sw]" height="50" style="padding-left: 2px; padding-right: 2px">
<input type="radio" name="pay_type" class="guest_normal" value="$content[id]" /> $content[pay_name]<br />
<div align="right">($content[pay_min_count] $content[pay_currency] = $content[res] {?POINTS?})</div>
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=index&what=sponsor_reg" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="530">
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_ENTER_COMPANY_DATA--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr>
- <td class="bottom2" width="10" height="40"> </td>
- <td class="bottom2" colspan="3" align="center">
+ <td class="bottom" width="10" height="40"> </td>
+ <td class="bottom" colspan="3" align="center">
<div class="guest_note">{--SPONSOR_COMPANY_NOTE--}</div>
</td>
- <td class="bottom2" width="10"> </td>
+ <td class="bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_ENTER_PERSONA_DATA--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_ENTER_PASSWORDS--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_REFERAL--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_WARNINGS--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_PAYMENTS--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
- <td class="guest_title2 bottom2" width="10" height="30"> </td>
- <td class="guest_title2 bottom2" colspan="3" align="center">
+ <td class="guest_title2 bottom" width="10" height="30"> </td>
+ <td class="guest_title2 bottom" colspan="3" align="center">
<strong>{--SPONSOR_TERMS_HEADER--}</strong>
</td>
- <td class="guest_title2 bottom2" width="10"> </td>
+ <td class="guest_title2 bottom" width="10"> </td>
</tr>
<tr><td class="seperator" colspan="5" height="5"> </td></tr>
<tr>
</td>
<td class="seperator" width="10"> </td>
</tr>
-<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr><td class="seperator bottom" colspan="5" height="5"> </td></tr>
<tr>
<td class="guest_footer seperator" width="10"> </td>
<td class="guest_footer" colspan="3" align="center">
<tr>
- <td class="switch_sw$content[sw] guest_stats_l bottom2" colspan="4">$content[cat]</td>
- <td class="switch_sw$content[sw] guest_stats_m bottom2 right2"> </td>
- <td class="switch_sw$content[sw] guest_stats_r bottom2">$content[cnt]</td>
+ <td class="switch_sw$content[sw] guest_stats_l bottom" colspan="4">$content[cat]</td>
+ <td class="switch_sw$content[sw] guest_stats_m bottom right"> </td>
+ <td class="switch_sw$content[sw] guest_stats_r bottom">$content[cnt]</td>
</tr>
<tr>
- <td align="center" class="guest_title2 bottom2" colspan="2">$content</td>
+ <td align="center" class="guest_title2 bottom" colspan="2">$content</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="guest_stats dashed">
<tr>
- <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS--}</strong></td>
+ <td align="center" class="guest_stats_title bottom" colspan="6"><strong>{--GUEST_STATS--}</strong></td>
</tr>
<tr>
- <td class="guest_stats_l bottom2">{--USERS_TOTAL--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2 right2">$content[total_users]</td>
- <td class="guest_stats_l bottom2">{--UNCONFIRMED_USERIDS--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2">$content[unconfirmed]</td>
+ <td class="guest_stats_l bottom">{--USERS_TOTAL--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom right">$content[total_users]</td>
+ <td class="guest_stats_l bottom">{--UNCONFIRMED_USERIDS--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom">$content[unconfirmed]</td>
</tr>
<tr>
- <td class="guest_stats_l bottom2">{--GUEST_STATS_MALES--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2 right2">$content[total_males]</td>
- <td class="guest_stats_l bottom2">{--GUEST_STATS_FEMALES--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2">$content[total_females]</td>
+ <td class="guest_stats_l bottom">{--GUEST_STATS_MALES--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom right">$content[total_males]</td>
+ <td class="guest_stats_l bottom">{--GUEST_STATS_FEMALES--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom">$content[total_females]</td>
</tr>
<!--
@TODO We have to fix these counters.
<tr>
- <td class="guest_stats_l bottom2">{--GUEST_STATS_TONLINE--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2 right2">$content[tmem_count]</td>
- <td class="guest_stats_l bottom2">{--GUEST_STATS_YONLINE--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2">$content[ymem_count]</td>
+ <td class="guest_stats_l bottom">{--GUEST_STATS_TONLINE--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom right">$content[tmem_count]</td>
+ <td class="guest_stats_l bottom">{--GUEST_STATS_YONLINE--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom">$content[ymem_count]</td>
</tr>
//-->
<tr>
- <td class="guest_stats_l bottom2">{--GUEST_STATS_TREGISTER--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2 right2">$content[treg_count]</td>
- <td class="guest_stats_l bottom2">{--GUEST_STATS_YREGISTER--}:</td>
- <td class="guest_stats_m bottom2 right2"> </td>
- <td class="guest_stats_r bottom2">$content[yreg_count]</td>
+ <td class="guest_stats_l bottom">{--GUEST_STATS_TREGISTER--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom right">$content[treg_count]</td>
+ <td class="guest_stats_l bottom">{--GUEST_STATS_YREGISTER--}:</td>
+ <td class="guest_stats_m bottom right"> </td>
+ <td class="guest_stats_r bottom">$content[yreg_count]</td>
</tr>
<tr>
- <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></td>
+ <td align="center" class="guest_stats_title bottom" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></td>
</tr>
$content[month_rows]
<tr>
- <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></td>
+ <td align="center" class="guest_stats_title bottom" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></td>
</tr>
$content[cats_rows]
<tr>
<!-- VORSICHT----! KEINE <tr> UND </tr> HIERN EINSETZEN----! //-->
-<td class="guest_stats_$content[l_class] bottom2">$content[m_descr]:</td>
-<td class="guest_stats_m bottom2 right2"> </td>
-<td class="guest_stats_$content[r_class] bottom2$content[r2_class]">$content[cnt]</td>
+<td class="guest_stats_$content[l_class] bottom">$content[m_descr]:</td>
+<td class="guest_stats_m bottom right"> </td>
+<td class="guest_stats_$content[r_class] bottom$content[r2_class]">$content[cnt]</td>
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="right" width="250">$content[title] </td>
- <td class="switch_sw$content[sw] bottom2" width="50"> $content[counter]</td>
+ <td class="switch_sw$content[sw] bottom right" align="right" width="250">$content[title] </td>
+ <td class="switch_sw$content[sw] bottom" width="50"> $content[counter]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="310">
<tr>
- <td align="center" class="guest_stats_title bottom2" colspan="2"><strong>{--GUEST_TOPTEN_STATS--}</strong></td>
+ <td align="center" class="guest_stats_title bottom" colspan="2"><strong>{--GUEST_TOPTEN_STATS--}</strong></td>
</tr>
$content[rows]
<tr>
<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
<tr>
- <td colspan="5" class="guest_title2 bottom2" height="30">
+ <td colspan="5" class="guest_title2 bottom" height="30">
<strong>TOP{?top10_max?} - Logins</strong>
</td>
</tr>
<tr>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>Platz:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--_UID--}:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--TOTAL_LOGINS--}:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="header_column bottom2">
+ <td class="header_column bottom">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
<tr>
- <td colspan="4" class="guest_title2 bottom2" height="30">
+ <td colspan="4" class="guest_title2 bottom" height="30">
<strong>TOP{?top10_max?} - {?POINTS?}-Verdiener</strong>
</td>
</tr>
<tr>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>Platz:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--_UID--}:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="header_column bottom2">
+ <td class="header_column bottom">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
<tr>
- <td colspan="5" class="guest_title2 bottom2" height="30">
+ <td colspan="5" class="guest_title2 bottom" height="30">
<strong>TOP{?top10_max?} - Werber</strong>
</td>
</tr>
<tr>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>Platz:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--_UID--}:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--TOTAL_REFERALS--}:</strong>
</td>
- <td class="header_column bottom2 right2">
+ <td class="header_column bottom right">
<strong>{--TOTAL_POINTS--}:</strong>
</td>
- <td class="header_column bottom2">
+ <td class="header_column bottom">
<strong>{--ADMIN_LAST_ONLINE--}:</strong>
</td>
</tr>
<tr>
- <td class="top10_row1 switch_sw$content[sw] bottom2 right2" align="center">$content[index]</td>
- <td class="top10_row2 switch_sw$content[sw] bottom2 right2"> ---</td>
- <td class="top10_row3 switch_sw$content[sw] bottom2 right2"> ---</td>
- <td class="top10_row4 switch_sw$content[sw] bottom2"> ---</td>
+ <td class="top10_row1 switch_sw$content[sw] bottom right" align="center">$content[index]</td>
+ <td class="top10_row2 switch_sw$content[sw] bottom right"> ---</td>
+ <td class="top10_row3 switch_sw$content[sw] bottom right"> ---</td>
+ <td class="top10_row4 switch_sw$content[sw] bottom"> ---</td>
</tr>
<tr>
- <td class="top10_row1 switch_sw$content[sw] bottom2 right2" align="center">$content[index]</td>
- <td class="top10_row2 switch_sw$content[sw] bottom2 right2"> ---</td>
- <td class="top10_row3 switch_sw$content[sw] bottom2 right2"> ---</td>
- <td class="top10_row4 switch_sw$content[sw] bottom2 right2"> ---</td>
- <td class="top10_row5 switch_sw$content[sw] bottom2"> ---</td>
+ <td class="top10_row1 switch_sw$content[sw] bottom right" align="center">$content[index]</td>
+ <td class="top10_row2 switch_sw$content[sw] bottom right"> ---</td>
+ <td class="top10_row3 switch_sw$content[sw] bottom right"> ---</td>
+ <td class="top10_row4 switch_sw$content[sw] bottom right"> ---</td>
+ <td class="top10_row5 switch_sw$content[sw] bottom"> ---</td>
</tr>
<tr>
- <td class="top10_row1 switch_sw$content[sw] bottom2 right2"
+ <td class="top10_row1 switch_sw$content[sw] bottom right"
align="center">$content[cnt]</td>
- <td class="top10_row2 switch_sw$content[sw] bottom2 right2"> $content[userid] ($content[nickname])</td>
- <td class="top10_row3 switch_sw$content[sw] bottom2 right2"> $content[points]</td>
- <td class="top10_row5 switch_sw$content[sw] bottom2"> $content[last_online]</td>
+ <td class="top10_row2 switch_sw$content[sw] bottom right"> $content[userid] ($content[nickname])</td>
+ <td class="top10_row3 switch_sw$content[sw] bottom right"> $content[points]</td>
+ <td class="top10_row5 switch_sw$content[sw] bottom"> $content[last_online]</td>
</tr>
<tr>
- <td class="top10_row1 switch_sw$content[sw] bottom2 right2" align="center">$content[cnt]</td>
- <td class="top10_row2 switch_sw$content[sw] bottom2 right2"> $content[userid] ($content[nickname])</td>
- <td class="top10_row3 switch_sw$content[sw] bottom2 right2"> $content[total_logins]</td>
- <td class="top10_row4 switch_sw$content[sw] bottom2 right2"> $content[points]</td>
- <td class="top10_row5 switch_sw$content[sw] bottom2"> $content[last_online]</td>
+ <td class="top10_row1 switch_sw$content[sw] bottom right" align="center">$content[cnt]</td>
+ <td class="top10_row2 switch_sw$content[sw] bottom right"> $content[userid] ($content[nickname])</td>
+ <td class="top10_row3 switch_sw$content[sw] bottom right"> $content[total_logins]</td>
+ <td class="top10_row4 switch_sw$content[sw] bottom right"> $content[points]</td>
+ <td class="top10_row5 switch_sw$content[sw] bottom"> $content[last_online]</td>
</tr>
<tr>
- <td class="top10_row1 switch_sw$content[sw] bottom2 right2"
+ <td class="top10_row1 switch_sw$content[sw] bottom right"
align="center">$content[cnt]</td>
- <td class="top10_row2 switch_sw$content[sw] bottom2 right2"> $content[userid] ($content[nickname])</td>
- <td class="top10_row3 switch_sw$content[sw] bottom2 right2"> $content[refs]</td>
- <td class="top10_row4 switch_sw$content[sw] bottom2 right2"> $content[points]</td>
- <td class="top10_row5 switch_sw$content[sw] bottom2"> $content[last_online]</td>
+ <td class="top10_row2 switch_sw$content[sw] bottom right"> $content[userid] ($content[nickname])</td>
+ <td class="top10_row3 switch_sw$content[sw] bottom right"> $content[refs]</td>
+ <td class="top10_row4 switch_sw$content[sw] bottom right"> $content[points]</td>
+ <td class="top10_row5 switch_sw$content[sw] bottom"> $content[last_online]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="430" class="mediadata dashed">
<tr>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_GENERAL--}</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <td class="bottom2 medium" colspan="3" align="center">
+ <td class="bottom 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 bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MEMBERS--}</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
$content[out_user]
<tr>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MAIL--}</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_POINTS--}</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
$content[out_points]
<tr>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_REFBANNER--}</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MISC--}</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
$content[out_extra]
$content[out_special]
<tr>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_SCRIPT--}</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <td class="bottom2 seperator" width="10" rowspan="4"> </td>
- <td class="bottom2 medium" align="center" colspan="3">
+ <td class="bottom seperator" width="10" rowspan="4"> </td>
+ <td class="bottom medium" align="center" colspan="3">
{--ENGINE_SOFTWARE--}:<br />
<strong>{?TITLE?}</strong></td>
- <td class="bottom2 seperator" width="10" rowspan="4z"> </td>
+ <td class="bottom seperator" width="10" rowspan="4z"> </td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
<td class="media_header" colspan="5"><div class="tiny">[ <strong><a
<tr>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
<td class="media_header bottom" colspan="3" align="center">$content</td>
- <td class="media_header bottom2 seperator" width="10"> </td>
+ <td class="media_header bottom seperator" width="10"> </td>
</tr>
<tr>
- <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="bottom media_left" align="right">$content[lang]:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">$content[value]</td>
</tr>
<tr>
- <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>
+ <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>
</tr>
<tr>
- <td colspan="4" align="center" class="member_data bottom2" height="40">
+ <td colspan="4" align="center" class="member_data bottom" height="40">
{--BEG_RALLYE_NO_ONE_JOINED--}</td>
</tr>
<br />
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td width="80" align="center" class="member_header bottom2"><strong>{--BONUS_RANK--}:</strong></td>
- <td width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></td>
+ <td width="80" align="center" class="member_header bottom"><strong>{--BONUS_RANK--}:</strong></td>
+ <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
- <td width="100" align="center" class="member_header bottom2"><strong>{?POINTS?}:</strong></td>
- <td width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+ <td width="100" align="center" class="member_header bottom"><strong>{?POINTS?}:</strong></td>
+ <td width="220" align="center" class="member_header bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
</tr>
$content[rows]
<tr>
<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="member_table dashed">
<tr>
- <td class="member_header bottom2"
+ <td class="member_header bottom"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></td>
</tr>
<tr>
- <td class="member_note bottom2" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+ <td class="member_note bottom" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<ol align="left">
<li class="tiny">Es werden nur aktive und freigeschaltete Mitglieder berücksichtig.</li>
<li class="tiny">Der Login-Bonus wird bei der Auswertung nicht beachtet, aber dem Mitglied gutgeschrieben.</li>
<tr>
- <td colspan="4" align="center" class="member_data bottom2" height="40">
+ <td colspan="4" align="center" class="member_data bottom" height="40">
{--BONUS_RALLYE_NO_ONE_JOINED--}</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[cnt]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[userid]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[points]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[last_online]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[cnt]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[userid]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[points]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[last_online]</td>
</tr>
</div>
<div align="center" class="doubler_table dashed">
- <div align="center" class="doubler_header bottom2">
+ <div align="center" class="doubler_header bottom">
<strong class="big">{--DOUBLER_GENERAL_INFOS--}:</strong>
</div>
- <div class="doubler_main bottom2" style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
+ <div class="doubler_main bottom" style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
<ul>
<li>{--DOUBLER_MINIMUM_IS--} <strong>$content[min] {?POINTS?}</strong> {--DOUBLER_MAXIMUM_IS--} <strong>$content[max] {?POINTS?}</strong></li>
<li>{--DOUBLER_ALREADY_PAYED_1--} <strong>$content[total] {?POINTS?}</strong> {--DOUBLER_ALREADY_PAYED_2--}</li>
<li>{--DOUBLER_HAVE_FUN--}</li>
</ul>
</div>
- <div align="center" class="doubler_header bottom2">
+ <div align="center" class="doubler_header bottom">
<strong class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong>
</div>
<div class="doubler_main" style="padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
<table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
<tr>
- <td class="doubler_header bottom2 right2" align="center" width="100">
+ <td class="doubler_header bottom right" align="center" width="100">
<strong>{--_UID--}</strong></td>
- <td class="doubler_header bottom2 right2" align="center" width="100">
+ <td class="doubler_header bottom right" align="center" width="100">
<strong>{--REF_UID--}</strong></td>
- <td class="doubler_header bottom2 right2" align="center" width="160">
+ <td class="doubler_header bottom right" align="center" width="160">
<strong>{?POINTS?}</strong></td>
- <td class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
+ <td class="doubler_header bottom" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
</td>
</tr>
$content
<tr>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" width="100">
+ <td class="switch_sw$content[sw] bottom right" align="center" width="100">
$content[userid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" width="100">
+ <td class="switch_sw$content[sw] bottom right" align="center" width="100">
$content[rid]
</td>
- <td class="switch_sw$content[sw] bottom2 right2" align="center" width="160">
+ <td class="switch_sw$content[sw] bottom right" align="center" width="160">
$content[points]
</td>
- <td class="switch_sw$content[sw] bottom2" align="center" width="160">
+ <td class="switch_sw$content[sw] bottom" align="center" width="160">
$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="bottom2 member_title2"
+ <td colspan="3" align="center" class="bottom 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="bottom2 member_title2" height="30">
+ <td colspan="3" align="center" class="bottom 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">
+ <td align="center" colspan="2" class="member_title2 bottom" height="30">
<strong>{--MEMBER_HTML_INTRO--}</strong>
</td>
</tr>
<td align="center" colspan="2">{--MEMBER_HTML_TEXT--}</td>
</tr>
<tr>
- <td class="bottom2" width="50%" align="right">
+ <td class="bottom" 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">
+ <td class="bottom" width="50%" align="left">
{--NO--}: <input type="radio" name="html" class="member_normal" value="N"$content[html_n] />
</td>
</tr>
<br />
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td width="80" align="center" class="member_header bottom2"><strong>{--BEG_RANK--}:</strong></td>
- <td width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></td>
- <td width="100" align="center" class="member_header bottom2"><strong>{--BEG_POINTS--}:</strong></td>
- <td width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+ <td width="80" align="center" class="member_header bottom"><strong>{--BEG_RANK--}:</strong></td>
+ <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
+ <td width="100" align="center" class="member_header bottom"><strong>{--BEG_POINTS--}:</strong></td>
+ <td width="220" align="center" class="member_header bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
</tr>
$content[rows]
<tr>
<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="member_table dashed">
<tr>
- <td class="member_header bottom2"
+ <td class="member_header bottom"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></td>
</tr>
<tr>
- <td class="member_note bottom2"
+ <td class="member_note bottom"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<ol align="left">
<li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[cnt]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[userid]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[points]</td>
- <td align="center" class="switch_sw$content[sw] bottom2">$content[last_online]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[cnt]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[userid]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[points]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[last_online]</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_BONUS_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_BONUS_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
<td align="center" class="bottom">
$content[is_notify]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <td colspan="2" align="center" class="member_header bottom2">
+ <td colspan="2" align="center" class="member_header bottom">
<strong>{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_1--}$content[id]{--MEMBER_MAIL_NORMAL_DETAILS_TITLE_2--}</strong>
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom2 right"><strong>{--CONFIRM_LINK--}:</strong></td>
+ <td width="45%" align="center" class="bottom 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="bottom2 right"><strong>{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
<td align="center" class="bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
<td align="center" class="bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
<td align="center" class="bottom">
$content[text]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
<td align="center" class="bottom">
$content[category]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
<td align="center" class="bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
<td align="center" class="bottom">
$content[time]
</td>
</tr>
<tr>
- <td align="center" class="bottom2 right"><strong>{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
<td align="center" class="bottom" style="padding-right:5px">
$content[points] {?POINTS?}
</td>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=newsletter" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td class="member_header bottom2" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
+ <td class="member_header bottom" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
</td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td class="bottom2" colspan="2" align="center" style="padding-top: 10px; padding-bottom: 10px">
+ <td class="bottom" colspan="2" align="center" style="padding-top: 10px; padding-bottom: 10px">
<div class="member_note">$content[note]</div>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="500"
class="member_table dashed">
<tr>
- <td colspan="5" align="center" class="member_title2 bottom2"
+ <td colspan="5" align="center" class="member_title2 bottom"
height="30"><strong>{--NICKNAME_CHANGE_NICKNAME_TITLE--}</strong></td>
</tr>
<tr>
<td width="5" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" class="seperator bottom2" height="5"> </td>
+ <td colspan="5" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td width="5" class="member_footer seperator"> </td>
<tr>
- <td width="10" class="top2 bottom2 seperator"> </td>
- <td class="top2 bottom2" colspan="3" align="center">
+ <td width="10" class="top bottom seperator"> </td>
+ <td class="top bottom" colspan="3" align="center">
<strong>{--MEMBER_HTML_VALID_TAGS--}:</strong><br />
$content <input type="hidden" name="html" value="Y" />
</td>
- <td width="10" class="top2 bottom2 seperator"> </td>
+ <td width="10" class="top bottom seperator"> </td>
</tr>
<tr>
<td colspan="5" class="seperator" height="5"> </td>
<tr>
- <td colspan="2" class="member_title2 bottom2" height="30"
+ <td colspan="2" class="member_title2 bottom" height="30"
align="center"><strong>{--MEMBER_HTML_ORDER_INTRO--}</strong></td>
</tr>
<tr>
<tr>
- <td colspan="2" align="center" class="member_title2 bottom2"
+ <td colspan="2" align="center" class="member_title2 bottom"
height="30"><strong>{--MEMBER_ORDER_PAGE1_INTRO--}</strong></td>
</tr>
<tr>
<tr>
- <td colspan="5" align="center" class="member_title2 bottom2"
+ <td colspan="5" align="center" class="member_title2 bottom"
height="30"><strong>{--MEMBER_ORDER_PAGE2_INTRO--}</strong></td>
</tr>
<tr>
$content[zip_content]
$content[html_extension]
<tr>
- <td colspan="2" class="seperator bottom2" height="5"> </td>
+ <td colspan="2" class="seperator bottom" height="5"> </td>
</tr>
<tr>
<td colspan="2" align="center" class="member_footer">
<td width="10" class="seperator"> </td>
</tr>
<tr>
- <td colspan="5" height="5" class="seperator bottom2"> </td>
+ <td colspan="5" height="5" class="seperator bottom"> </td>
</tr>
<tr>
<td width="10" class="seperator member_footer"> </td>
<strong>{--PAYOUT_MEMBER_LIST_PAYOUTS--}:</strong></td>
</tr>
<tr>
- <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>
+ <td width="180" align="center" class="header_column bottom right"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+ <td width="130" align="center" class="header_column bottom right"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+ <td width="100" align="center" class="header_column bottom right"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
+ <td width="150" align="center" class="header_column bottom right"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="header_column bottom"><strong>{--PAYOUT_MEMBER_STATUS--}</strong></td>
</tr>
$content
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=payout&payout=$content[payout]" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
<tr>
- <td colspan="3" align="center" class="member_title2 bottom2" height="30">
+ <td colspan="3" align="center" class="member_title2 bottom" height="30">
<strong>{--PAYOUT_NOW_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="member_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=payout&payout=$content[payout]" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
<tr>
- <td colspan="3" align="center" class="member_title2 bottom2" height="30">
+ <td colspan="3" align="center" class="member_title2 bottom" height="30">
<strong>{--PAYOUT_NOW_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="member_footer">
<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[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>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[points]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[target_account]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[target_bank]</td>
+ <td align="center" class="switch_sw$content[sw] bottom right">$content[payout_timestamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom">$content[status]</td>
</tr>
<tr>
- <td class="switch_mem$content[sw] top2 right" width="30%" align="center">
+ <td class="switch_mem$content[sw] top right" width="30%" align="center">
{--EMAIL_ID--}:<br />
<strong>$content[id]</strong>
</td>
- <td class="switch_mem$content[sw] top2 right2" width="40%" align="center">
+ <td class="switch_mem$content[sw] top right" width="40%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong>$content[subject]</strong>
</td>
- <td class="switch_mem$content[sw] top2" width="30%" align="center">
+ <td class="switch_mem$content[sw] top" width="30%" align="center">
{--EMAIL_TIMESTAMP--}:<br />
<strong>$content[timestamp]</strong>
</td>
</tr>
<tr>
- <td align="center" class="switch_mem$content[sw] top2 right">
+ <td align="center" class="switch_mem$content[sw] top right">
{--EMAIL_PAYMENT--}:<br />
<strong>$content[pay]</strong>
</td>
- <td align="center" class="switch_mem$content[sw] top2 right">
+ <td align="center" class="switch_mem$content[sw] top right">
{--EMAIL_CATEGORY--}:<br />
<strong>$content[cat]</strong>
</td>
</td>
</tr>
<tr>
- <td align="center" class="switch_mem$content[sw] top2 right">
+ <td align="center" class="switch_mem$content[sw] top right">
{--EMAIL_RECEIVERS--}:<br />
<strong>$content[target_send]</strong>
</td>
- <td align="center" class="switch_mem$content[sw] top2 right">
+ <td align="center" class="switch_mem$content[sw] top right">
{--EMAIL_TYPE--}:<br />
<strong>$content[type]</strong>
</td>
</td>
</tr>
<tr>
- <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>
+ <td width="180" align="center" class="header_column bottom right"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></td>
+ <td width="130" align="center" class="header_column bottom right"><strong>{--PRIMERA_ACCOUNT--}</strong></td>
+ <td width="150" align="center" class="header_column bottom right"><strong>{--PRIMERA_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="header_column bottom"><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[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>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[points] Primera</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[primera_account]</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom right">$content[primera_timestamp]</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom">$content[status]</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=primera&mode=pay" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
<tr>
- <td colspan="3" align="center" class="member_title2 bottom2" height="30">
+ <td colspan="3" align="center" class="member_title2 bottom" height="30">
<strong>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</strong>
</td>
</tr>
<tr>
- <td width="315" class="bottom2" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_POINTS--}</td>
- <td width="10" class="seperator bottom2"> </td>
- <td width="115" class="bottom2"><strong>$content[points]</strong> Primera</td>
+ <td width="315" class="bottom" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_POINTS--}</td>
+ <td width="10" class="seperator bottom"> </td>
+ <td width="115" class="bottom"><strong>$content[points]</strong> Primera</td>
</tr>
<tr>
- <td width="315" class="bottom2" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_MIN_POINTS--}</td>
- <td width="10" class="seperator bottom2"> </td>
- <td width="115" class="bottom2"><strong>$content[min_points]</strong> Primera</td>
+ <td width="315" class="bottom" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_MIN_POINTS--}</td>
+ <td width="10" class="seperator bottom"> </td>
+ <td width="115" class="bottom"><strong>$content[min_points]</strong> Primera</td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
<td width="115"><input type="text" name="amount" size="10" maxlength="255" /></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="member_footer">
<table border="0" cellspacing="0" cellpadding="0" width="90%" class="member_update">
<tr>
- <td colspan="2" height="10" class="seperator top2 left2 right2"> </td>
+ <td colspan="2" height="10" class="seperator top left right"> </td>
</tr>
<tr>
- <td colspan="2" class="left2 right2" align="center">
+ <td colspan="2" class="left right" align="center">
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="member_update" align="center">
<tr>
<td width="10" class="seperator"> </td>
</td>
</tr>
<tr>
- <td colspan="2" height="10" class="seperator left2 right2"> </td>
+ <td colspan="2" height="10" class="seperator left right"> </td>
</tr>
<tr>
- <td align="center" class="left2" width="50%">
+ <td align="center" class="left" width="50%">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=mydata" method="post" style="margin-top: 0px">
<input type="submit" name="notify" class="member_reset" value="Benachrichtigung abschalten" />
</form>
</td>
- <td align="center" class="right2" width="50%">
+ <td align="center" class="right" width="50%">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=mydata" method="post" style="margin-top: 0px">
<input type="submit" name="edit" class="member_reset" value="Profildaten ändern" />
</form>
</td>
</tr>
<tr>
- <td colspan="4" height="10" class="seperator left2 bottom2 right2"> </td>
+ <td colspan="4" height="10" class="seperator left bottom right"> </td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="740">
<tr>
- <td align="center" class="member_header bottom2">
+ <td align="center" class="member_header bottom">
<strong>{--MEMBER_REFLIST_TITLE--}</strong>
</td>
</tr>
</td>
</tr>
<tr>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--_UID--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--ACCOUNT_STATUS--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--MEMBER_REFLIST_POINTS--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--UNCONFIRMED_LINKS--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--EMAIL_PERCENT--}</strong>
</td>
- <td align="center" class="header_column bottom2">
+ <td align="center" class="header_column bottom">
<strong>{--MEMBER_REFLIST_ACTIVITY--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[refid] ($content[nickname])
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[status]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[points] {?POINTS?}
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[unconfirmed]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[clickrate]%
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[activity]
</td>
</tr>
<input type="hidden" name="id" value="$content[id]" />
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="400">
<tr>
- <td align="center" class="member_header bottom2" colspan="2">
+ <td align="center" class="member_header bottom" colspan="2">
<strong>{--MEMBER_REFBACK_EDIT_TITLE--}</strong><br />
<span class="member_note">{--MEMBER_REFBACK_REFID--}: $content[refid]</span>
</td>
<input type="text" class="member_normal" name="percents" size="6" maxlength="7" value="$content[refback]" /> %
</td>
</tr>
-<tr><td colspan="2" class="seperator bottom2" height="6"> </td></tr>
+<tr><td colspan="2" class="seperator bottom" height="6"> </td></tr>
<tr>
<td align="center" class="member_footer" colspan="2">
<input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="740">
<tr>
- <td align="center" class="member_header bottom2">
+ <td align="center" class="member_header bottom">
<strong>{--MEMBER_REFBACK_TITLE--}</strong>
</td>
</tr>
<tr><td class="seperator" height="5"> </td></tr>
$content
<tr>
- <td align="center" class="member_footer top2">
+ <td align="center" class="member_footer top">
<div class="member_note">{--MEMBER_REFBACK_NOTE--}</div>
<div class="member_note">{--MEMBER_REFBACK_EXAMPLE--}</div>
</td>
</td>
</tr>
<tr>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--MEMBER_REFBACK_REFID--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--MEMBER_REFBACK_STATUS--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--MEMBER_REFBACK_PERCENTS--}</strong>
</td>
- <td align="center" class="header_column bottom2 right2">
+ <td align="center" class="header_column bottom right">
<strong>{--MEMBER_REFBACK_POINTS--}</strong>
</td>
- <td align="center" class="header_column bottom2" width="142">
+ <td align="center" class="header_column bottom" width="142">
<strong>{--MEMBER_REFBACK_EDIT--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[refid] ($content[nickname])
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[status]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[refback] %
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[points] {?POINTS?}
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
<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--}" />
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[refid] ($content[nickname])
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[status]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[refback] %
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[points] {?POINTS?}
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
<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--}" />
<tr>
- <td class="switch_mem$content[sw] top2 right" width="46%" colspan="2" align="center">
+ <td class="switch_mem$content[sw] top right" width="46%" colspan="2" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong>$content[subject]</strong>
</td>
- <td class="switch_mem$content[sw] top2" width="54%" align="center">
+ <td class="switch_mem$content[sw] top" width="54%" align="center">
{--EMAIL_TIMESTAMP--}:<br />
<strong>$content[timestamp_ordered]</strong>
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="switch_mem$content[sw] top2 right">
+ <td colspan="2" align="center" class="switch_mem$content[sw] top right">
{--EMAIL_PAYMENT--}:<br />
<strong>$content[pay]</strong>
</td>
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="switch_mem$content[sw] top2 right">
+ <td colspan="2" align="center" class="switch_mem$content[sw] top right">
{--EMAIL_URL--}:<br />
<strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
</td>
</td>
</tr>
<tr>
- <td align="center" class="switch_mem$content[sw] top2 right" width="30%">
+ <td align="center" class="switch_mem$content[sw] top right" width="30%">
{--EMAIL_RECEIVERS--}:<br />
<strong>$content[target_send]</strong>
</td>
- <td align="center" class="switch_mem$content[sw] top2 right" width="16%">
+ <td align="center" class="switch_mem$content[sw] top right" width="16%">
{--EMAIL_CONFIRMED--}:<br />
<strong>$content[clix]</strong>
</td>
<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="member_header">
<tr>
- <td style="height: 10px" class="seperator top2 left2 right2"> </td>
+ <td style="height: 10px" class="seperator top left right"> </td>
</tr>
<tr>
- <td align="center" colspan="2" class="left2 right2"><big><b
+ <td align="center" colspan="2" class="left right"><big><b
class="large">Vielen Dank, dass Sie uns kontaktiert haben!</b></big></td>
</tr>
<tr>
- <td style="height: 5px" colspan="2" class="seperator left2 right2"> </td>
+ <td style="height: 5px" colspan="2" class="seperator left right"> </td>
</tr>
<tr>
- <td align="center" colspan="2" class="left2 right2">Einer unserer
+ <td align="center" colspan="2" class="left right">Einer unserer
Mitarbeiter wird sich um Ihr Anliegen kümmern.</td>
</tr>
<tr>
- <td style="height: 10px" class="seperator bottom2 left2 right2"> </td>
+ <td style="height: 10px" class="seperator bottom left right"> </td>
</tr>
</table>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=support" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="member_header">
<tr>
- <td height="5" colspan="2" class="seperator top2 left2 right2"> </td>
+ <td height="5" colspan="2" class="seperator top left right"> </td>
</tr>
<tr>
- <td align="center" colspan="2" class="left2 right2">
+ <td align="center" colspan="2" class="left right">
<strong>Sie haben eine Frage an unseren Support?</strong><br />
<hr noshade width="400">
<div align="left"><div class="pre">Hallo Support-Team,<br />
</td>
</tr>
<tr>
- <td align="center" class="left2 right2">
+ <td align="center" class="left right">
<div align="left"><div class="pre">Ich habe eine Frage zu folgendem:</div></div>
<select name="qsummary" size="1" class="member_select">
<option value="X" disabled="disabled">- - - Bitte auswählen! - - -</option>
</select></td>
</tr>
<tr>
- <td align="center" class="left2 right2">
+ <td align="center" class="left right">
<div align="left"><div class="pre">Ich möchte es genauer beschreiben:</div></div>
<textarea name="qdetails" rows="5" cols="35" class="member_normal"></textarea><br />
<div class="tiny member_note"> (Bitte halten Sie den Text kurz
Support-Anfrage schnell beantwortet werden kann!) </div></td>
</tr>
<tr>
- <td align="center" class="left2 right2">
+ <td align="center" class="left right">
<div align="left"><div class="pre">Mit freundlichen Grüßen,
Ihr $username
</div></div>
</td>
</tr>
<tr>
- <td height="5" colspan="2" class="seperator bottom2 left2 right2"> </td>
+ <td height="5" colspan="2" class="seperator bottom left right"> </td>
</tr>
</table>
</form>
<form accept-charset="utf-8" id="book" action="{?URL?}/modules.php?module=login&what=surfbar_book" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
<div class="member_table dashed" style="width:600px;margin-top:10px">
- <div class="member_title2 bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 bottom" style="padding-top:5px;padding-bottom:5px">
<strong>URL in Surfbar buchen - Dynamisch:</strong>
</div>
- <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
URL eingeben: <input type="text" class="member_normal" name="url" size="20" maxlength="255" value="http://" />
</div>
<input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y" /> {--YES--}
</div>
- <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
Aufrufe begrenzen auf: <input type="text" class="member_normal" id="limit" name="limit" size="7" maxlength="20" value="-" />
</div>
<strong>$content[max_order]</strong> erlaubten URLs gebucht.
</div>
- <div class="member_title2 top2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 top" style="padding-top:5px;padding-bottom:5px">
<input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="member_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL--}" />
</div>
<form accept-charset="utf-8" id="book" action="{?URL?}/modules.php?module=login&what=surfbar_book" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
<div class="member_table dashed" style="width:600px;margin-top:10px">
- <div class="member_title2 bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 bottom" style="padding-top:5px;padding-bottom:5px">
<strong>URL in Surfbar buchen - Statisch:</strong>
</div>
- <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
URL eingeben: <input type="text" name="url" size="20" maxlength="255" value="http://" />
</div>
<input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y" /> {--YES--}
</div>
- <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
Aufrufe begrenzen auf: <input type="text" class="member_normal" id="limit" name="limit" size="7" maxlength="20" value="-" />
</div>
<strong>$content[max_order]</strong> erlaubten URLs gebucht.
</div>
- <div class="member_title2 top2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 top" style="padding-top:5px;padding-bottom:5px">
<input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="member_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL--}" />
</div>
<form accept-charset="utf-8" id="delete" action="{?URL?}/modules.php?module=login&what=surfbar_list" method="post">
<div class="member_table dashed" style="width:600px;margin-top:10px">
- <div class="member_title2 bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 bottom" style="padding-top:5px;padding-bottom:5px">
<strong>URL in Surfbar löschen:</strong>
</div>
Aufrufe begrenzt auf: <strong>$content[views_max]</strong> (0=Unbegrenzt)
</div>
- <div class="member_title2 top2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 top" style="padding-top:5px;padding-bottom:5px">
<input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<input type="hidden" name="id" value="$content[id]" />
<input type="hidden" name="action" value="delete" />
<form accept-charset="utf-8" id="edit" action="{?URL?}/modules.php?module=login&what=surfbar_list" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
<div class="member_table dashed" style="width:600px;margin-top:10px">
- <div class="member_title2 bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 bottom" style="padding-top:5px;padding-bottom:5px">
<strong>URL in Surfbar editieren:</strong>
</div>
- <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
URL eingeben: <input type="text" class="member_normal" name="url" size="20" maxlength="255" value="$content[url]" />
</div>
<input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y"$content[limited_y] /> {--YES--}
</div>
- <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
Aufrufe begrenzen auf: <input type="text" class="member_normal" id="limit" name="limit" size="7" maxlength="20" value="$content[views_max]" />
</div>
- <div class="member_title2 top2" style="padding-top:5px;padding-bottom:5px">
+ <div class="member_title2 top" style="padding-top:5px;padding-bottom:5px">
<input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<input type="hidden" name="id" value="$content[id]" />
<input type="hidden" name="action" value="edit" />
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="member_table dashed">
<tr>
- <td colspan="6" class="member_header bottom2">
+ <td colspan="6" class="member_header bottom">
<strong>{--MEMBER_SURFBAR_LIST_TITLE--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="member_header bottom2 right2">
+ <td align="center" class="member_header bottom right">
<strong>{--MEMBER_SURFBAR_TEST_URL--}</strong>
</td>
- <td align="center" class="member_header bottom2 right2">
+ <td align="center" class="member_header bottom right">
<strong>{--MEMBER_SURFBAR_STATUS--}</strong>
</td>
- <td align="center" class="member_header bottom2 right2">
+ <td align="center" class="member_header bottom right">
<strong>{--MEMBER_SURFBAR_REGISTERED--}</strong>
</td>
- <td align="center" class="member_header bottom2 right2">
+ <td align="center" class="member_header bottom right">
<strong>{--MEMBER_SURFBAR_LAST_LOCKED--}</strong>
</td>
- <td align="center" class="member_header bottom2 right2">
+ <td align="center" class="member_header bottom right">
<strong>{--MEMBER_SURFBAR_LOCK_REASON--}</strong>
</td>
- <td align="center" class="member_header bottom2">
+ <td align="center" class="member_header bottom">
<strong>{--MEMBER_SURFBAR_ACTIONS--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
<a href="$content[url]" target="_blank" title="{--MEMBER_TEST_URL--}">{--MEMBER_SURFBAR_TEST_URL--}</a>
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[status]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[registered]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[last_locked]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[lock_reason]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2">
+ <td align="center" class="switch_sw$content[sw] bottom">
$content[actions]
</td>
</tr>
<div class="member_table dashed" style="width:600px">
- <div class="member_title2 bottom2">
+ <div class="member_title2 bottom">
<strong>Dynamisch vergütete Surfbar ist aktiv</strong>
</div>
<div class="member_table dashed" style="width:600px">
- <div class="member_title2 bottom2">
+ <div class="member_title2 bottom">
<strong>Statisch vergütete Surfbar ist aktiv</strong>
</div>
<div style="padding:5px">
<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" class="admin_table dashed">
<tr>
- <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>
+ <td class="header_column bottom right" align="center">{--THEME_UNIX--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_NAME--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_AUTHOR--}</td>
+ <td class="header_column bottom right" align="center">{--THEME_URL--}</td>
+ <td class="header_column bottom" align="center">{--THEME_VERSION--}</td>
</tr>
$content
<tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td colspan="5" align="center" class="member_title2 bottom2" height="30">
+ <td colspan="5" align="center" class="member_title2 bottom" height="30">
<strong>$content[title]</strong>
</td>
</tr>
<tr>
- <td width="80" align="center" class="header_column bottom2 right2">
+ <td width="80" align="center" class="header_column bottom right">
<strong>{--TRANSFER_ID--}</strong>
</td>
- <td width="120" align="center" class="header_column bottom2 right2">
+ <td width="120" align="center" class="header_column bottom right">
<strong>{--TRANSFER_STAMP--}</strong>
</td>
- <td width="120" align="center" class="header_column bottom2 right2">
+ <td width="120" align="center" class="header_column bottom right">
<strong>{--TRANSFER_PARTY--}</strong>
</td>
- <td width="230" align="center" class="header_column bottom2 right2">
+ <td width="230" align="center" class="header_column bottom right">
<strong>{--TRANSFER_POINTS_REASON--}</strong>
</td>
- <td width="80" align="center" class="header_column bottom2">
+ <td width="80" align="center" class="header_column bottom">
<strong>{?POINTS?}</strong>
</td>
</tr>
$content[rows]
<tr>
- <td colspan="4" align="right" class="member_footer right2">
+ <td colspan="4" align="right" class="member_footer right">
$content[balance] ({?POINTS?}):
</td>
<td width="80" align="center" class="member_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=transfer&mode=new" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
<tr>
- <td align="right" width="220" class="bottom2" height="40"><strong>
+ <td align="right" width="220" class="bottom" height="40"><strong>
{--TRANSFER_SELECT_TARGET_UID--}:</strong>
</td>
- <td width="10" class="bottom2 right2 seperator"> </td>
- <td width="10" class="bottom2 seperator"> </td>
- <td align="center" width="280" class="bottom2">
+ <td width="10" class="bottom right seperator"> </td>
+ <td width="10" class="bottom seperator"> </td>
+ <td align="center" width="280" class="bottom">
$content[userid_selection]
</td>
</tr>
<tr>
- <td align="right" class="bottom2" height="40">
+ <td align="right" class="bottom" height="40">
<strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
</td>
- <td width="10" class="bottom2 right2 seperator"> </td>
- <td width="10" class="bottom2 seperator"> </td>
- <td class="bottom2">$content[max_transferable] {?POINTS?}</td>
+ <td width="10" class="bottom right seperator"> </td>
+ <td width="10" class="bottom seperator"> </td>
+ <td class="bottom">$content[max_transferable] {?POINTS?}</td>
</tr>
<tr>
- <td align="right" class="bottom2" height="40">
+ <td align="right" class="bottom" height="40">
<strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
</td>
- <td width="10" class="bottom2 right2 seperator"> </td>
- <td width="10" class="bottom2 seperator"> </td>
- <td class="bottom2">
+ <td width="10" class="bottom right seperator"> </td>
+ <td width="10" class="bottom seperator"> </td>
+ <td class="bottom">
<input type="text" name="points" class="member_normal" size="5" maxlength="10" value="$content[points]"$content[to_disabled] />
{?POINTS?}
</td>
</tr>
<tr>
- <td align="right" class="bottom2" height="40">
+ <td align="right" class="bottom" height="40">
<strong>{--TRANSFER_POINTS_REASON--}:</strong>
</td>
- <td width="10" class="bottom2 right2 seperator"> </td>
- <td width="10" class="bottom2 seperator"> </td>
- <td class="bottom2">
+ <td width="10" class="bottom right seperator"> </td>
+ <td width="10" class="bottom seperator"> </td>
+ <td class="bottom">
<input type="text" name="reason" class="member_normal" size="30" maxlength="255" value="$content[reason]"$content[to_disabled] />
</td>
</tr>
<tr>
- <td align="right" class="bottom2" height="40">
+ <td align="right" class="bottom" height="40">
<strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
</td>
- <td width="10" class="bottom2 right2 seperator"> </td>
- <td width="10" class="bottom2 seperator"> </td>
- <td class="bottom2">$content[captcha_code]</td>
+ <td width="10" class="bottom right seperator"> </td>
+ <td width="10" class="bottom seperator"> </td>
+ <td class="bottom">$content[captcha_code]</td>
</tr>
<tr>
- <td align="right" class="bottom2" height="40">
+ <td align="right" class="bottom" height="40">
<strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
</td>
- <td width="10" class="bottom2 right2 seperator"> </td>
- <td width="10" class="bottom2 seperator"> </td>
- <td class="bottom2">
+ <td width="10" class="bottom right seperator"> </td>
+ <td width="10" class="bottom seperator"> </td>
+ <td class="bottom">
<input type="password" name="password" class="member_normal" size="10" maxlength="255"$content[to_disabled] />
</td>
</tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td align="center" width="260" class="bottom2 right2" height="40">
+ <td align="center" width="260" class="bottom right" height="40">
{--TRANSFER_LIST_INCOMING--}:<br />
<strong>$content[in_link]</strong>
</td>
- <td align="center" width="260" class="bottom2">
+ <td align="center" width="260" class="bottom">
{--TRANSFER_LIST_OUTGOING--}:<br />
<strong>$content[out_link]</strong>
</td>
</tr>
<tr>
- <td align="center" colspan="2" height="40" class="bottom2">
+ <td align="center" colspan="2" height="40" class="bottom">
{--TRANSFER_LIST_ALL--}:<br />
<strong>$content[all_link]</strong>
</td>
</tr>
<tr>
- <td align="center" colspan="2" height="40" class="bottom2">
+ <td align="center" colspan="2" height="40" class="bottom">
<strong>{--TRANSFER_TO_MEMBER_NOW--}:</strong><br />
$content[new_link]
</td>
<tr>
- <td class="transfer_row1 switch_sw$content[sw] bottom2 right2">
+ <td class="transfer_row1 switch_sw$content[sw] bottom right">
<div class="transfer_row1">$content[trans_id]</div>
</td>
- <td class="transfer_row2 switch_sw$content[sw] bottom2 right2">
+ <td class="transfer_row2 switch_sw$content[sw] bottom right">
<div class="transfer_row2">$content[time]</div>
</td>
- <td class="transfer_row3 switch_sw$content[sw] bottom2 right2">
+ <td class="transfer_row3 switch_sw$content[sw] bottom right">
<div class="transfer_row3">$content[party_userid]</div>
</td>
- <td class="transfer_row4 switch_sw$content[sw] bottom2 right2">
+ <td class="transfer_row4 switch_sw$content[sw] bottom right">
<div class="transfer_row4">$content[reason]</div>
</td>
- <td class="transfer_row5 switch_sw$content[sw] bottom2">
+ <td class="transfer_row5 switch_sw$content[sw] bottom">
<div class="transfer_row5">$content[points]</div>
</td>
</tr>
<tr>
- <td class="transfer_row1 switch_sw".$content[sw] bottom2 right2">
+ <td class="transfer_row1 switch_sw".$content[sw] bottom right">
<div class="transfer_row1">$content[trans_id]</div>
</td>
- <td class="transfer_row2 switch_sw".$content[sw] bottom2 right2">
+ <td class="transfer_row2 switch_sw".$content[sw] bottom right">
<div class="transfer_row2">$content[stamp]</div>
</td>
- <td class="transfer_row3 switch_sw".$content[sw] bottom2 right2">
+ <td class="transfer_row3 switch_sw".$content[sw] bottom right">
<div class="transfer_row3">$content[userid]</div>
</td>
- <td class="transfer_row4 switch_sw".$content[sw] bottom2 right2">
+ <td class="transfer_row4 switch_sw".$content[sw] bottom right">
<div class="transfer_row4">$content[reason]</div>
</td>
- <td class="transfer_row5 switch_sw".$content[sw] bottom2">
+ <td class="transfer_row5 switch_sw".$content[sw] bottom">
<div class="transfer_row5">$content[points]</div>
</td>
</tr>
<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="bottom2" height="50">
+ <td align="center" width="260" class="bottom" height="50">
{--TRANSFER_ALLOW_OPT_IN--}
</td>
- <td align="center" width="160" class="bottom2" height="50">
+ <td align="center" width="160" class="bottom" 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>
- <td align="center" class="switch_sw$content[sw] bottom2 right">
+ <td align="center" class="switch_sw$content[sw] bottom 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] bottom2 right">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[sender]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right">
+ <td align="center" class="switch_sw$content[sw] bottom 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] bottom2 right">$content[timestamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom 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] bottom2 right">
+ <td align="center" class="switch_sw$content[sw] bottom 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] bottom2 right">
+ <td align="center" class="switch_sw$content[sw] bottom right">
$content[sender]
</td>
- <td align="center" class="switch_sw$content[sw] bottom2 right">
+ <td align="center" class="switch_sw$content[sw] bottom 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[timestamp]</td>
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed" width="650">
<tr>
- <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="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="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 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>
+ <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>
</tr>
$content[rows]
<tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
<tr>
- <td class="member_title2 bottom2" colspan="2">
+ <td class="member_title2 bottom" colspan="2">
{--MEMBER_WERNIS_MODE_CHOOSE--}
</td>
</tr>
<tr>
- <td width="50%" align="center" class="right2" height="40">
+ <td width="50%" align="center" class="right" height="40">
$content[withdraw_link]
</td>
<td width="50%" align="center">
</td>
</tr>
<tr>
- <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>
+ <td width="180" align="center" class="header_column bottom right"><strong>{--WERNIS_TOTAL_WERNIS--}</strong></td>
+ <td width="130" align="center" class="header_column bottom right"><strong>{--WERNIS_ACCOUNT--}</strong></td>
+ <td width="150" align="center" class="header_column bottom right"><strong>{--WERNIS_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="header_column bottom"><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[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>
+ <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[points] Wernis</td>
+ <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[wernis_account]</td>
+ <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom right">$content[wernis_timestamp]</td>
+ <td align="center" class="switch_sw$content[sw] wernis_type_$content[raw_type] bottom">$content[status]</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=wernis&mode=payout" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
<tr>
- <td colspan="3" align="center" class="member_title2 bottom2"
+ <td colspan="3" align="center" class="member_title2 bottom"
height="30"><strong>{--WERNIS_MEMBER_PAYOUT_TITLE--}</strong></td>
</tr>
<tr>
- <td width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_POINTS--}</td>
- <td width="10" class="seperator bottom2"> </td>
- <td width="115" class="bottom2"><strong>$content[points]</strong> Wernis</td>
+ <td width="315" class="bottom" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_POINTS--}</td>
+ <td width="10" class="seperator bottom"> </td>
+ <td width="115" class="bottom"><strong>$content[points]</strong> Wernis</td>
</tr>
<tr>
- <td width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_MIN_POINTS--}</td>
- <td width="10" class="seperator bottom2"> </td>
- <td width="115" class="bottom2"><strong>$content[min_points]</strong> Wernis</td>
+ <td width="315" class="bottom" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_MIN_POINTS--}</td>
+ <td width="10" class="seperator bottom"> </td>
+ <td width="115" class="bottom"><strong>$content[min_points]</strong> Wernis</td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
<td width="115"><input type="text" name="amount" size="10" maxlength="255" /></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="member_footer">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&what=wernis&mode=withdraw" method="post" style="margin-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
<tr>
- <td colspan="3" align="center" class="member_title2 bottom2" height="30">
+ <td colspan="3" align="center" class="member_title2 bottom" height="30">
<strong>{--WERNIS_MEMBER_WITHDRAW_TITLE--}</strong>
</td>
</tr>
<tr>
- <td width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_WITHDRAW_POINTS_ACCOUNT--}</td>
- <td width="10" class="seperator bottom2"> </td>
- <td width="115" class="bottom2"><strong>$content[points]</strong> Wernis</td>
+ <td width="315" class="bottom" height="25" align="right">{--WERNIS_MEMBER_WITHDRAW_POINTS_ACCOUNT--}</td>
+ <td width="10" class="seperator bottom"> </td>
+ <td width="115" class="bottom"><strong>$content[points]</strong> Wernis</td>
</tr>
<tr>
- <td width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_WITHDRAW_MIN_POINTS--}</td>
- <td width="10" class="seperator bottom2"> </td>
- <td width="115" class="bottom2"><strong>$content[min_points]</strong> Wernis</td>
+ <td width="315" class="bottom" height="25" align="right">{--WERNIS_MEMBER_WITHDRAW_MIN_POINTS--}</td>
+ <td width="10" class="seperator bottom"> </td>
+ <td width="115" class="bottom"><strong>$content[min_points]</strong> Wernis</td>
</tr>
<tr>
<td colspan="3" height="3" class="seperator"> </td>
<td width="115"><input type="text" name="amount" size="10" maxlength="255" /></td>
</tr>
<tr>
- <td colspan="3" height="3" class="seperator bottom2"> </td>
+ <td colspan="3" height="3" class="seperator bottom"> </td>
</tr>
<tr>
<td colspan="3" align="center" class="member_footer">
<td colspan="2" align="center" valign="middle" class="guest" height="30">
<div align="center" style="margin-top:10px;margin-bottom:10px">
<div class="admin_table dashed">
- <div class="admin_title bottom2">
+ <div class="admin_title bottom">
{--MESSAGE_HEADER--}
</div>
<div class="admin_message">
<div align="center" class="admin_table dashed">
- <div class="admin_title bottom2">
+ <div class="admin_title bottom">
Anonymitätslevel in diesem {?mt_word?}:
</div>
<div align="center">
<br />
<table border="0" cellspacing="0" cellpadding="0" width="300" class="member_table dashed">
<tr>
- <td width="80" align="center" class="member_header bottom2"><strong>{--BONUS_RANK--}:</strong></td>
- <td width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></td>
- <td width="100" align="center" class="member_header bottom2"><strong>{?POINTS?}:</strong></td>
+ <td width="80" align="center" class="member_header bottom"><strong>{--BONUS_RANK--}:</strong></td>
+ <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
+ <td width="100" align="center" class="member_header bottom"><strong>{?POINTS?}:</strong></td>
</tr>
$content[rows]
<tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=sponsor&what=account" method="post" style="padding-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
<tr>
- <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+ <td colspan="2" align="center" class="sponsor_header bottom" height="32">
<strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_COMPANY_TITLE--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="$content[company]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_COMPANY_POSITION--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="$content[position]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_TAX_IDENT--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="$content[tax_ident]" />
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+ <td colspan="2" align="center" class="sponsor_header bottom" height="32">
<strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--GUEST_GENDER--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<select name="gender" class="guest_select" size="1">
<option value="M"$content[gender_m]>{--GENDER_M--}</option>
<option value="F"$content[gender_f]>{--GENDER_F--}</option>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--GUEST_SURNAME--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="$content[surname]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--GUEST_FAMILY--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="$content[family]" />
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+ <td colspan="2" align="center" class="sponsor_header bottom" height="32">
<strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_STREET_NR1--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="$content[street_nr1]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_STREET_NR2--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="$content[street_nr2]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="country" class="guest_normal" size="2" maxlength="2" value="$content[country]" />-<input type="text" name="zip" class="guest_normal" size="5" maxlength="6" value="$content[zip]" />
<input type="text" name="city" class="guest_normal" size="10" maxlength="255" value="$content[city]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_PHONE--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="$content[phone]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_FAX--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="$content[fax]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_CELL--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="$content[cell]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_EMAIL--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="email" class="guest_normal" size="20" maxlength="255" value="$content[email]" />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_URL--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="$content[url]" />
</td>
</tr>
<tr>
- <td class="sponsor_header bottom2" colspan="2" align="center" height="37">
+ <td class="sponsor_header bottom" colspan="2" align="center" height="37">
<strong>{--SPONSOR_ENTER_OLD_PASSWORD--}:</strong>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_PASSWORD--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="password" name="pass_old" class="guest_normal" size="10" maxlength="255" />
</td>
</tr>
<tr>
- <td class="sponsor_header bottom2" colspan="2" align="center" height="37">
+ <td class="sponsor_header bottom" colspan="2" align="center" height="37">
<strong>{--SPONSOR_CHANGE_PASSWORD--}:</strong>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_ENTER_PASSWORDS--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="password" name="pass1" class="guest_normal" size="10" maxlength="255" />
<input type="password" name="pass2" class="guest_normal" size="10" maxlength="255" />
</td>
</tr>
<tr>
- <td class="bottom2" colspan="2" align="center">
+ <td class="bottom" colspan="2" align="center">
<div class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</div>
</td>
</tr>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
- <td class="sponsor_action bottom2 left2 right2" align="center">
+ <td class="sponsor_action bottom left right" align="center">
<strong>$content[title]</strong>
</td>
</tr>
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=sponsor&what=fillup" method="post" style="padding-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
<tr>
- <td class="sponsor_header bottom2" colspan="2" align="center" height="37">
+ <td class="sponsor_header bottom" colspan="2" align="center" height="37">
<strong>{--SPONSOR_POINTS_OVERVIEW--}:</strong>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_POINTS_AMOUNT--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
$content[points_amount] {?POINTS?}
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_POINTS_USED--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
$content[points_used] {?POINTS?}
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="27">
+ <td class="bottom right" width="275" align="right" height="27">
{--SPONSOR_POINTS_TOTAL--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
$content[points_total] {?POINTS?}
</td>
</tr>
</td>
</tr>
<tr>
- <td width="200" class="top2" align="center" valign="top">
+ <td width="200" class="top" align="center" valign="top">
$content[menu]
</td>
<td align="left" valign="top" style="padding-left: 5px; padding-right: 5px">
<form accept-charset="utf-8" action="{?URL?}/modules.php?module=sponsor&what=settings" method="post" style="padding-bottom: 0px">
<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
<tr>
- <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
+ <td colspan="2" align="center" class="sponsor_header bottom" height="32">
<strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="75" style="padding-right: 5px">
+ <td class="bottom right" width="275" align="right" height="75" style="padding-right: 5px">
{--GUEST_SPONSOR_RECEIVE_WARNINGS--}
</td>
- <td class="bottom2" width="275" align="center">
+ <td class="bottom" width="275" align="center">
{--YES--}<input type="radio" name="receive_warnings" class="guest_normal" value="Y"$content[receive_warnings_y] />
{--NO--}<input type="radio" name="receive_warnings" class="guest_normal" value="N"$content[receive_warnings_n] />
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="55" style="padding-right: 5px">
+ <td class="bottom right" width="275" align="right" height="55" style="padding-right: 5px">
{--SPONSOR_WARNING_INTERVAL--}
</td>
- <td class="bottom2" width="275" align="center">
+ <td class="bottom" width="275" align="center">
<select name="warning_interval" class="guest_select" size="1">
<option value="$content[warning_interval]">$content[current]</option>
<option value="{--({?ONE_DAY?}*1)--}">1 {--DAYS--}</option>
</td>
</tr>
<tr>
- <td class="bottom2 right2" width="275" align="right" height="32">
+ <td class="bottom right" width="275" align="right" height="32">
{--SPONSOR_ENTER_PASSWORD--}:
</td>
- <td class="bottom2" width="275">
+ <td class="bottom" width="275">
<input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
</td>
</tr>
<!-- VORSICHT! Nur eine Tabellenzeile! Also ohne <table> und </table>! -->
<tr>
- <td class="sponsor_what bottom2 left2 right2">
+ <td class="sponsor_what bottom left right">
<a class="menu_blur" href="{?URL?}/modules.php?module=sponsor&what=$content[what]">
<strong><big>·</big></strong> $content[title]
</a>
<div align="center">
<div class="member_table dashed" style="width:500px">
- <div class="member_title2 bottom2">
+ <div class="member_title2 bottom">
<strong>{?POINTS?}-Surfbar von {?MAIN_TITLE?}</strong>
</div>
</div>
<div class="member_table dashed" style="width:500px;margin-top:5px">
- <div class="member_title2 bottom2">
+ <div class="member_title2 bottom">
<strong>Tipp von uns:</strong>
</div>
</table>
<script type="text/javascript">
<!--
-// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top2 (wouldn't be easy)
+// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top (wouldn't be easy)
var currCounter = "$content[reload]";
var maxCounter = "$content[reload]";
var counter = document.getElementById("surfbar_counter");
<div align="center">
<div class="member_table dashed" style="width:500px;height:50px">
- <div id="member_title2 bottom2">
+ <div id="member_title2 bottom">
<strong>Surfbar angehalten!</strong>
</div>