} else {
// Generate table
$OUT = "<div align=\"".$align."\">\n";
- $OUT .= "<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_table dashed\">\n";
- $OUT .= "<TR>\n";
+ $OUT .= "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_table dashed\">\n";
+ $OUT .= "<tr>\n";
if (ereg('Y', $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._YEARS."</strong></TD>\n";
+ $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._YEARS."</strong></td>\n";
}
if (ereg("M", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._MONTHS."</strong></TD>\n";
+ $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._MONTHS."</strong></td>\n";
}
if (ereg("W", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._WEEKS."</strong></TD>\n";
+ $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._WEEKS."</strong></td>\n";
}
if (ereg("D", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._DAYS."</strong></TD>\n";
+ $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._DAYS."</strong></td>\n";
}
if (ereg("h", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._HOURS."</strong></TD>\n";
+ $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._HOURS."</strong></td>\n";
}
if (ereg("m", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._MINUTES."</strong></TD>\n";
+ $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._MINUTES."</strong></td>\n";
}
if (ereg("s", $display) || (empty($display))) {
- $OUT .= " <TD align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._SECONDS."</strong></TD>\n";
+ $OUT .= " <td align=\"center\" class=\"admin_title bottom\"><div class=\"tiny\">"._SECONDS."</strong></td>\n";
}
- $OUT .= "</TR>\n";
- $OUT .= "<TR>\n";
+ $OUT .= "</tr>\n";
+ $OUT .= "<tr>\n";
if (ereg('Y', $display) || (empty($display))) {
// Generate year selection
- $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_ye\" size=\"1\">\n";
+ $OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_ye\" size=\"1\">\n";
for ($idx = 0; $idx <= 10; $idx++) {
$OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $Y) $OUT .= " selected default";
$OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </select></TD>\n";
+ $OUT .= " </select></td>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_ye\" value=\"0\" />\n";
}
if (ereg("M", $display) || (empty($display))) {
// Generate month selection
- $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_mo\" size=\"1\">\n";
+ $OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_mo\" size=\"1\">\n";
for ($idx = 0; $idx <= 11; $idx++)
{
$OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $M) $OUT .= " selected default";
$OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </select></TD>\n";
+ $OUT .= " </select></td>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_mo\" value=\"0\" />\n";
}
if (ereg("W", $display) || (empty($display))) {
// Generate week selection
- $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_we\" size=\"1\">\n";
+ $OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_we\" size=\"1\">\n";
for ($idx = 0; $idx <= 4; $idx++) {
$OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $W) $OUT .= " selected default";
$OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </select></TD>\n";
+ $OUT .= " </select></td>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_we\" value=\"0\" />\n";
}
if (ereg("D", $display) || (empty($display))) {
// Generate day selection
- $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_da\" size=\"1\">\n";
+ $OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_da\" size=\"1\">\n";
for ($idx = 0; $idx <= 31; $idx++) {
$OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $D) $OUT .= " selected default";
$OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </select></TD>\n";
+ $OUT .= " </select></td>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_da\" value=\"0\">\n";
}
if (ereg("h", $display) || (empty($display))) {
// Generate hour selection
- $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_ho\" size=\"1\">\n";
+ $OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_ho\" size=\"1\">\n";
for ($idx = 0; $idx <= 23; $idx++) {
$OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $h) $OUT .= " selected default";
$OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </select></TD>\n";
+ $OUT .= " </select></td>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_ho\" value=\"0\">\n";
}
if (ereg("m", $display) || (empty($display))) {
// Generate minute selection
- $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_mi\" size=\"1\">\n";
+ $OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_mi\" size=\"1\">\n";
for ($idx = 0; $idx <= 59; $idx++) {
$OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $m) $OUT .= " selected default";
$OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </select></TD>\n";
+ $OUT .= " </select></td>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_mi\" value=\"0\">\n";
}
if (ereg("s", $display) || (empty($display))) {
// Generate second selection
- $OUT .= " <TD align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_se\" size=\"1\">\n";
+ $OUT .= " <td align=\"center\"><select class=\"mini_select\" name=\"".$prefix."_se\" size=\"1\">\n";
for ($idx = 0; $idx <= 59; $idx++) {
$OUT .= " <option class=\"mini_select\" value=\"".$idx."\"";
if ($idx == $s) $OUT .= " selected default";
$OUT .= ">".$idx."</option>\n";
}
- $OUT .= " </select></TD>\n";
+ $OUT .= " </select></td>\n";
} else {
$OUT .= "<INPUT type=\"hidden\" name=\"".$prefix."_se\" value=\"0\">\n";
}
- $OUT .= "</TR>\n";
- $OUT .= "</TABLE>\n";
+ $OUT .= "</tr>\n";
+ $OUT .= "</table>\n";
$OUT .= "</div>\n";
// Return generated HTML code
}
$SEP = ""; $TOP = "";
if (!$show_form) {
$TOP = " top2";
- $SEP = "<TR><TD colspan=\"".$colspan."\" class=\"seperator\"> </TD></TR>";
+ $SEP = "<tr><td colspan=\"".$colspan."\" class=\"seperator\"> </td></tr>";
}
$NAV = "";
return $OUT;
}
// Function for backward-compatiblity
-function ADD_CATEGORY_TABLE ($MODE, $return=false) {
+function ADD_CATEGORY_table ($MODE, $return=false) {
// Load it from the register extension
- return REGISTER_ADD_CATEGORY_TABLE ($MODE, $return);
+ return REGISTER_ADD_CATEGORY_table ($MODE, $return);
}
// Generate an email link
function CREATE_EMAIL_LINK ($email, $table = "admins") {
define('__SMTP_USER' , $_POST['smtp_user']);
define('__SMTP_PASS' , $_POST['smtp_pass1']);
OUTPUT_HTML("<form action=\"{!__BURL_ACTION!}/install.php?page=finalize\" method=\"POST\" target=\"_self\">
-<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_content\">
-<TR>
- <TD colspan=\"2\" align=\"center\">
+<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_content\">
+<tr>
+ <td colspan=\"2\" align=\"center\">
<div class=\"install\">{!HEADER_TEXT_PAGE5!}</strong>
- </TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
-<TR>
- <TD colspan=\"2\"><span class=\"install_intro\">
+ </td>
+</tr>
+<tr><td colspan=\"2\" height=\"21\" class=\"seperator\"> </td></tr>
+<tr>
+ <td colspan=\"2\"><span class=\"install_intro\">
{!TEXT_PAGE_5!}
- </span></TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
-<TR>
- <TD class=\"install\" align=\"right\">{!LANG_OUTPUT_MODE!}: </TD>
- <TD>
+ </span></td>
+</tr>
+<tr><td colspan=\"2\" height=\"21\" class=\"seperator\"> </td></tr>
+<tr>
+ <td class=\"install\" align=\"right\">{!LANG_OUTPUT_MODE!}: </td>
+ <td>
<select name=\"omode\" size=\"1\" class=\"install_select\">
<option value=\"render\"");
if (OUTPUT_MODE == "render") OUTPUT_HTML(" selected=\"selected\"");
if (OUTPUT_MODE == "direct") OUTPUT_HTML(" selected=\"selected\"");
OUTPUT_HTML(">{!MODE_DIRECT!}</option>
</select>
- </TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"10\" class=\"seperator\"> </TD></TR>
-<TR>
- <TD class=\"install\" align=\"right\">{!WARN_NO_PASSWORD!}: </TD>
- <TD>
+ </td>
+</tr>
+<tr><td colspan=\"2\" height=\"10\" class=\"seperator\"> </td></tr>
+<tr>
+ <td class=\"install\" align=\"right\">{!WARN_NO_PASSWORD!}: </td>
+ <td>
<select name=\"warn_no_pass\" size=\"1\" class=\"install_select\">
<option value=\"true\"");
if (isBooleanConstantAndTrue('warn_no_pass')) OUTPUT_HTML(" selected=\"selected\"");
if (!defined('warn_no_pass')) OUTPUT_HTML(" selected=\"selected\"");
OUTPUT_HTML(">{!NO!}</option>
</select>
- </TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"10\" class=\"seperator\"> </TD></TR>
-<TR>
- <TD class=\"install\" align=\"right\">{!LANG_WRITE_FOOTER!}: </TD>
- <TD>
+ </td>
+</tr>
+<tr><td colspan=\"2\" height=\"10\" class=\"seperator\"> </td></tr>
+<tr>
+ <td class=\"install\" align=\"right\">{!LANG_WRITE_FOOTER!}: </td>
+ <td>
<select name=\"wfooter\" size=\"1\" class=\"install_select\">
<option value=\"true\"");
if (isBooleanConstantAndTrue('WRITE_FOOTER')) OUTPUT_HTML(" selected=\"selected\"");
if (!defined('WRITE_FOOTER')) OUTPUT_HTML(" selected=\"selected\"");
OUTPUT_HTML(">{!NO!}</option>
</select>
- </TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"10\" class=\"seperator\"> </TD></TR>
-<TR>
- <TD class=\"install\" align=\"right\">{!INSTALL_ENABLE_BACKLINK!}: </TD>
- <TD>
+ </td>
+</tr>
+<tr><td colspan=\"2\" height=\"10\" class=\"seperator\"> </td></tr>
+<tr>
+ <td class=\"install\" align=\"right\">{!INSTALL_ENABLE_BACKLINK!}: </td>
+ <td>
<select name=\"blink\" size=\"1\" class=\"install_select\">
<option value=\"true\"");
if (ENABLE_BACKLINK) OUTPUT_HTML(" selected=\"selected\"");
if (!ENABLE_BACKLINK) OUTPUT_HTML(" selected=\"selected\"");
OUTPUT_HTML(">{!NO!}</option>
</select>
- </TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
-<TR>
- <TD colspan=\"2\" align=\"center\">");
+ </td>
+</tr>
+<tr><td colspan=\"2\" height=\"21\" class=\"seperator\"> </td></tr>
+<tr>
+ <td colspan=\"2\" align=\"center\">");
foreach ($mysql as $key => $value) {
OUTPUT_HTML(" <INPUT type=\"hidden\" name=\"mysql[".$key!}]\" value=\"".$value!}\">");
}
<INPUT type=\"hidden\" name=\"smtp_user\" value=\"{!__SMTP_USER!}\" />
<INPUT type=\"hidden\" name=\"smtp_pass\" value=\"{!__SMTP_PASS!}\" />
<INPUT type=\"submit\" class=\"admin_submit submit\" name=\"finalize\" value=\"{!NEXT_PAGE!}\" class=\"install_submit\" />
- </TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
-</TABLE>
+ </td>
+</tr>
+<tr><td colspan=\"2\" height=\"21\" class=\"seperator\"> </td></tr>
+</table>
</form>");
break;
define('__SMTP_PASS' , $_POST['smtp_pass']);
OUTPUT_HTML("<form action=\"".__BURL_ACTION."/install.php?page=2\" method=\"POST\">
-<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_content\">
-<TR>
- <TD align=\"center\">
+<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"install_content\">
+<tr>
+ <td align=\"center\">
<div class=\"install\">".HEADER_MYSQL_ERRORS."</strong>
- </TD>
-</TR>
-<TR><TD colspan=\"2\" height=\"21\" class=\"seperator\"> </TD></TR>
-<TR>
- <TD><span class=\"install_intro\">
+ </td>
+</tr>
+<tr><td colspan=\"2\" height=\"21\" class=\"seperator\"> </td></tr>
+<tr>
+ <td><span class=\"install_intro\">
".TEXT_MYSQL_ERRORS."
- </span></TD>
-</TR>
-<TR>
- <TD align=\"center\"><strong>
+ </span></td>
+</tr>
+<tr>
+ <td align=\"center\"><strong>
<ol>
".__FATAL_ERROR_LI."
</ol>
<INPUT type=\"hidden\" name=\"burl\" value=\"".__BURL_VALUE."\">
<INPUT type=\"hidden\" name=\"title\" value=\"".__TITLE_VALUE."\">
<INPUT type=\"submit\" class=\"admin_submit\" name=\"ok\" value=\"".RETURN_MYSQL_PAGE."\">
- </strong></TD>
-</TR>
-</TABLE>
+ </strong></td>
+</tr>
+</table>
</form>");
} else {
// Installation is done!
} // END - if
// Output row
- $OUT .= "<TR>
- <TD class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\"> ".$rank.".</TD>
- <TD class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$userid."</TD>
- <TD class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$points."</TD>
-</TR>\n";
+ $OUT .= "<tr>
+ <td class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\"> ".$rank.".</td>
+ <td class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$userid."</td>
+ <td class=\"bonus_rank_".$rank." bottom2 switch_sw".$SW."\" align=\"center\">".$points."</td>
+</tr>\n";
$SW = 3 - $SW;
} // END - for
} // END - if
} else {
// No entries found!
- $OUT = "<TR>
- <TD colspan=\"3\" align=\"center\" height=\"30\" class=\"bottom2\">
+ $OUT = "<tr>
+ <td colspan=\"3\" align=\"center\" height=\"30\" class=\"bottom2\">
<div class=\"guest_failed\">".BONUS_NO_RANKS_1.$data.BONUS_NO_RANKS_2."</div>
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
define('__YOUR_RANKING_LINE', "");
}
return $OUT;
SQL_FREERESULT($result);
} else {
// List no entries
- $OUT = "<TR>
- <TD colspan=\"".$COLS."\" align=\"center\" class=\"doubler_big_row bottom2\">
+ $OUT = "<tr>
+ <td colspan=\"".$COLS."\" align=\"center\" class=\"doubler_big_row bottom2\">
".LOAD_TEMPLATE("admin_settings_saved", true, $NOT_FOUND)."
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
}
// Return template
if (empty($DATA['uid'][$idx])) $DATA['uid'][$idx] = "---";
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\">";
+ $OUT .= "<tr>
+ <td class=\"switch_sw".$SW." bottom2\"> ".($idx+1).".</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2\">";
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['uid'][$idx];
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
- $OUT .= "</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2\">";
+ $OUT .= "</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2\">";
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['ref'][$idx];
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
- $OUT .= "</TD>
-</TR>\n";
+ $OUT .= "</td>
+</tr>\n";
$SW = 3 - $SW;
}
// Add footer
// Add row
$ADD = "";
- $OUT .= "<TR>
- <TD class=\"switch_sw".$SW." bottom2".$ADD."\"> ".($idx+1).".</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
+ $OUT .= "<tr>
+ <td class=\"switch_sw".$SW." bottom2".$ADD."\"> ".($idx+1).".</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['uid'][$idx];
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
- $OUT .= "</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
+ $OUT .= "</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['ref'][$idx];
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
- $OUT .= "</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
+ $OUT .= "</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2".$ADD."\">";
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "<strong>";
$OUT .= $DATA['infos'][$idx];
if (($DATA['uid'][$idx] == $default) && ($default > 0)) $OUT .= "</strong>";
- $OUT .= "</TD>
-</TR>\n";
+ $OUT .= "</td>
+</tr>\n";
$SW = 3 - $SW;
}
// Add footer
{
// List alle visible modules (or all to the admin)
$SW = 2;
- $OUT .= "<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n";
+ $OUT .= "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n";
while (list($id, $cat, $visible) = SQL_FETCHROW($result))
{
if (empty($_POST['cat'][$id])) $_POST['cat'][$id] = "";
$OUT .= LOAD_TEMPLATE("guest_cat_row", true, $content);
$SW = 3 - $SW;
}
- $OUT .= "</TABLE>\n";
+ $OUT .= "</table>\n";
// Free memory
SQL_FREERESULT($result);
function ADD_PAGENAV($PAGES, $offset, $show_form, $colspan,$return=false) {
if (!$show_form) {
// Empty row
- define('__FORM_HEADER', "<TR><TD colspan=\"".$colspan."\" class=\"seperator\"> </TD></TR>");
+ define('__FORM_HEADER', "<tr><td colspan=\"".$colspan."\" class=\"seperator\"> </td></tr>");
} else {
// Load form for changing number of lines
define('__FORM_HEADER', LOAD_TEMPLATE("admin_list_user_sort_form", true));
if (!$show_form) {
// Add line with bottom border
- define('__FORM_FOOTER', "<TR><TD colspan=\"".__COLSPAN2."\" class=\"seperator bottom2\"> </TD></TR>");
+ define('__FORM_FOOTER', "<tr><td colspan=\"".__COLSPAN2."\" class=\"seperator bottom2\"> </td></tr>");
} else {
// Add line without bottom border
- define('__FORM_FOOTER', "<TR><TD colspan=\"".__COLSPAN2."\" class=\"seperator bottom2\"> </TD></TR>");
+ define('__FORM_FOOTER', "<tr><td colspan=\"".__COLSPAN2."\" class=\"seperator bottom2\"> </td></tr>");
}
$OUT = "";
$result_main = SQL_QUERY("SELECT action, title, descr FROM `"._MYSQL_PREFIX."_admin_menu` WHERE (what='' OR what IS NULL) ORDER BY sort, id DESC", __FILE__, __LINE__);
if (SQL_NUMROWS($result_main) > 0)
{
- $OUT = "<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_menu_main\">
-<TR><TD colspan=\"2\" height=\"7\" class=\"seperator\"> </TD></TR>\n";
+ $OUT = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_menu_main\">
+<tr><td colspan=\"2\" height=\"7\" class=\"seperator\"> </td></tr>\n";
while (list($menu, $title, $descr) = SQL_FETCHROW($result_main))
{
if ((EXT_IS_ACTIVE("admins")) && (GET_EXT_VERSION("admins") > "0.2"))
$menuTitle[$menu] = $title;
$menuDesription[$menu] = $descr;
}
- $OUT .= "<TR>
- <TD class=\"admin_menu\" colspan=\"2\">
+ $OUT .= "<tr>
+ <td class=\"admin_menu\" colspan=\"2\">
<NOBR> <strong>·</strong> ";
if (($menu == $act) && (empty($wht)))
{
{
$OUT .= "</a>]";
}
- $OUT .= "</NOBR></TD>
-</TR>\n";
+ $OUT .= "</NOBR></td>
+</tr>\n";
$result_what = SQL_QUERY_ESC("SELECT what, title, descr FROM `"._MYSQL_PREFIX."_admin_menu` WHERE action='%s' AND what != '' AND what IS NOT NULL ORDER BY sort, id DESC",
array($menu), __FILE__, __LINE__);
if ((SQL_NUMROWS($result_what) > 0) && ($act == $menu))
{
$menuDesription = array();
$menuTitle = array(); $SUB = true;
- $OUT .= "<TR>
- <TD width=\"10\" class=\"seperator\"> </TD>
- <TD class=\"admin_menu\">
- <TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_menu_sub\">\n";
+ $OUT .= "<tr>
+ <td width=\"10\" class=\"seperator\"> </td>
+ <td class=\"admin_menu\">
+ <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"admin_menu_sub\">\n";
while (list($wht_sub, $title_what, $desc_what) = SQL_FETCHROW($result_what)) {
// Filename
$INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $wht_sub);
// Insert compiled title and description
$menuTitle[$wht_sub] = $title_what;
$menuDesription[$wht_sub] = $desc_what;
- $OUT .= "<TR>
- <TD class=\"admin_menu\" colspan=\"2\">
+ $OUT .= "<tr>
+ <td class=\"admin_menu\" colspan=\"2\">
<NOBR> <strong>--></strong> ";
if ($readable)
{
{
$OUT .= "</em>";
}
- $OUT .= "</NOBR></TD>
-</TR>\n";
+ $OUT .= "</NOBR></td>
+</tr>\n";
}
}
// Free memory
SQL_FREERESULT($result_what);
- $OUT .= " </TABLE>
- </TD>
-</TR>\n";
+ $OUT .= " </table>
+ </td>
+</tr>\n";
}
- $OUT .= "<TR><TD height=\"7\" colspan=\"2\"></TD></TR>\n";
+ $OUT .= "<tr><td height=\"7\" colspan=\"2\"></td></tr>\n";
}
}
// Free memory
SQL_FREERESULT($result_main);
- $OUT .= "</TABLE>\n";
+ $OUT .= "</table>\n";
}
// Compile and run the code here. This inserts all constants into the
break;
}
$OUT .= " </TD>
- <TD width=\"1%\" class=\"switch_sw".$SW." bottom2 right2\"> </TD>
+ <td width=\"1%\" class=\"switch_sw".$SW." bottom2 right2\"> </td>
</TR>\n";
} // END - if
$SW = 3 - $SW;
}
// Add row...
- $OUT .= "<TR>
- <TD class=\"switch_sw".$SW." bottom right\"> ".$id."</TD>
- <TD class=\"switch_sw".$SW." bottom right\"> ".$wtitle."</TD>
- <TD class=\"switch_sw".$SW." bottom\" align=\"center\">
+ $OUT .= "<tr>
+ <td class=\"switch_sw".$SW." bottom right\"> ".$id."</td>
+ <td class=\"switch_sw".$SW." bottom right\"> ".$wtitle."</td>
+ <td class=\"switch_sw".$SW." bottom\" align=\"center\">
".$LINK."
- </TD>
- </TR>\n";
+ </td>
+ </tr>\n";
// Switch color
$SW = 3 - $SW;
// Get constant value
$name = constant(strtoupper($name));
- $OUT .= "<TR>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".$id."</TD>
- <TD class=\"switch_sw".$SW." bottom2 right2\"> ".$name."</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">
+ $OUT .= "<tr>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".$id."</td>
+ <td class=\"switch_sw".$SW." bottom2 right2\"> ".$name."</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">
".ADD_SELECTION("yn", $required, "sel[".$id."]")."
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
$SW = 3 - $SW;
}
else
{
// Nothing for in and out
- $OUT = "<TR>
- <TD colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
+ $OUT = "<tr>
+ <td colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
".LOAD_TEMPLATE("admin_settings_saved", true, TRANSFER_NO_INOUT_TRANSFERS)."
- </TD>
-</TR>";
+ </td>
+</tr>";
}
// ... and add them to a constant for the template
else
{
// Nothing for in and out
- $OUT = "<TR>
- <TD colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
+ $OUT = "<tr>
+ <td colspan=\"6\" align=\"center\" class=\"bottom2\" height=\"70\">
".LOAD_TEMPLATE("admin_settings_saved", true, TRANSFER_NO_INOUT_TRANSFERS)."
- </TD>
-</TR>";
+ </td>
+</tr>";
}
// ... and add them to a constant for the template
if (EXT_IS_ACTIVE("nickname"))
{
// Nickname extension found
- define('__NICKNAME_TH', " <TD class=\"admin_title bottom2\" align=\"center\">".NICKNAME."</TD>");
+ define('__NICKNAME_TH', " <td class=\"admin_title bottom2\" align=\"center\">".NICKNAME."</td>");
}
else
{
$OUT .= LOAD_TEMPLATE("admin_optimize_row", true, $content);
$SW = 3 - $SW;
}
-define('__TABLE_ROWS', $OUT);
+define('__ROWS', $OUT);
// Prepare data for the template
define('__TOTAL_TABS' , $DATA['total_tabs']);
$LINK = SERVER_URL."/themes/theme-".$name.".zip";
// @TODO Move this HTML code to a template "admin_theme_row"
- $OUT .= "<TR>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".($idx + 1).".</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\"><a href=\"".$LINK."\">".$name."</a></TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".MAKE_DATETIME($THEMES['fctime'][$idx], "2")."</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".TRANSLATE_COMMA(round($THEMES['fsize'][$idx] / 1.024) / 1000)." ".KBYTES."</TD>
- <TD align=\"center\" class=\"switch_sw".$SW." bottom2\">".$THEMES['ver'][$idx]." (".$THEMES['cver'][$idx].")</TD>
-</TR>
-<TR>
- <TD class=\"switch_sw".$SW." bottom2\"> </TD>
- <TD colspan=\"4\" class=\"switch_sw".$SW." bottom2\">
+ $OUT .= "<tr>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".($idx + 1).".</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\"><a href=\"".$LINK."\">".$name."</a></td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".MAKE_DATETIME($THEMES['fctime'][$idx], "2")."</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".TRANSLATE_COMMA(round($THEMES['fsize'][$idx] / 1.024) / 1000)." ".KBYTES."</td>
+ <td align=\"center\" class=\"switch_sw".$SW." bottom2\">".$THEMES['ver'][$idx]." (".$THEMES['cver'][$idx].")</td>
+</tr>
+<tr>
+ <td class=\"switch_sw".$SW." bottom2\"> </td>
+ <td colspan=\"4\" class=\"switch_sw".$SW." bottom2\">
<div class=\"tiny\">".$THEMES['infos'][$idx]."</div>
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
$TSIZE += $THEMES['fsize'][$idx];
$SW = 3 - $SW;
}
SQL_FREERESULT($result);
} else {
// No themes found???
- $OUT .= "<TR>
- <TD colspan=\"7\" class=\"bottom2\" height=\"60\">
+ $OUT .= "<tr>
+ <td colspan=\"7\" class=\"bottom2\" height=\"60\">
".LOAD_TEMPLATE("admin_settings_saved", true, ADMIN_NO_THEMES_FOUND)."
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
}
define('__THEME_LIST', $OUT);
}
// Add row
- $OUT .= "<TR>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\" height=\"30\">".$unix."</TD>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">".$THEMES['theme_name'][$key]."</TD>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
+ $OUT .= "<tr>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\" height=\"30\">".$unix."</td>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">".$THEMES['theme_name'][$key]."</td>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
<a href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")"."\">".$THEMES['theme_author'][$key]."</a>
- </TD>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
+ </td>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
<a href=\"".DEREFERER($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</a>
- </TD>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</TD>
- <TD class=\"switch_sw".$SW." bottom2\" align=\"center\">
+ </td>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</td>
+ <td class=\"switch_sw".$SW." bottom2\" align=\"center\">
".$FOUND."
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
// Switch color
$SW = 3 - $SW;
if (empty($OUT)) {
// No themes found???
- $OUT .= "<TR>
- <TD colspan=\"6\" class=\"bottom2\" height=\"80\">
+ $OUT .= "<tr>
+ <td colspan=\"6\" class=\"bottom2\" height=\"80\">
".LOAD_TEMPLATE("admin_settings_saved", true, ADMIN_NO_THEMES_FOUND)."
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
} // END - if
define('__THEME_LIST', $OUT);
<?php
-/************************************************************************
- * MXChange v0.2.1 Start: 02/02/2004 *
- * ================ Last change: 07/13/2004 *
- * *
- * -------------------------------------------------------------------- *
- * File : action-online.php *
- * -------------------------------------------------------------------- *
- * Short description : Who is where? (DO NOT add sub menus!) *
- * -------------------------------------------------------------------- *
- * Kurzbeschreibung : Wer ist wo? (KEINE Untermenues anhaengen!) *
- * -------------------------------------------------------------------- *
- * *
- * -------------------------------------------------------------------- *
- * Copyright (c) 2003 - 2008 by Roland Haeder *
- * For more information visit: http://www.mxchange.org *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the Free Software *
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
- * MA 02110-1301 USA *
- ************************************************************************/
-
-// Some security stuff...
-if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
- $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
- require($INC);
-}
-
-// Add description as navigation point
-ADD_DESCR("admin", __FILE__);
-
-// Count guests, members and admins
-$result_guests = SQL_QUERY("SELECT id FROM "._MYSQL_PREFIX."_online WHERE is_admin='N' AND is_member='N'", __FILE__, __LINE__);
-$result_members = SQL_QUERY("SELECT id FROM "._MYSQL_PREFIX."_online WHERE is_admin='N' AND is_member='Y'", __FILE__, __LINE__);
-$result_admins = SQL_QUERY("SELECT id FROM "._MYSQL_PREFIX."_online WHERE is_admin='Y'", __FILE__, __LINE__);
-
-OUTPUT_HTML("<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" width=\"170\" class=\"admin_table dashed\">
-<TR><TD colspan=\"5\" height=\"7\" class=\"seperator admin_title\"> </TD></TR>
-<TR>
- <TD colspan=\"3\" class=\"admin_title\" align=\"center\">
- <strong>".USER_NOW_ONLINE."</strong>
- </TD>
-</TR>
-<TR><TD colspan=\"5\" height=\"7\" class=\"seperator admin_title\"> </TD></TR>
-<TR>
- <TD width=\"85%\" class=\"top2 bottom2\" align=\"right\"><div class=\"medium\">".GUESTS_ONLINE.":</div></TD>
- <TD width=\"5%\" class=\"top2 bottom2\"> </TD>
- <TD width=\"10%\" class=\"top2 bottom2\"><strong>".SQL_NUMROWS($result_guests)."</strong></TD>
-</TR>
-<TR>
- <TD width=\"85%\" class=\"bottom2\" align=\"right\"><div class=\"medium\">".MEMBERS_ONLINE.":</div></TD>
- <TD width=\"5%\" class=\"bottom2\"> </TD>
- <TD width=\"10%\" class=\"bottom2\"><strong>".SQL_NUMROWS($result_members)."</strong></TD>
-</TR>
-<TR>
- <TD width=\"85%\" align=\"right\"><div class=\"medium\">".ADMINS_ONLINE.":</div></TD>
- <TD width=\"5%\"> </TD>
- <TD width=\"10%\"><strong>".SQL_NUMROWS($result_admins)."</strong></TD>
-</TR>
-</TABLE><br />");
-
-$result = SQL_QUERY("SELECT id, ip, userid, refid, module, action, what, is_member, is_admin, timestamp FROM "._MYSQL_PREFIX."_online ORDER by timestamp DESC", __FILE__, __LINE__);
-if (SQL_NUMROWS($result) > 0)
-{
- // Load header template
- LOAD_TEMPLATE("admin_online_header");
-
- // List all online users
- $SW = 2;
- while (list($id, $ip, $userid, $refid, $module, $action, $what, $mem, $admin, $time) = SQL_FETCHROW($result))
- {
- if ($action == "") $action = "---";
- if ($what == "") $what = "---";
-
- if ($admin == "Y")
- {
- // Is an administrator
- $userid = _IS_ADMIN;
- }
- elseif (($mem == "N") && ($admin == "N"))
- {
- // Is a guest
- $userid = _IS_GUEST;
- }
- OUTPUT_HTML("<TR>
- <TD align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$id."</TD>
- <TD align=\"center\" width=\"15%\" class=\"switch_sw".$SW." bottom right\">");
- if ($userid > 0)
- {
- OUTPUT_HTML("<a href=\"".URL."/modules.php?module=admin&what=list_user&u_id=".$userid."\">".$userid."</a>");
- }
- else
- {
- OUTPUT_HTML($userid);
- }
- if ($refid > 0)
- {
- $refid = "<a href=\"".URL."/modules.php?module=admin&what=list_user&u_id=".$refid."\">".$refid."</a>";
- }
- OUTPUT_HTML("</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$ip."</TD>
- <TD align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$refid."</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$module."</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$action."</TD>
- <TD align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$what."</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom\">".MAKE_DATETIME($time, "2")."</TD>
-</TR>");
- $SW = 3 - $SW;
- }
- OUTPUT_HTML("<TR>
- <TD colspan=\"8\" align=\"center\" class=\"admin_footer\">
- ".ONLINE_TIMEOUT_IS_1.CREATE_FANCY_TIME(getConfig('online_timeout')).ONLINE_TIMEOUT_IS_2."
- </TD>
-</TR>
-</TABLE>");
-}
-//
+// @DEPRECATED
?>
// Is a guest
$uid = _IS_GUEST;
}
- OUTPUT_HTML("<TR>
- <TD align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$id."</TD>
- <TD align=\"center\" width=\"15%\" class=\"switch_sw".$SW." bottom right\">");
+ OUTPUT_HTML("<tr>
+ <td align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$id."</td>
+ <td align=\"center\" width=\"15%\" class=\"switch_sw".$SW." bottom right\">");
if ($uid > 0)
{
OUTPUT_HTML(ADMIN_USER_PROFILE_LINK($uid));
{
$ref = ADMIN_USER_PROFILE_LINK($ref);
}
- OUTPUT_HTML("</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$ip."</TD>
- <TD align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$ref."</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$mod."</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$act."</TD>
- <TD align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$wht."</TD>
- <TD align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom\">".MAKE_DATETIME($time, "2")."</TD>
-</TR>");
+ OUTPUT_HTML("</td>
+ <td align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$ip."</td>
+ <td align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$ref."</td>
+ <td align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$mod."</td>
+ <td align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom right\">".$act."</td>
+ <td align=\"center\" width=\"5%\" class=\"switch_sw".$SW." bottom right\">".$wht."</td>
+ <td align=\"center\" width=\"10%\" class=\"switch_sw".$SW." bottom\">".MAKE_DATETIME($time, "2")."</td>
+</tr>");
$SW = 3 - $SW;
}
}
} else {
// No pay types setuped so far!
- $OUT_PAY = "<TR><TD colspan=\"2\">
+ $OUT_PAY = "<tr><td colspan=\"2\">
".LOAD_TEMPLATE("admin_settings_saved", true, SPONSOR_NO_ACTIONS_ACTIVATED)."
-</TD></TR>";
+</td></tr>";
}
} else {
// No actions activated so far!
- $OUT_ACT = "<TR><TD colspan=\"2\" class=\"bottom2\" style=\"padding-top: 10px; padding-bottom: 10px\">
+ $OUT_ACT = "<tr><td colspan=\"2\" class=\"bottom2\" style=\"padding-top: 10px; padding-bottom: 10px\">
".LOAD_TEMPLATE("admin_settings_saved", true, SPONSOR_NO_ACTIONS_ACTIVATED)."
-</TD></TR>";
- $OUT_PAY = "<TR><TD colspan=\"2\" class=\"bottom2\" style=\"padding-top: 10px; padding-bottom: 10px\">
+</td></tr>";
+ $OUT_PAY = "<tr><td colspan=\"2\" class=\"bottom2\" style=\"padding-top: 10px; padding-bottom: 10px\">
".LOAD_TEMPLATE("admin_settings_saved", true, SPONSOR_NO_ACTIONS_ACTIVATED)."
-</TD></TR>";
+</td></tr>";
}
// Transfer rows to constans
ORDER BY pay_name", __FILE__, __LINE__);
if (SQL_NUMROWS($result) > 0) {
// Load all types...
- $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=\"left2 right2 top2\">\n";
$SW = 2;
while(list($id, $name, $rate, $curr, $min) = SQL_FETCHROW($result))
{
- $OUT .= "<TR>
- <TD class=\"bottom2 switch_sw".$SW."\" height=\"50\" style=\"padding-left: 2px; padding-right: 2px\">
+ $OUT .= "<tr>
+ <td class=\"bottom2 switch_sw".$SW."\" height=\"50\" style=\"padding-left: 2px; padding-right: 2px\">
<INPUT type=\"radio\" name=\"pay_type\" class=\"guest_normal\" value=\"".bigintval($id)."\"> ".$name."<br />
<div align=\"right\">(".$min." ".$curr." = ".TRANSLATE_COMMA($rate * $min)." ".POINTS.")</div>
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
$SW = 3 - $SW;
}
- $OUT .= "</TABLE>\n";
+ $OUT .= "</table>\n";
define('__PAYMENT_LIST', $OUT);
SQL_FREERESULT($result);
$SW = 2; $r2 = " right2"; $l = "ll"; $r = "lr"; $OUT = "";
foreach ($months as $month => $cnt)
{
- if ($SW == 2) $OUT .= "<TR>\n";
+ if ($SW == 2) $OUT .= "<tr>\n";
// Prepare data for template
$content = array(
}
else
{
- $OUT .= "</TR>\n";
+ $OUT .= "</tr>\n";
$r2 = " right2";
$l = "ll"; $r = "lr";
}
if ((SQL_NUMROWS($guest_t10) > 0) || (SQL_NUMROWS($mem_t10) > 0))
{
// Output header
- OUTPUT_HTML("<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"guest_table dashed\" width=\"310\">
-<TR>
- <TD align=\"center\" class=\"guest_stats_title bottom2\" colspan=\"2\"><strong>".GUEST_TOPTEN_STATS."</strong></TD>
-</TR>");
+ OUTPUT_HTML("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"guest_table dashed\" width=\"310\">
+<tr>
+ <td align=\"center\" class=\"guest_stats_title bottom2\" colspan=\"2\"><strong>".GUEST_TOPTEN_STATS."</strong></td>
+</tr>");
}
if (SQL_NUMROWS($guest_t10) > 0)
{
// Guest clicks
- OUTPUT_HTML("<TR>
- <TD align=\"center\" class=\"guest_title2 bottom2\" colspan=\"2\">".GUEST_TOP_GUEST_STATS."</TD>
-</TR>");
+ OUTPUT_HTML("<tr>
+ <td align=\"center\" class=\"guest_title2 bottom2\" colspan=\"2\">".GUEST_TOP_GUEST_STATS."</td>
+</tr>");
$SW = 2;
while (list($clicks, $title) = SQL_FETCHROW($guest_t10))
{
- OUTPUT_HTML("<TR>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"right\" width=\"250\">".$title." </TD>
- <TD class=\"switch_sw".$SW." bottom2\" width=\"50\"> ".$clicks."</TD>
-</TR>");
+ OUTPUT_HTML("<tr>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"right\" width=\"250\">".$title." </td>
+ <td class=\"switch_sw".$SW." bottom2\" width=\"50\"> ".$clicks."</td>
+</tr>");
$SW = 3 - $SW;
}
}
if (SQL_NUMROWS($guest_t10) > 0)
{
// Guest clicks
- OUTPUT_HTML("<TR>
- <TD align=\"center\" class=\"guest_title2 bottom2\" colspan=\"2\">".GUEST_TOP_MEMBER_STATS."</TD>
-</TR>");
+ OUTPUT_HTML("<tr>
+ <td align=\"center\" class=\"guest_title2 bottom2\" colspan=\"2\">".GUEST_TOP_MEMBER_STATS."</td>
+</tr>");
$SW = 2;
while (list($clicks, $title) = SQL_FETCHROW($mem_t10))
{
- OUTPUT_HTML("<TR>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"right\" width=\"250\">".$title." </TD>
- <TD class=\"switch_sw".$SW." bottom2\" width=\"50\"> ".$clicks."</TD>
-</TR>");
+ OUTPUT_HTML("<tr>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"right\" width=\"250\">".$title." </td>
+ <td class=\"switch_sw".$SW." bottom2\" width=\"50\"> ".$clicks."</td>
+</tr>");
$SW = 3 - $SW;
}
}
if ((SQL_NUMROWS($guest_t10) > 0) || (SQL_NUMROWS($mem_t10) > 0))
{
// Output footer
- OUTPUT_HTML("<TR>
- <TD align=\"center\" class=\"guest_stats_footer\" colspan=\"2\"><a href=\"".URL."/modules.php?module=index&what=stats&mode=".$lmode."\">".$ltitle."</a></TD>
-</TR>
-</TABLE>");
+ OUTPUT_HTML("<tr>
+ <td align=\"center\" class=\"guest_stats_footer\" colspan=\"2\"><a href=\"".URL."/modules.php?module=index&what=stats&mode=".$lmode."\">".$ltitle."</a></td>
+</tr>
+</table>");
}
break;
LOAD_TEMPLATE("member_header");
// Begin menu block here
-OUTPUT_HTML("<TR>
- <TD class=\"member_menu\">");
+OUTPUT_HTML("<tr>
+ <td class=\"member_menu\">");
// Adding the main content module here
if (empty($GLOBALS['action'])) {
} // END - if
// Menu -> content
-OUTPUT_HTML(" </TD>
- <TD valign=\"top\" align=\"center\" rowspan=\"3\" class=\"member_content\">");
+OUTPUT_HTML(" </td>
+ <td valign=\"top\" align=\"center\" rowspan=\"3\" class=\"member_content\">");
$INC_ACTION = sprintf("%sinc/modules/member/action-%s.php", PATH, $act);
if ((FILE_READABLE($INC_ACTION)) && (VALIDATE_MENU_ACTION("member", GET_ACTION("member", $GLOBALS['what']), $GLOBALS['what']))) {
LOAD_TEMPLATE("member_advert");
}
-OUTPUT_HTML(" </TD>
-</TR>");
+OUTPUT_HTML(" </td>
+</tr>");
// Load same template for "Goto TOP"
LOAD_TEMPLATE("member_goto_top");
// Output entered ZIP code
define('ZIP_OUTPUT', LOAD_TEMPLATE("member_order-zip2", true, $_POST['zip']));
} else {
- define('ZIP_OUTPUT', "<TR><TD colspan=\"5\" height=\"5\" class=\"seperator\"> </TD></TR>");
+ define('ZIP_OUTPUT', "<tr><td colspan=\"5\" height=\"5\" class=\"seperator\"> </td></tr>");
}
// HTML extension
define('MEMBER_HTML_EXTENSION', LOAD_TEMPLATE("member_order-html_ext", true, HTML_ADD_VALID_TAGS()));
} else {
// Extension not active and/or class not uploaded
- define('MEMBER_HTML_EXTENSION', "<TR><TD colspan=\"5\"><INPUT type=\"hidden\" name=\"html\" value=\"N\"></TD></TR>");
+ define('MEMBER_HTML_EXTENSION', "<tr><td colspan=\"5\"><INPUT type=\"hidden\" name=\"html\" value=\"N\"></td></tr>");
}
// Output form for page 2
$ADD = "";
if (EXT_IS_ACTIVE("html_mail")) {
// Add some content when html extension is active
- if ((getConfig('order_multi_page') == "Y") || (IS_ADMIN())) $ADD = "<TR><TD colspan=\"2\" class=\"seperator bottom2\" height=\"5\"> </TD></TR>\n";
+ if ((getConfig('order_multi_page') == "Y") || (IS_ADMIN())) $ADD = "<tr><td colspan=\"2\" class=\"seperator bottom2\" height=\"5\"> </td></tr>\n";
define('MEMBER_HTML_EXTENSION', LOAD_TEMPLATE("member_order-html_intro", true));
} else {
// No HTML extension installed
- define('MEMBER_HTML_EXTENSION', "<TR><TD colspan=\"2\"><INPUT type=\"hidden\" name=\"html\" value=\"N\"></TD></TR>");
+ define('MEMBER_HTML_EXTENSION', "<tr><td colspan=\"2\"><INPUT type=\"hidden\" name=\"html\" value=\"N\"></td></tr>");
}
// Do we want ZIP code or not?
if (get_session('mxchange_theme') == $unix) $default = " checked selected";
// Add row
- $OUT .= "<TR>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\" height=\"30\">
+ $OUT .= "<tr>
+ <td class=\"switch_sw".$SW." bottom2 right2\" 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>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">".$THEMES['theme_name'][$key]."</td>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
<a href=\"mailto:".$THEMES['theme_email'][$key]."?Subject=[Theme:] ".$THEMES['theme_name'][$key]." (".$unix.")"."\">".$THEMES['theme_author'][$key]."</a>
- </TD>
- <TD class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
+ </td>
+ <td class=\"switch_sw".$SW." bottom2 right2\" align=\"center\">
<a href=\"".DEREFERER($THEMES['theme_url'][$key])."\" target=\"_blank\">".$THEMES['theme_url'][$key]."</a>
- </TD>
- <TD class=\"switch_sw".$SW." bottom2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</TD>
-</TR>\n";
+ </td>
+ <td class=\"switch_sw".$SW." bottom2\" align=\"center\">v".$THEMES['theme_ver'][$key]."</td>
+</tr>\n";
$SW = 3 - $SW;
}
if (empty($OUT)) {
// No themes found???
- $OUT = "<TR>
- <TD colspan=\"5\" class=\"bottom2\" height=\"80\">
+ $OUT = "<tr>
+ <td colspan=\"5\" class=\"bottom2\" height=\"80\">
".LOAD_TEMPLATE("admin_settings_saved", true, MEMBER_NO_THEMES_FOUND)."
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
}
define('__THEME_LIST', $OUT);
$OUT = ""; $SW = 2;
while (list($tid, $uid, $points, $reason, $stamp) = SQL_FETCHROW($result)) {
if ($type == "OUT") $points = "$points-";
- $OUT .= "<TR>
- <TD class=\"transfer_row1 switch_sw".$SW." bottom2 right2\">
+ $OUT .= "<tr>
+ <td class=\"transfer_row1 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row1\">".$tid."</div>
- </TD>
- <TD class=\"transfer_row2 switch_sw".$SW." bottom2 right2\">
+ </td>
+ <td class=\"transfer_row2 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row2\">".MAKE_DATETIME($stamp, "3")."</div>
- </TD>
- <TD class=\"transfer_row3 switch_sw".$SW." bottom2 right2\">
+ </td>
+ <td class=\"transfer_row3 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row3\">".$uid."</div>
- </TD>
- <TD class=\"transfer_row4 switch_sw".$SW." bottom2 right2\">
+ </td>
+ <td class=\"transfer_row4 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row4\">".$reason."</div>
- </TD>
- <TD class=\"transfer_row5 switch_sw".$SW." bottom2\">
+ </td>
+ <td class=\"transfer_row5 switch_sw".$SW." bottom2\">
<div class=\"transfer_row5\">".$points."</div>
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
$total += $points;
$SW = 3 - $SW;
}
SQL_FREERESULT($result);
} else {
// Nothing for in or out
- $OUT = "<TR>
- <TD colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
+ $OUT = "<tr>
+ <td colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
".LOAD_TEMPLATE("admin_settings_saved", true, $NOTHING)."
- </TD>
-</TR>";
+ </td>
+</tr>";
}
// ... and add them to a constant for the template
$result = SQL_QUERY("SELECT party_uid, trans_id, points, reason, time_trans, trans_type FROM "._MYSQL_PREFIX."_transfers_tmp ORDER BY time_trans DESC", __FILE__, __LINE__);
while(list($uid, $idx, $points, $reason, $stamp, $type) = SQL_FETCHROW($result)) {
if ($type == "OUT") $points = "-$points";
- $OUT .= "<TR>
- <TD class=\"transfer_row1 switch_sw".$SW." bottom2 right2\">
+ $OUT .= "<tr>
+ <td class=\"transfer_row1 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row1\">".$idx."</div>
- </TD>
- <TD class=\"transfer_row2 switch_sw".$SW." bottom2 right2\">
+ </td>
+ <td class=\"transfer_row2 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row2\">".MAKE_DATETIME($stamp, "3")."</div>
- </TD>
- <TD class=\"transfer_row3 switch_sw".$SW." bottom2 right2\">
+ </td>
+ <td class=\"transfer_row3 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row3\">".$uid."</div>
- </TD>
- <TD class=\"transfer_row4 switch_sw".$SW." bottom2 right2\">
+ </td>
+ <td class=\"transfer_row4 switch_sw".$SW." bottom2 right2\">
<div class=\"transfer_row4\">".$reason."</div>
- </TD>
- <TD class=\"transfer_row5 switch_sw".$SW." bottom2\">
+ </td>
+ <td class=\"transfer_row5 switch_sw".$SW." bottom2\">
<div class=\"transfer_row5\">".$points."</div>
- </TD>
-</TR>\n";
+ </td>
+</tr>\n";
$total += $points;
$SW = 3 - $SW;
}
SQL_FREERESULT($result);
} else {
// Nothing for in and out
- $OUT = "<TR>
- <TD colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
+ $OUT = "<tr>
+ <td colspan=\"5\" align=\"center\" class=\"bottom2\" height=\"70\">
".LOAD_TEMPLATE("admin_settings_saved", true, TRANSFER_NO_INOUT_TRANSFERS)."
- </TD>
-</TR>";
+ </td>
+</tr>";
}
// ... and add them to a constant for the template
array($MODE), __FILE__, __LINE__);
//* DEBUG: */ echo __LINE__."/".$main_cnt."/".$main_action."/".$sub_what.":".$GLOBALS['what']."*<br />\n";
if (SQL_NUMROWS($result_main) > 0) {
- OUTPUT_HTML("<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"".$MODE."_menu\">");
+ OUTPUT_HTML("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"".$MODE."_menu\">");
// There are menus available, so we simply display them... :)
while (list($main_title, $main_action) = SQL_FETCHROW($result_main)) {
//* DEBUG: */ echo __LINE__."/".$main_cnt."/".$main_action."/".$sub_what.":".$GLOBALS['what']."*<br />\n";
$INC_BLOCK = sprintf("%sinc/modules/%s/action-%s.php", PATH, $MODE, $main_action);
if (FILE_READABLE($INC_BLOCK)) {
// Load include file
- if ((!EXT_IS_ACTIVE($main_action)) || ($main_action == "online")) OUTPUT_HTML("<TR>
- <TD class=\"".$MODE."_menu_whats\">");
+ if ((!EXT_IS_ACTIVE($main_action)) || ($main_action == "online")) OUTPUT_HTML("<tr>
+
+ <td class=\"".$MODE."_menu_whats\">");
//* DEBUG: */ echo __LINE__."/".$main_cnt."/".$main_action."/".$sub_what.":".$GLOBALS['what']."*<br />\n";
include ($INC_BLOCK);
//* DEBUG: */ echo __LINE__."/".$main_cnt."/".$main_action."/".$sub_what.":".$GLOBALS['what']."*<br />\n";
- if ((!EXT_IS_ACTIVE($main_action)) || ($main_action == "online")) OUTPUT_HTML(" </TD>
-</TR>");
+ if ((!EXT_IS_ACTIVE($main_action)) || ($main_action == "online")) OUTPUT_HTML(" </td>
+</tr>");
}
//* DEBUG: */ echo __LINE__."/".$main_cnt."/".$main_action."/".$sub_what.":".$GLOBALS['what']."*<br />\n";
}
$main_cnt++;
//* DEBUG: */ echo __LINE__."/".$main_cnt."/".$main_action."/".$sub_what.":".$GLOBALS['what']."*<br />\n";
- if (SQL_NUMROWS($result_main) > $main_cnt) OUTPUT_HTML("<TR><TD class=\"".$MODE."_menu_seperator\"></TD></TR>");
+ if (SQL_NUMROWS($result_main) > $main_cnt) OUTPUT_HTML("<tr><td class=\"".$MODE."_menu_seperator\"></td></tr>");
}
// Free memory
// Close table
//* DEBUG: */ echo __LINE__."/".$main_cnt."/".$main_action."/".$sub_what.":".$GLOBALS['what']."*<br />\n";
- OUTPUT_HTML("</TABLE>");
+ OUTPUT_HTML("</table>");
}
}
// This patched function will reduce many SELECT queries for the specified or current admin login
// Handle refback here if extension is installed
if (EXT_IS_ACTIVE("refback")) {
- UPDATE_REFBACK_TABLE($uid);
+ UPDATE_REFBACK_table($uid);
} // END - if
}
</HEAD>
<BODY bgcolor=\"#880000\" text=\"#FFFFFF\">
<div align=\"center\">
-<TABLE border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
-<TR>
- <TD align=\"center\"><u><strong><BIG><BIG>A C C E S S D E N I E D !</BIG></BIG></strong></u></TD>
-</TR>
-<TR><TD height=\"10\"></TD></TR>
-<TR>
- <TD align=\"center\">
+<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
+<tr>
+ <td align=\"center\"><u><strong><BIG><BIG>A C C E S S D E N I E D !</BIG></BIG></strong></u></td>
+</tr>
+<tr><td height=\"10\"></td></tr>
+<tr>
+ <td align=\"center\">
You have tried to open a protected file! Your access has been logged in the server's logfile with your IP number:
- </TD>
-</TR>
-<TR><TD height=\"10\"></TD></TR>
-<TR>
- <TD align=\"center\">
+ </td>
+</tr>
+<tr><td height=\"10\"></td></tr>
+<tr>
+ <td align=\"center\">
<strong>".GET_REMOTE_ADDR()."</strong>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</div>
</BODY>
</HTML>\n";
<form action="{!URL!}/modules.php?module=admin&what=add_bank_package" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2" height="30" colspan="3" align="center">
- <strong>{--ADMIN_ADD_BANK_PACKAGE_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD height="8" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350">{--ADMIN_BANK_PACKAGE_TITLE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="240"><INPUT class="admin_normal" type="text"
- name="title" size="28" maxlength="255"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" valign="top" style="padding-top: 2px">
- {--ADMIN_BANK_PACKAGE_DESCRIPTION--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea class="admin_normal" name="description" rows="5"
- cols="28"></textarea></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" valign="top" style="padding-top: 2px">
- {--ADMIN_BANK_PACKAGE_ACCOUNT_FEE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text" name="account_fee"
- size="8" maxlength="20" value="0,00000"> {!POINTS!}</TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_FREE_TRANSFERS--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text" name="free_transfers"
- size="4" maxlength="20" value="0"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_OUTPUT_MODE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select class="admin_select" name="output_system_mode"
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2" height="30" colspan="3" align="center">
+ <strong>{--ADMIN_ADD_BANK_PACKAGE_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td height="8" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350">{--ADMIN_BANK_PACKAGE_TITLE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td width="240"><INPUT class="admin_normal" type="text"
+ name="title" size="28" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" valign="top" style="padding-top: 2px">
+ {--ADMIN_BANK_PACKAGE_DESCRIPTION--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea class="admin_normal" name="description" rows="5"
+ cols="28"></textarea></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" valign="top" style="padding-top: 2px">
+ {--ADMIN_BANK_PACKAGE_ACCOUNT_FEE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text" name="account_fee"
+ size="8" maxlength="20" value="0,00000"> {!POINTS!}</td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_FREE_TRANSFERS--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text" name="free_transfers"
+ size="4" maxlength="20" value="0"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_OUTPUT_MODE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><select class="admin_select" name="output_system_mode"
size="1">
<option value="LOGIN">{--BANK_OUTPUT_MODE_LOGIN--}</option>
<option value="EMAIL">{--BANK_OUTPUT_MODE_EMAIL--}</option>
<option value="DISABLED">{--BANK_OUTPUT_MODE_DISABLED--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_FREE_MONTHS_FEE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text"
+ </select></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_FREE_MONTHS_FEE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text"
name="free_months_no_fee" size="3" maxlength="20" value="0">
- {--_MONTHS--}</TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_INTEREST_PLUS--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text" name="interest_plus"
- size="4" maxlength="10" value="0,00"> %</TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_INTEREST_MINUS--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text" name="interest_minus"
- size="4" maxlength="10" value="0,00"> %</TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_FIRST_PAYMENT--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text" name="first_payment"
- size="4" maxlength="20" value="1,00"> {!POINTS!}</TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_INCOME--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text"
+ {--_MONTHS--}</td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_INTEREST_PLUS--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text" name="interest_plus"
+ size="4" maxlength="10" value="0,00"> %</td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_INTEREST_MINUS--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text" name="interest_minus"
+ size="4" maxlength="10" value="0,00"> %</td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_FIRST_PAYMENT--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text" name="first_payment"
+ size="4" maxlength="20" value="1,00"> {!POINTS!}</td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_INCOME--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text"
name="free_account_income" size="4" maxlength="20" value="0,00">
- {!POINTS!}</TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" valign="top" style="padding-top: 2px">
- {--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_STUFF--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea class="admin_normal" name="free_account_stuff"
- rows="5" cols="28"></textarea></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_BANK_PACKAGE_TAN_LOCK--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="text" name="tan_lock"
- size="4" maxlength="20" value="0"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" valign="top" style="padding-top: 2px">
- {--ADMIN_BANK_PACKAGE_ACTIVE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT class="admin_normal" type="radio"
+ {!POINTS!}</td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" valign="top" style="padding-top: 2px">
+ {--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_STUFF--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea class="admin_normal" name="free_account_stuff"
+ rows="5" cols="28"></textarea></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_BANK_PACKAGE_TAN_LOCK--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="text" name="tan_lock"
+ size="4" maxlength="20" value="0"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" valign="top" style="padding-top: 2px">
+ {--ADMIN_BANK_PACKAGE_ACTIVE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT class="admin_normal" type="radio"
name="package_active" value="Y" default checked> {--YES--}<br />
<INPUT class="admin_normal" type="radio" name="package_active"
- value="N"> {--NO--}</TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ value="N"> {--NO--}</td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="ok"
- value="{--ADMIN_ADD_BANK_PACKAGE--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADD_BANK_PACKAGE--}" /></td>
+ </tr>
+</table>
</form>
<div class="admin_note">{--ADMIN_BANK_FOOTER_NOTE--}</div>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=refbanner"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="410">
- <TR>
- <TD class="admin_title bottom2" colspan="3" align="center" height="30">
- <strong>{--ADMIN_ADD_BANNER--}</strong></TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD align="right" width="200">{--ADMIN_ENTER_BANNER_URL--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="200"><INPUT type="text" name="url"
+ <tr>
+ <td class="admin_title bottom2" colspan="3" align="center" height="30">
+ <strong>{--ADMIN_ADD_BANNER--}</strong></td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="200">{--ADMIN_ENTER_BANNER_URL--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="200"><INPUT type="text" name="url"
class="admin_normal" size="20" maxlength="355" value="http://">
- </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD align="right" width="200">{--ADMIN_ENTER_ALTERNATE_TEXT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="alternate" class="admin_normal"
- size="20" maxlength="355" value="{!MAIN_TITLE!}"></TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD align="right" width="200">{--ADMIN_SELECT_BANNER_ACTIVE--}</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><select name="visible" size="1" class="admin_select">
+ </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="200">{--ADMIN_ENTER_ALTERNATE_TEXT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="alternate" class="admin_normal"
+ size="20" maxlength="355" value="{!MAIN_TITLE!}"></td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="200">{--ADMIN_SELECT_BANNER_ACTIVE--}</td>
+ <td class="seperator" width="10"> </td>
+ <td><select name="visible" size="1" class="admin_select">
<option value="Y">{--YES--}</option>
<option value="N">{--NO--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ </select></td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--ADMIN_SUBMIT_BANNER--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_SUBMIT_BANNER--}" /></td>
+ </tr>
+</table>
</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=config_cats"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" align="center" colspan="3"><strong>{--ADD_NEW_CATEGORY--}</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD height="7" colspan="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200"><strong>{--ENTER_CATNAME--}:</strong>
- </TD>
- <TD class="seperator" width="7"> </TD>
- <TD><INPUT type="text" name="catname" size="30" maxlength="255"
- class="admin_normal"></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD height="7" colspan="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200"><strong>{--SELECT_PARENT--}</strong>
- </TD>
- <TD class="seperator" width="7"> </TD>
- <TD><select name="parent" size="1" class="admin_select">
+ <tr>
+ <td class="admin_title bottom2 seperator" width="10" height="30"> </td>
+ <td class="admin_title bottom2" align="center" colspan="3"><strong>{--ADD_NEW_CATEGORY--}</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td height="7" colspan="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200"><strong>{--ENTER_CATNAME--}:</strong>
+ </td>
+ <td class="seperator" width="7"> </td>
+ <td><INPUT type="text" name="catname" size="30" maxlength="255"
+ class="admin_normal"></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td height="7" colspan="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200"><strong>{--SELECT_PARENT--}</strong>
+ </td>
+ <td class="seperator" width="7"> </td>
+ <td><select name="parent" size="1" class="admin_select">
{--CATS--}
<option value="-1">{--IS_TOP_CATEGORY--}</option>
- </select></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD height="7" colspan="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200"><strong>{--CAT_IS_VISIBLE--}</strong>
- </TD>
- <TD class="seperator" width="7"> </TD>
- <TD>{--YES--}: <INPUT type="radio" name="visible" value="Y"
+ </select></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td height="7" colspan="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200"><strong>{--CAT_IS_VISIBLE--}</strong>
+ </td>
+ <td class="seperator" width="7"> </td>
+ <td>{--YES--}: <INPUT type="radio" name="visible" value="Y"
class="admin_normal" checked> {--NO--}: <INPUT
- type="radio" name="visible" value="N" class="admin_normal"></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD height="7" colspan="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3"><INPUT
+ type="radio" name="visible" value="N" class="admin_normal"></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td height="7" colspan="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="add" class="admin_submit"
- value="{--ADD_NEW_CAT--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--ADD_NEW_CAT--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=list_country"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="430">
- <TR>
- <TD class="admin_title bottom2" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="100"><INPUT type="text" name="code"
- class="admin_normal" size="2" maxlength="2"></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="descr" class="admin_normal"
- size="10" maxlength="255"></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><select name="is_active" size="1" class="admin_select">
+ <tr>
+ <td class="admin_title bottom2" width="10" height="30"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="100"><INPUT type="text" name="code"
+ class="admin_normal" size="2" maxlength="2"></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="descr" class="admin_normal"
+ size="10" maxlength="255"></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><select name="is_active" size="1" class="admin_select">
<option value="Y">{--YES--}</option>
<option value="N">{--NO--}</option>
- </select></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ </select></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="add" class="admin_submit"
- value="{--ADD_COUNTRY--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--ADD_COUNTRY--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=config_email"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
- <TR>
- <TD colspan="5" class="admin_title bottom2" align="center" height="30">
- <strong>{--ADMIN_ADD_MAX_VALUE--}</strong></TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="3"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD colspan="3" align="center">{--MAX_RECEIVE--}</TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">{--ENTER_MAX_VALUE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="max" class="admin_normal" size="5"
- maxlength="5" value=""></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">{--ENTER_MAX_COMMENT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="comment" class="admin_normal"
- size="10" maxlength="255" value=""></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" colspan="5" height="14"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ <tr>
+ <td colspan="5" class="admin_title bottom2" align="center" height="30">
+ <strong>{--ADMIN_ADD_MAX_VALUE--}</strong></td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="3"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td colspan="3" align="center">{--MAX_RECEIVE--}</td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">{--ENTER_MAX_VALUE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="max" class="admin_normal" size="5"
+ maxlength="5" value=""></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">{--ENTER_MAX_COMMENT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="comment" class="admin_normal"
+ size="10" maxlength="255" value=""></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" colspan="5" height="14"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="add_max" class="admin_submit"
- value="{--ADD_MAX_RECEIVE--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--ADD_MAX_RECEIVE--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=payments&do=add"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="410">
- <TR>
- <TD class="admin_title bottom2" colspan="3" align="center" height="30">
- <strong>{--ADD_NEW_PAYMENT--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="200">{--ENTER_PAY_TIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="200"><INPUT type="text" name="t_wait"
+ <tr>
+ <td class="admin_title bottom2" colspan="3" align="center" height="30">
+ <strong>{--ADD_NEW_PAYMENT--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="200">{--ENTER_PAY_TIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="200"><INPUT type="text" name="t_wait"
class="admin_normal" size="3" maxlength="3"> {--_SECONDS--}
- </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_PAY_PAYMENT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="payment" class="admin_normal"
- size="3" maxlength="3"> {!POINTS!}</TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_PAY_PRICE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="price" class="admin_normal" size="3"
- maxlength="3"> {!POINTS!}</TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_PAY_TITLE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="title" class="admin_normal"
- size="15" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_PAY_PAYMENT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="payment" class="admin_normal"
+ size="3" maxlength="3"> {!POINTS!}</td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_PAY_PRICE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="price" class="admin_normal" size="3"
+ maxlength="3"> {!POINTS!}</td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_PAY_TITLE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="title" class="admin_normal"
+ size="15" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--ADD_PAYMENT--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADD_PAYMENT--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=add_points&u_id={!__UID!}" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_title seperator" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD class="admin_title" colspan="3" align="center">
+ <tr>
+ <td class="admin_title seperator" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td class="admin_title" colspan="3" align="center">
{--ADMIN_ADD_POINTS_TO_USER--}:<br />
- <strong>{!__USER_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_POINTS_ADD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" size="6" maxlength="7"
- class="admin_normal"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_ADD_REASON--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea name="reason" class="admin_normal" rows="5"
- cols="20"></textarea></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_footer"><INPUT type="reset"
+ <strong>{!__USER_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_POINTS_ADD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" size="6" maxlength="7"
+ class="admin_normal"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_ADD_REASON--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" class="admin_submit" name="ok"
value="{--ADMIN_ADD_POINTS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<form
action="{!URL!}/modules.php?module=admin&what=add_points&u_id=all"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_title seperator" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD class="admin_title" colspan="3" align="center">{--ADMIN_ADD_POINTS_TO_ALL--}:</TD>
- </TR>
- <TR>
- <TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_POINTS_ADD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" size="6" maxlength="7"
- class="admin_normal"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_ADD_REASON--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea name="reason" class="admin_normal" rows="5"
- cols="20"></textarea></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_footer"><INPUT type="reset"
+ <tr>
+ <td class="admin_title seperator" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td class="admin_title" colspan="3" align="center">{--ADMIN_ADD_POINTS_TO_ALL--}:</td>
+ </tr>
+ <tr>
+ <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_POINTS_ADD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" size="6" maxlength="7"
+ class="admin_normal"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_ADD_REASON--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" class="admin_submit" name="ok"
- value="{--ADMIN_ADD_POINTS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADD_POINTS--}" /></td>
+ </tr>
+</table>
</form>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=add_rallye"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" height="30" class="admin_title bottom2">
- <strong>{--ADMIN_RALLYE_ADD_NEW_TITLE--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_TITLE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><INPUT type="text" name="title"
- class="admin_normal" size="30" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" valign="top">{--RALLYE_DESCR--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><textarea name="descr" cols="30" rows="6"
- class="admin_normal"></textarea></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_TEMPLATE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{--_TEMPLATES--}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="290" align="center">{--_START_DAY--}.
+ <tr>
+ <td colspan="3" align="center" height="30" class="admin_title bottom2">
+ <strong>{--ADMIN_RALLYE_ADD_NEW_TITLE--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_TITLE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><INPUT type="text" name="title"
+ class="admin_normal" size="30" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" valign="top">{--RALLYE_DESCR--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><textarea name="descr" cols="30" rows="6"
+ class="admin_normal"></textarea></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_TEMPLATE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{--_TEMPLATES--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="200" align="right" valign="top">{--RALLYE_START_DAY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="290" align="center">{--_START_DAY--}.
{--_START_MONTH--}. {--_START_YEAR--}<br />
- {--_START_HOUR--}: {--_START_MIN--}: {--_START_SEC--}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" valign="top">{--RALLYE_END_DAY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{--_END_DAY--}. {--_END_MONTH--}.
+ {--_START_HOUR--}: {--_START_MIN--}: {--_START_SEC--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" valign="top">{--RALLYE_END_DAY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{--_END_DAY--}. {--_END_MONTH--}.
{--_END_YEAR--}<br />
- {--_END_HOUR--}: {--_END_MIN--}: {--_END_SEC--}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_IS_ACTIVE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><select name="active" size="1"
+ {--_END_HOUR--}: {--_END_MIN--}: {--_END_SEC--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_IS_ACTIVE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><select name="active" size="1"
class="admin_select">
{--_ACTIVE_OPTIONS--}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_AUTO_ADD_USER--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><select name="auto_add" size="1"
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_AUTO_ADD_USER--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><select name="auto_add" size="1"
class="admin_select">
{--_AUTO_ADD_OPTIONS--}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_SEND_NOTIFY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><select name="notify" size="1"
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_SEND_NOTIFY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><select name="notify" size="1"
class="admin_select">
{--_NOTIFY_OPTIONS--}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_MIN_USERS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><INPUT type="text" name="min_users"
- class="admin_normal" size="5" maxlength="20" value="100"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_MIN_PRICES--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><INPUT type="text" name="min_prices"
- class="admin_normal" size="5" maxlength="20" value="3"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_MIN_USERS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><INPUT type="text" name="min_users"
+ class="admin_normal" size="5" maxlength="20" value="100"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_MIN_PRICES--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><INPUT type="text" name="min_prices"
+ class="admin_normal" size="5" maxlength="20" value="3"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--ADD_RALLYE--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADD_RALLYE--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content" method="POST" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" height="30" class="admin_title bottom2">
+ <tr>
+ <td colspan="3" align="center" height="30" class="admin_title bottom2">
<strong>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="340" align="right">{--RALLYE_PRICE_LEVEL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="130"><INPUT type="text" name="level"
- class="admin_normal" size="5" maxlength="20"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_PRICE_POINTS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" class="admin_normal"
- size="8" maxlength="20"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--RALLYE_PRICE_INFOS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="info" class="admin_normal" size="15"
- maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="340" align="right">{--RALLYE_PRICE_LEVEL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="130"><INPUT type="text" name="level"
+ class="admin_normal" size="5" maxlength="20"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_PRICE_POINTS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" class="admin_normal"
+ size="8" maxlength="20"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--RALLYE_PRICE_INFOS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="info" class="admin_normal" size="15"
+ maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="add" class="admin_submit"
- value="{--ADD_RALLYE_PRICE--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADD_RALLYE_PRICE--}" /></td>
+ </tr>
+</table>
</form>
+</div>
<form
action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=add"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADD_NEW_REFDEPTH--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200">{--ENTER_REF_LVL--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="lvl" class="admin_normal" size="3"
- maxlength="3"></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200">{--ENTER_REF_PERCENTS--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="perc" class="admin_normal" size="3"
- maxlength="3">%</TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ <tr>
+ <td class="admin_title bottom2" width="10" height="30"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADD_NEW_REFDEPTH--}</strong>
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200">{--ENTER_REF_LVL--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="lvl" class="admin_normal" size="3"
+ maxlength="3"></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="perc" class="admin_normal" size="3"
+ maxlength="3">%</td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--ADD_DEPTH--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--ADD_DEPTH--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=add_sponsor" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="530">
-<TR>
- <TD class="admin_title bottom2" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="530">
+<tr>
+ <td class="admin_title bottom2" width="10" height="30"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center">
<strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR>
- <TD class="bottom2" width="10" height="40"> </TD>
- <TD class="bottom2" colspan="3" align="center">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr>
+ <td class="bottom2" width="10" height="40"> </td>
+ <td class="bottom2" colspan="3" align="center">
<div class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</div>
- </TD>
- <TD class="bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="300">
+ </td>
+ <td class="bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="300">
{--SPONSOR_ENTER_COMPANY_TITLE--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="200">
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td width="200">
<INPUT type="text" name="company" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_ENTER_COMPANY_POSITION--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="position" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_TAX_IDENT--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="tax_ident" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--GUEST_GENDER--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<select name="gender" class="admin_select" size="1">
<option value="M">{--GENDER_M--}</option>
<option value="F">{--GENDER_F--}</option>
<option value="C">{--GENDER_C--}</option>
</select>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--GUEST_SURNAME--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="surname" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--GUEST_FAMILY--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="family" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--ADMIN_SPONSOR_ENTER_CONTACT_DATA--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_STREET_NR1--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="street_nr1" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_STREET_NR2--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="street_nr2" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="country" class="admin_normal" size="2" maxlength="2" value="DE">-<INPUT type="text" name="zip" class="admin_normal" size="5" maxlength="6">
<INPUT type="text" name="city" class="admin_normal" size="10" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_PHONE--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="phone" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_FAX--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="fax" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_CELL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="cell" class="admin_normal" size="20" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_EMAIL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="email" class="admin_normal" size="20" maxlength="255" value="@">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_URL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="url" class="admin_normal" size="20" maxlength="255" value="http://">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_PASSWORDS--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="password" name="pass1" class="admin_normal" size="10" maxlength="255">
<INPUT type="password" name="pass2" class="admin_normal" size="10" maxlength="255">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_RECEIVE_WARNINGS--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<select name="receive_warnings" class="admin_select" size="1">
<option value="Y">{--YES--}</option>
<option value="N">{--NO--}</option>
</select>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_WARNING_INTERVAL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<select name="warning_interval" class="admin_select" size="1">
<option value="0">{--SELECT_NONE--}</option>
<option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
<option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
<option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
</select>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_POINTS--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="points_amount" class="admin_normal" size="6" maxlength="20" value="{!__SPONSOR_MIN_VALUE!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3" align="center">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
- </TD>
- <TD class="admin_footer seperator" width="10"> </TD>
-</TR>
-</TABLE>
+ </td>
+ <td class="admin_footer seperator" width="10"> </td>
+</tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=add_sponsor&force=1" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="520">
-<TR>
- <TD class="admin_title bottom2" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" width="10" height="30"> </td>
+ <td class="admin_title bottom2" align="center">
<strong>{--ADMIN_SPONSOR_REALLY_ADD_SPONSOR--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="3" height="5"> </TD></TR>
-<TR>
- <TD width="10" height="30"> </TD>
- <TD align="center">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="3" height="5"> </td></tr>
+<tr>
+ <td width="10" height="30"> </td>
+ <td align="center">
{--ADMIN_SPONSOR_DO_YOU_REALLY_WANT_ADDING--}
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" colspan="3" height="5"> </TD></TR>
-<TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" colspan="3" height="5"> </td></tr>
+<tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer">
{!__HIDDEN_DATA!}
<INPUT type="submit" name="ok" class="admin_submit" value="{--ADD_SPONSOR--}" />
- </TD>
- <TD class="admin_footer seperator" width="10"> </TD>
-</TR>
-</TABLE>
+ </td>
+ <td class="admin_footer seperator" width="10"> </td>
+</tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="560" align="center" class="admin_table dashed">
-<TR>
- <TD class="admin_title bottom2" colspan="3" align="center" height="30">
+<table border="0" cellspacing="0" cellpadding="0" width="560" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" colspan="3" align="center" height="30">
<strong>{--ADMIN_ADD_SPONSOR_PAYTYPE_TITLE--}:</strong>
- </TD>
-</TR>
-<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD width="350" align="right">{--SPONSOR_PAYTYPE_NAME--}:<br /><div class="tiny">{--SPONSOR_PAYTYPE_NAME_HINT--}</div></TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="200"><INPUT type="text" name="pay_name" size="10" maxlength="255" class="admin_normal"></TD>
-</TR>
-<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD width="350" align="right">{--SPONSOR_PAYTYPE_RATE--}:<br /><div class="tiny">{--SPONSOR_PAYTYPE_RATE_HINT--}</div></TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="200"><INPUT type="text" name="pay_rate" size="7" maxlength="25" class="admin_normal" value="0.00000"></TD>
-</TR>
-<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD width="350" align="right">{--SPONSOR_PAYTYPE_MIN_COUNT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="200"><INPUT type="text" name="pay_min_count" size="2" maxlength="20" class="admin_normal" value="1"></TD>
-</TR>
-<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD width="350" align="right">{--SPONSOR_PAYTYPE_CURRENCY--}:</TD>
- <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 colspan="3" class="admin_footer">
+ </td>
+</tr>
+<tr><td height="8" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td width="350" align="right">{--SPONSOR_PAYTYPE_NAME--}:<br /><div class="tiny">{--SPONSOR_PAYTYPE_NAME_HINT--}</div></td>
+ <td width="10" class="seperator"> </td>
+ <td width="200"><INPUT type="text" name="pay_name" size="10" maxlength="255" class="admin_normal"></td>
+</tr>
+<tr><td height="8" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td width="350" align="right">{--SPONSOR_PAYTYPE_RATE--}:<br /><div class="tiny">{--SPONSOR_PAYTYPE_RATE_HINT--}</div></td>
+ <td width="10" class="seperator"> </td>
+ <td width="200"><INPUT type="text" name="pay_rate" size="7" maxlength="25" class="admin_normal" value="0.00000"></td>
+</tr>
+<tr><td height="8" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td width="350" align="right">{--SPONSOR_PAYTYPE_MIN_COUNT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="200"><INPUT type="text" name="pay_min_count" size="2" maxlength="20" class="admin_normal" value="1"></td>
+</tr>
+<tr><td height="8" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td width="350" align="right">{--SPONSOR_PAYTYPE_CURRENCY--}:</td>
+ <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 colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="add" value="{--ADMIN_ADD_SPONSOR_PAYTYPE--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
<div align="center">
<div class="admin_note tiny">
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=add_surfbar_url" method="post">
-<div class="admin_table dashed" style="width:600px;margin-top:10px">
- <div class="admin_title bottom2" style="padding-top:5px;padding-bottom:5px">
+<div class="admin_table dashed" style="width:600px;margin-top:10px;">
+ <div class="admin_title bottom2" style="padding-top:5px;padding-bottom:5px;">
<strong>URL in Surfbar hinzufügen:</strong>
</div>
- <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
+ <div class="admin_input" style="padding-top:5px;padding-bottom:5px;" align="center">
URL eingeben: <input type="text" name="url" size="20" maxlength="255" value="http://" />
</div>
- <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
+ <div class="admin_input" style="padding-top:5px;padding-bottom:5px;" align="center">
Maximale Einblendung: <input type="text" name="limit" size="5" maxlength="20" value="0" /><br />
<span class="admin_note">(0 = Unbegrenzt)</span>
</div>
- <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
+ <div class="admin_input" style="padding-top:5px;padding-bottom:5px;" align="center">
Reloadsperre: $content[reload]
<span class="admin_note">(0 = Standarteinstellungen)</span>
</div>
- <div class="admin_title top2" style="padding-top:3px;padding-bottom:3px">
+ <div class="admin_title top2" style="padding-top:3px;padding-bottom:3px;">
<input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="admin_submit" name="add" value="{--ADMIN_SURFBAR_ADD_URL--}" />
</div>
</div>
</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=admin_add" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right" width="245">{--ENTER_TITLE--}:</TD>
- <TD width="10"> </TD>
- <TD class="admin_table" width="245" align="center"><INPUT
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right" width="245">{--ENTER_TITLE--}:</td>
+ <td width="10"> </td>
+ <td class="admin_table" width="245" align="center"><INPUT
type="text" name="title" class="admin_normal" size="30"
- maxlength="50"></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_WHAT_NAME--}:</TD>
- <TD width="10"> </TD>
- <TD class="admin_table" align="center">{!__WHAT_SELECTION!}<br />
- <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_PARENT_MENU--}:</TD>
- <TD width="10"> </TD>
- <TD class="admin_table" align="center">{!__ACTION_SELECTION!}<br />
- <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--ENTER_DESCR--}:</TD>
- <TD width="10"> </TD>
- <TD class="admin_table" align="center"><textarea name="descr"
- rows="10" cols="30" class="admin_normal"></textarea></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_BELOW_MENU--}:</TD>
- <TD width="10"> </TD>
- <TD class="admin_table" align="center">{!-__BELOW_SELECTION!}</TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD class="admin_table" height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD class="admin_table" width="10"> </TD>
- <TD class="admin_table" align="center" colspan="3"><INPUT
+ maxlength="50"></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_WHAT_NAME--}:</td>
+ <td width="10"> </td>
+ <td class="admin_table" align="center">{!__WHAT_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_PARENT_MENU--}:</td>
+ <td width="10"> </td>
+ <td class="admin_table" align="center">{!__ACTION_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--ENTER_DESCR--}:</td>
+ <td width="10"> </td>
+ <td class="admin_table" align="center"><textarea name="descr"
+ rows="10" cols="30" class="admin_normal"></textarea></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_BELOW_MENU--}:</td>
+ <td width="10"> </td>
+ <td class="admin_table" align="center">{!-__BELOW_SELECTION!}</td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td class="admin_table" height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td class="admin_table" width="10"> </td>
+ <td class="admin_table" align="center" colspan="3"><INPUT
type="reset" class="admin_reset" class="admin_normal"
value="{--CLEAR_FORM--}" /> <INPUT type="submit"
class="admin_submit" name="ok" value="{--ADMIN_ADD_MENU--}" />
- </TD>
- <TD class="admin_table" width="10"> </TD>
- </TR>
- <TR>
- <TD class="admin_table" height="8" colspan="5"></TD>
- </TR>
-</TABLE>
+ </td>
+ <td class="admin_table" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="admin_table" height="8" colspan="5"></td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=admins_add"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<table border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed" align="center">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_ADD_NEW_ADMIN--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="235" align="right">{--ADMIN_ADMINS_ENTER_LOGIN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="235"><INPUT type="text" name="login"
- class="admin_normal" size="10" maxlength="255" value="$_POST[login]"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_ADMINS_ENTER_EMAIL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="email" class="admin_normal"
- size="25" maxlength="255" value="$_POST[email]"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_ADMINS_ENTER_PASS1--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="password" name="pass1" class="admin_normal"
- size="10" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_ADMINS_ENTER_PASS2--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="password" name="pass2" class="admin_normal"
- size="10" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="bottom2 seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ADMINS_ADD_NEW_ADMIN--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="235" align="right">{--ADMIN_ADMINS_ENTER_LOGIN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="235"><INPUT type="text" name="login"
+ class="admin_normal" size="10" maxlength="255" value="$_POST[login]"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_ADMINS_ENTER_EMAIL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="email" class="admin_normal"
+ size="25" maxlength="255" value="$_POST[email]"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_ADMINS_ENTER_PASS1--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="password" name="pass1" class="admin_normal"
+ size="10" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_ADMINS_ENTER_PASS2--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="password" name="pass2" class="admin_normal"
+ size="10" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="bottom2 seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="add" class="admin_submit"
- value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=config_admins"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<table border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed" align="center">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_ADD_ACL--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="235" align="right">{--ADMIN_ADMINS_SELECT_LOGIN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="235"><select name="admin_id" size="1"
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ADMINS_ADD_ACL--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="235" align="right">{--ADMIN_ADMINS_SELECT_LOGIN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="235"><select name="admin_id" size="1"
class="admin_select">
{--_ADMINS_SELECTION--}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_ADMINS_SELECT_ACTION--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{--_ACTION_SELECTION--}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_ADMINS_SELECT_WHAT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{--_WHAT_SELECTION--}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_ADMINS_SELECT_MODE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select name="mode" size="1" class="admin_select">
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_ADMINS_SELECT_ACTION--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{--_ACTION_SELECTION--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_ADMINS_SELECT_WHAT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{--_WHAT_SELECTION--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_ADMINS_SELECT_MODE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><select name="mode" size="1" class="admin_select">
{--_MODE_OPTIONS--}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="add" class="admin_submit"
- value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADMINS_ADD_ADMIN--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="28">
+<tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="28">
{--ADMINS_CONTACT_DEFAULT_MAIL--} <INPUT type="hidden" name="type"
- value="mail"></TD>
-</TR>
+ value="mail"></td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=admins_contct&admin={!__ADMIN!}" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed">
- <TR>
- <TD width="195" class="admin_header bottom2" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></TD>
- <TD width="10" class="admin_header bottom2 seperator"> </TD>
- <TD width="195" class="admin_header bottom2" align="left"><strong>{!__ADMIN!}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed">
+ <tr>
+ <td width="195" class="admin_header bottom2" align="right" height="28"><strong>{--ADMINS_ADMIN_ID--}:</strong></td>
+ <td width="10" class="admin_header bottom2 seperator"> </td>
+ <td width="195" class="admin_header bottom2" align="left"><strong>{!__ADMIN!}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center">
{--ADMINS_ENTER_CONTACT_TEXT--}:<br />
<textarea class="admin_normal" name="text" rows="5" cols="40"></textarea>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2"> </TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2"> </td>
+ </tr>
{--ADMINS_MESSAGING_SELECTION--}
- <TR>
- <TD colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer top2" align="right"><INPUT type="reset"
+ <tr>
+ <td colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer top2" align="right"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}">
- <TD width="10" class="admin_footer top2 seperator"> </TD>
- <TD class="admin_footer top2"><INPUT type="submit" name="ok"
- class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}"></TD>
- </TR>
-</TABLE>
+ <td width="10" class="admin_footer top2 seperator"> </td>
+ <td class="admin_footer top2"><INPUT type="submit" name="ok"
+ class="admin_submit" value="{--ADMINS_CONTACT_SUBMIT--}"></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="28">
- {--ADMINS_SELECT_CONTACT_TYPE--}</TD>
-</TR>
-<TR>
- <TD colspan="3" class="seperator"> </TD>
-</TR>
-<TR>
- <TD align="right"><INPUT type="radio" name="type"
+<tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="28">
+ {--ADMINS_SELECT_CONTACT_TYPE--}</td>
+</tr>
+<tr>
+ <td colspan="3" class="seperator"> </td>
+</tr>
+<tr>
+ <td align="right"><INPUT type="radio" name="type"
class="admin_normal" value="mail" checked> {--ADMINS_CONTACT_TYPE_MAIL--}
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="radio" name="type" class="admin_normal"
- value="msg"> {--ADMINS_CONTACT_TYPE_MSG--}</TD>
-</TR>
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="radio" name="type" class="admin_normal"
+ value="msg"> {--ADMINS_CONTACT_TYPE_MSG--}</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=admins_mails"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
- <TR>
- <TD colspan="2" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
- </TD>
- <TD class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td colspan="2" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
+ </td>
+ <td class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+ </td>
+ </tr>
{!__ADMINS_ROWS!}
- <TR>
- <TD colspan="2" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="2" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="change" class="admin_submit"
- value="{--ADMIN_ADMINS_CHANGE--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADMINS_CHANGE--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[tpl] <INPUT type="hidden" name="template[$content[id2]]"
- value="$content[tpl]"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
- $content[content]</TD>
-</TR>
+ value="$content[tpl]"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
+ $content[content]</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=admins_mails"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="30" class="admin_title bottom2 right2" align="center">
- <strong>{--ID_SELECT--}</strong></TD>
- <TD width="235" class="admin_title bottom2 right2" align="center">
- <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></TD>
- <TD width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="30" class="admin_title bottom2 right2" align="center">
+ <strong>{--ID_SELECT--}</strong></td>
+ <td width="235" class="admin_title bottom2 right2" align="center">
+ <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></td>
+ <td width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+ </td>
+ </tr>
{!__MAILS_ROWS!}
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
- value="{--ADMIN_ADMINS_EDIT--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADMINS_EDIT--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[tpl]
- </TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
$content[alnk]
- </TD>
-</TR>
+ </td>
+</tr>
-<form
- action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD align="center" colspan="2" class="admin_header" height="40">
- <strong>{--DEL_ADMIN_MENU--}</strong></TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="admin_header bottom2">
- {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td align="center" colspan="2" class="admin_header" height="40">
+ <strong>{--DEL_ADMIN_MENU--}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="admin_header bottom2">
+ {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD colspan="2" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="2" class="admin_footer"><INPUT
type="hidden" name="ok" value="del"> <INPUT type="hidden"
name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
type="submit" class="admin_delete submit" name="submit"
- value="{--DEL_ENTRIES--}"></TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ value="{--DEL_ENTRIES--}"></td>
+ </tr>
+</table>
+</form>
+</div>
-<TR>
- <TD width="50%" class="switch_sw$content[sw] bottom2" align="right">$content[cnt].
- {--ENTRY_DELETE--}:
- <TD width="50%" class="switch_sw$content[sw] bottom2">
- $content[menu] <INPUT type="hidden" name="sel[$content[sel]]"
- value="$content[menu]"></TD>
-</TR>
\ No newline at end of file
+<tr>
+ <td width="50%" class="switch_sw$content[sw] bottom2" align="right">
+ $content[cnt].{--ENTRY_DELETE--}:
+ </td>
+ <td width="50%" class="switch_sw$content[sw] bottom2">
+ $content[menu]
+ <INPUT type="hidden" name="sel[$content[sel]]" value="$content[menu]" />
+ </td>
+</tr>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-<TR>
- <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></TH>
- <TH class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></TH>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
+</tr>
{!__MENU_ROWS!}
-<TR>
- <TD colspan="5" class="admin_footer">
+<tr>
+ <td colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" class="admin_normal" />
<INPUT type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
<INPUT type="submit" class="admin_delete submit" name="del" value="{--DEL_MENUS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD align="center" colspan="2" class="admin_title" height="40"><strong>{--EDIT_ADMIN_MENU--}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="admin_title bottom2">
- {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=adminedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0"
+ class="admin_table dashed">
+ <tr>
+ <td align="center" colspan="2" class="admin_title" height="40"><strong>{--EDIT_ADMIN_MENU--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="admin_title bottom2">
+ {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD colspan="2" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="2" class="admin_footer"><INPUT
type="hidden" name="ok" value="edit" /> <INPUT type="hidden"
name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}" /> <INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="submit"
- value="{--SUBMIT_CHANGES--}" /></TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ value="{--SUBMIT_CHANGES--}" /></td>
+ </tr>
+</table>
+</form>
+</div>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD colspan="2" class="admin_edit switch_sw$content[sw]">$content[cnt].
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td colspan="2" class="admin_edit switch_sw$content[sw]">$content[cnt].
{--ENTRY_MODIFY--}:
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD width="50%" align="right" class="admin_edit switch_sw$content[sw]">
- {--EDIT_ACTION--}:</TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]">
- $content[action]</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
- {--EDIT_WHAT--}:</TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]">
- $content[what]</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
- {--EDIT_TITLE--}:</TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]"><INPUT
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td width="50%" align="right" class="admin_edit switch_sw$content[sw]">
+ {--EDIT_ACTION--}:</td>
+ <td width="50%" class="admin_edit switch_sw$content[sw]">
+ $content[action]</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td width="50%" class="admin_edit switch_sw$content[sw]" align="right">
+ {--EDIT_WHAT--}:</td>
+ <td width="50%" class="admin_edit switch_sw$content[sw]">
+ $content[what]</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td width="50%" class="admin_edit switch_sw$content[sw]" align="right">
+ {--EDIT_TITLE--}:</td>
+ <td width="50%" class="admin_edit switch_sw$content[sw]"><INPUT
type="text" name="sel[$content[sel]]" value="$content[menu]"
- class="admin_normal" size="30" maxlength="50"></TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
- {--EDIT_DESCR--}:</TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]"><textarea
+ class="admin_normal" size="30" maxlength="50"></td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td width="50%" class="admin_edit switch_sw$content[sw]" align="right">
+ {--EDIT_DESCR--}:</td>
+ <td width="50%" class="admin_edit switch_sw$content[sw]"><textarea
name="sel_desc[$content[sel]]" class="admin_normal" rows="10"
- cols="30">$content[descr]</textarea></TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw] bottom2"
- height="2"> </TD>
-</TR>
\ No newline at end of file
+ cols="30">$content[descr]</textarea></td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw] bottom2"
+ height="2"> </td>
+</tr>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="420"
+<div align="center">
+<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">
- <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">{!__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">+{!__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">={!__TOTAL_HITS!}</TD>
- </TR>
- <TR>
- <TD width="320" class="admin_footer right2" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></TD>
- <TD width="100" class="admin_footer" style="padding-right: 2px"
- align="center"><strong>{!__CACHE_PERC!}%</strong></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="2" class="admin_title bottom2" 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">{!__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">+{!__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">={!__TOTAL_HITS!}</td>
+ </tr>
+ <tr>
+ <td width="320" class="admin_footer right2" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></td>
+ <td width="100" class="admin_footer" style="padding-right: 2px"
+ align="center"><strong>{!__CACHE_PERC!}%</strong></td>
+ </tr>
+</table>
-<div class="admin_note"><div class="admin_note tiny">{--ADMIN_CACHE_NOTES--}</div>
+<div class="admin_note tiny">
+ {--ADMIN_CACHE_NOTES--}
+</div>
</div>
-<form action="{!URL!}/modules.php?module=admin&what=config_active"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- class="admin_table dashed" width="580">
- <TR>
- <TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275"><INPUT type="input"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_active" method="POST" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275"><INPUT type="input"
name="active_limit" class="admin_normal" value="{!__LIMIT_VALUE!}"
- size="5" maxlength="20"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ size="5" maxlength="20"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
+</form>
+</div>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_admin" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="200" align="right" valign="top"
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="200" align="right" valign="top"
style="padding-top: 3px; padding-right: 20px">
- {--ADMIN_SELECT_MENU_TYPE--}:</TD>
- <TD width="40" align="center" valign="top" style="padding-top: 3px">
+ {--ADMIN_SELECT_MENU_TYPE--}:</td>
+ <td width="40" align="center" valign="top" style="padding-top: 3px">
<INPUT type="radio" name="admin_menu" class="admin_normal" value="NEW"{!__ADMIN_MENU_NEW!}>
- </TD>
- <TD width="360">{--ADMIN_MENU_NEW--}</TD>
- </TR>
- <TR>
- <TD width="200" class="seperator"> </TD>
- <TD width="40" align="center" valign="top" style="padding-top: 3px">
+ </td>
+ <td width="360">{--ADMIN_MENU_NEW--}</td>
+ </tr>
+ <tr>
+ <td width="200" class="seperator"> </td>
+ <td width="40" align="center" valign="top" style="padding-top: 3px">
<INPUT type="radio" name="admin_menu" class="admin_normal" value="OLD"{!__ADMIN_MENU_OLD!}>
- </TD>
- <TD width="360">{--ADMIN_MENU_OLD--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </td>
+ <td width="360">{--ADMIN_MENU_OLD--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<form action="{!URL!}/modules.php?module=admin&what=config_admins"
- method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_admins" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="680"
class="admin_table dashed">
- <TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_LIST_ACLS--}:</strong></TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
- </TR>
+ <tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ADMINS_LIST_ACLS--}:</strong></td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ </tr>
{!__ACL_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--ADMINS_EDIT_ACLS--}" /> <INPUT type="submit"
name="del" class="admin_delete" value="{--ADMINS_DEL_ACLS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
-<form action="{!URL!}/modules.php?module=admin&what=config_admins"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_admins" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
- <TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong></TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
- </TR>
+ <tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ADMINS_DELETE_ACLS--}:</strong></td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ </tr>
{!__ACL_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="remove" class="admin_delete"
- value="{--ADMINS_REMOVE_ACLS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMINS_REMOVE_ACLS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
- <INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[admin]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[action]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[what]</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
- $content[mode]</TD>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
+ <INPUT type="hidden" name="sel[$content[id]]" value="1"></td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[admin]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[action]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[what]</td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
+ $content[mode]</td>
+</tr>
-<form action="{!URL!}/modules.php?module=admin&what=config_admins"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_admins" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
- <TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_EDIT_ACLS--}:</strong></TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
- </TR>
+ <tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ADMINS_EDIT_ACLS--}:</strong></td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="120"><strong>{--ADMINS_AID--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="204"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ </tr>
{!__ACL_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="change" class="admin_submit"
- value="{--ADMINS_CHANGE_ACLS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMINS_CHANGE_ACLS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
- <INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><select
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
+ <INPUT type="hidden" name="sel[$content[id]]" value="1"></td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"><select
name="admin[$content[id]]" size="1" class="admin_select">
$content[admins_selection]
- </select></TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[action_selection]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[what_selection]</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center"><select
+ </select></td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[action_selection]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[what_selection]</td>
+ <td class="switch_sw$content[sw] bottom2" align="center"><select
name="mode[$content[id]]" size="1" class="admin_select">
$content[mode_options]
- </select></TD>
-</TR>
+ </select></td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[admin]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[action]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[what]
- </TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
$content[mode]
- </TD>
-</TR>
+ </td>
+</tr>
-<form
- action="{!URL!}/modules.php?module=admin&what=config_autopurge"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="510"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_autopurge" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="510"
class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- {--ADMIN_AUTOPURGE_INACTIVE_TITLE--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_INACTIVE_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_SINCE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_IN_SINCE!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_TIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_IN_TIME!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="10"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- {--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_UNCONFIRMED_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED_TIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_UN_TIME!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="10"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- {--ADMIN_AUTOPURGE_TASKS_TITLE--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_TASKS--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_TASKS_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_TASKS_TIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_TASK_TIME!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- {--ADMIN_AUTOPURGE_MAILID_TITLE--}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ {--ADMIN_AUTOPURGE_INACTIVE_TITLE--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_INACTIVE_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_SINCE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_IN_SINCE!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_TIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_IN_TIME!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ {--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED--}</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_UNCONFIRMED_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED_TIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_UN_TIME!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ {--ADMIN_AUTOPURGE_TASKS_TITLE--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_TASKS--}</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_TASKS_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_TASKS_TIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_TASK_TIME!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ {--ADMIN_AUTOPURGE_MAILID_TITLE--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="auto_purge_active" value="Y"{--_CFG_AP_ACTIVE_Y--}>
{--NO--}: <INPUT type="radio" name="auto_purge_active" value="N"{--_CFG_AP_ACTIVE_N--}>
- </span></TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_OPTION_MAIL_LIFETIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!_CFG_AUTO_PURGE!}</TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_NOTIFY_DEL_MAILS!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="10"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- {--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_DEL_MAILS_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_DEL_MAILS_TIME!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="10"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- {--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_NOTIFY_INACTIVE!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_NOTIFY_UNCONFIRMED!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__AP_NOTIFY_TASKS!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="10"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </span></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_OPTION_MAIL_LIFETIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!_CFG_AUTO_PURGE!}</td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_NOTIFY_DEL_MAILS!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ {--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS--}</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_DEL_MAILS_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_DEL_MAILS_TIME!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ {--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_NOTIFY_INACTIVE!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_NOTIFY_UNCONFIRMED!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__AP_NOTIFY_TASKS!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=config_beg"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_BEG_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="200" height="20">
- {--ADMIN_BEG_POINTS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="295" align="center"><INPUT type="text"
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_BEG_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="200" height="20">
+ {--ADMIN_BEG_POINTS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="295" align="center"><INPUT type="text"
name="beg_points" class="admin_normal" size="7" maxlength="10"
- value="{!__BEG_POINTS!}"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_BEG_POINTS_MAX--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="text"
+ value="{!__BEG_POINTS!}"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_BEG_POINTS_MAX--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="text"
name="beg_points_max" class="admin_normal" size="7" maxlength="10"
- value="{!__BEG_POINTS_MAX!}"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_CONFIG_BEG_TIMEOUT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__BEG_TIMEOUT!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">
- {--ADMIN_CONFIG_BEG_UID_TIMEOUT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__BEG_UID_TIMEOUT!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">
- {--ADMIN_CONFIG_BEG_REMOTE_IP_TIMEOUT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__BEG_REMOTE_IP_TIMEOUT!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_USERID--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">
+ value="{!__BEG_POINTS_MAX!}"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_CONFIG_BEG_TIMEOUT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__BEG_TIMEOUT!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">
+ {--ADMIN_CONFIG_BEG_UID_TIMEOUT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__BEG_UID_TIMEOUT!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">
+ {--ADMIN_CONFIG_BEG_REMOTE_IP_TIMEOUT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__BEG_REMOTE_IP_TIMEOUT!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_USERID--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">
{!__MEMBER_SELECTION!}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_SELECT_BEG_MODE--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20"><INPUT type="radio" name="beg_mode"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_SELECT_BEG_MODE--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20"><INPUT type="radio" name="beg_mode"
class="admin_normal" value="DIRECT"{!__BEG_MODE_DIRECT!}> {--BEG_MODE_DIRECT--}<br />
- </TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="beg_mode"
+ </td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="beg_mode"
class="admin_normal" value="REF"{!__BEG_MODE_REF!}> {--BEG_MODE_REF--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_BEG_RALLYE_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_RALLYE_ACTIVE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="beg_rallye"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_BEG_RALLYE_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_RALLYE_ACTIVE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="beg_rallye"
class="admin_normal" value="Y"{!__BEG_RALLYE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_rallye" class="admin_normal" value="N"{!__BEG_RALLYE_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_INCLUDE_OWN--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="beg_include_own"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_INCLUDE_OWN--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="beg_include_own"
class="admin_normal" value="Y"{!__BEG_INCLUDE_OWN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_include_own" class="admin_normal"
- value="N"{!__BEG_INCLUDE_OWN_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_RANKS--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="text" name="beg_ranks"
+ value="N"{!__BEG_INCLUDE_OWN_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_RANKS--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="text" name="beg_ranks"
class="admin_normal" size="3" maxlength="7" value="{!__BEG_RANKS!}" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">
{--ADMIN_BEG_RALLYE_ONLY_ACTIVE--}
- </TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="beg_active"
+ </td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="beg_active"
class="admin_normal" value="Y"{!__BEG_ACTIVE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_active" class="admin_normal" value="N"{!__BEG_ACTIVE_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">
{--ADMIN_BEG_PAY_MODE--}
- </TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">
+ </td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">
<select name="beg_pay_mode" size="1">
<option value="IMG"{!__BEG_PAY_MODE_IMG!}>{--ADMIN_BEG_PAY_MODE_IMG--}</option>
<option value="JS"{!__BEG_PAY_MODE_JS!}>{--ADMIN_BEG_PAY_MODE_JS--}</option>
<option value="BOTH"{!__BEG_PAY_MODE_BOTH!}>{--ADMIN_BEG_PAY_MODE_BOTH--}</option>
<option value="NONE"{!__BEG_PAY_MODE_NONE!}>{--ADMIN_BEG_PAY_MODE_NONE--}</option>
</select>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_EDIT_BEG_RALLYE_NOTIFICATIONS--}</strong>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_RAL_EN_NOTIFY--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="beg_ral_en_notify"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_RAL_EN_NOTIFY--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="beg_ral_en_notify"
class="admin_normal" value="Y"{!__BEG_RAL_EN_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_ral_en_notify" class="admin_normal"
- value="N"{!__BEG_RAL_EN_NOTIFY_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_RAL_DI_NOTIFY--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="beg_ral_di_notify"
+ value="N"{!__BEG_RAL_EN_NOTIFY_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_RAL_DI_NOTIFY--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="beg_ral_di_notify"
class="admin_normal" value="Y"{!__BEG_RAL_DI_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_ral_di_notify" class="admin_normal"
- value="N"{!__BEG_RAL_DI_NOTIFY_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_NEW_MEMBER_NOTIFY--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="beg_new_mem_notify"
+ value="N"{!__BEG_RAL_DI_NOTIFY_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_NEW_MEMBER_NOTIFY--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="beg_new_mem_notify"
class="admin_normal" value="Y"{!__BEG_NEW_MEMBER_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="beg_new_mem_notify" class="admin_normal"
- value="N"{!__BEG_NEW_MEMBER_NOTIFY_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_NOTIFY_BONUS--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="text" name="beg_notify_bonus"
+ value="N"{!__BEG_NEW_MEMBER_NOTIFY_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_NOTIFY_BONUS--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="text" name="beg_notify_bonus"
class="admin_normal" size="3" maxlength="7"
- value="{!__BEG_NOTIFY_BONUS!}"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BEG_NOTIFY_WAIT--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__WAIT_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ value="{!__BEG_NOTIFY_BONUS!}"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BEG_NOTIFY_WAIT--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__WAIT_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=admin&what=config_birthday"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:<br />
- <div class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</div></TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="170"><INPUT type="text" name="birthday_points"
+<div align="center">
+<form 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">
+ <strong>{--ADMIN_CONFIG_BIRTHDAY_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--ADMIN_BIRTHDAY_POINTS--}:<br />
+ <div class="admin_note">({--ADMIN_BIRTHDAY_POINTS_NOTE--})</div></td>
+ <td class="seperator" width="5"> </td>
+ <td width="170"><INPUT type="text" name="birthday_points"
class="admin_normal" value="{!__POINTS_VALUE!}" size="4"
- maxlength="6"> <div class="tiny">({!POINTS!})</div></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="birthday_active"
+ maxlength="6"> <div class="tiny">({!POINTS!})</div></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BIRTHDAY_ONLY_ACTIVE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="birthday_active"
class="admin_normal" value="Y"{!__BIRTHDAY_ACTIVE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="birthday_active" class="admin_normal"
- value="N"{!__BIRTHDAY_ACTIVE_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20"><INPUT type="radio"
+ value="N"{!__BIRTHDAY_ACTIVE_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_SELECT_BIRTHDAY_MODE--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20"><INPUT type="radio"
name="birthday_mode" class="admin_normal" value="DIRECT"{!__BIRTHDAY_MODE_DIRECT!}> {--BIRTHDAY_MODE_DIRECT--}<br />
- </TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="radio" name="birthday_mode"
+ </td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="radio" name="birthday_mode"
class="admin_normal" value="REF"{!__BIRTHDAY_MODE_REF!}> {--BIRTHDAY_MODE_REF--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=config_bonus"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ACTIVATE_BONUS_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_IS_ACTIVE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ACTIVATE_BONUS_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_IS_ACTIVE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_active" class="admin_normal" value="Y"{!__BONUS_ACTIVE_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_active" class="admin_normal" value="N"{!__BONUS_ACTIVE_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_INCLUDE_OWN--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_INCLUDE_OWN--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_include_own" class="admin_normal" value="Y"{!__BONUS_INCLUDE_OWN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_include_own" class="admin_normal"
- value="N"{!__BONUS_INCLUDE_OWN_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_CLICK_INCLUDE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ value="N"{!__BONUS_INCLUDE_OWN_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_CLICK_INCLUDE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_click_yn" class="admin_normal" value="Y"{!__BONUS_CLICK_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_click_yn" class="admin_normal"
- value="N"{!__BONUS_CLICK_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_LOGIN_INCLUDE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ value="N"{!__BONUS_CLICK_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_LOGIN_INCLUDE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_login_yn" class="admin_normal" value="Y"{!__BONUS_LOGIN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_login_yn" class="admin_normal"
- value="N"{!__BONUS_LOGIN_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_ORDER_INCLUDE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ value="N"{!__BONUS_LOGIN_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_ORDER_INCLUDE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_order_yn" class="admin_normal" value="Y"{!__BONUS_ORDER_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_order_yn" class="admin_normal"
- value="N"{!__BONUS_ORDER_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_STATS_INCLUDE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ value="N"{!__BONUS_ORDER_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_STATS_INCLUDE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_stats_yn" class="admin_normal" value="Y"{!__BONUS_STATS_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_stats_yn" class="admin_normal"
- value="N"{!__BONUS_STATS_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_REF_INCLUDE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ value="N"{!__BONUS_STATS_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_REF_INCLUDE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_ref_yn" class="admin_normal" value="Y"{!__BONUS_REF_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_ref_yn" class="admin_normal" value="N"{!__BONUS_REF_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_BONUS_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_BONUS_ORDER_BONUS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="text"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_BONUS_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_BONUS_ORDER_BONUS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="text"
name="bonus_order" class="admin_normal" size="8" maxlength="20"
value="{!__ORDER_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_BONUS_REF_BONUS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="text"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_BONUS_REF_BONUS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="text"
name="bonus_ref" class="admin_normal" size="8" maxlength="20"
value="{!__REF_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_BONUS_STATS_BONUS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="text"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_BONUS_STATS_BONUS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="text"
name="bonus_stats" class="admin_normal" size="8" maxlength="20"
value="{!__STATS_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_BONUS_LOGIN_BONUS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="text"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_BONUS_LOGIN_BONUS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="text"
name="login_bonus" class="admin_normal" size="8" maxlength="20"
value="{!__LOGIN_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <strong>{--ADMIN_BONUS_TURBO_BONUS_TITLE--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BONUS_TURBO_BONUS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="text" name="turbo_bonus"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <strong>{--ADMIN_BONUS_TURBO_BONUS_TITLE--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BONUS_TURBO_BONUS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="text" name="turbo_bonus"
class="admin_normal" size="10" maxlength="20"
value="{!__TURBO_VALUE!}"> <div class="admin_note">({!POINTS!})</div>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20" valign="top">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20" valign="top">
{--ADMIN_BONUS_TURBO_RATES--}:<br />
<br />
<div align="left">
<li>{--ADMIN_BONUS_TURBO_RATES_NOTE4--}</li>
</ol>
</div>
- </TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center" valign="top">{!__TRATES_LIST!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <strong>{--ADMIN_BONUS_TURBO_TIMEOUT_TITLE--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_CONFIG_LOGIN_TIMEOUT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__LOGIN_TIMEOUT_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_CONFIG_BONUS_TIMEOUT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__BONUS_TIMEOUT_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <strong>{--ADMIN_BONUS_TURBO_MISC_TITLE--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BONUS_TURBO_RANKS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="text" name="bonus_ranks"
+ </td>
+ <td class="seperator" width="5"> </td>
+ <td align="center" valign="top">{!__TRATES_LIST!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <strong>{--ADMIN_BONUS_TURBO_TIMEOUT_TITLE--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_CONFIG_LOGIN_TIMEOUT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__LOGIN_TIMEOUT_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_CONFIG_BONUS_TIMEOUT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__BONUS_TIMEOUT_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <strong>{--ADMIN_BONUS_TURBO_MISC_TITLE--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BONUS_TURBO_RANKS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="text" name="bonus_ranks"
class="admin_normal" size="3" maxlength="5"
- value="{!__TRANKS_VALUE!}"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BONUS_TURBO_LINES--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center"><INPUT type="text" name="bonus_lines"
+ value="{!__TRANKS_VALUE!}"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BONUS_TURBO_LINES--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center"><INPUT type="text" name="bonus_lines"
class="admin_normal" size="3" maxlength="5"
- value="{!__TLINES_VALUE!}"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_BONUS_USERID--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">
+ value="{!__TLINES_VALUE!}"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_BONUS_USERID--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">
{!__MEMBER_SELECTION!}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <strong>{--ADMIN_BONUS_RALLYE_NOTIFTICATIONS--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_EN_NOTIFY--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <strong>{--ADMIN_BONUS_RALLYE_NOTIFTICATIONS--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_EN_NOTIFY--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_en_notify" class="admin_normal" value="Y"{!__BONUS_EN_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_en_notify" class="admin_normal"
- value="N"{!__BONUS_EN_NOTIFY_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_DI_NOTIFY--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ value="N"{!__BONUS_EN_NOTIFY_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_DI_NOTIFY--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_di_notify" class="admin_normal" value="Y"{!__BONUS_DI_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_di_notify" class="admin_normal"
- value="N"{!__BONUS_DI_NOTIFY_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right" height="20">
- {--ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="radio"
+ value="N"{!__BONUS_DI_NOTIFY_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right" height="20">
+ {--ADMIN_BONUS_RALLYE_NEW_MEMBER_NOTIFY--}</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="radio"
name="bonus_new_mem_notify" class="admin_normal" value="Y"{!__BONUS_NEW_MEMBER_NOTIFY_Y!} /> {--YES--}<br />
<INPUT type="radio" name="bonus_new_mem_notify" class="admin_normal"
- value="N"{!__BONUS_NEW_MEMBER_NOTIFY_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_BONUS_RALLYE_NOTIFY_POINTS--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center"><INPUT type="text"
+ value="N"{!__BONUS_NEW_MEMBER_NOTIFY_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_BONUS_RALLYE_NOTIFY_POINTS--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center"><INPUT type="text"
name="bonus_notify_points" class="admin_normal" size="8"
- maxlength="20" value="{!__NOTIFY_VALUE!}"> <div class="admin_note">({!POINTS!})</div></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_BONUS_RALLYE_NOTIFY_WAIT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" align="center">{!__WAIT_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer">
+ maxlength="20" value="{!__NOTIFY_VALUE!}"> <div class="admin_note">({!POINTS!})</div></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_BONUS_RALLYE_NOTIFY_WAIT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" align="center">{!__WAIT_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=config_cache"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_CONFIG_CACHE_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD class="switch_sw1" align="right" width="350" height="20">
- {--ADMIN_CACHE_ADMINS--}</TD>
- <TD class="switch_sw1" width="150" style="padding-left: 10px"><INPUT
+ <tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_CONFIG_CACHE_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td class="switch_sw1" align="right" width="350" height="20">
+ {--ADMIN_CACHE_ADMINS--}</td>
+ <td class="switch_sw1" width="150" style="padding-left: 10px"><INPUT
type="radio" name="cache_admins" value="Y" class="admin_normal"{!__ADMINS_Y!} /> {--YES--}
<INPUT type="radio" name="cache_admins" value="N" class="admin_normal"{!__ADMINS_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD class="switch_sw2" align="right" width="350" height="20">
- {--ADMIN_CACHE_ACLS--}</TD>
- <TD class="switch_sw2" width="150" style="padding-left: 10px"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td class="switch_sw2" align="right" width="350" height="20">
+ {--ADMIN_CACHE_ACLS--}</td>
+ <td class="switch_sw2" width="150" style="padding-left: 10px"><INPUT
type="radio" name="cache_acls" value="Y" class="admin_normal"{!__ACLS_Y!} /> {--YES--}
<INPUT type="radio" name="cache_acls" value="N" class="admin_normal"{!__ACLS_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">{--ADMIN_CACHE_EXTS--}
- </TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">{--ADMIN_CACHE_EXTS--}
+ </td>
+ <td width="150" style="padding-left: 10px"><INPUT type="radio"
name="cache_exts" value="Y" class="admin_normal"{!__EXTS_Y!} /> {--YES--}
<INPUT type="radio" name="cache_exts" value="N" class="admin_normal"{!__EXTS_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">
- {--ADMIN_CACHE_CONFIG--}</TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">
+ {--ADMIN_CACHE_CONFIG--}</td>
+ <td width="150" style="padding-left: 10px"><INPUT type="radio"
name="cache_config" value="Y" class="admin_normal"{!__CONFIG_Y!} /> {--YES--}
<INPUT type="radio" name="cache_config" value="N" class="admin_normal"{!__CONFIG_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">
- {--ADMIN_CACHE_MODREG--}</TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">
+ {--ADMIN_CACHE_MODREG--}</td>
+ <td width="150" style="padding-left: 10px"><INPUT type="radio"
name="cache_modreg" value="Y" class="admin_normal"{!__MODREG_Y!} /> {--YES--}
<INPUT type="radio" name="cache_modreg" value="N" class="admin_normal"{!__MODREG_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">
- {--ADMIN_CACHE_REFDEPTH--}</TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">
+ {--ADMIN_CACHE_REFDEPTH--}</td>
+ <td width="150" style="padding-left: 10px"><INPUT type="radio"
name="cache_refdepth" value="Y" class="admin_normal"{!__REFDEPTH_Y!} /> {--YES--}
<INPUT type="radio" name="cache_refdepth" value="N"
- class="admin_normal"{!__REFDEPTH_N!} /> {--NO--} </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">
- {--ADMIN_CACHE_REFSYS--}</TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="radio"
+ class="admin_normal"{!__REFDEPTH_N!} /> {--NO--} </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">
+ {--ADMIN_CACHE_REFSYS--}</td>
+ <td width="150" style="padding-left: 10px"><INPUT type="radio"
name="cache_refsys" value="Y" class="admin_normal"{!__REFSYS_Y!} /> {--YES--}
<INPUT type="radio" name="cache_refsys" value="N" class="admin_normal"{!__REFSYS_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">
- {--ADMIN_CACHE_THEMES--}</TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">
+ {--ADMIN_CACHE_THEMES--}</td>
+ <td width="150" style="padding-left: 10px"><INPUT type="radio"
name="cache_themes" value="Y" class="admin_normal"{!__THEMES_Y!} /> {--YES--}
<INPUT type="radio" name="cache_themes" value="N" class="admin_normal"{!__THEMES_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">
- {--ADMIN_CACHE_ADMIN_MENU--}</TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">
+ {--ADMIN_CACHE_ADMIN_MENU--}</td>
+ <td width="150" style="padding-left: 10px"><INPUT type="radio"
name="cache_admin_menu" value="Y" class="admin_normal"{!__ADMIN_MENU_Y!} /> {--YES--}
<INPUT type="radio" name="cache_admin_menu" value="N" class="admin_normal"{!__ADMIN_MENU_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350" height="20">
- {--ADMIN_CACHE_PATH--}:</TD>
- <TD width="150" style="padding-left: 10px"><INPUT type="text"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350" height="20">
+ {--ADMIN_CACHE_PATH--}:</td>
+ <td width="150" style="padding-left: 10px"><INPUT type="text"
name="cache_path" class="admin_normal" value="{!__PATH!}" size="10"
- maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="2" class="bottom2 seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="admin_footer"><INPUT
+ maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="bottom2 seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=admin&what=config_cats"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_cats" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
- <TR>
- <TD align="center" colspan="4" class="admin_header bottom2"
- height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></TD>
- <TD class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></TD>
- <TD class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></TD>
- </TR>
+ <tr>
+ <td align="center" colspan="4" class="admin_header bottom2"
+ height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
+ <td class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
+ <td class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
+ </tr>
{!__CAT_ROWS!}
- <TR>
- <TD class="admin_footer" colspan="4"><INPUT
+ <tr>
+ <td class="admin_footer" colspan="4"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--EDIT_CATS--}" /> <INPUT type="submit"
- name="del" class="admin_delete" value="{--DEL_CATS--}" /></TD>
- </TR>
-</TABLE>
+ name="del" class="admin_delete" value="{--DEL_CATS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD class="bottom2 right2 switch_sw$content[sw]"">
+ </td>
+ <td class="bottom2 right2 switch_sw$content[sw]"">
$content[cat]
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[vis]
- </TD>
- <TD align="center" class="bottom2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 switch_sw$content[sw]">
$content[sort]
- </TD>
-</TR>
+ </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=config_doubler"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_DOUBLER_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_DOUBLER_CHARGE--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" style="padding-left: 5px"><INPUT type="text"
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_DOUBLER_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_DOUBLER_CHARGE--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" style="padding-left: 5px"><INPUT type="text"
name="doubler_charge" class="admin_normal" size="5" maxlength="10"
- value="{!__DOUBLER_CHARGE!}"> (%)</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_DOUBLER_REFERRAL--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" style="padding-left: 5px"><INPUT type="text"
+ value="{!__DOUBLER_CHARGE!}"> (%)</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_DOUBLER_REFERRAL--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" style="padding-left: 5px"><INPUT type="text"
name="doubler_ref" class="admin_normal" size="5" maxlength="10"
- value="{!__DOUBLER_REFERRAL!}"> (%)</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_DOUBLER_MINIMUM--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" style="padding-left: 5px"><INPUT type="text"
+ value="{!__DOUBLER_REFERRAL!}"> (%)</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_DOUBLER_MINIMUM--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" style="padding-left: 5px"><INPUT type="text"
name="doubler_min" class="admin_normal" size="9" maxlength="20"
- value="{!__DOUBLER_MINIMUM!}"> ({!POINTS!})</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_DOUBLER_MAXIMUM--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" style="padding-left: 5px"><INPUT type="text"
+ value="{!__DOUBLER_MINIMUM!}"> ({!POINTS!})</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_DOUBLER_MAXIMUM--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" style="padding-left: 5px"><INPUT type="text"
name="doubler_max" class="admin_normal" size="9" maxlength="20"
- value="{!__DOUBLER_MAXIMUM!}"> ({!POINTS!})</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_DOUBLER_LEFT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" style="padding-left: 5px"><INPUT type="text"
+ value="{!__DOUBLER_MAXIMUM!}"> ({!POINTS!})</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_DOUBLER_LEFT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" style="padding-left: 5px"><INPUT type="text"
name="doubler_left" class="admin_normal" size="9" maxlength="20"
- value="{!__DOUBLER_LEFT!}"> ({!POINTS!})</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_DOUBLER_GROUP_SENT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" style="padding-left: 5px"><INPUT type="text"
+ value="{!__DOUBLER_LEFT!}"> ({!POINTS!})</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_DOUBLER_GROUP_SENT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" style="padding-left: 5px"><INPUT type="text"
name="doubler_group_sent" class="admin_normal" size="2" maxlength="4"
- value="{!__DOUBLER_GROUP_SENT!}"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="300" height="20">
- {--ADMIN_DOUBLER_MAX_SENT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="195" style="padding-left: 5px"><INPUT type="text"
+ value="{!__DOUBLER_GROUP_SENT!}"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="300" height="20">
+ {--ADMIN_DOUBLER_MAX_SENT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="195" style="padding-left: 5px"><INPUT type="text"
name="doubler_max_sent" class="admin_normal" size="2" maxlength="4"
- value="{!__DOUBLER_MAX_SENT!}"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_SENT_ALL--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><INPUT type="radio"
+ value="{!__DOUBLER_MAX_SENT!}"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_SENT_ALL--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px"><INPUT type="radio"
name="doubler_sent_all" class="admin_normal" value="Y"{!__DOUBLER_SENT_ALL_Y!} /> {--YES--}<br />
<INPUT type="radio" name="doubler_sent_all" class="admin_normal"
- value="N"{!__DOUBLER_SENT_ALL_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_JACKPOT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><INPUT type="radio"
+ value="N"{!__DOUBLER_SENT_ALL_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_JACKPOT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px"><INPUT type="radio"
name="doubler_jackpot" class="admin_normal" value="Y"{!__DOUBLER_JACKPOT_Y!} /> {--YES--}<br />
<INPUT type="radio" name="doubler_jackpot" class="admin_normal"
- value="N"{!__DOUBLER_JACKPOT_N!} /> {--NO--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_OWN--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><INPUT type="radio"
+ value="N"{!__DOUBLER_JACKPOT_N!} /> {--NO--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_OWN--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px"><INPUT type="radio"
name="doubler_own" class="admin_normal" value="Y"{!__DOUBLER_OWN_Y!} /> {--YES--}<br />
<INPUT type="radio" name="doubler_own" class="admin_normal" value="N"{!__DOUBLER_OWN_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_TIMEOUT--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px" align="left">{!__DOUBLER_TIMEOUT!}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_USERID--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_TIMEOUT--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px" align="left">{!__DOUBLER_TIMEOUT!}
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_USERID--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px">
{!__MEMBER_SELECTION!}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center" height="30" colspan="3" class="admin_title bottom2">
- <strong>{--ADMIN_DOUBLER_SEND_MODE--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center" height="20" valign="top">
- {--ADMIN_DOUBLER_SEND_DIRECT--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center" valign="top">{--ADMIN_DOUBLER_SEND_RESET--}</TD>
- </TR>
- <TR>
- <TD align="center" height="20"><INPUT type="radio"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center" height="30" colspan="3" class="admin_title bottom2">
+ <strong>{--ADMIN_DOUBLER_SEND_MODE--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center" height="20" valign="top">
+ {--ADMIN_DOUBLER_SEND_DIRECT--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center" valign="top">{--ADMIN_DOUBLER_SEND_RESET--}</td>
+ </tr>
+ <tr>
+ <td align="center" height="20"><INPUT type="radio"
name="doubler_send_mode" class="admin_normal" value="DIRECT"{!__DOUBLER_SEND_DIRECT!}><br />
- </TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><INPUT type="radio"
+ </td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px"><INPUT type="radio"
name="doubler_send_mode" class="admin_normal" value="RESET"{!__DOUBLER_SEND_RESET!}><br />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center" height="30" colspan="3" class="admin_title bottom2">
- <strong>{--ADMIN_DOUBLER_DISPLAY_SETTINGS--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_NEW--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><select name="doubler_display_new"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center" height="30" colspan="3" class="admin_title bottom2">
+ <strong>{--ADMIN_DOUBLER_DISPLAY_SETTINGS--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_NEW--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px"><select name="doubler_display_new"
size="1" class="admin_select">
{!__DOUBLER_DISPLAY_NEW!}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_PAY--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><select name="doubler_display_pay"
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_PAY--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px"><select name="doubler_display_pay"
size="1" class="admin_select">
{!__DOUBLER_DISPLAY_PAY!}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_OLD--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD style="padding-left: 5px"><select name="doubler_display_old"
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_DOUBLER_DISPLAY_OLD--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td style="padding-left: 5px"><select name="doubler_display_old"
size="1" class="admin_select">
{!__DOUBLER_DISPLAY_OLD!}
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<form action="{!URL!}/modules.php?module=admin&what=config_email"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_email" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
- <TR>
- <TD align="center" colspan="3" class="admin_title" height="30"><strong>{--EDIT_DEL_MAX_VALUES--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_title bottom2 right2" width="275" align="center"><strong>{--MAX_VALUE!}</strong></TD>
- <TD class="admin_title bottom2" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></TD>
- </TR>
+ <tr>
+ <td align="center" colspan="3" class="admin_title" height="30"><strong>{--EDIT_DEL_MAX_VALUES--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" width="275" align="center"><strong>{--MAX_VALUE!}</strong></td>
+ <td class="admin_title bottom2" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></td>
+ </tr>
{!__ROWS!}
- <TR>
- <TD align="center" colspan="3" class="admin_footer"><INPUT
+ <tr>
+ <td align="center" colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--EDIT_MAX_V--}" /> <INPUT type="submit"
- name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></TD>
- </TR>
-</TABLE>
+ name="del" class="admin_delete" value="{--DEL_MAX_V--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=config_email&do=del"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_email&do=del" method="POST">
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="500">
- <TR>
- <TD align="center" height="30" class="bottom"><strong>{--DELETE_MRECEIVE--}:</strong></TD>
- </TR>
+ <tr>
+ <td align="center" height="30" class="bottom"><strong>{--DELETE_MRECEIVE--}:</strong></td>
+ </tr>
{!__ROWS!}
- <TR>
- <TD align="center"><INPUT type="reset" class="admin_reset"
+ <tr>
+ <td align="center"><INPUT type="reset" class="admin_reset"
value="{--CLEAR_FORM--}" /> <INPUT type="submit"
- name="ok" class="admin_submit" value="{--REMOVE_MREC--}" /></TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ name="ok" class="admin_submit" value="{--REMOVE_MREC--}" /></td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="center"><strong>{--MRECEIVE_ID--}
- $content[id]:</strong></TD>
-</TR>
-<TR>
- <TD height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="center">$content[value]
+<tr>
+ <td height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="center"><strong>{--MRECEIVE_ID--}
+ $content[id]:</strong></td>
+</tr>
+<tr>
+ <td height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="center">$content[value]
($content[comment]) <INPUT type="hidden" name="id[$content[id]]"
- value="1" size="35"></TD>
-</TR>
-<TR>
- <TD height="5" class="switch_sw$content[sw] bottom"
- style="font-size: 1px"> </TD>
-</TR>
-<TR>
- <TD height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
+ value="1" size="35"></td>
+</tr>
+<tr>
+ <td height="5" class="switch_sw$content[sw] bottom"
+ style="font-size: 1px"> </td>
+</tr>
+<tr>
+ <td height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_email&do=edit" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
- <TR>
- <TD align="center" colspan="2" height="30" class="bottom"><strong>{--EDIT_MRECEIVE--}:</strong></TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+ <tr>
+ <td align="center" colspan="2" height="30" class="bottom"><strong>{--EDIT_MRECEIVE--}:</strong></td>
+ </tr>
{!__ROWS!}
- <TR>
- <TD align="center" colspan="2">
+ <tr>
+ <td align="center" colspan="2">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--CHANGE_MREC--}" />
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="5" class="seperator"> </td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" colspan="2" align="center"><strong>{--MRECEIVE_ID--}
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" colspan="2" align="center"><strong>{--MRECEIVE_ID--}
$content[id]:</strong> <INPUT type="hidden" name="id[$content[id]]" value="1">
- </TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--MREC_VALUE!}: </TD>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+ </td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--MREC_VALUE!}: </td>
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="val[$content[id]]" class="admin_normal" value="$content[value]"
- size="3" maxlength="5"></TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--MREC_COMMENT--}: </TD>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+ size="3" maxlength="5"></td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--MREC_COMMENT--}: </td>
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="comm[$content[id]]" class="admin_normal"
- value="$content[comment]" size="25" maxlength="255"></TD>
-</TR>
-<TR>
- <TD colspan="2" height="5"
- class="switch_sw$content[sw] seperator bottom"> </TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
+ value="$content[comment]" size="25" maxlength="255"></td>
+</tr>
+<tr>
+ <td colspan="2" height="5"
+ class="switch_sw$content[sw] seperator bottom"> </td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
-<TR>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td class="bottom2 right2 switch_sw$content[sw]">
$content[value]
- </TD>
- <TD class="bottom2 switch_sw$content[sw]">
+ </td>
+ <td class="bottom2 switch_sw$content[sw]">
$content[comment]
- </TD>
-</TR>
+ </td>
+</tr>
<form
action="{!URL!}/modules.php?module=admin&what=config_extensions"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD class="bottom2" align="right" width="350" height="20">
- {--ADMIN_VERBOSE_SQL--}:</TD>
- <TD class="bottom2" width="150" align="right"><INPUT type="radio"
+ <tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td class="bottom2" align="right" width="350" height="20">
+ {--ADMIN_VERBOSE_SQL--}:</td>
+ <td class="bottom2" width="150" align="right"><INPUT type="radio"
name="verbose_sql" value="Y" class="admin_normal"{!__VERBOSE_Y!} /> {--YES--}
<INPUT type="radio" name="verbose_sql" value="N" class="admin_normal"{!__VERBOSE_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="admin_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<form action="{!URL!}/modules.php?module=admin&what=config_holiday"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MAX_HOLIDAY--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="holiday_max"
- class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"> <div class="tiny">({--DAYS--})</div></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_LOCKED--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">{!__LOCKED!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MODE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="radio" name="holiday_mode"
+<div align="center">
+<form 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">
+ <strong>{--HOLIDAY_ADMIN_CONFIG_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MAX_HOLIDAY--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="holiday_max"
+ class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"> <div class="tiny">({--DAYS--})</div></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_LOCKED--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">{!__LOCKED!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" style="padding-left: 5px">{--HOLIDAY_ADMIN_MODE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="radio" name="holiday_mode"
class="admin_normal" value="RESET"{!__RESET_DEFAULT!}">
{--HOLIDAY_ADMIN_MODE_RESET--}<br />
<INPUT type="radio" name="holiday_mode" class="admin_normal"
value="DIRECT"{!__DIRECT_DEFAULT!}">
- {--HOLIDAY_ADMIN_MODE_DIRECT--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ {--HOLIDAY_ADMIN_MODE_DIRECT--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMIN_CONFIG_HOME--}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MENU_WHAT--}</strong></TD>
- <TD align="center" class="admin_title bottom2"><strong>{--HOME_ACTION--}</strong></TD>
- </TR>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMIN_CONFIG_HOME--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MENU_WHAT--}</strong></td>
+ <td align="center" class="admin_title bottom2"><strong>{--HOME_ACTION--}</strong></td>
+ </tr>
{!__HOME_ROWS!}
- <TR>
- <TD colspan="3" class="admin_footer">
+ <tr>
+ <td colspan="3" class="admin_footer">
<div class="admin_note">{--HOME_BOTTOM_NOTE--}</div>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
+</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table" width="320">
- <TR>
- <TD align="center" class="admin_header top2 bottom2 left2 right2"
- height="30"><strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD class="guest_menu_row"><a class="menu_blur"
- href="{!URL!}/modules.php?module=admin&what=config_home&sub=target"> <strong><BIG>·</BIG></strong> {--ADMIN_EDIT_HOME_TARGET--}</a></TD>
- </TR>
- <TR>
- <TD class="guest_menu_bottom"><a class="menu_blur"
- href="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"> <strong><BIG>·</BIG></strong> {--ADMIN_EDIT_HOME_SETTINGS--}</a></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td align="center" class="admin_header top2 bottom2 left2 right2"
+ height="30"><strong>{--ADMIN_CONFIG_HOME_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td class="guest_menu_row"><a class="menu_blur"
+ href="{!URL!}/modules.php?module=admin&what=config_home&sub=target"> <strong><BIG>·</BIG></strong> {--ADMIN_EDIT_HOME_TARGET--}</a></td>
+ </tr>
+ <tr>
+ <td class="guest_menu_bottom"><a class="menu_blur"
+ href="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"> <strong><BIG>·</BIG></strong> {--ADMIN_EDIT_HOME_SETTINGS--}</a></td>
+ </tr>
+</table>
<form
action="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="510">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="320" height="20">
- {--ADMIN_CONFIG_INDEX_DELAY--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="185" align="center"><select name="index_delay"
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="320" height="20">
+ {--ADMIN_CONFIG_INDEX_DELAY--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="185" align="center"><select name="index_delay"
size="1" class="admin_select">
<option value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</option>
<option value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
<option value="15"$content[15]>15 {--_SECONDS--}</option>
<option value="30"$content[30]>30 {--_SECONDS--}</option>
<!-- Laenger sollte es aber nun nicht dauern! //-->
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__INDEX_COOKIE_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__INDEX_COOKIE_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form
action="{!URL!}/modules.php?module=admin&what=config_home&sub=settings"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="510">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="320" height="20">
- {--ADMIN_CONFIG_INDEX_DELAY--}:</TD>
- <TD class="seperator" width="5"> </TD>
- <TD width="185" align="center"><select name="index_delay"
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="320" height="20">
+ {--ADMIN_CONFIG_INDEX_DELAY--}:</td>
+ <td class="seperator" width="5"> </td>
+ <td width="185" align="center"><select name="index_delay"
size="1" class="admin_select">
<option value="-1"{--$content[-1]--}>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
<option value="0"{--$content[0]--}>{--ADMIN_INDEX_NO_DELAY--}</option>
<option value="4"{--$content[4]--}>4 {--_SECONDS--}</option>
<option value="5"{--$content[5]--}>5 {--_SECONDS--}</option>
<option value="10"{--$content[10]--}>10 {--_SECONDS--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</TD>
- <TD class="seperator" width="5"> </TD>
- <TD align="center">{!__INDEX_COOKIE_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer">
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
+ <td class="seperator" width="5"> </td>
+ <td align="center">{!__INDEX_COOKIE_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="ok" value="{--SAVE_SETTINGS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<form
- action="{!URL!}/modules.php?module=admin&what=config_mediadata"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- class="admin_table dashed" width="580">
- <TR>
- <TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_MEDIADATA_SETTINGS--}:</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">{--ADMIN_MEDIADATA_MT_START--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">{!__MT_START!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275"><INPUT type="text" name="mt_stage"
+<form action="{!URL!}/modules.php?module=admin&what=config_mediadata" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_MEDIADATA_SETTINGS--}:</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">{--ADMIN_MEDIADATA_MT_START--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">{!__MT_START!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275"><INPUT type="text" name="mt_stage"
class="admin_normal" value="{!__MT_STAGE!}" size="6" maxlength="20">
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
</form>
<div class="admin_note"><strong><BIG>·</BIG></strong> {--ADMIN_MEDIADATA_MT_START_NOTE--}<br />
-<form
- action="{!URL!}/modules.php?module=admin&what=config_newsletter"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- width="520" class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="280">{--ADMIN_NL_CHARGE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="nl_charge" class="admin_normal"
- size="3" maxlength="3" value="{!__CHARGE_VALUE!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+<form action="{!URL!}/modules.php?module=admin&what=config_newsletter" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2 seperator" width="10" height="30"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="280">{--ADMIN_NL_CHARGE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="nl_charge" class="admin_normal"
+ size="3" maxlength="3" value="{!__CHARGE_VALUE!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_nickname" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--NICKNAME_ADMIN_CONFIG_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--ADMIN_NICKNAME_MIN_LENGTH--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="170">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--NICKNAME_ADMIN_CONFIG_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--ADMIN_NICKNAME_MIN_LENGTH--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="170">
<INPUT type="text" name="nickname_len" class="admin_normal" value="{!__NICKNAME_LENGTH!}" size="3" maxlength="4" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--ADMIN_NICKNAME_PATTERN--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="170">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--ADMIN_NICKNAME_PATTERN--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="170">
<INPUT type="text" name="nickname_pattern" class="admin_normal" value="{!__NICKNAME_PATTERN!}" size="10" maxlength="255" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--ADMIN_NICKNAME_LANG_CHARS--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="170">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--ADMIN_NICKNAME_LANG_CHARS--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="170">
<INPUT type="text" name="nickname_chars" class="admin_normal" value="{!__NICKNAME_LANG_CHARS!}" size="15" maxlength="255" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=config_order" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="580">
- <TR>
- <TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center">
<strong>{--ORDER_ADMIN_SETTINGS--}:</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275" colspan="3">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275" colspan="3">
{--ORDER_MAX_ORDER_SELECT--}
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom"> </TD>
- </TR>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom"> </td>
+ </tr>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">{--ORDER_ADMIN_MAX--}: <INPUT
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">{--ORDER_ADMIN_MAX--}: <INPUT
type="radio" name="order_max_full" class="admin_normal" value="MAX"{!__MAX_DEFAULT!}>
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">{--ORDER_ADMIN_ORDER--}: <INPUT
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">{--ORDER_ADMIN_ORDER--}: <INPUT
type="radio" name="order_max_full" class="admin_normal" value="ORDER"{!__ORDER_DEFAULT!}>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">
- {--ADMIN_OPTION_MAX_UNCONFIRMED_MAILS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="160"><INPUT type="text" name="unconfirmed"
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">
+ {--ADMIN_OPTION_MAX_UNCONFIRMED_MAILS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="160"><INPUT type="text" name="unconfirmed"
class="admin_normal" size="10" maxlength="10"
- value="{--_CFG_UNCONFIRMED--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_MAX_TEXT_LENGTH--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="max_tlength" class="admin_normal"
- size="10" maxlength="100" value="{--_CFG_MAX_TLENGTH--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_CHECK_EMAIL_TEXT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ value="{--_CFG_UNCONFIRMED--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_MAX_TEXT_LENGTH--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="max_tlength" class="admin_normal"
+ size="10" maxlength="100" value="{--_CFG_MAX_TLENGTH--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_CHECK_EMAIL_TEXT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="test_text" value="N"{--_CFG_TEST_TEXT_N--}>
{--NO--}: <INPUT type="radio" name="test_text" value="Y"{--_CFG_TEST_TEXT_Y--}>
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_CHECK_EMAIL_SUBJ--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_CHECK_EMAIL_SUBJ--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="test_subj" value="N"{--_CFG_TEST_SUBJ_N--}>
{--NO--}: <INPUT type="radio" name="test_subj" value="Y"{--_CFG_TEST_SUBJ_Y--}>
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_URL_BLACKLIST--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_URL_BLACKLIST--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="url_blacklist" value="Y"{--_CFG_URL_BLIST_Y--}>
{--NO--}: <INPUT type="radio" name="url_blacklist" value="N"{--_CFG_URL_BLIST_N--}>
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">
<select name="repay_deleted_mails" class="admin_select" size="1">
<option value="REPAY"{--_CFG_REPAY_POINTS_REPAY--}">{--ADMIN_CFG_REPAY_POINTS_REPAY--}</option>
<option value="JACKPOT"{--_CFG_REPAY_POINTS_JACKPOT--}">{--ADMIN_CFG_REPAY_POINTS_JACKPOT--}</option>
<option value="SHRED"{--_CFG_REPAY_POINTS_SHRED--}">{--ADMIN_CFG_REPAY_POINTS_SHRED--}</option>
</select>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="30" class="admin_title bottom2" align="center">
- <strong>{--ADMIN_ORDER_SELECTION_SETTINGS--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">
- {--ADMIN_ORDER_SELECTION_COLUMN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275"><select name="order_select"
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="30" class="admin_title bottom2" align="center">
+ <strong>{--ADMIN_ORDER_SELECTION_SETTINGS--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">
+ {--ADMIN_ORDER_SELECTION_COLUMN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275"><select name="order_select"
class="admin_select" size="1">
{!__ORDER_SELECT!}
- </select></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">
+ </select></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">
<select name="order_mode" class="admin_select" size="1">
<option value="ASC"{!__ASC_DEFAULT!}">{--SORT_ASCENDING--}</option>
<option value="DESC"{!__DESC_DEFAULT!}">{--SORT_DESCENDING--}</option>
</select>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="30" class="admin_title bottom2" align="center">
- <strong>{--ORDER_ADMIN_MISC_SETTINGS--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">
- {--ORDER_MIN_RECEIVER_PER_ORDER--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275"><INPUT type="input"
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="30" class="admin_title bottom2" align="center">
+ <strong>{--ORDER_ADMIN_MISC_SETTINGS--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">
+ {--ORDER_MIN_RECEIVER_PER_ORDER--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275"><INPUT type="input"
name="order_min" class="admin_normal" value="{!__MIN_VALUE!}"
- size="5" maxlength="20"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ size="5" maxlength="20"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=admin&what=config_order"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- class="admin_table dashed" width="580">
- <TR>
- <TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--ORDER_ADMIN_SETTINGS--}:</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275" colspan="3">
- {--ORDER_MAX_ORDER_SELECT--}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">{--ORDER_ADMIN_MAX--}: <INPUT
+<form action="{!URL!}/modules.php?module=admin&what=config_order" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ORDER_ADMIN_SETTINGS--}:</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275" colspan="3">
+ {--ORDER_MAX_ORDER_SELECT--}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">{--ORDER_ADMIN_MAX--}: <INPUT
type="radio" name="order_max_full" class="admin_normal" value="MAX"{!__MAX_DEFAULT!}>
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">{--ORDER_ADMIN_ORDER--}: <INPUT
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">{--ORDER_ADMIN_ORDER--}: <INPUT
type="radio" name="order_max_full" class="admin_normal" value="ORDER"{!__ORDER_DEFAULT!}>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="30" class="admin_title bottom2" align="center">
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="30" class="admin_title bottom2" align="center">
<strong>{--ORDER_ADMIN_MISC_SETTINGS--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="275">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="275">
{--ORDER_MIN_RECEIVER_PER_ORDER--}:
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="275">
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="275">
<INPUT type="input" name="order_min" class="admin_normal" value="{!__MIN_VALUE!}" size="5" maxlength="20" />
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=config_other" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="520" class="admin_table dashed">
- <TR>
- <TD colspan="5" height="7" class="seperator admin_title"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_OTHER_SETTINGS--}</strong>
- </TD>
- <TD width="10" class="seperator admin_title"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator admin_title bottom2"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_CODE_LENGTH--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="code_length" class="admin_normal"
- size="3" maxlength="5" value="{--_CFG_CODE_LENGTH--}"><div class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</div></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td colspan="5" height="7" class="seperator admin_title"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator admin_title"> </td>
+ <td colspan="3" align="center" class="admin_title"><strong>{--ADMIN_OTHER_SETTINGS--}</strong>
+ </td>
+ <td width="10" class="seperator admin_title"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator admin_title bottom2"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_CODE_LENGTH--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="code_length" class="admin_normal"
+ size="3" maxlength="5" value="{--_CFG_CODE_LENGTH--}"><div class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</div></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">
{--ADMIN_OPTION_ACTIVATE_EXCHANGE--}:
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD>
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td>
<INPUT type="text" name="activate_xchange" class="admin_normal" size="10" maxlength="10" value="{--_CFG_ACT_SYSTEM--}" />
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">
{--ADMIN_OPTION_MINIMUM_AGE--}:
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD>
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td>
<INPUT type="text" name="min_age" class="admin_normal" size="3" maxlength="3" value="{--_CFG_MIN_AGE--}" />
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">{--ADMIN_OPTION_POINTS_WORD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points_word" class="admin_normal"
- size="7" maxlength="255" value="{!POINTS!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">{--ADMIN_OPTION_MT_WORD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="mt_word" class="admin_normal"
- size="15" maxlength="255" value="{!MT_WORD!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">{--ADMIN_OPTION_MT_WORD2--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="mt_word2" class="admin_normal"
- size="15" maxlength="255" value="{!MT_WORD2!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">{--ADMIN_OPTION_MT_WORD3--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="mt_word3" class="admin_normal"
- size="15" maxlength="255" value="{!MT_WORD3!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">{--ADMIN_OPTION_MAX_COMMA--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select name="max_comma" size="1" class="admin_select">
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">{--ADMIN_OPTION_POINTS_WORD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points_word" class="admin_normal"
+ size="7" maxlength="255" value="{!POINTS!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">{--ADMIN_OPTION_MT_WORD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="mt_word" class="admin_normal"
+ size="15" maxlength="255" value="{!MT_WORD!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">{--ADMIN_OPTION_MT_WORD2--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="mt_word2" class="admin_normal"
+ size="15" maxlength="255" value="{!MT_WORD2!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">{--ADMIN_OPTION_MT_WORD3--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="mt_word3" class="admin_normal"
+ size="15" maxlength="255" value="{!MT_WORD3!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">{--ADMIN_OPTION_MAX_COMMA--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><select name="max_comma" size="1" class="admin_select">
<option value="0"{--_COMMA_DEF_0--}>0</option>
<option value="1"{--_COMMA_DEF_1--}>1</option>
<option value="2"{--_COMMA_DEF_2--}>2</option>
<option value="3"{--_COMMA_DEF_3--}>3</option>
<option value="4"{--_COMMA_DEF_4--}>4</option>
<option value="5"{--_COMMA_DEF_5--}>5</option>
- </select></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="340">{--ADMIN_OPTION_REJECT_URL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="reject_url" class="admin_normal"
- size="15" maxlength="255" value="{--_CFG_REJECT_URL--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_CSS_PHP--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> <INPUT type="radio" name="css_php"
+ </select></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="340">{--ADMIN_OPTION_REJECT_URL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="reject_url" class="admin_normal"
+ size="15" maxlength="255" value="{--_CFG_REJECT_URL--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_CSS_PHP--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> <INPUT type="radio" name="css_php"
value="DIRECT"{--_CFG_CSS_PHP_DIRECT--}> {--ADMIN_CSS_PHP_DIRECT--}<br />
<INPUT type="radio" name="css_php" value="FILE"{--_CFG_CSS_PHP_FILE--}> {--ADMIN_CSS_PHP_FILE--}
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_GUEST_MENU--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> <INPUT type="radio"
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_GUEST_MENU--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> <INPUT type="radio"
name="guest_menu" value="Y"{--_CFG_GUEST_MENU_ACTIVE--}> {--ADMIN_GUEST_MENU_ACTIVE--}<br />
<INPUT type="radio" name="guest_menu" value="N"{--_CFG_GUEST_MENU_INACTIVE--}> {--ADMIN_GUEST_MENU_INACTIVE--}
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_MEMBER_MENU--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> <INPUT type="radio"
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_MEMBER_MENU--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> <INPUT type="radio"
name="member_menu" value="Y"{--_CFG_MEMBER_MENU_ACTIVE--}> {--ADMIN_MEMBER_MENU_ACTIVE--}<br />
<INPUT type="radio" name="member_menu" value="N"{--_CFG_MEMBER_MENU_INACTIVE--}> {--ADMIN_MEMBER_MENU_INACTIVE--}
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_YOURE_HERE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> <INPUT type="radio"
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_YOURE_HERE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> <INPUT type="radio"
name="youre_here" value="Y"{--_CFG_YOURE_HERE_ACTIVE--}> {--ADMIN_YOURE_HERE_ACTIVE--}<br />
<INPUT type="radio" name="youre_here" value="N"{--_CFG_YOURE_HERE_INACTIVE--}> {--ADMIN_YOURE_HERE_INACTIVE--}
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_SHOW_TIMINGS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr">
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_SHOW_TIMINGS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr">
<INPUT type="radio" name="show_timings" value="Y"{--_CFG_SHOW_TIMINGS_Y--} /> {--YES--}<br />
<INPUT type="radio" name="show_timings" value="N"{--_CFG_SHOW_TIMINGS_N--} /> {--NO--}
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_SHOW_POINTS_UNCONFIRMED--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr">
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_SHOW_POINTS_UNCONFIRMED--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr">
<INPUT type="radio" name="show_points_unconfirmed" value="Y"{--_CFG_SHOW_POINTS_UNCONFIRMED_Y--} /> {--YES--}<br />
<INPUT type="radio" name="show_points_unconfirmed" value="N"{--_CFG_SHOW_POINTS_UNCONFIRMED_N--} /> {--NO--}
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> <INPUT type="radio"
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> <INPUT type="radio"
name="mailid_error_redirect" value="INDEX"{--_CFG_MAILID_REDIRECT_INDEX--}> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
<INPUT type="radio" name="mailid_error_redirect" value="REJECT"{--_CFG_MAILID_REDIRECT_REJECT--}> {--ADMIN_CONFIG_MAILID_REDIRECT_REJECT--}
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title top2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_SENDING_SETTINGS--}</strong>
- </TD>
- <TD width="10" class="seperator admin_title"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title bottom2"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_POOL_MAX_SEND--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="max_send" class="admin_normal"
- size="10" maxlength="100" value="{--_CFG_MAX_SEND--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_ZIPCODE_ACTIVE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title top2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator admin_title"> </td>
+ <td colspan="3" align="center" class="admin_title"><strong>{--ADMIN_SENDING_SETTINGS--}</strong>
+ </td>
+ <td width="10" class="seperator admin_title"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_POOL_MAX_SEND--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="max_send" class="admin_normal"
+ size="10" maxlength="100" value="{--_CFG_MAX_SEND--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_ZIPCODE_ACTIVE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="order_multi_page" value="Y"{--_CFG_ORDER_MULTI_Y--}>
{--NO--}: <INPUT type="radio" name="order_multi_page" value="N"{--_CFG_ORDER_MULTI_N--}>
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="autosend_active" value="Y"{--_CFG_AUTOSEND_ACTIVE_Y--}>
{--NO--}: <INPUT type="radio" name="autosend_active" value="N"{--_CFG_AUTOSEND_ACTIVE_N--}>
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title top2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_NOTIFY_SETTINGS--}</strong>
- </TD>
- <TD width="10" class="seperator admin_title"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title bottom2"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title top2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator admin_title"> </td>
+ <td colspan="3" align="center" class="admin_title"><strong>{--ADMIN_NOTIFY_SETTINGS--}</strong>
+ </td>
+ <td width="10" class="seperator admin_title"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="send_prof_update" value="Y"{--_CFG_SEND_UPDATE_Y--}>
{--NO--}: <INPUT type="radio" name="send_prof_update" value="N"{--_CFG_SEND_UPDATE_N--}>
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="nobr"> {--YES--}: <INPUT
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><span class="nobr"> {--YES--}: <INPUT
type="radio" name="admin_notify" value="Y"{--_CFG_ADMIN_NOTIFY_Y--}>
{--NO--}: <INPUT type="radio" name="admin_notify" value="N"{--_CFG_ADMIN_NOTIFY_N--}>
- </span></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title top2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_TIMEOUT_SETTINGS--}</strong>
- </TD>
- <TD width="10" class="seperator admin_title"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title bottom2"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_MAX_ONLINETIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{--_CFG_ONLINE_TIMEOUT--}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{--_CFG_URL_TLOCK--}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title top2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><strong>{--ADMIN_PROFILE_TIME_SETTINGS--}</strong>
- </TD>
- <TD width="10" class="seperator admin_title"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator admin_title bottom2"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_LOCK_PROFILE_TIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{--_CFG_PROFILE_LOCK--}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_PROFILE_UPDATE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{--_CFG_PROFILE_UPDATE--}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{--_CFG_PROF_REUPDATE--}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator admin_title top2"> </TD>
- </TR>
-
- <TR>
- <TD width="10" class="seperator admin_title"> </TD>
- <TD colspan="3" align="center" class="admin_title"><INPUT
+ </span></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title top2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator admin_title"> </td>
+ <td colspan="3" align="center" class="admin_title"><strong>{--ADMIN_TIMEOUT_SETTINGS--}</strong>
+ </td>
+ <td width="10" class="seperator admin_title"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_MAX_ONLINETIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{--_CFG_ONLINE_TIMEOUT--}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{--_CFG_URL_TLOCK--}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title top2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator admin_title"> </td>
+ <td colspan="3" align="center" class="admin_title"><strong>{--ADMIN_PROFILE_TIME_SETTINGS--}</strong>
+ </td>
+ <td width="10" class="seperator admin_title"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator admin_title bottom2"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_LOCK_PROFILE_TIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{--_CFG_PROFILE_LOCK--}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_PROFILE_UPDATE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{--_CFG_PROFILE_UPDATE--}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{--_CFG_PROF_REUPDATE--}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator admin_title top2"> </td>
+ </tr>
+
+ <tr>
+ <td width="10" class="seperator admin_title"> </td>
+ <td colspan="3" align="center" class="admin_title"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD width="10" class="seperator admin_title"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator admin_title"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td width="10" class="seperator admin_title"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator admin_title"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<form action="{!URL!}/modules.php?module=admin&what=config_payouts"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_PAYOUT_EDIT_DEL_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></TD>
- <TD width="150" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></TD>
- </TR>
+<div align="center">
+<form 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">
+ <strong>{--ADMIN_PAYOUT_EDIT_DEL_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></td>
+ <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="150" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+ </tr>
{!__PAYOUT_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--ADMIN_PAYOUT_EDIT--}" /> <INPUT type="submit"
name="del" class="admin_delete" value="{--ADMIN_PAYOUT_DELETE--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=config_payouts&ok=ok"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="650"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_payouts&ok=ok" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="650"
class="admin_table dashed">
- <TR>
- <TD colspan="4" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="250" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></TD>
- <TD width="100" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></TD>
- </TR>
+ <tr>
+ <td colspan="4" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="250" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="100" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+ </tr>
{!__PAYOUT_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="4" class="admin_footer"><INPUT
type="submit" name="del" class="admin_delete"
- value="{--ADMIN_PAYOUT_DELETE--}"></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_PAYOUT_DELETE--}"></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"
height="25">$content[id]<INPUT type="hidden"
- name="sel[$content[id]]" value="1"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[title]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[rate]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[mpoi]</TD>
-</TR>
+ name="sel[$content[id]]" value="1"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[title]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[rate]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[mpoi]</td>
+</tr>
-<form
- action="{!URL!}/modules.php?module=admin&what=config_payouts&ok=ok"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="650"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_payouts&ok=ok" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="650"
class="admin_table dashed">
- <TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_PAYOUT_EDIT_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD width="20" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="200" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></TD>
- <TD width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></TD>
- <TD width="180" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></TD>
- </TR>
+ <tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_PAYOUT_EDIT_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td width="20" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td width="200" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+ <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+ <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+ <td width="180" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></td>
+ </tr>
{!__PAYOUT_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="edit" class="admin_submit"
- value="{--ADMIN_PAYOUT_EDIT--}" /></TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ value="{--ADMIN_PAYOUT_EDIT--}" /></td>
+ </tr>
+</table>
+</form>
+</div>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"
height="25">$content[id]<INPUT type="hidden"
- name="sel[$content[id]]" value="1"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
+ name="sel[$content[id]]" value="1"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><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"><INPUT
+ value="$content[title]" size="20" maxlength="255"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><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"><INPUT
+ value="$content[rate]" size="5" maxlength="10"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
type="text" name="mpoi[$content[id]]" class="admin_normal"
- value="$content[mpoi]" size="5" maxlength="10"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
- $content[allow]</TD>
-</TR>
+ value="$content[mpoi]" size="5" maxlength="10"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
+ $content[allow]</td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[from]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[type]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[rate]
- </TD>
- <TD class="switch_sw$content[sw] bottom2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2">
$content[mpoi]
- </TD>
-</TR>
+ </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=config_points&sub=settings" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_POINT_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250" height="20">
- {--ADMIN_CONFIG_DIRECT_PAY--}</TD>
- <TD width="240" align="right">
+ <tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_POINT_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250" height="20">
+ {--ADMIN_CONFIG_DIRECT_PAY--}</td>
+ <td width="240" align="right">
{--ADMIN_CONFIG_POINTS_DIRECT--} <INPUT type="radio"
name="allow_direct_pay" value="Y" class="admin_normal"{!__DIRECT_Y!} /><br />
<HR noshade width="220">
{--ADMIN_CONFIG_POINTS_MAILS--} <INPUT type="radio"
name="allow_direct_pay" value="N" class="admin_normal"{!__DIRECT_N!} />
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" height="20">{--ADMIN_CONFIG_REFMODE--}</TD>
- <TD align="right" style="padding-right: 10px">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" height="20">{--ADMIN_CONFIG_REFMODE--}</td>
+ <td align="right" style="padding-right: 10px">
{--ADMIN_CONFIG_REFMODE_REF--} <INPUT type="radio"
name="reg_points_mode" value="ref" class="admin_normal"{!__MODE_REF!}>
<HR noshade width="220">
{--ADMIN_CONFIG_REFMODE_DIRECT--} <INPUT type="radio"
name="reg_points_mode" value="direct" class="admin_normal"{!__MODE_DIRECT!}>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="7"> </TD>
- </TR>
- <TR>
- <TD align="right">{--REF_PAYOUT--}</TD>
- <TD align="center"><INPUT type="text" name="ref_payout"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="7"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--REF_PAYOUT--}</td>
+ <td align="center"><INPUT type="text" name="ref_payout"
class="admin_normal" size="3" maxlength="3"
- value="{!__REF_PAYOUT!}"></TD>
- </TR>
- <TR>
- <TD colspan="2" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="admin_footer">
+ value="{!__REF_PAYOUT!}"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
- <TR>
- <TD class="seperator" colspan="3" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10" rowspan="3"> </TD>
- <TD><strong><BIG>·</BIG></strong> <a
+ <tr>
+ <td class="seperator" colspan="3" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10" rowspan="3"> </td>
+ <td><strong><BIG>·</BIG></strong> <a
href="{!URL!}/modules.php?module=admin&what=config_points&sub=points">{--ADMIN_EDIT_POINTS--}</a>
- </TD>
- <TD class="seperator" width="10" rowspan="3"> </TD>
- </TR>
- <TR>
- <TD><strong><BIG>·</BIG></strong> <a
+ </td>
+ <td class="seperator" width="10" rowspan="3"> </td>
+ </tr>
+ <tr>
+ <td><strong><BIG>·</BIG></strong> <a
href="{!URL!}/modules.php?module=admin&what=config_points&sub=ref">{--ADMIN_EDIT_REFDEPTHS--}</a>
- </TD>
- </TR>
- <TR>
- <TD><strong><BIG>·</BIG></strong> <a
+ </td>
+ </tr>
+ <tr>
+ <td><strong><BIG>·</BIG></strong> <a
href="{!URL!}/modules.php?module=admin&what=config_points&sub=settings">{--ADMIN_EDIT_POINT_SETTINGS--}</a>
- </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="3" height="7"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="3" height="7"> </td>
+ </tr>
+</table>
+</div>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_primera" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--PRIMERA_ADMIN_CONFIG_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right">{--PRIMERA_ADMIN_API_NAME--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="primera_api_name"
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--PRIMERA_ADMIN_CONFIG_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right">{--PRIMERA_ADMIN_API_NAME--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="primera_api_name"
class="admin_normal" value="$content[api_name]" size="10"
- maxlength="255" /></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right">{--PRIMERA_ADMIN_API_MD5--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="password" name="pass"
+ maxlength="255" /></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right">{--PRIMERA_ADMIN_API_MD5--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="password" name="pass"
class="admin_normal" size="20"
maxlength="255" /><br />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_title bottom2" align="center">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_title bottom2" align="center">
Gespeicherter Hash:<br />
»<em>$content[api_md5]</em>«
- </TD>
- </TR>
- <TR>
- <TD width="300" align="right">{--PRIMERA_ADMIN_REFID--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="primera_refid"
+ </td>
+ </tr>
+ <tr>
+ <td width="300" align="right">{--PRIMERA_ADMIN_REFID--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="primera_refid"
class="admin_normal" value="$content[refid]" size="10"
- maxlength="255" /></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right">{--PRIMERA_ADMIN_MIN_PAYOUT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="primera_min_payout"
+ maxlength="255" /></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right">{--PRIMERA_ADMIN_MIN_PAYOUT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="primera_min_payout"
class="admin_normal" value="$content[min_payout]" size="5"
- maxlength="20" /> Wernis</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" align="right">{--PRIMERA_ADMIN_MIN_WITHDRAW--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="primera_min_withdraw"
+ maxlength="20" /> Wernis</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" align="right">{--PRIMERA_ADMIN_MIN_WITHDRAW--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="primera_min_withdraw"
class="admin_normal" value="$content[min_withdraw]" size="5"
- maxlength="20" /> Wernis</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ maxlength="20" /> Wernis</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
-<div class="admin_note">{--PRIMERA_ADMIN_CONFIG_NOTE--}</div>
+<div class="admin_note">
+ {--PRIMERA_ADMIN_CONFIG_NOTE--}
+</div>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=config_proxy" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
- <TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong></TD>
- </TR>
- <TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
- <TR>
- <TD align="right" style="padding-right:10px">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
+ <tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong></td>
+ </tr>
+ <tr><td colspan="2" class="seperator" height="5"> </td></tr>
+ <tr>
+ <td align="right" style="padding-right:10px">
{--ADMIN_CONFIG_PROXY_HOST--}
- </TD>
- <TD>
+ </td>
+ <td>
<INPUT type="text" name="proxy_host" value="$content[proxy_host]" />
- </TD>
- </TR>
- <TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
- <TR>
- <TD align="right" style="padding-right:10px">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="seperator" height="5"> </td></tr>
+ <tr>
+ <td align="right" style="padding-right:10px">
{--ADMIN_CONFIG_PROXY_PORT--}
- </TD>
- <TD>
+ </td>
+ <td>
<INPUT type="text" name="proxy_port" value="$content[proxy_port]" />
- </TD>
- </TR>
- <TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
- <TR>
- <TD align="right" style="padding-right:10px">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="seperator" height="5"> </td></tr>
+ <tr>
+ <td align="right" style="padding-right:10px">
{--ADMIN_CONFIG_PROXY_USERNAME--}
- </TD>
- <TD>
+ </td>
+ <td>
<INPUT type="text" name="proxy_username" value="$content[proxy_username]" />
- </TD>
- </TR>
- <TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
- <TR>
- <TD align="right" style="padding-right:10px">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="seperator" height="5"> </td></tr>
+ <tr>
+ <td align="right" style="padding-right:10px">
{--ADMIN_CONFIG_PROXY_PASSWORD--}
- </TD>
- <TD>
+ </td>
+ <td>
<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="admin_footer">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+ <tr>
+ <td colspan="2" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_REMOVE_PRICES--}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" width="10" class="admin_title bottom2 right2">
- <strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" width="50" class="admin_title bottom2 right2">
- <strong>{--RALLYE_LEVEL--}:</strong></TD>
- <TD align="center" width="200" class="admin_title bottom2 right2">
- <strong>{--RALLYE_PRICE_POINTS--}:</strong></TD>
- <TD align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
- </TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_REMOVE_PRICES--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" width="10" class="admin_title bottom2 right2">
+ <strong>{--ID_SELECT--}</strong></td>
+ <td align="center" width="50" class="admin_title bottom2 right2">
+ <strong>{--RALLYE_LEVEL--}:</strong></td>
+ <td align="center" width="200" class="admin_title bottom2 right2">
+ <strong>{--RALLYE_PRICE_POINTS--}:</strong></td>
+ <td align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
+ </td>
+ </tr>
{!__PRICE_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="4" class="admin_footer"><INPUT
type="submit" name="remove" class="admin_delete"
- value="{--RALLYE_REMOVE_PRICES--}"></TD>
- </TR>
-</TABLE>
+ value="{--RALLYE_REMOVE_PRICES--}"></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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">$content[level]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> $content[points]</TD>
- <TD class="switch_sw$content[sw] bottom2"> $content[infos]</TD>
-</TR>
+ name="sel[$content[id]]" value="1"></td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[level]</td>
+ <td class="switch_sw$content[sw] bottom2 right2"> $content[points]</td>
+ <td class="switch_sw$content[sw] bottom2"> $content[infos]</td>
+</tr>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
- <TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="120" align="center" width="50"
+<table border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
+ <tr>
+ <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="120" align="center" width="50"
class="admin_title bottom2 right2"><strong>{--RALLYE_ID--}:</strong>
- </TD>
- <TD width="65" align="center" width="50"
+ </td>
+ <td width="65" align="center" width="50"
class="admin_title bottom2 right2"><strong>{--RALLYE_LEVEL--}:</strong>
- </TD>
- <TD width="185" align="center" width="200"
+ </td>
+ <td width="185" align="center" width="200"
class="admin_title bottom2 right2"><strong>{--RALLYE_PRICE_POINTS--}:</strong>
- </TD>
- <TD width="130" align="center" width="320" class="admin_title bottom2">
- <strong>{--RALLYE_PRICE_INFO--}:</strong></TD>
- </TR>
+ </td>
+ <td width="130" align="center" width="320" class="admin_title bottom2">
+ <strong>{--RALLYE_PRICE_INFO--}:</strong></td>
+ </tr>
{!__PRICE_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="4" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="change" class="admin_submit"
- value="{--RALLYE_CHANGE_PRICES--}" /></TD>
- </TR>
-</TABLE>
+ value="{--RALLYE_CHANGE_PRICES--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><select
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"><select
name="rallye_id[$content[id]]" size="1" class="admin_select">
$content[rallyes]
- </select></TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </select></td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<INPUT type="text" name="level[$content[id]]"
class="admin_normal" size="5" maxlength="20" value="$content[level]">
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> <INPUT
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2"> <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"
+ maxlength="20" value="$content[points]"></td>
+ <td class="switch_sw$content[sw] bottom2"> <INPUT type="text"
name="infos[$content[id]]" class="admin_normal" size="15"
- maxlength="255" value="$content[infos]"></TD>
-</TR>
+ maxlength="255" value="$content[infos]"></td>
+</tr>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
- <TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" width="10" class="admin_title bottom2 right2">
- <strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" width="50" class="admin_title bottom2 right2">
- <strong>{--RALLYE_LEVEL--}:</strong></TD>
- <TD align="center" width="200" class="admin_title bottom2 right2">
- <strong>{--RALLYE_PRICE_POINTS--}:</strong></TD>
- <TD align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
- </TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" width="10" class="admin_title bottom2 right2">
+ <strong>{--ID_SELECT--}</strong></td>
+ <td align="center" width="50" class="admin_title bottom2 right2">
+ <strong>{--RALLYE_LEVEL--}:</strong></td>
+ <td align="center" width="200" class="admin_title bottom2 right2">
+ <strong>{--RALLYE_PRICE_POINTS--}:</strong></td>
+ <td align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
+ </td>
+ </tr>
{!__PRICE_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="4" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--RALLYE_EDIT_PRICES--}"> <INPUT type="submit"
name="del" class="admin_delete" value="{--RALLYE_DELETE_PRICES--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<INPUT type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[level]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[points]
- </TD>
- <TD class="switch_sw$content[sw] bottom2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2">
$content[infos]
- </TD>
-</TR>
+ </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=config_refback" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
- <TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
+ <tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_CONFIG_REFBACK_TITLE--}</strong>
- </TD>
- </TR>
- <TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
- <TR>
- <TD width="80%" align="right" style="padding-right:10px">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="seperator" height="5"> </td></tr>
+ <tr>
+ <td width="80%" align="right" style="padding-right:10px">
{--ADMIN_CONFIG_REFBACK_ENABLED--}
- </TD>
- <TD width="20%">
+ </td>
+ <td width="20%">
<INPUT type="radio" name="refback_enabled" value="Y"$content[refback_enabled_y] /> {--YES--}<br />
<INPUT type="radio" name="refback_enabled" value="N"$content[refback_enabled_n] /> {--NO--}
- </TD>
- </TR>
- <TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
- <TR>
- <TD align="right" style="padding-right:10px">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="seperator" height="5"> </td></tr>
+ <tr>
+ <td align="right" style="padding-right:10px">
{--ADMIN_CONFIG_REFBACK_MIN_PERCENTS--}
- </TD>
- <TD>
+ </td>
+ <td>
<INPUT type="text" name="refback_min_perc" size="3" maxlength="3" value="$content[refback_min_perc]" />%
- </TD>
- </TR>
- <TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
- <TR>
- <TD align="right" style="padding-right:10px">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="seperator" height="5"> </td></tr>
+ <tr>
+ <td align="right" style="padding-right:10px">
{--ADMIN_CONFIG_REFBACK_MAX_PERCENTS--}
- </TD>
- <TD>
+ </td>
+ <td>
<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="admin_footer">
+ </td>
+ </tr>
+ <tr><td colspan="2" class="bottom2 seperator" height="5"> </td></tr>
+ <tr>
+ <td colspan="2" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="ok" value="{--SAVE_SETTINGS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=config_refid" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="450" class="admin_table dashed">
- <TR>
- <TD class="admin_title2 bottom2" colspan="2" align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center" width="450" class="admin_table dashed">
+ <tr>
+ <td class="admin_title2 bottom2" colspan="2" align="center">
<strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
- </TD>
- </TR>
+ </td>
+ </tr>
- <TR><TD colspan="2" height="4" class="seperator"> </TD></TR>
+ <tr><td colspan="2" height="4" class="seperator"> </td></tr>
- <TR>
- <TD align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEF_REFID--}:</TD>
- <TD align="center">
+ <tr>
+ <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEF_REFID--}:</td>
+ <td align="center">
{!__MEMBER_SELECTION!}
- </TD>
- </TR>
+ </td>
+ </tr>
- <TR><TD colspan="2" height="4" class="seperator"> </TD></TR>
+ <tr><td colspan="2" height="4" class="seperator"> </td></tr>
- <TR>
- <TD align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_REFID_TARGRT--}:</TD>
- <TD align="center">
+ <tr>
+ <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_REFID_TARGRT--}:</td>
+ <td align="center">
<select name="refid_target" size="1" class="admin_select">
<option value="register"{!__DEF_RT_REGISTER!}">{--ADMIN_REF_TARGET_REGISTER--}</option>
<option value="index"{!__DEF_RT_INDEX!}">{--ADMIN_REF_TARGET_INDEX--}</option>
</select>
- </TD>
- </TR>
+ </td>
+ </tr>
- <TR><TD colspan="2" height="4" class="seperator bottom2"> </TD></TR>
- <TR><TD colspan="2" height="4" class="seperator"> </TD></TR>
+ <tr><td colspan="2" height="4" class="seperator bottom2"> </td></tr>
+ <tr><td colspan="2" height="4" class="seperator"> </td></tr>
- <TR>
- <TD align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_ZERO_REFID--}:</TD>
- <TD align="center">
+ <tr>
+ <td align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_ZERO_REFID--}:</td>
+ <td align="center">
<select name="select_user_zero_refid" size="1" class="admin_select">
<option value="Y"{!__RAND_REFID_Y!}">{--ADMIN_RAND_REFID_ENABLED--}</option>
<option value="N"{!__RAND_REFID_N!}">{--ADMIN_RAND_REFID_DISABLED--}</option>
</select>
- </TD>
- </TR>
+ </td>
+ </tr>
- <TR><TD colspan="2" height="4" class="seperator"> </TD></TR>
+ <tr><td colspan="2" height="4" class="seperator"> </td></tr>
- <TR>
- <TD align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_MIN_CONFIRMED--}:</TD>
- <TD align="center">
+ <tr>
+ <td align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_MIN_CONFIRMED--}:</td>
+ <td align="center">
<INPUT type="text" name="user_min_confirmed" class="admin_normal" size="3" maxlength="3" value="$content[user_min_confirmed]" />
- </TD>
- </TR>
+ </td>
+ </tr>
- <TR><TD colspan="2" height="4" class="seperator bottom2"> </TD></TR>
+ <tr><td colspan="2" height="4" class="seperator bottom2"> </td></tr>
- <TR>
- <TD class="admin_footer" colspan="2" align="center">
+ <tr>
+ <td class="admin_footer" colspan="2" align="center">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=config_reg"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="430">
- <TR>
- <TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD colspan="6" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="250">{--LEAST_CATS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="150"><INPUT type="text"
+ <tr>
+ <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="6" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="250">{--LEAST_CATS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="150"><INPUT type="text"
name="least_cats" class="admin_normal" size="6" maxlength="6"
- value="{--LEAST_CATS_VALUE!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="6" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--DISPLAY_REFID--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{!__CFG_SHOW_REFID!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="6" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--IP_TIMEOUT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__TIMEOUT_SELECTION!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="6" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ value="{--LEAST_CATS_VALUE!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="6" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--DISPLAY_REFID--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{!__CFG_SHOW_REFID!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="6" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--IP_TIMEOUT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__TIMEOUT_SELECTION!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="6" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
</form>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_register" method="POST">
-<TABLE border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="20" class="admin_title bottom2 right2" align="center">{--ID_SELECT--}</TD>
- <TD width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</TD>
- <TD width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</TD>
- </TR>
+<table border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="20" class="admin_title bottom2 right2" align="center">{--ID_SELECT--}</td>
+ <td width="325" class="admin_title bottom2 right2" align="center">{--REGISTER_FIELD_NAME--}:</td>
+ <td width="105" class="admin_title bottom2" align="center">{--REGISTER_FIELD_REQUIRED--}</td>
+ </tr>
{!__REGISTER_ROWS!}
- <TR>
- <TD colspan="3" class="admin_footer">
+ <tr>
+ <td colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=config_register2" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="430">
- <TR>
- <TD class="admin_title bottom2 seperator" height="30" width="10"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="250">{--LEAST_CATS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="150"><INPUT type="text"
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="430">
+ <tr>
+ <td class="admin_title bottom2 seperator" height="30" width="10"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_REGFORM_SETTINGS--}</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="250">{--LEAST_CATS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="150"><INPUT type="text"
name="least_cats" class="admin_normal" size="6" maxlength="6"
- value="{!LEAST_CATS_VALUE!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="250">{--ADMIN_CFG_REGISTER_DEFAULT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="150">{!__CFG_CAT_DEFAULT!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ADMIN_CFG_REGISTER_DISPLAY_REFID--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{!__CFG_SHOW_REFID!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--IP_TIMEOUT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{!__TIMEOUT_SELECTION!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="280">{--REJECT_DOUBLE_EMAIL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{!__CFG_DBL_EMAIL!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="280">{--REJECT_DOUBLE_PASS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{!__CFG_DBL_PASS!}</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ value="{!LEAST_CATS_VALUE!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="250">{--ADMIN_CFG_REGISTER_DEFAULT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="150">{!__CFG_CAT_DEFAULT!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ADMIN_CFG_REGISTER_DISPLAY_REFID--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{!__CFG_SHOW_REFID!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--IP_TIMEOUT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{!__TIMEOUT_SELECTION!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="280">{--REJECT_DOUBLE_EMAIL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{!__CFG_DBL_EMAIL!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="280">{--REJECT_DOUBLE_PASS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{!__CFG_DBL_PASS!}</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=admin&what=config_rewrite"
- method="POST" style="bottom-margin: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD class="admin_header bottom2 right2" align="center" height="30">
- <strong>{--MODULE_NAME--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--MODULE_TITLE--}</strong>
- </TD>
- <TD class="admin_header bottom2" align="center"><strong>{--MODULE_SKIPPED--}</strong>
- </TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_rewrite" method="POST" style="bottom-margin: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td class="admin_header bottom2 right2" align="center" height="30">
+ <strong>{--MODULE_NAME--}</strong>
+ </td>
+ <td class="admin_header bottom2 right2" align="center">
+ <strong>{--MODULE_TITLE--}</strong>
+ </td>
+ <td class="admin_header bottom2" align="center">
+ <strong>{--MODULE_SKIPPED--}</strong>
+ </td>
+ </tr>
{!__MODULE_ROWS!}
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
-<div class="admin_note"><strong>{--ADMIN_CONFIG_REWRITE_NOTE--}</strong>
+<div class="admin_note">
+ {--ADMIN_CONFIG_REWRITE_NOTE--}
+</div>
+
</div>
-<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">
+<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">
{--YES--}: <INPUT type="radio" name="mod[$content[module]]"
class="admin_normal" value="Y"$content[y_default]>
{--NO--}: <INPUT type="radio" name="mod[$content[module]]"
- class="admin_normal" value="N"$content[n_default]></TD>
-</TR>
+ class="admin_normal" value="N"$content[n_default]></td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=config_secure"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- width="520" class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_SECURITY_SETTINGS--}</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="280">{--MIN_PASS_LENGTH--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="pass_len" class="admin_normal"
- size="3" maxlength="3" value="{!__PASS_LEN!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right" width="280">{--ADMIN_SALT_LENGTH--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="salt_length" class="admin_normal"
- size="3" maxlength="3" value="{!__SALT_LENGTH!}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2 seperator" width="10" height="30"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_SECURITY_SETTINGS--}</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="280">{--MIN_PASS_LENGTH--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="pass_len" class="admin_normal"
+ size="3" maxlength="3" value="{!__PASS_LEN!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right" width="280">{--ADMIN_SALT_LENGTH--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="salt_length" class="admin_normal"
+ size="3" maxlength="3" value="{!__SALT_LENGTH!}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
-<div class="admin_note"><div class="admin_note">{--ADMIN_SALT_LENGTH_NOTE--}</div>
+<div class="admin_note">
+ {--ADMIN_SALT_LENGTH_NOTE--}
</div>
<form action="{!URL!}/modules.php?module=admin&what=config_sponsor" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
-<TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
+<tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_CONFIG_SPONSOR_TITLE--}</strong>
- </TD>
-</TR>
-<TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
-<TR>
- <TD align="right" width="350">
+ </td>
+</tr>
+<tr><td colspan="2" class="seperator" height="5"> </td></tr>
+<tr>
+ <td align="right" width="350">
{--ADMIN_SPONSOR_MIN_POINTS--}:
- </TD>
- <TD width="150" align="center">
+ </td>
+ <td width="150" align="center">
<INPUT type="text" class="admin_normal" name="sponsor_min_points" size="12" maxlength="20" value="{!__SPONSOR_MIN_POINTS!}">
- </TD>
-</TR>
-<TR><TD colspan="2" class="seperator" height="5"> </TD></TR>
-<TR>
- <TD align="right" width="350">
+ </td>
+</tr>
+<tr><td colspan="2" class="seperator" height="5"> </td></tr>
+<tr>
+ <td align="right" width="350">
{--ADMIN_SPONSOR_REF_POINTS--}:
- </TD>
- <TD width="150" align="center">
+ </td>
+ <td width="150" align="center">
<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="admin_footer">
+ </td>
+</tr>
+<tr><td colspan="2" class="seperator bottom2" height="5"> </td></tr>
+<tr>
+ <td colspan="2" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=config_stats"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
+<table border="0" cellspacing="0" cellpadding="0" width="400"
class="admin_table dashed" align="center">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_SETUP_STATS_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="340" height="40" align="right"><strong>{--ADMIN_GSTATS_MEMBERS--}:</strong><br />
- <div class="tiny">({--ADMIN_GSTATS_MEMBERS_NOTE--})</div></TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="50"><INPUT type="radio" name="guest_stats"
- class="admin_normal" value="members"{!__MEMBERS_RADIO!}></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="40" align="right"><strong>{--ADMIN_GSTATS_MODULES--}:</strong><br />
- <div class="tiny">({--ADMIN_GSTATS_MODULES_NOTE--})</div></TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="radio" name="guest_stats" class="admin_normal"
- value="modules"{!__MODULES_RADIO!}></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="40" align="right"><strong>{--ADMIN_GSTATS_INACTIVE--}:</strong><br />
- <div class="tiny">({--ADMIN_GSTATS_INACTIVE_NOTE--})</div></TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="radio" name="guest_stats" class="admin_normal"
- value="inactive"{!__INACTIVE_RADIO!}></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_MEMBER_STATS_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="40" align="right">{--ADMIN_MEMBER_STATS_LIMIT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="stats_limit" class="admin_normal"
- value="{!__STATS_LIMIT!}" size="4" maxlength="20"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_footer top2"><INPUT
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_SETUP_STATS_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="340" height="40" align="right"><strong>{--ADMIN_GSTATS_MEMBERS--}:</strong><br />
+ <div class="tiny">({--ADMIN_GSTATS_MEMBERS_NOTE--})</div></td>
+ <td width="10" class="seperator"> </td>
+ <td width="50"><INPUT type="radio" name="guest_stats"
+ class="admin_normal" value="members"{!__MEMBERS_RADIO!}></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="40" align="right"><strong>{--ADMIN_GSTATS_MODULES--}:</strong><br />
+ <div class="tiny">({--ADMIN_GSTATS_MODULES_NOTE--})</div></td>
+ <td class="seperator"> </td>
+ <td><INPUT type="radio" name="guest_stats" class="admin_normal"
+ value="modules"{!__MODULES_RADIO!}></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="40" align="right"><strong>{--ADMIN_GSTATS_INACTIVE--}:</strong><br />
+ <div class="tiny">({--ADMIN_GSTATS_INACTIVE_NOTE--})</div></td>
+ <td class="seperator"> </td>
+ <td><INPUT type="radio" name="guest_stats" class="admin_normal"
+ value="inactive"{!__INACTIVE_RADIO!}></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_MEMBER_STATS_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="40" align="right">{--ADMIN_MEMBER_STATS_LIMIT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="stats_limit" class="admin_normal"
+ value="{!__STATS_LIMIT!}" size="4" maxlength="20"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_footer top2"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
<form
action="{!URL!}/modules.php?module=admin&what=config_points&sub=points"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2 seperator" width="10" height="30"> </TD>
- <TD class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_POINTS_SETTINGS--}</strong>
- </TD>
- <TD class="admin_title bottom2 seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200">{--POINTS_REGISTER--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="points_register"
+ <tr>
+ <td class="admin_title bottom2 seperator" width="10" height="30"> </td>
+ <td class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_POINTS_SETTINGS--}</strong>
+ </td>
+ <td class="admin_title bottom2 seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200">{--POINTS_REGISTER--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="points_register"
class="admin_normal" size="6" maxlength="6" value="{--P_REG_VALUE!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200">{--POINTS_REF--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="points_ref" class="admin_normal"
- size="6" maxlength="6" value="{--P_REF_VALUE!}"></TD>
- <TD class="seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" colspan="5" height="7"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3" align="center"><INPUT
+ </td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200">{--POINTS_REF--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="points_ref" class="admin_normal"
+ size="6" maxlength="6" value="{--P_REF_VALUE!}"></td>
+ <td class="seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" colspan="5" height="7"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3" align="center"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<form action="{!URL!}/modules.php?module=admin&what=config_title"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--ADMIN_TITLE_ENABLE_DECORATIONS--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="170">{!__CFG_TITLE_DECOS!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TITLE_ENABLE_MODULE_TITLE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD>{!__CFG_TITLE_MOD_SHOW!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TITLE_ENABLE_WHAT_TITLE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD>{!__CFG_TITLE_WHAT_SHOW!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TITLE_LEFT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="title_left" class="admin_normal"
- value="{!__CFG_TITLE_LEFT!}" size="4" maxlength="10"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TITLE_MIDDLE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="title_middle" class="admin_normal"
- value="{!__CFG_TITLE_MIDDLE!}" size="4" maxlength="10"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TITLE_RIGHT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="title_right" class="admin_normal"
- value="{!__CFG_TITLE_RIGHT!}" size="4" maxlength="10"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+<div align="center">
+<form 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">
+ <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--ADMIN_TITLE_ENABLE_DECORATIONS--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="170">{!__CFG_TITLE_DECOS!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TITLE_ENABLE_MODULE_TITLE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td>{!__CFG_TITLE_MOD_SHOW!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TITLE_ENABLE_WHAT_TITLE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td>{!__CFG_TITLE_WHAT_SHOW!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TITLE_LEFT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="title_left" class="admin_normal"
+ value="{!__CFG_TITLE_LEFT!}" size="4" maxlength="10"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TITLE_MIDDLE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="title_middle" class="admin_normal"
+ value="{!__CFG_TITLE_MIDDLE!}" size="4" maxlength="10"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TITLE_RIGHT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="title_right" class="admin_normal"
+ value="{!__CFG_TITLE_RIGHT!}" size="4" maxlength="10"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<form action="{!URL!}/modules.php?module=admin&what=config_top10"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="170"><INPUT type="text" name="top10_max"
- class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+<div align="center">
+<form 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">
+ <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="170"><INPUT type="text" name="top10_max"
+ class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_transfer" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_CONFIG_TRANSFER_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="360" align="right">{--ADMIN_TRANSFER_MAX--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="210"><INPUT type="text" name="transfer_max"
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_CONFIG_TRANSFER_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="360" align="right">{--ADMIN_TRANSFER_MAX--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="210"><INPUT type="text" name="transfer_max"
class="admin_normal" value="{!__TRANS_MAX_VALUE!}" size="4"
- maxlength="6"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TRANSFER_AGE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD>{!__TRANS_AGE_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TRANSFER_TIMEOUT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD>{!__TRANS_TIMEOUT_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TRANSFER_BALANCE--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="transfer_balance"
+ maxlength="6"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TRANSFER_AGE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td>{!__TRANS_AGE_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TRANSFER_TIMEOUT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td>{!__TRANS_TIMEOUT_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TRANSFER_BALANCE--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="transfer_balance"
class="admin_normal" value="{!__TRANS_BALANCE_VALUE!}" size="4"
- maxlength="6"> <div class="tiny">({!POINTS!})</div></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_TRANSFER_CODE--}:<br />
- <div class="admin_note">({--ADMIN_TRANSFER_CODE_NOTE--})</div></TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="transfer_code" class="admin_normal"
- value="{!__TRANS_CODE_VALUE!}" size="4" maxlength="6"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="250">{--ADMIN_AUTOPURGE_TRANSFER--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select name="ap_transfer" size="1" class="admin_select">
+ maxlength="6"> <div class="tiny">({!POINTS!})</div></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_TRANSFER_CODE--}:<br />
+ <div class="admin_note">({--ADMIN_TRANSFER_CODE_NOTE--})</div></td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="transfer_code" class="admin_normal"
+ value="{!__TRANS_CODE_VALUE!}" size="4" maxlength="6"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="250">{--ADMIN_AUTOPURGE_TRANSFER--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><select name="ap_transfer" size="1" class="admin_select">
<option value="Y"{!__YES_AP!} />{--YES--}</option>
<option value="N"{!__NO_AP!} />{--NO--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<form action="{!URL!}/modules.php?module=admin&what=config_user"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--USER_ADMIN_CONFIG_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--USER_ADMIN_LIMIT_USER--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="170"><INPUT type="text" name="user_limit"
+<div align="center">
+<form 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">
+ <strong>{--USER_ADMIN_CONFIG_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--USER_ADMIN_LIMIT_USER--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="170"><INPUT type="text" name="user_limit"
class="admin_normal" value="{!__LIMIT_VALUE!}" size="4"
- maxlength="6"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="400" align="right">{--USER_ADMIN_ALPHA_USER--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="170"><INPUT type="text" name="user_alpha"
+ maxlength="6"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="400" align="right">{--USER_ADMIN_ALPHA_USER--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="170"><INPUT type="text" name="user_alpha"
class="admin_normal" value="{!__ALPHA_VALUE!}" size="4"
- maxlength="6"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ maxlength="6"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
+</div>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_wernis" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--WERNIS_ADMIN_CONFIG_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_API_ID--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="wernis_api_id"
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--WERNIS_ADMIN_CONFIG_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_API_ID--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="wernis_api_id"
class="admin_normal" value="$content[api_id]" size="2"
- maxlength="20" /></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_API_MD5--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="wernis_api_md5"
+ maxlength="20" /></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_API_MD5--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="wernis_api_md5"
class="admin_normal" value="$content[api_md5]" size="32"
- maxlength="32" /></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_API_URL--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270"><INPUT type="text" name="wernis_api_url"
+ maxlength="32" /></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_API_URL--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270"><INPUT type="text" name="wernis_api_url"
class="admin_normal" value="$content[api_url]" size="25"
- maxlength="255" /></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_REFID--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ maxlength="255" /></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_REFID--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_refid" class="admin_normal" value="$content[refid]" size="5" maxlength="20" />
- </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WPASS--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_WPASS--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="password" name="wernis_pass" class="admin_normal" size="5" maxlength="20" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_MIN_PAYOUT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_MIN_PAYOUT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_min_payout" class="admin_normal" value="$content[min_payout]" size="5" maxlength="20" /> Wernis
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_MIN_WITHDRAW--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_MIN_WITHDRAW--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_min_withdraw" class="admin_normal" value="$content[min_withdraw]" size="5" maxlength="20" /> Wernis
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FACTOR--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FACTOR--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_payout_factor" class="admin_normal" value="$content[payout_factor]" size="5" maxlength="20" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FACTOR--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FACTOR--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_withdraw_factor" class="admin_normal" value="$content[withdraw_factor]" size="5" maxlength="20" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FEE_PERCENT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FEE_PERCENT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_payout_fee_percent" class="admin_normal" value="$content[payout_fee_percent]" size="5" maxlength="20" />
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FEE_PERCENT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FEE_PERCENT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_withdraw_fee_percent" class="admin_normal" value="$content[withdraw_fee_percent]" size="5" maxlength="20" />%
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FEE_FIX--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FEE_FIX--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_payout_fee_fix" class="admin_normal" value="$content[payout_fee_fix]" size="5" maxlength="20" /> {!POINTS!}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FEE_FIX--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FEE_FIX--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="text" name="wernis_withdraw_fee_fix" class="admin_normal" value="$content[withdraw_fee_fix]" size="5" maxlength="20" /> {!POINTS!}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="bottom2 seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_ACTIVE--}</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="bottom2 seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_ACTIVE--}</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="radio" name="wernis_payout_active" value="Y"{!__CFG_WERNIS_PAYOUT_ACTIVE_Y!} /> {--YES--}
<INPUT type="radio" name="wernis_payout_active" value="N"{!__CFG_WERNIS_PAYOUT_ACTIVE_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_ACTIVE--}</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="270">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_ACTIVE--}</td>
+ <td class="seperator" width="10"> </td>
+ <td width="270">
<INPUT type="radio" name="wernis_withdraw_active" value="Y"{!__CFG_WERNIS_WITHDRAW_ACTIVE_Y!} /> {--YES--}
<INPUT type="radio" name="wernis_withdraw_active" value="N"{!__CFG_WERNIS_WITHDRAW_ACTIVE_N!} /> {--NO--}
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
-<div class="admin_note">{--WERNIS_ADMIN_CONFIG_NOTE--}</div>
+<div class="admin_note">
+ {--WERNIS_ADMIN_CONFIG_NOTE--}
+</div>
+
+</div>
<form action="{!URL!}/modules.php?module=admin&what=user_contct&u_id=$content[u_id]" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed" align="center">
- <TR>
- <TD align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" width="400" class="admin_table dashed" align="center">
+ <tr>
+ <td align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_CONTACT_USER--}:<br />
$content[surname] $content[family] <<a href="mailto:$content[email]">$content[email]</a>></strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="bottom2" style="padding: 10px"><textarea
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="bottom2" style="padding: 10px"><textarea
class="admin_normal" name="text" rows="10" cols="20"></textarea>
- </TD>
- </TR>
- <TR>
- <TD class="admin_footer">
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--CONTACT_USER--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=admin&what=admins_edit"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed" align="center">
- <TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</strong></TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
- </TR>
+<form 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">
+ <strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS--}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
+ </tr>
{!__ADMINS_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="remove" class="admin_delete"
- value="{--ADMIN_ADMINS_DELETE--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADMINS_DELETE--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[id] <INPUT type="hidden" name="sel[$content[id]]" value="1">
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[login]</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[mode]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
- $content[la_mode]</TD>
-</TR>
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ $content[login]</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[mode]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
+ $content[la_mode]</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=list_bank_package" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed" align="center">
- <TR>
- <TD colspan="5" align="center" class="admin_title" height="30"><strong>{--ADMIN_DELETE_BANK_PACKAGES--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="20" colspan="2" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></TD>
- <TD width="360" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+ <tr>
+ <td colspan="5" align="center" class="admin_title" height="30"><strong>{--ADMIN_DELETE_BANK_PACKAGES--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="20" colspan="2" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+ <td width="360" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+ <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
+ </tr>
$content
- <TR>
- <TD colspan="5" class="admin_footer">
+ <tr>
+ <td colspan="5" class="admin_footer">
<INPUT type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}">
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<div class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</div>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2">
<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>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
<strong>$content[id]</strong>
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[title]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[description]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
$content[account_fee] {!POINTS!}
- </TD>
-</TR>
+ </td>
+</tr>
<form
action="{!URL!}/modules.php?module=admin&what=config_cats&do=del"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="500">
- <TR>
- <TD align="center" height="30" class="admin_header bottom2"><strong>{--DELETE_CATEGORIES--}:</strong></TD>
- </TR>
+ <tr>
+ <td align="center" height="30" class="admin_header bottom2"><strong>{--DELETE_CATEGORIES--}:</strong></td>
+ </tr>
{!__CAT_ROWS!}
- <TR>
- <TD class="admin_footer"><INPUT type="reset"
+ <tr>
+ <td class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_delete"
- value="{--REMOVE_CATS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--REMOVE_CATS--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD height="5" class="seperator switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw]"><strong>{--CATEGORY_ID--}
- $content[id]:</strong></TD>
-</TR>
-<TR>
- <TD height="5" class="seperator switch_sw$content[sw]"></TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw]">$content[cat] <INPUT
- type="hidden" name="id[$content[id]]" value="1" size="35"></TD>
-</TR>
-<TR>
- <TD height="5" class="bottom2 seperator switch_sw$content[sw]"> </TD>
-</TR>
+<tr>
+ <td height="5" class="seperator switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw]"><strong>{--CATEGORY_ID--}
+ $content[id]:</strong></td>
+</tr>
+<tr>
+ <td height="5" class="seperator switch_sw$content[sw]"></td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw]">$content[cat] <INPUT
+ type="hidden" name="id[$content[id]]" value="1" size="35"></td>
+</tr>
+<tr>
+ <td height="5" class="bottom2 seperator switch_sw$content[sw]"> </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
- <TR>
- <TD class="admin_header bottom2" colspan="5" align="center" height="35">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
+ <tr>
+ <td class="admin_header bottom2" colspan="5" align="center" height="35">
<div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD class="bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="bottom2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
- <TD class="bottom2 right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
- <TD class="bottom2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
- <TD class="bottom2" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></TD>
- </TR>
- <TR>
- <TD class="right2 admin_misc" align="center">{!__ID!}</TD>
- <TD class="right2 admin_misc" align="center">{!__SUBJECT!}</TD>
- <TD class="right2 admin_misc" align="center">
+ </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>
+ </tr>
+ <tr>
+ <td class="right2 admin_misc" align="center">{!__ID!}</td>
+ <td class="right2 admin_misc" align="center">{!__SUBJECT!}</td>
+ <td class="right2 admin_misc" align="center">
<a href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a>
- </TD>
- <TD class="right2 admin_misc" align="center">{!__ORDERED!}</TD>
- <TD class="admin_misc" align="center">{!__CNT!}</TD>
- </TR>
-</TABLE>
+ </td>
+ <td class="right2 admin_misc" align="center">{!__ORDERED!}</td>
+ <td class="admin_misc" align="center">{!__CNT!}</td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="99%">
- <TR>
- <TD class="admin_header" colspan="8" align="center" height="35">
- <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG></TD>
- </TR>
- <TR>
- <TD class="top2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="top2 right2" align="center"><strong>{--EMAIL_SENDER--}</strong></TD>
- <TD class="top2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
- <TD class="top2 right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
- <TD class="top2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
- </TR>
- <TR>
- <TD class="top2 right2 admin_misc" align="center">{!__ID!}</TD>
- <TD class="top2 right2 admin_misc" align="center">{!__SENDER!}</TD>
- <TD class="top2 right2 admin_misc" align="center">{!__SUBJECT!}</TD>
- <TD class="top2 right2 admin_misc" align="center"><a
- href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a></TD>
- <TD class="top2 right2 admin_misc" align="center">{!__ORDERED!}</TD>
- </TR>
-</TABLE>
+ <tr>
+ <td class="admin_header" colspan="8" align="center" height="35">
+ <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG></td>
+ </tr>
+ <tr>
+ <td class="top2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="top2 right2" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+ <td class="top2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+ <td class="top2 right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
+ <td class="top2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+ </tr>
+ <tr>
+ <td class="top2 right2 admin_misc" align="center">{!__ID!}</td>
+ <td class="top2 right2 admin_misc" align="center">{!__SENDER!}</td>
+ <td class="top2 right2 admin_misc" align="center">{!__SUBJECT!}</td>
+ <td class="top2 right2 admin_misc" align="center"><a
+ href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a></td>
+ <td class="top2 right2 admin_misc" align="center">{!__ORDERED!}</td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
- <TR>
- <TD class="admin_header bottom2" colspan="5" align="center" height="35">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
+ <tr>
+ <td class="admin_header bottom2" colspan="5" align="center" height="35">
<div class="admin_misc">{--ADMIN_NOTIFICATION_DELETED_TITLE--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD class="bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="bottom2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
- <TD class="bottom2 right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
- <TD class="bottom2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
- <TD class="bottom2" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></TD>
- </TR>
- <TR>
- <TD class="right2 admin_misc" align="center">{!__ID!}</TD>
- <TD class="right2 admin_misc" align="center">{!__SUBJECT!}</TD>
- <TD class="right2 admin_misc" align="center"><a
- href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a></TD>
- <TD class="right2 admin_misc" align="center">{!__ORDERED!}</TD>
- <TD class="admin_misc" align="center">{!__CNT!}</TD>
- </TR>
-</TABLE>
+ </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>
+ </tr>
+ <tr>
+ <td class="right2 admin_misc" align="center">{!__ID!}</td>
+ <td class="right2 admin_misc" align="center">{!__SUBJECT!}</td>
+ <td class="right2 admin_misc" align="center"><a
+ href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</a></td>
+ <td class="right2 admin_misc" align="center">{!__ORDERED!}</td>
+ <td class="admin_misc" align="center">{!__CNT!}</td>
+ </tr>
+</table>
<form action="{!URL!}/modules.php?module=admin&what=payments&do=del"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD align="center" height="30" class="admin_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></TD>
- </TR>
+ <tr>
+ <td align="center" height="30" class="admin_title bottom"><strong>{--DELETE_PAYMENT--}:</strong></td>
+ </tr>
{!__PAYMENT_ROWS!}
- <TR>
- <TD class="admin_footer"><INPUT type="reset"
+ <tr>
+ <td class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<TR>
- <TD class="admin_title bottom" height="20" align="center"><strong>{--PAYMENT_ID--}
- $content[id]:</strong></TD>
-</TR>
-<TR>
- <TD height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw]">$content[time]
+<tr>
+ <td class="admin_title bottom" height="20" align="center"><strong>{--PAYMENT_ID--}
+ $content[id]:</strong></td>
+</tr>
+<tr>
+ <td height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw]">$content[time]
{--_SECONDS--} ($content[title]) <INPUT type="hidden"
- name="id[$content[id]]" value="1" size="35"></TD>
-</TR>
-<TR>
- <TD height="5" class="switch_sw$content[sw] bottom"
- style="font-size: 1px"> </TD>
-</TR>
+ name="id[$content[id]]" value="1" size="35"></td>
+</tr>
+<tr>
+ <td height="5" class="switch_sw$content[sw] bottom"
+ style="font-size: 1px"> </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=del_sponsor&id={!__UID!}" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
-<TR>
- <TD align="center" class="admin_title bottom2" height="28">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<tr>
+ <td align="center" class="admin_title bottom2" height="28">
<div class="admin_done">{--ADMIN_HEADER_DEL_SPONSOR_1--}{!__UID!}{--ADMIN_HEADER_DEL_SPONSOR_2--}</STRONG>
- </TD>
-</TR>
-<TR><TD height="5" class="seperator"> </TD></TR>
-<TR>
- <TD align="center">
+ </td>
+</tr>
+<tr><td height="5" class="seperator"> </td></tr>
+<tr>
+ <td align="center">
{--ADMIN_TEXT_DEL_SPONSOR_1--}{!__UID!}{--ADMIN_TEXT_DEL_SPONSOR_2--}
- </TD>
-</TR>
-<TR><TD height="5" class="seperator"> </TD></TR>
-<TR>
- <TD align="center"><a href="mailto:{!__EMAIL!}">{!__SNAME!} {!__FNAME!}</a>({!__EMAIL!})</TD>
-</TR>
-<TR><TD height="5" class="seperator"> </TD></TR>
-<TR>
- <TD align="center"><textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea></TD>
-</TR>
-<TR><TD height="5" class="seperator bottom2"> </TD></TR>
-<TR>
- <TD class="admin_footer">
+ </td>
+</tr>
+<tr><td height="5" class="seperator"> </td></tr>
+<tr>
+ <td align="center"><a href="mailto:{!__EMAIL!}">{!__SNAME!} {!__FNAME!}</a>({!__EMAIL!})</td>
+</tr>
+<tr><td height="5" class="seperator"> </td></tr>
+<tr>
+ <td align="center"><textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea></td>
+</tr>
+<tr><td height="5" class="seperator bottom2"> </td></tr>
+<tr>
+ <td class="admin_footer">
<INPUT type="submit" name="no" class="admin_no" value="{--NO--}" />
<INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=list_surfbar_urls" method="POST">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
</tr>
</table>
</form>
+</div>
-<TR>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<INPUT type="hidden" name="id[$content[id]]" value="1" />
<INPUT type="hidden" name="uid_raw[$content[id]]" value="$content[uid]" />
$content[userid]
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 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>
+ <td align="center" class="bottom2 switch_sw$content[sw]">
$content[registered]
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[idx]]" value="1" class="admin_normal" />
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[stamp]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[uid_from]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[uid_to]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[reason]
- </TD>
- <TD class="switch_sw$content[sw] bottom2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2">
$content[points]
- </TD>
-</TR>
+ </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=del_user&u_id={!__UID!}" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
- <TR>
- <TD align="center" class="admin_title bottom2" height="28"><strong
+ <tr>
+ <td align="center" class="admin_title bottom2" height="28"><strong
class="admin_done">{--ADMIN_HEADER_DEL_ACCOUNT_1--}{!__UID!}{--ADMIN_HEADER_DEL_ACCOUNT_2--}</strong>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">
{--ADMIN_TEXT_DEL_ACCOUNT_1--}{!__UID!}{--ADMIN_TEXT_DEL_ACCOUNT_2--}
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">[ <a href="{!__EMAIL!}">{!__SNAME!}
- {!__FNAME!}</a> ]</TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center"><textarea name="reason" class="admin_normal"
- rows="5" cols="50"></textarea></TD>
- </TR>
- <TR>
- <TD height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer">
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">[ <a href="{!__EMAIL!}">{!__SNAME!}
+ {!__FNAME!}</a> ]</td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center"><textarea name="reason" class="admin_normal"
+ rows="5" cols="50"></textarea></td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer">
<INPUT type="submit" name="no" class="admin_no" value="{--NO--}" />
<INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=admins_edit"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<table border="0" cellspacing="0" cellpadding="0" width="680"
class="admin_table dashed" align="center">
- <TR>
- <TD colspan="6" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
- </TR>
+ <tr>
+ <td colspan="6" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="240"><strong>{--ADMIN_ADMINS_PASSWORD--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="100"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="100"><strong>{--ADMIN_LA_MODE--}:</strong></td>
+ </tr>
{!__ADMINS_ROWS!}
- <TR>
- <TD colspan="6" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="6" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="change" class="admin_submit"
- value="{--ADMIN_ADMINS_EDIT--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_ADMINS_EDIT--}" /></td>
+ </tr>
+</table>
</form>
<div class="admin_note">{--ADMIN_ADMINS_ACL_NOTE--}<br />
-<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
+<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
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
+ value="$content[login]" size="20" maxlength="255"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><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
+ value="$content[email]" size="25" maxlength="255"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><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
+ maxlength="255"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2"><select
name="mode[$content[id]]" size="1" class="admin_select">
$content[mode]
- </select></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><select
+ </select></td>
+ <td align="center" class="switch_sw$content[sw] bottom2"><select
name="la_mode[$content[id]]" size="1" class="admin_select">
$content[la_mode]
- </select></TD>
-</TR>
+ </select></td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=list_bank_package" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed" align="center">
-<TR>
- <TD colspan="4" align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed" align="center">
+<tr>
+ <td colspan="4" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_EDIT_BANK_PACKAGES--}:</strong>
- </TD>
-</TR>
+ </td>
+</tr>
$content
-<TR>
- <TD colspan="4" class="admin_footer">
+<tr>
+ <td colspan="4" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="do_edit" class="admin_edit" value="{--EDIT_ENTRIES--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
<div class="admin_note">{--ADMIN_EDIT_BANK_PACKAGES_NOTES--}</div>
-<TR>
- <TD width="33%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td width="33%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_TITLE--}:<br />
<INPUT type="text" name="title[$content[id]]" size="20" maxlength="255" value="$content[title]" />
- </TD>
- <TD width="34%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td width="34%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_DESCRIPTION--}:<br />
<textarea class="admin_normal" name="description[$content[id]]" rows="3" cols="30">$content[description]</textarea>
- </TD>
- <TD width="33%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
+ </td>
+ <td width="33%" align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_ACCOUNT_FEE--}:<br />
<INPUT type="text" name="account_fee[$content[id]]" size="5" maxlength="10" value="$content[account_fee]" /> {!POINTS!}
- </TD>
-</TR>
-<TR>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+</tr>
+<tr>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FREE_TRANSFERS--}:<br />
<INPUT type="text" name="free_transfers[$content[id]]" size="5" maxlength="10" value="$content[free_transfers]" />
- </TD>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_TRANSFER_FEE--}:<br />
<INPUT type="text" name="transfer_fee[$content[id]]" size="5" maxlength="10" value="$content[transfer_fee]" /> {!POINTS!}
- </TD>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
+ </td>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_OUTPUT_MODE--}:<br />
[output_system_mode] => EMAIL
- </TD>
-</TR>
-<TR>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+</tr>
+<tr>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_EDIT_ACTIVE--}:<br />
[package_active] => Y
- </TD>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FREE_TRANSFERS--}:<br />
<INPUT type="text" name="free_months_no_fee[$content[id]]" size="5" maxlength="10" value="$content[free_months_no_fee]" />
- </TD>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
+ </td>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_INTEREST_PLUS--}:<br />
<INPUT type="text" name="interest_plus[$content[id]]" size="5" maxlength="10" value="$content[interest_plus]" /> %
- </TD>
-</TR>
-<TR>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+</tr>
+<tr>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_INTEREST_MINUS--}:<br />
<INPUT type="text" name="interest_minus[$content[id]]" size="5" maxlength="10" value="$content[interest_minus]" /> %
- </TD>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FIRST_PAYMENT--}:<br />
<INPUT type="text" name="first_payment[$content[id]]" size="5" maxlength="10" value="$content[first_payment]" />
- </TD>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
+ </td>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2">
{--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_INCOME--}:<br />
<INPUT type="text" name="free_account_income[$content[id]]" size="10" maxlength="20" value="$content[free_account_income]" /> {!POINTS!}
- </TD>
-</TR>
-<TR>
- <TD align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
+ </td>
+</tr>
+<tr>
+ <td align="center" valign="top" style="padding:2px"class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_FREE_ACCOUNT_STUFF--}:<br />
<textarea class="admin_normal" name="free_account_stuff[$content[id]]" rows="3" cols="30">$content[free_account_stuff]</textarea>
- </TD>
- <TD align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" valign="top" style="padding:2px" class="switch_sw$content[sw] bottom2 right2">
{--ADMIN_BANK_PACKAGE_EDIT_TAN_LOCK--}:<br />
<INPUT type="text" name="tan_lock[$content[id]]" size="5" maxlength="10" value="$content[tan_lock]" />
- </TD>
- <TD class="switch_sw$content[sw] seperator bottom2">
+ </td>
+ <td class="switch_sw$content[sw] seperator bottom2">
<INPUT type="hidden" name="id[]" value="$content[id]" />
- </TD>
-</TR>
+ </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=config_cats&do=edit" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-<TR>
- <TD align="center" colspan="3" height="30" class="admin_header bottom2">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+ <td align="center" colspan="3" height="30" class="admin_header bottom2">
<strong>{--EDIT_CATEGORIES--}:</strong>
- </TD>
-</TR>
+ </td>
+</tr>
{!__CAT_ROWS!}
-<TR>
- <TD align="center" colspan="3" class="admin_footer">
+<tr>
+ <td align="center" colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--CHANGE_CATS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
-<TR>
- <TD colspan="3" align="left" class="admin_header bottom2" height="25">
- <strong>{--CATEGORY_ID--} $content[id]:</strong></TD>
-</TR>
-<TR>
- <TD colspan="3" height="5" class="seperator switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD width="49%" align="right" class="switch_sw$content[sw]">{--CAT_DESCRIPTION--}: </TD>
- <TD width="2%" class="switch_sw$content[sw] seperator"> </TD>
- <TD width="49%" class="switch_sw$content[sw]"><INPUT type="text"
+<tr>
+ <td colspan="3" align="left" class="admin_header bottom2" height="25">
+ <strong>{--CATEGORY_ID--} $content[id]:</strong></td>
+</tr>
+<tr>
+ <td colspan="3" height="5" class="seperator switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td width="49%" align="right" class="switch_sw$content[sw]">{--CAT_DESCRIPTION--}: </td>
+ <td width="2%" class="switch_sw$content[sw] seperator"> </td>
+ <td width="49%" class="switch_sw$content[sw]"><INPUT type="text"
name="id[$content[id]]" class="admin_normal" value="$content[cat]"
- size="32" maxlength="255"></TD>
-</TR>
-<TR>
- <TD colspan="3" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--CAT_IS_VISIBLE--} </TD>
- <TD width="1%" class="switch_sw$content[sw] seperator"> </TD>
- <TD class="switch_sw$content[sw]">$content[vis]</TD>
-</TR>
-<TR>
- <TD colspan="3" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD align="right" class="switch_sw$content[sw]">{--SORT_KEY--}: </TD>
- <TD width="1%" class="switch_sw$content[sw] seperator"> </TD>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+ size="32" maxlength="255"></td>
+</tr>
+<tr>
+ <td colspan="3" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--CAT_IS_VISIBLE--} </td>
+ <td width="1%" class="switch_sw$content[sw] seperator"> </td>
+ <td class="switch_sw$content[sw]">$content[vis]</td>
+</tr>
+<tr>
+ <td colspan="3" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td align="right" class="switch_sw$content[sw]">{--SORT_KEY--}: </td>
+ <td width="1%" class="switch_sw$content[sw] seperator"> </td>
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="sort[$content[id]]" class="admin_normal" value="$content[sort]"
- size="3" maxlength="10"></TD>
-</TR>
-<TR>
- <TD colspan="3" height="5"
- class="bottom2 seperato switch_sw$content[sw]"> </TD>
-</TR>
+ size="3" maxlength="10"></td>
+</tr>
+<tr>
+ <td colspan="3" height="5"
+ class="bottom2 seperato switch_sw$content[sw]"> </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=edit_emails"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
- <TR>
- <TD width="10" height="30" class="admin_title seperator"> </TD>
- <TD align="center" colspan="3" class="admin_title"><strong>{--ADMIN_EDIT_EMAIL--}:</strong>
- ({!__ID_VALUE!})</TD>
- <TD width="10" class="admin_title seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="top2 seperator" height="35"> </TD>
- <TD align="right" class="top2"><strong>{--EDIT_URL--}:</strong>
- </TD>
- <TD width="5" class="top2 seperator"> </TD>
- <TD class="top2"><INPUT type="text" name="url"
+ <tr>
+ <td width="10" height="30" class="admin_title seperator"> </td>
+ <td align="center" colspan="3" class="admin_title"><strong>{--ADMIN_EDIT_EMAIL--}:</strong>
+ ({!__ID_VALUE!})</td>
+ <td width="10" class="admin_title seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="top2 seperator" height="35"> </td>
+ <td align="right" class="top2"><strong>{--EDIT_URL--}:</strong>
+ </td>
+ <td width="5" class="top2 seperator"> </td>
+ <td class="top2"><INPUT type="text" name="url"
class="admin_normal" size="30" maxlength="255"
- value="{!__URL_VALUE!}"></TD>
- <TD width="10" class="top2 seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="top2 seperator" height="35"> </TD>
- <TD align="right" class="top2"><strong>{--EMAIL_EDIT_SUBJ--}:</strong>
- </TD>
- <TD width="5" class="top2" seperator> </TD>
- <TD class="top2"><INPUT type="text" name="subj"
+ value="{!__URL_VALUE!}"></td>
+ <td width="10" class="top2 seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="top2 seperator" height="35"> </td>
+ <td align="right" class="top2"><strong>{--EMAIL_EDIT_SUBJ--}:</strong>
+ </td>
+ <td width="5" class="top2" seperator> </td>
+ <td class="top2"><INPUT type="text" name="subj"
class="admin_normal" size="30" maxlength="255"
- value="{!__SUBJ_VALUE!}"></TD>
- <TD width="10" class="top2" seperator> </TD>
- </TR>
- <TR>
- <TD width="10" height="125" class="top2" seperator> </TD>
- <TD align="right" class="top2"><strong>{--EMAIL_EDIT_TEXT--}:</strong>
- </TD>
- <TD width="5" class="top2 seperator"> </TD>
- <TD class="top2"><textarea name="text" class="admin_normal"
- rows="8" cols="28">{!__TEXT_VALUE!}</textarea></TD>
- <TD width="10" class="top2 seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator top2" height="35"> </TD>
- <TD align="center" height="30" colspan="3" class="admin_footer top2">
+ value="{!__SUBJ_VALUE!}"></td>
+ <td width="10" class="top2" seperator> </td>
+ </tr>
+ <tr>
+ <td width="10" height="125" class="top2" seperator> </td>
+ <td align="right" class="top2"><strong>{--EMAIL_EDIT_TEXT--}:</strong>
+ </td>
+ <td width="5" class="top2 seperator"> </td>
+ <td class="top2"><textarea name="text" class="admin_normal"
+ rows="8" cols="28">{!__TEXT_VALUE!}</textarea></td>
+ <td width="10" class="top2 seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator top2" height="35"> </td>
+ <td align="center" height="30" colspan="3" class="admin_footer top2">
<INPUT type="hidden" name="id" value="{!__ID_VALUE!}"> <INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="save" class="admin_submit"
- value="{--ADMIN_CHANGE_EMAIL--}" /></TD>
- <TD width="10" class="admin_footer seperator top2"> </TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_CHANGE_EMAIL--}" /></td>
+ <td width="10" class="admin_footer seperator top2"> </td>
+ </tr>
+</table>
</form>
-<TR>
- <TD class="switch_sw$content[sw] top2" width="10" height="20"> </TD>
- <TD class="switch_sw$content[sw] top2" align="center" width="10">
+<tr>
+ <td class="switch_sw$content[sw] top2" width="10" height="20"> </td>
+ <td class="switch_sw$content[sw] top2" 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">$content[subj]
- ({--EMAIL_SENDER--}: $content[uid]; $content[pay]; $content[cat])</TD>
- <TD class="switch_sw$content[sw] top2" width="10"> </TD>
-</TR>
+ </td>
+ <td class="switch_sw$content[sw] top2" width="5"> </td>
+ <td class="switch_sw$content[sw] top2">$content[subj]
+ ({--EMAIL_SENDER--}: $content[uid]; $content[pay]; $content[cat])</td>
+ <td class="switch_sw$content[sw] top2" width="10"> </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=edit_emails"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed">
- <TR>
- <TD width="10" height="30" class="admin_title seperator"> </TD>
- <TD align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
- </TD>
- <TD width="10" class="admin_title seperator"> </TD>
- </TR>
+ <tr>
+ <td width="10" height="30" class="admin_title seperator"> </td>
+ <td align="center" colspan="3" class="admin_title"><strong>{--ADMIN_SELECT_EMAIL_EDIT--}:</strong>
+ </td>
+ <td width="10" class="admin_title seperator"> </td>
+ </tr>
{!__EMAIL_SELECT_ROWS!}
- <TR>
- <TD width="10" class="admin_footer seperator top2"> </TD>
- <TD align="center" height="30" colspan="3" class="admin_footer top2">
+ <tr>
+ <td width="10" class="admin_footer seperator top2"> </td>
+ <td align="center" height="30" colspan="3" class="admin_footer top2">
<INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--ADMIN_EDIT_EMAIL--}" /></TD>
- <TD width="10" class="admin_footer seperator top2"> </TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_EDIT_EMAIL--}" /></td>
+ <td width="10" class="admin_footer seperator top2"> </td>
+ </tr>
+</table>
</form>
<form
action="{!URL!}/modules.php?module=admin&what=payments&do=edit"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="admin_table dashed" width="500">
- <TR>
- <TD align="center" colspan="2" class="admin_title bottom2" height="30"><strong>{--EDIT_PAYMENT--}:</strong></TD>
- </TR>
+ <tr>
+ <td align="center" colspan="2" class="admin_title bottom2" height="30"><strong>{--EDIT_PAYMENT--}:</strong></td>
+ </tr>
{!__PAYMENT_ROWS!}
- <TR>
- <TD class="admin_footer" colspan="2"><INPUT
+ <tr>
+ <td class="admin_footer" colspan="2"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--CHANGE_PAY--}" /></TD>
- </TR>
-</TABLE>
+ value="{--CHANGE_PAY--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD class="admin_title bottom" colspan="2" align="center" height="20">
- <strong>{--PAYMENT_ID--} $content[id]:</strong></TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--PAY_TIME--}: </TD>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+<tr>
+ <td class="admin_title bottom" colspan="2" align="center" height="20">
+ <strong>{--PAYMENT_ID--} $content[id]:</strong></td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--PAY_TIME--}: </td>
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="time[$content[id]]" class="admin_normal" value="$content[time]"
- size="3" maxlength="5">{--_SECONDS--}</TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}: </TD>
+ size="3" maxlength="5">{--_SECONDS--}</td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--PAY_PAYMENT--}: </td>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="pay[$content[id]]" class="admin_normal" value="$content[pay]"
- size="5" maxlength="8">{!POINTS!}</TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--PAY_PRICE--}: </TD>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+ size="5" maxlength="8">{!POINTS!}</td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--PAY_PRICE--}: </td>
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="price[$content[id]]" class="admin_normal"
- value="$content[price]" size="5" maxlength="8">{!POINTS!}</TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--PAY_TITLE--}: </TD>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+ value="$content[price]" size="5" maxlength="8">{!POINTS!}</td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--PAY_TITLE--}: </td>
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="title[$content[id]]" class="admin_normal"
- value="$content[title]" size="25" maxlength="255" class="seperator"> </TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw] bottom"> </TD>
-</TR>
+ value="$content[title]" size="25" maxlength="255" class="seperator"> </td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw] bottom"> </td>
+</tr>
-<form action="{!URL!}/modules.php?module=admin&what=list_rallyes"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--RALLYE_EDIT_RALLYES--}:</strong></TD>
- </TR>
+<form 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">
+ <strong>{--RALLYE_EDIT_RALLYES--}:</strong></td>
+ </tr>
{!__RALLYE_ROWS!}
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="change" class="admin_submit"
- value="{--RALLYE_CHANGE_ADMIN--}" /></TD>
- </TR>
-</TABLE>
+ value="{--RALLYE_CHANGE_ADMIN--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] seperator" height="5"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_TITLE--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" width="265" align="center"><INPUT
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] seperator" height="5"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_TITLE--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" width="265" align="center"><INPUT
type="text" name="title[$content[id]]" class="admin_normal" size="30"
- maxlength="255" value="$content[title]"></TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] seperator" height="3"></TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right" valign="top">{--RALLYE_DESCR--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" align="center"><textarea
+ maxlength="255" value="$content[title]"></td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] seperator" height="3"></td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right" valign="top">{--RALLYE_DESCR--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" align="center"><textarea
name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</textarea>
- </TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] seperator" height="3"></TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--RALLYE_TEMPLATE--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" align="center">$content[templ]</TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] seperator" height="3"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" width="200" align="right"
- valign="top">{--RALLYE_START_DAY--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" width="290" align="center">
+ </td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] seperator" height="3"></td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--RALLYE_TEMPLATE--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" align="center">$content[templ]</td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] seperator" height="3"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" width="200" align="right"
+ valign="top">{--RALLYE_START_DAY--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" width="290" align="center">
$content[s_day]. $content[s_month]. $content[s_year]<br />
- $content[s_hour]: $content[s_min]: $content[s_sec]</TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] seperator" height="3"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" width="200" align="right"
- valign="top">{--RALLYE_END_DAY--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" width="290" align="center">
+ $content[s_hour]: $content[s_min]: $content[s_sec]</td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] seperator" height="3"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" width="200" align="right"
+ valign="top">{--RALLYE_END_DAY--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" width="290" align="center">
$content[e_day]. $content[e_month]. $content[e_year]<br />
- $content[e_hour]: $content[e_min]: $content[e_sec]</TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] bottom2 seperator"
- height="5"> </TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] seperator" height="5"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" width="265" align="center"><INPUT
+ $content[e_hour]: $content[e_min]: $content[e_sec]</td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
+ height="5"> </td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] seperator" height="5"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" width="265" align="center"><INPUT
type="text" name="min_users[$content[id]]" class="admin_normal"
- size="5" maxlength="20" value="$content[min_users]"></TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] bottom2 seperator"
- height="5"> </TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] seperator" height="5"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" width="265" align="center"><INPUT
+ size="5" maxlength="20" value="$content[min_users]"></td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
+ height="5"> </td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] seperator" height="5"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" width="265" align="center"><INPUT
type="text" name="min_prices[$content[id]]" class="admin_normal"
- size="5" maxlength="20" value="$content[min_prices]"></TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] bottom2 seperator"
- height="5"> </TD>
-</TR>
+ size="5" maxlength="20" value="$content[min_prices]"></td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
+ height="5"> </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=edit_sponsor&mode=add_points&id={!__SPONSOR_ID!}" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
-<TR><TD class="admin_title seperator" height="10" colspan="3"> </TD></TR>
-<TR>
- <TD class="admin_title" colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<tr><td class="admin_title seperator" height="10" colspan="3"> </td></tr>
+<tr>
+ <td class="admin_title" colspan="3" align="center">
{--ADMIN_ADD_POINTS_TO_SPONSOR--}:<br />
<strong>{!__SPONSOR_VALUE!}</strong>
- </TD>
-</TR>
-<TR><TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD></TR>
-<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" size="6" maxlength="7" class="admin_normal"></TD>
-</TR>
-<TR><TD height="5" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD align="right">{--ENTER_ADD_REASON--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></TD>
-</TR>
-<TR><TD height="5" colspan="3" class="seperator bottom2"> </TD></TR>
-<TR>
- <TD colspan="3" class="admin_footer">
+ </td>
+</tr>
+<tr><td class="admin_title seperator bottom2" height="10" colspan="3"> </td></tr>
+<tr><td height="8" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" size="6" maxlength="7" class="admin_normal"></td>
+</tr>
+<tr><td height="5" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td align="right">{--ENTER_ADD_REASON--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea></td>
+</tr>
+<tr><td height="5" colspan="3" class="seperator bottom2"> </td></tr>
+<tr>
+ <td colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="ok" value="{--ADMIN_SPONSOR_ADD_POINTS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
<div align="center"><form action="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=edit" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed" align="center">
-<TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SPONSOR_ENTER_COMPANY_DATA--}: ({!__SPONSOR_ID!})</strong>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2" width="10"> </TD>
- <TD class="bottom2" colspan="3" align="center">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2" width="10"> </td>
+ <td class="bottom2" colspan="3" align="center">
<div class="admin_note">{--ADMIN_SPONSOR_COMPANY_NOTE--}</div>
- </TD>
- <TD class="bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="295">
+ </td>
+ <td class="bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="295">
{--SPONSOR_ENTER_COMPANY_TITLE--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="255">
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td width="255">
<INPUT type="text" name="company" class="admin_normal" size="20" maxlength="255" value="{!__COMPANY!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_ENTER_COMPANY_POSITION--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="position" class="admin_normal" size="20" maxlength="255" value="{!__POSITION!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_TAX_IDENT--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="tax_ident" class="admin_normal" size="20" maxlength="255" value="{!__TAX_IDENT!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--ADMIN_SPONSOR_ENTER_PERSONA_DATA--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD width="10"> </TD>
- <TD width="295" align="right" height="21">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td width="10"> </td>
+ <td width="295" align="right" height="21">
{--GUEST_GENDER--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="255">
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td width="255">
<select name="gender" class="admin_select" size="1">
<option value="M"{!__GENDER_M!}">{--GENDER_M--}</option>
<option value="F"{!__GENDER_F!}">{--GENDER_F--}</option>
<option value="C"{!__GENDER_C!}">{--GENDER_C--}</option>
</select>
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD width="10"> </TD>
- <TD align="right">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td width="10"> </td>
+ <td align="right">
{--SURNAME_FAMILY--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="surname" class="admin_normal" size="8" maxlength="255" value="{!__SURNAME!}">
<INPUT type="text" name="family" class="admin_normal" size="8" maxlength="255" value="{!__FAMILY!}">
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD width="10"> </TD>
- <TD align="right">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td width="10"> </td>
+ <td align="right">
{--SPONSOR_ENTER_STREET_NR1--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="street_nr1" class="admin_normal" size="20" maxlength="255" value="{!__STREET1!}">
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR>
- <TD width="10"> </TD>
- <TD align="right">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr>
+ <td width="10"> </td>
+ <td align="right">
{--SPONSOR_ENTER_STREET_NR2--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="street_nr2" class="admin_normal" size="20" maxlength="255" value="{!__STREET2!}">
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD width="10"> </TD>
- <TD align="right">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td width="10"> </td>
+ <td align="right">
{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="country" class="admin_normal" size="2" maxlength="3" value="{!__COUNTRY!}">-<INPUT type="text" name="zip" class="admin_normal" size="5" maxlength="6" value="{!__ZIP!}">
<INPUT type="text" name="city" class="admin_normal" size="15" maxlength="255" value="{!__CITY!}">
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_PHONE--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="phone" class="admin_normal" size="20" maxlength="255" value="{!__PHONE!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_FAX--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="fax" class="admin_normal" size="20" maxlength="255" value="{!__FAX!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_CELL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="cell" class="admin_normal" size="20" maxlength="255" value="{!__CELL!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td width="10"> </td>
+ <td align="right">
{--ADDY--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="email" class="admin_normal" size="30" maxlength="255" value="{!__EMAIL!}">
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_URL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="url" class="admin_normal" size="30" maxlength="255" value="{!__URL!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SPONSOR_ENTER_PASSWORDS--}</strong>
- </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_PASSWORDS--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="password" name="pass1" class="admin_normal" size="10" maxlength="255">
<INPUT type="password" name="pass2" class="admin_normal" size="10" maxlength="255">
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR>
- <TD width="10" height="30"> </TD>
- <TD colspan="3" align="center">
+ </td>
+ <td width="10"> </td>
+</tr>
+<tr>
+ <td width="10" height="30"> </td>
+ <td colspan="3" align="center">
<div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div>
- </TD>
- <TD width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}</strong>
- </TD>
- <TD class="admin_title bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="admin_title bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_RECEIVE_WARNINGS--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD style="padding-left: 15px">
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td style="padding-left: 15px">
<select name="receive_warnings" class="admin_select" size="1">
<option value="Y">{--YES--}</option>
<option value="N">{--NO--}</option>
</select>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_WARNING_INTERVAL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
{!__INTERVAL!}
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD colspan="5" class="admin_footer">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr>
+ <td colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="edit" class="admin_submit" value="{--CHANGE_PROFILE--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form></div>
<form action="{!URL!}/modules.php?module=admin&what=edit_sponsor&mode=sub_points&id={!__SPONSOR_ID!}" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
-<TR><TD class="admin_title seperator" height="10" colspan="3"> </TD></TR>
-<TR>
- <TD class="admin_title" colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<tr><td class="admin_title seperator" height="10" colspan="3"> </td></tr>
+<tr>
+ <td class="admin_title" colspan="3" align="center">
{--ADMIN_SUB_POINTS_FROM_SPONSOR--}:<br />
<strong>{!__SPONSOR_VALUE!}</strong>
- </TD>
-</TR>
-<TR><TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD></TR>
-<TR><TD height="8" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" size="6" maxlength="7" class="admin_normal"></TD>
-</TR>
-<TR><TD height="5" colspan="3" class="seperator"> </TD></TR>
-<TR>
- <TD align="right">{--ENTER_SUB_REASON--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><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 colspan="3" class="admin_footer">
+ </td>
+</tr>
+<tr><td class="admin_title seperator bottom2" height="10" colspan="3"> </td></tr>
+<tr><td height="8" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td align="right">{--ADMIN_SUM_SPONSOR_POINTS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" size="6" maxlength="7" class="admin_normal"></td>
+</tr>
+<tr><td height="5" colspan="3" class="seperator"> </td></tr>
+<tr>
+ <td align="right">{--ENTER_SUB_REASON--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><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 colspan="3" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="ok" value="{--ADMIN_SPONSOR_SUB_POINTS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=list_surfbar_urls" method="POST">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
</tr>
</table>
</form>
+</div>
<form
action="{!URL!}/modules.php?module=admin&what=edit_user&u_id=$content"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
+<table border="0" cellspacing="0" cellpadding="0" width="400"
class="admin_table dashed" align="center">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EDIT_USER_PROFILE--}: ($content)</strong></TD>
- </TR>
- <TR>
- <TD width="195" align="right" height="21">{--GENDER--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="195"><select name="gender" class="admin_select"
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EDIT_USER_PROFILE--}: ($content)</strong></td>
+ </tr>
+ <tr>
+ <td width="195" align="right" height="21">{--GENDER--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td width="195"><select name="gender" class="admin_select"
size="1">
<option value="M"{!_GENDER_M!}">{--GENDER_M--}</option>
<option value="F"{!_GENDER_F!}">{--GENDER_F--}</option>
<option value="C"{!_GENDER_C!}">{--GENDER_C--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD align="right">{--SURNAME--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="surname" class="admin_normal"
- size="15" maxlength="255" value="{!_SURNAME!}"></TD>
- </TR>
- <TR>
- <TD align="right">{--FAMILY_NAME--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="family_name" class="admin_normal"
- size="15" maxlength="255" value="{!_FAMILY!}"></TD>
- </TR>
- <TR>
- <TD align="right">{--STREET_NR--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="street_nr" class="admin_normal"
- size="20" maxlength="255" value="{!_STREET!}"></TD>
- </TR>
- <TR>
- <TD align="right">{--COUNTRY--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="country" class="admin_normal"
- size="2" maxlength="3" value="{!_COUNTRY!}"></TD>
- </TR>
- <TR>
- <TD align="right">{--ZIP--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="zip" class="admin_normal" size="5"
- maxlength="6" value="{!_ZIP!}"></TD>
- </TR>
- <TR>
- <TD align="right">{--CITY--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="city" class="admin_normal" size="15"
- maxlength="255" value="{!_CITY!}"></TD>
- </TR>
- <TR>
- <TD class="bottom2" align="right">{--ADDY--}:</TD>
- <TD class="bottom2 seperator" width="10"> </TD>
- <TD class="bottom2"><INPUT type="text" name="email"
+ </select></td>
+ </tr>
+ <tr>
+ <td align="right">{--SURNAME--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="surname" class="admin_normal"
+ size="15" maxlength="255" value="{!_SURNAME!}"></td>
+ </tr>
+ <tr>
+ <td align="right">{--FAMILY_NAME--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="family_name" class="admin_normal"
+ size="15" maxlength="255" value="{!_FAMILY!}"></td>
+ </tr>
+ <tr>
+ <td align="right">{--STREET_NR--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="street_nr" class="admin_normal"
+ size="20" maxlength="255" value="{!_STREET!}"></td>
+ </tr>
+ <tr>
+ <td align="right">{--COUNTRY--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="country" class="admin_normal"
+ size="2" maxlength="3" value="{!_COUNTRY!}"></td>
+ </tr>
+ <tr>
+ <td align="right">{--ZIP--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="zip" class="admin_normal" size="5"
+ maxlength="6" value="{!_ZIP!}"></td>
+ </tr>
+ <tr>
+ <td align="right">{--CITY--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="city" class="admin_normal" size="15"
+ maxlength="255" value="{!_CITY!}"></td>
+ </tr>
+ <tr>
+ <td class="bottom2" align="right">{--ADDY--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2"><INPUT type="text" name="email"
class="admin_normal" size="20" maxlength="255" value="{!_EMAIL!}">
- </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_footer bottom2"><div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div></TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PASS1--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="password" name="pass1" class="admin_normal"
- size="5" maxlength="255"></TD>
- </TR>
- <TR>
- <TD class="bottom2" align="right">{--ADMIN_PASS2--}:</TD>
- <TD class="bottom2 seperator" width="10"> </TD>
- <TD class="bottom2"><INPUT type="password" name="pass2"
- class="admin_normal" size="5" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_footer bottom2"><div class="tiny">{--ADMIN_EDIT_USER_PASSWORD_NOTE--}</div></td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PASS1--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="password" name="pass1" class="admin_normal"
+ size="5" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td class="bottom2" align="right">{--ADMIN_PASS2--}:</td>
+ <td class="bottom2 seperator" width="10"> </td>
+ <td class="bottom2"><INPUT type="password" name="pass2"
+ class="admin_normal" size="5" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="edit" class="admin_submit"
- value="{--CHANGE_PROFILE--}" /></TD>
- </TR>
-</TABLE>
+ value="{--CHANGE_PROFILE--}" /></td>
+ </tr>
+</table>
</form>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="99%">
- <TR>
- <TD colspan="3" align="center" height="25" class="admin_title"><strong
- class="admin_done">{--ADMIN_POOL_CONTENT--}</strong></TD>
- </TR>
+ <tr>
+ <td colspan="3" align="center" height="25" class="admin_title"><strong
+ class="admin_done">{--ADMIN_POOL_CONTENT--}</strong></td>
+ </tr>
{!__TOP_EMAIL_NAV!} {!__EMAIL_ROWS!} {!__BOTTOM_EMAIL_NAV!}
-</TABLE>
+</table>
-<TR>
- <TD class="admin_title{!__NAV_TOP!}" colspan="{!__NAV_COLSPAN!}" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="520">
+<tr>
+ <td class="admin_title{!__NAV_TOP!}" colspan="{!__NAV_COLSPAN!}" align="center">
+ <table border="0" cellspacing="0" cellpadding="0">
{!__NAV_SEP!}
- <TR>
- <TD class="admin_pagenav" align="left">
- [ {--EMAILS_PAGENAV--}: {!__NAV_OUTPUT!} ]</TD>
- </TR>
- <TR>
- <TD colspan="{!__NAV_COLSPAN!}" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
-</TR>
+ <tr>
+ <td class="admin_pagenav" align="left">
+ [ {--EMAILS_PAGENAV--}: {!__NAV_OUTPUT!} ]</td>
+ </tr>
+ <tr>
+ <td colspan="{!__NAV_COLSPAN!}" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=extensions" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="510" align="center" class="admin_table dashed">
- <TR>
- <TD colspan="5" align="center" class="admin_title" height="30">
+<table border="0" cellspacing="0" cellpadding="0" width="510" align="center" class="admin_table dashed">
+ <tr>
+ <td colspan="5" align="center" class="admin_title" height="30">
<strong>{--ADMIN_REGISTERED_EXTENSIONS--}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="200"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="90"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="90"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
+ </tr>
{!__EXT_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer">
+ <tr>
+ <td colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
<INPUT type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
<INPUT type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=admin&what=extensions"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- align="center" class="admin_table dashed">
- <TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="220"> </TD>
- </TR>
+<form action="{!URL!}/modules.php?module=admin&what=extensions" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_REMOVING_THESE_EXTENSIONS--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="40"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="80"><strong>{--ADMIN_EXT_VERSION--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="220"> </td>
+ </tr>
{!__EXTENSIONS_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="4" class="admin_footer"><INPUT
type="submit" name="remove" class="admin_delete"
- value="{--ADMIN_REMOVE_EXTENSIONS--}"></TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ value="{--ADMIN_REMOVE_EXTENSIONS--}"></td>
+ </tr>
+</table>
+</form>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
- <INPUT type="hidden" name="sel[$content[id]]" value="1"></TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
- $content[ext_name]</TD>
- <TD class="switch_sw$content[sw] bottom2">
- v$content[ext_ver]</TD>
- <TD class="switch_sw$content[sw] bottom2 seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2 seperator"> </TD>
- <TD colspan="3">$content[verbose]</TD>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
+ <INPUT type="hidden" name="sel[$content[id]]" value="1"></td>
+ <td class="switch_sw$content[sw] bottom2 right2">
+ $content[ext_name]</td>
+ <td class="switch_sw$content[sw] bottom2">
+ v$content[ext_ver]</td>
+ <td class="switch_sw$content[sw] bottom2 seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2 seperator"> </td>
+ <td colspan="3">$content[verbose]</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=extensions"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="370"
+<table border="0" cellspacing="0" cellpadding="0" width="370"
align="center" class="admin_table dashed">
- <TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></TD>
- </TR>
+ <tr>
+ <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_EDIT_EXTENSIONS--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="30"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="180"><strong>{--ADMIN_EXT_NAME--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_CSSFILE--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="80"><strong>{--ADMIN_EXT_ACTIVE--}</strong></td>
+ </tr>
{!__EXTENSIONS_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="4" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="modify" class="admin_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
- <INPUT type="hidden" name="sel[$content[id]]" value="1" /></TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
- $content[name]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[css]</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
- $content[active]</TD>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[id]</strong>
+ <INPUT type="hidden" name="sel[$content[id]]" value="1" /></td>
+ <td class="switch_sw$content[sw] bottom2 right2">
+ $content[name]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[css]</td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
+ $content[active]</td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_done dashed">
- <TR>
- <TD align="center" height="40"><strong>{--ADMIN_EXT_ALREADY_INSTALLED_1--}$content{--ADMIN_EXT_ALREADY_INSTALLED_2--}</strong>
- </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td align="center" height="40"><strong>{--ADMIN_EXT_ALREADY_INSTALLED_1--}$content{--ADMIN_EXT_ALREADY_INSTALLED_2--}</strong>
+ </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
-<TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</strong></TD>
-</TR>
-<TR>
- <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
- <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
- <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_CTIME--}</TD>
- <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
- <TD align="center" width="15%" class="admin_title bottom2">{--ADMIN_EXT_FILE_VERSION--}</TD>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</strong></td>
+</tr>
+<tr>
+ <td align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</td>
+ <td align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</td>
+ <td align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_CTIME--}</td>
+ <td align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</td>
+ <td align="center" width="15%" class="admin_title bottom2">{--ADMIN_EXT_FILE_VERSION--}</td>
+</tr>
{!__EXTENSIONS_ROWS!}
-<TR>
- <TD colspan="2" align="center" class="admin_title right2">
+<tr>
+ <td colspan="2" align="center" class="admin_title right2">
{--ADMIN_EXT_TOTAL_FOUND--}: <strong>{!__TEXT_VALUE!}</strong>
- </TD>
- <TD colspan="3" align="right" class="admin_title right2">
+ </td>
+ <td colspan="3" align="right" class="admin_title right2">
{--ADMIN_EXT_TOTAL_FSIZE--}: <strong>{!__TKBYTES_VALUE!} {--KBYTES--}</strong>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[name]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[css]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[active]
- </TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
v$content[ver]
- </TD>
-</TR>
+ </td>
+</tr>
-<form
- action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD align="center" colspan="2" class="admin_header" height="40">
- <strong>{--DEL_GUEST_MENU--}</strong></TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="admin_header bottom2">
- {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td align="center" colspan="2" class="admin_header" height="40">
+ <strong>{--DEL_GUEST_MENU--}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="admin_header bottom2">
+ {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD colspan="2" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="2" class="admin_footer"><INPUT
type="hidden" name="ok" value="del"> <INPUT type="hidden"
name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
type="submit" class="admin_delete" name="submit"
- value="{--DEL_ENTRIES--}"></TD>
- </TR>
-</TABLE>
+ value="{--DEL_ENTRIES--}"></td>
+ </tr>
+</table>
</form>
+</div>
-<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]">
+<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]">
$content[menu] <INPUT type="hidden" name="sel[$content[sel]]"
- value="$content[menu]"></TD>
-</TR>
\ No newline at end of file
+ value="$content[menu]"></td>
+</tr>
\ No newline at end of file
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-<TR>
- <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></TH>
- <TH class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></TH>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></td>
+</tr>
{!__MENU_ROWS!}
-<TR>
- <TD colspan="5" class="admin_footer">
+<tr>
+ <td colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" class="admin_normal" />
<INPUT type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
<INPUT type="submit" class="admin_submit" name="status" value="{--CHANGE_MENUS--}" />
<INPUT type="submit" class="admin_delete submit" name="del" value="{--DEL_MENUS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD align="center" colspan="2" class="admin_header" height="40">
- <strong>{--EDIT_GUEST_MENU--}</strong></TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="admin_header bottom2">
- {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td align="center" colspan="2" class="admin_header" height="40">
+ <strong>{--EDIT_GUEST_MENU--}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="admin_header bottom2">
+ {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD class="admin_footer" colspan="2"><INPUT
+ <tr>
+ <td class="admin_footer" colspan="2"><INPUT
type="hidden" name="ok" value="edit"> <INPUT type="hidden"
name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="submit"
- value="{--SUBMIT_CHANGES--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SUBMIT_CHANGES--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD colspan="2" class="admin_edit switch_sw$content[sw]"> $content[cnt]. {--ENTRY_MODIFY--}:</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD width="50%" align="right" class="admin_edit switch_sw$content[sw]">
- {--EDIT_ACTION--}: </TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]">
- $content[action]</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
- {--EDIT_WHAT--}: </TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]">
- $content[what]</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD width="50%" class="admin_edit switch_sw$content[sw]" align="right">
- {--EDIT_TITLE--}: </TD>
- <TD width="50%" class="admin_edit switch_sw$content[sw]"><INPUT
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td colspan="2" class="admin_edit switch_sw$content[sw]"> $content[cnt]. {--ENTRY_MODIFY--}:</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td width="50%" align="right" class="admin_edit switch_sw$content[sw]">
+ {--EDIT_ACTION--}: </td>
+ <td width="50%" class="admin_edit switch_sw$content[sw]">
+ $content[action]</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td width="50%" class="admin_edit switch_sw$content[sw]" align="right">
+ {--EDIT_WHAT--}: </td>
+ <td width="50%" class="admin_edit switch_sw$content[sw]">
+ $content[what]</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td width="50%" class="admin_edit switch_sw$content[sw]" align="right">
+ {--EDIT_TITLE--}: </td>
+ <td width="50%" class="admin_edit switch_sw$content[sw]"><INPUT
type="text" name="sel[$content[sel]]" value="$content[menu]"
- class="admin_normal" size="30" maxlength="50"></TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw] bottom2"> </TD>
-</TR>
\ No newline at end of file
+ class="admin_normal" size="30" maxlength="50"></td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw] bottom2"> </td>
+</tr>
\ No newline at end of file
-<form
- action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD colspan="4" height="5" class="admin_title seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="4" class="admin_title"><strong>{--CHANGE_GUEST_MENU--}</strong><br />
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=guestedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="4" height="5" class="admin_title seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="4" class="admin_title"><strong>{--CHANGE_GUEST_MENU--}</strong><br />
<br />
- {--CHANGE_MENU_1--}{!__CHK_VALUE!}{--CHANGE_MENU_2--}</TD>
- </TR>
- <TR>
- <TD colspan="4" height="5" class="admin_title seperator bottom2"> </TD>
- </TR>
+ {--CHANGE_MENU_1--}{!__CHK_VALUE!}{--CHANGE_MENU_2--}</td>
+ </tr>
+ <tr>
+ <td colspan="4" height="5" class="admin_title seperator bottom2"> </td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD colspan="4" align="center" height="40" class="admin_footer">
+ <tr>
+ <td colspan="4" align="center" height="40" class="admin_footer">
<INPUT type="hidden" name="ok" value="status" /> <INPUT
type="hidden" name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}" />
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}"
class="admin_normal" /> <INPUT type="submit"
class="admin_submit" name="submit" value="{--CHANGE_ENTRIES--}" />
- </TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ </td>
+ </tr>
+</table>
+</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=guest_add" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right" width="245">{--ENTER_TITLE--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table" width="245"><INPUT
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right" width="245">{--ENTER_TITLE--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table" width="245"><INPUT
type="text" name="title" class="admin_normal" size="30"
- maxlength="50"></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_WHAT_NAME--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__WHAT_SELECTION!}<br />
- <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_PARENT_MENU--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__ACTION_SELECTION!}<br />
- <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_BELOW_MENU--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__BELOW_SELECTION!}</TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--MENU_IS_VISIBLE--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table"><select
+ maxlength="50"></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_WHAT_NAME--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table">{!__WHAT_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_PARENT_MENU--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table">{!__ACTION_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_BELOW_MENU--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table">{!__BELOW_SELECTION!}</td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--MENU_IS_VISIBLE--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table"><select
class="admin_select" name="visible" size="1">
<option value="Y">{--YES--}</option>
<option value="N">{--NO--}</option>
- </select></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--MENU_IS_ACTIVE--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table"><select
+ </select></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--MENU_IS_ACTIVE--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table"><select
class="admin_select" name="active" size="1">
<option value="N">{--YES--}</option>
<option value="Y">{--NO--}</option>
- </select></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD class="admin_table" height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD class="admin_table" width="10"> </TD>
- <TD align="center" class="admin_table" align="center" colspan="3">
+ </select></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td class="admin_table" height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td class="admin_table" width="10"> </td>
+ <td align="center" class="admin_table" align="center" colspan="3">
<INPUT type="reset" class="admin_reset" class="admin_normal"
value="{--CLEAR_FORM--}" /> <INPUT type="submit"
class="admin_submit" name="ok" value="{--ADMIN_ADD_MENU--}" />
- </TD>
- <TD class="admin_table" width="10"> </TD>
- </TR>
- <TR>
- <TD class="admin_table" height="8" colspan="5"></TD>
- </TR>
-</TABLE>
+ </td>
+ <td class="admin_table" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="admin_table" height="8" colspan="5"></td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=admins_edit"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="640"
+<table border="0" cellspacing="0" cellpadding="0" width="640"
class="admin_table dashed" align="center">
- <TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></TD>
- </TR>
- <TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
- </TR>
+ <tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
+ </tr>
{!__ADMINS_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--ADMIN_ADMINS_EDIT--}" /> <INPUT type="submit"
name="del" class="admin_delete" value="{--ADMIN_ADMINS_DELETE--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2">
<a href="$content[email_link]">$content[login]</a>
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
<a href="mailto:$content[email]">$content[email]</a>
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[mode]
- </TD>
- <TD class="switch_sw$content[sw] bottom2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2">
$content[la_mode]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--GENDER--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--SURNAME--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--FAMILY_NAME--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--ADDY--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--MEMBER_JOINED--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--LAST_SEEN--}</strong></TD>
- <TD class="admin_title bottom2" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></TD>
- </TR>
+ <tr>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--GENDER--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--SURNAME--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--FAMILY_NAME--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--ADDY--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--MEMBER_JOINED--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--LAST_SEEN--}</strong></td>
+ <td class="admin_title bottom2" align="center"><strong>{--AUTOPURGE_NOTIFIED--}</strong></td>
+ </tr>
{!__AUTOPURGE_ROWS!}
- <TR>
- <TD colspan="8" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="8" class="admin_footer seperator"> </td>
+ </tr>
+</table>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[uid]</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[sname]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[fname]</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]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[notified]</TD>
-</TR>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[uid]</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[sname]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[fname]</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]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[notified]</td>
+</tr>
-<form
- action="{!URL!}/modules.php?module=admin&what=list_bank_package"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
- class="admin_table dashed" align="center">
- <TR>
- <TD colspan="8" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_BANK_PACKAGES--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="20" colspan="2" align="center"
- class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></TD>
- </TR>
+<form action="{!URL!}/modules.php?module=admin&what=list_bank_package" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+ <tr>
+ <td colspan="8" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_BANK_PACKAGES--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="20" colspan="2" align="center"
+ class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+ <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+ <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
+ <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></td>
+ <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></td>
+ <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></td>
+ </tr>
{!__BANK_PACKAGE_ROWS!}
- <TR>
- <TD colspan="8" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="8" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="change" class="admin_submit"
value="{--ADMIN_DE_ACTIVATE--}" /> <INPUT type="submit"
name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
<INPUT type="submit" name="delete" class="admin_delete"
- value="{--ADMIN_DELETE_ENTRIES--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2">
<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>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
<strong>$content[id]</strong>
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[title]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[description]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[fee] {!POINTS!}
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[plus]%
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[minus]%
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
$content[active]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="admin_table dashed">
- <TR>
- <TD class="admin_header bottom2 right2" align="center" width="60">
- <strong>{--BEG_RANK--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="90">
- <strong>{--_UID--}:</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--SURNAME_FAMILY--}:</strong>
- </TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--BEG_TOTAL--}:</strong>
- </TD>
- <TD class="admin_header bottom2" align="center" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td class="admin_header bottom2 right2" align="center" width="60">
+ <strong>{--BEG_RANK--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="90">
+ <strong>{--_UID--}:</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--SURNAME_FAMILY--}:</strong>
+ </td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--BEG_TOTAL--}:</strong>
+ </td>
+ <td class="admin_header bottom2" align="center" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
+ </td>
+ </tr>
{!__BEG_ROWS!}
- <TR>
- <TD colspan="3" class="admin_header bottom2 right2" height="28"
- align="right"><u>{--BEG_MEMBER_TOTAL--}:</u> </TD>
- <TD class="admin_header bottom2 right2" height="28"> <u>{!__TOTAL!}
- {!POINTS!}</u></TD>
- <TD class="admin_header bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="5" class="admin_header" align="center" height="55">
+ <tr>
+ <td colspan="3" class="admin_header bottom2 right2" height="28"
+ align="right"><u>{--BEG_MEMBER_TOTAL--}:</u> </td>
+ <td class="admin_header bottom2 right2" height="28"> <u>{!__TOTAL!}
+ {!POINTS!}</u></td>
+ <td class="admin_header bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" class="admin_header" align="center" height="55">
{!__BEG_WITHDRAW_FORM!}
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
<div class="admin_note"><strong>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</strong><br />
<br />
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]<a
- href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</a>$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]<a
+ href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</a>$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a
href="$content[email]">$content[gender] $content[sname]
- $content[fname]</a>$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> $content[turbo]
- {!POINTS!}</TD>
- <TD class="switch_sw$content[sw] bottom2"> $content[last]</TD>
-</TR>
\ No newline at end of file
+ $content[fname]</a>$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom2 right2"> $content[turbo]
+ {!POINTS!}</td>
+ <td class="switch_sw$content[sw] bottom2"> $content[last]</td>
+</tr>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="admin_table dashed">
- <TR>
- <TD class="admin_header bottom2 right2" align="center" width="60">
- <strong>{--BONUS_RANK--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="90">
- <strong>{--_UID--}:</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--SURNAME_FAMILY--}:</strong>
- </TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--BONUS_TURBO_TOTAL2--}:</strong>
- </TD>
- <TD class="admin_header bottom2" align="center" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td class="admin_header bottom2 right2" align="center" width="60">
+ <strong>{--BONUS_RANK--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="90">
+ <strong>{--_UID--}:</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--SURNAME_FAMILY--}:</strong>
+ </td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--BONUS_TURBO_TOTAL2--}:</strong>
+ </td>
+ <td class="admin_header bottom2" align="center" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
+ </td>
+ </tr>
{!__BONUS_ROWS!}
- <TR>
- <TD colspan="3" class="admin_header bottom2 right2" height="28"
- align="right"><u>{--BONUS_MEMBER_TOTAL--}:</u> </TD>
- <TD class="admin_header bottom2 right2" height="28"> <u>{!__TOTAL!}
- {!POINTS!}</u></TD>
- <TD class="admin_header bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="5" class="admin_header" align="center" height="55">
- {!__BONUS_WITHDRAW_FORM!}</TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="3" class="admin_header bottom2 right2" height="28"
+ align="right"><u>{--BONUS_MEMBER_TOTAL--}:</u> </td>
+ <td class="admin_header bottom2 right2" height="28"> <u>{!__TOTAL!}
+ {!POINTS!}</u></td>
+ <td class="admin_header bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" class="admin_header" align="center" height="55">
+ {!__BONUS_WITHDRAW_FORM!}</td>
+ </tr>
+</table>
<div class="admin_note"><strong>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</strong><br />
<br />
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
-<TR>
- <TD colspan="3" align="center" height="25" class="admin_title">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
+<tr>
+ <td colspan="3" align="center" height="25" class="admin_title">
<div class="admin_done">{--ADMIN_BONUS_CONTENT--}</STRONG>
- </TD>
-</TR>
+ </td>
+</tr>
$content[nav]
$content[rows]
$content[nav]
-</TABLE>
+</table>
</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[uid]$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2"> $content[points] {!POINTS!}</TD>
- <TD class="switch_sw$content[sw] bottom2"> $content[last]</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[uid]$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom2 right2"> $content[win1]<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>$content[win2]</td>
+ <td class="switch_sw$content[sw] bottom2 right2"> $content[points] {!POINTS!}</td>
+ <td class="switch_sw$content[sw] bottom2"> $content[last]</td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
- <TR>
- <TD colspan="3" align="center" class="admin_header bottom2"
+ <tr>
+ <td colspan="3" align="center" class="admin_header bottom2"
height="50">{--USER_ID--}: <strong><a
href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__UID!}</a></strong>({!__EMAIL!})
- </TD>
- </TR>
+ </td>
+ </tr>
{!__CATS_ROWS!}
- <TR>
- <TD colspan="3" class="admin_footer"
+ <tr>
+ <td colspan="3" class="admin_footer"
style="padding-top: 10px; padding-bottom: 10px"><u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
- {!__MEMBER_LINKS!}</TD>
- </TR>
-</TABLE>
+ {!__MEMBER_LINKS!}</td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="admin_table dashed">
- <TR>
- <TD height="10" class="admin_header seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_header"><strong>{--ADMIN_MEM_NO_CATS_1--}<a
+ <tr>
+ <td height="10" class="admin_header seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_header"><strong>{--ADMIN_MEM_NO_CATS_1--}<a
href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__UID!}</a>{--ADMIN_MEM_NO_CATS_2--}</strong>
- </TD>
- </TR>
- <TR>
- <TD height="10" class="admin_header seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD height="10" class="admin_header seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_header"><u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
- {!__MEMBER_LINKS!}</TD>
- </TR>
- <TR>
- <TD height="10" class="admin_header seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td height="10" class="admin_header seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td height="10" class="admin_header seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_header"><u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
+ {!__MEMBER_LINKS!}</td>
+ </tr>
+ <tr>
+ <td height="10" class="admin_header seperator"> </td>
+ </tr>
+</table>
-<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"
- align="center">$content[sel]</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"
+ align="center">$content[sel]</td>
+</tr>
-<form action="{!URL!}/modules.php?module=admin&what=list_country"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
- class="admin_table dashed" align="center">
- <TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></TD>
- <TD width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></TD>
- </TR>
+<div align="center>
+<form action="{!URL!}/modules.php?module=admin&what=list_country" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+ <tr>
+ <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+ <td width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+ <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
+ </tr>
{!__COUNTRY_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="4" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="change" class="admin_submit"
value="{--ADMIN_DE_ACTIVATE--}" /> <INPUT type="submit"
name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
<INPUT type="submit" name="delete" class="admin_delete"
- value="{--ADMIN_DELETE_ENTRIES--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+ </tr>
+</table>
</form>
-<P>
{!__ADD_COUNTRY_FORM!}
-</P>
+</div>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
- <INPUT type="hidden" name="id[$content[id]]" value="1"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[code]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[descr]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
- $content[status]</TD>
-</TR>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
+ <INPUT type="hidden" name="id[$content[id]]" value="1"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ $content[code]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ $content[descr]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
+ $content[status]</td>
+</tr>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
- <INPUT type="hidden" name="id[$content[id]]" value="1"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
+ <INPUT type="hidden" name="id[$content[id]]" value="1"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
type="text" name="code[$content[id]]" class="admin_normal" size="2"
- maxelength="2" value="$content[code]"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
+ maxelength="2" value="$content[code]"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><INPUT
type="text" name="descr[$content[id]]" class="admin_normal" size="20"
- maxelength="255" value="$content[descr]"></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><select
+ maxelength="255" value="$content[descr]"></td>
+ <td align="center" class="switch_sw$content[sw] bottom2"><select
name="is_active[$content[id]]" class="admin_select" size="1">
$content[status]
- </select></TD>
-</TR>
+ </select></td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=list_country" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="admin_table dashed" align="center">
- <TR>
- <TD colspan="4" align="center" class="admin_title" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+ <tr>
+ <td colspan="4" align="center" class="admin_title" height="30">
<strong>{!__COUNTRY_TITLE!}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></TD>
- <TD width="300" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+ <td width="300" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+ <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
+ </tr>
{!__COUNTRY_ROWS!}
- <TR>
- <TD colspan="4" class="admin_footer">
+ <tr>
+ <td colspan="4" class="admin_footer">
{!__COUNTRY_RESET!} <INPUT type="submit" name="{!__COUNTRY_MODE!}"
class="{!__COUNTRY_CLASS!}" value="{!__COUNTRY_SUBMIT!}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<TR>
- <TD align="center" class="bottom2" colspan="4" height="30">
+<tr>
+ <td align="center" class="bottom2" colspan="4" height="30">
<strong>{--ADMIN_COUNTRY_NO_CODES_SETUP--}</strong>
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="$content[status]" class="admin_normal" />
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[code]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[name]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
$content[active]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
- <TR>
- <TD class="admin_title" align="center" height="30" colspan="4">
+<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
+ <tr>
+ <td class="admin_title" align="center" height="30" colspan="4">
<div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" align="center" height="25" width="25%">
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" align="center" height="25" width="25%">
<div class="medium">{--_UID--}:</STRONG>
- </TD>
- <TD class="admin_title bottom2 right2" align="center" width="25%">
+ </td>
+ <td class="admin_title bottom2 right2" align="center" width="25%">
<div class="medium">{!POINTS!}:</STRONG>
- </TD>
- <TD class="admin_title bottom2 right2" align="center" width="25%">
+ </td>
+ <td class="admin_title bottom2 right2" align="center" width="25%">
<div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</STRONG>
- </TD>
- <TD class="admin_title bottom2" align="center" width="25%">
+ </td>
+ <td class="admin_title bottom2" align="center" width="25%">
<div class="medium">{--REMOTE_IP--}:</STRONG>
- </TD>
- </TR>
+ </td>
+ </tr>
{!__ROWS_CONTENT!}
- <TR>
- <TD colspan="4" class="seperator"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="4" class="seperator"> </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="540"
+<table border="0" cellspacing="0" cellpadding="0" width="540"
class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2" align="center" height="30" colspan="2">
- <div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</STRONG></TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" align="center" height="25"
+ <tr>
+ <td class="admin_title bottom2" align="center" height="30" colspan="2">
+ <div class="big">{--ADMIN_DOUBLER_LIST_OVERVIEW--}</STRONG></td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" align="center" height="25"
width="260"><div class="medium">{--ADMIN_DOUBLER_LIST_ALREADY--}</STRONG>
- </TD>
- <TD class="admin_title bottom2" align="center" height="25" width="260">
- <div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</STRONG></TD>
- </TR>
- <TR>
- <TD class="right2" align="center"
+ </td>
+ <td class="admin_title bottom2" align="center" height="25" width="260">
+ <div class="medium">{--ADMIN_DOUBLER_LIST_WAITING--}</STRONG></td>
+ </tr>
+ <tr>
+ <td class="right2" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="275"
+ <table border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
- <TR>
- <TD class="switch_sw1 bottom2" align="right" width="245">
- {--ADMIN_DOUBLER_ALREADY_ALL--}: </TD>
- <TD class="switch_sw1 bottom2" align="center" width="30"><strong>{!__DOUBLER_ALREADY_ALL_LINK!}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="switch_sw2 bottom2" align="right">
- {--ADMIN_DOUBLER_ALREADY_DIRECT--}: </TD>
- <TD class="switch_sw2 bottom2" align="center"><strong>{!__DOUBLER_ALREADY_DIRECT_LINK!}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="switch_sw1" align="right">
- {--ADMIN_DOUBLER_ALREADY_REF--}: </TD>
- <TD class="switch_sw1" align="center"><strong>{!__DOUBLER_ALREADY_REF_LINK!}</strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
- <TD align="center"
+ <tr>
+ <td class="switch_sw1 bottom2" align="right" width="245">
+ {--ADMIN_DOUBLER_ALREADY_ALL--}: </td>
+ <td class="switch_sw1 bottom2" align="center" width="30"><strong>{!__DOUBLER_ALREADY_ALL_LINK!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="switch_sw2 bottom2" align="right">
+ {--ADMIN_DOUBLER_ALREADY_DIRECT--}: </td>
+ <td class="switch_sw2 bottom2" align="center"><strong>{!__DOUBLER_ALREADY_DIRECT_LINK!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="switch_sw1" align="right">
+ {--ADMIN_DOUBLER_ALREADY_REF--}: </td>
+ <td class="switch_sw1" align="center"><strong>{!__DOUBLER_ALREADY_REF_LINK!}</strong>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="275"
+ <table border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
- <TR>
- <TD class="switch_sw1 bottom2" align="right" width="245">
- {--ADMIN_DOUBLER_WAITING_ALL--}: </TD>
- <TD class="switch_sw1 bottom2" align="center" width="30"><strong>{!__DOUBLER_WAITING_ALL_LINK!}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="switch_sw2 bottom2" align="right">
- {--ADMIN_DOUBLER_WAITING_DIRECT--}: </TD>
- <TD class="switch_sw2 bottom2" align="center"><strong>{!__DOUBLER_WAITING_DIRECT_LINK!}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="switch_sw1" align="right">
- {--ADMIN_DOUBLER_WAITING_REF--}: </TD>
- <TD class="switch_sw1" align="center"><strong>{!__DOUBLER_WAITING_REF_LINK!}</strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td class="switch_sw1 bottom2" align="right" width="245">
+ {--ADMIN_DOUBLER_WAITING_ALL--}: </td>
+ <td class="switch_sw1 bottom2" align="center" width="30"><strong>{!__DOUBLER_WAITING_ALL_LINK!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="switch_sw2 bottom2" align="right">
+ {--ADMIN_DOUBLER_WAITING_DIRECT--}: </td>
+ <td class="switch_sw2 bottom2" align="center"><strong>{!__DOUBLER_WAITING_DIRECT_LINK!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="switch_sw1" align="right">
+ {--ADMIN_DOUBLER_WAITING_REF--}: </td>
+ <td class="switch_sw1" align="center"><strong>{!__DOUBLER_WAITING_REF_LINK!}</strong>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
- <TR>
- <TD class="admin_title" align="center" height="30" colspan="4"><strong
- class="big">{!__ADMIN_DOUBLER_LIST_WAITING!}</strong></TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" align="center" height="25"
- width="25%"><div class="medium">{--_UID--}:</strong></TD>
- <TD class="admin_title bottom2 right2" align="center" width="25%">
- <div class="medium">{!POINTS!}:</strong></TD>
- <TD class="admin_title bottom2 right2" align="center" width="25%">
+<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
+ <tr>
+ <td class="admin_title" align="center" height="30" colspan="4"><strong
+ class="big">{!__ADMIN_DOUBLER_LIST_WAITING!}</strong></td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" align="center" height="25"
+ width="25%"><div class="medium">{--_UID--}:</strong></td>
+ <td class="admin_title bottom2 right2" align="center" width="25%">
+ <div class="medium">{!POINTS!}:</strong></td>
+ <td class="admin_title bottom2 right2" align="center" width="25%">
<div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong>
- </TD>
- <TD class="admin_title bottom2" align="center" width="25%"><strong
- class="medium">{--REMOTE_IP--}:</strong></TD>
- </TR>
+ </td>
+ <td class="admin_title bottom2" align="center" width="25%"><strong
+ class="medium">{--REMOTE_IP--}:</strong></td>
+ </tr>
{!__ROWS_CONTENT!}
- <TR>
- <TD colspan="4" class="seperator"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="4" class="seperator"> </td>
+ </tr>
+</table>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
-<TR>
- <TD colspan="3" align="center" height="25" class="admin_title">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
+<tr>
+ <td colspan="3" align="center" height="25" class="admin_title">
<div class="admin_done">{--ADMIN_POOL_CONTENT--} ($content[who])</STRONG>
- </TD>
-</TR>
+ </td>
+</tr>
$content[nav]
$content[rows]
$content[nav]
-</TABLE>
+</table>
</div>
-<TR>
- <TD class="bottom top2 right" width="23%" align="center">
+<tr>
+ <td class="bottom top2 right" width="23%" align="center">
{--EMAIL_SENDER--}:<br />
<div class="admin_misc">$content[sender_link]</STRONG>
- </TD>
- <TD class="bottom top2 right" width="23%" align="center">
+ </td>
+ <td class="bottom top2 right" width="23%" align="center">
{--EMAIL_SUBJECT--}:<br />
<div class="admin_misc">$content[subject]</STRONG>
- </TD>
- <TD class="bottom top2" width="54%" align="center">
+ </td>
+ <td class="bottom top2" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
<div class="admin_misc">$content[text]</STRONG>
- </TD>
-</TR>
-<TR><TD height="5" colspan="3"></TD></TR>
-<TR>
- <TD colspan="2" align="center" class="top bottom right">
+ </td>
+</tr>
+<tr><td height="5" colspan="3"></td></tr>
+<tr>
+ <td colspan="2" align="center" class="top bottom right">
{--EMAIL_PAYMENT--}:<br />
<div class="admin_misc">$content[payment]
- </TD>
- <TD align="center" class="top bottom">
+ </td>
+ <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="top bottom right">
+ </td>
+</tr>
+<tr><td height="5" colspan="3"></td></tr>
+<tr>
+ <td align="center" class="top bottom right">
{--EMAIL_RECEIVERS--}:<br />
<div class="admin_misc">$content[sent_email]</STRONG>
({--EMAIL_RUIDS--}: <div class="admin_misc">$content[receivers]</STRONG>)
- </TD>
- <TD align="center" class="top bottom right">
+ </td>
+ <td align="center" class="top bottom right">
{--USERS_LINKS--}:<br />
<div class="admin_misc">$content[unconfirmed]</STRONG>
- </TD>
- <TD align="center" class="top bottom">
+ </td>
+ <td align="center" class="top bottom">
{--EMAIL_POOL_TYPE--}:<br />
<div class="admin_misc">$content[type]</STRONG>
- </TD>
-</TR>
-<TR><TD height="5" colspan="3"></TD></TR>
-<TR>
- <TD align="center" class="top right">
+ </td>
+</tr>
+<tr><td height="5" colspan="3"></td></tr>
+<tr>
+ <td align="center" class="top right">
{--EMAIL_TSEND--}:<br />
<div class="admin_misc">$content[target_send]</STRONG>
- </TD>
- <TD align="center" class="top right">
+ </td>
+ <td align="center" class="top right">
{--EMAIL_URL--}:<br />
<div class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></STRONG>
- </TD>
- <TD align="center" class="top">
+ </td>
+ <td align="center" class="top">
{--EMAIL_TIMESTAMP--}:<br />
<div class="admin_misc">$content[timestamp]</STRONG>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="top2 admin_del_link" colspan="3">
+ </td>
+</tr>
+<tr>
+ <td align="center" class="top2 admin_del_link" colspan="3">
<a href="{!URL!}/modules.php?module=admin&what=del_email&mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
-<TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
- <strong>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</strong></TD>
-</TR>
-<TR>
- <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
- <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
- <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_CTIME--}</TD>
- <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
- <TD align="center" width="15%" class="admin_title bottom2">{--ADMIN_EXT_FILE_VERSION--}</TD>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
+ <strong>{--ADMIN_EXT_NEW_FOUND_TITLE--}:</strong></td>
+</tr>
+<tr>
+ <td align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</td>
+ <td align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</td>
+ <td align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_CTIME--}</td>
+ <td align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</td>
+ <td align="center" width="15%" class="admin_title bottom2">{--ADMIN_EXT_FILE_VERSION--}</td>
+</tr>
{!__EXTENSIONS_ROWS!}
-<TR>
- <TD colspan="2" align="center" class="admin_title right2">
+<tr>
+ <td colspan="2" align="center" class="admin_title right2">
{--ADMIN_EXT_TOTAL_FOUND--}: <strong>{!__TEXT_VALUE!}</strong>
- </TD>
- <TD colspan="3" align="right" class="admin_title right2">
+ </td>
+ <td colspan="3" align="right" class="admin_title right2">
{--ADMIN_EXT_TOTAL_FSIZE--}: <strong>{!__TKBYTES_VALUE!} {--KBYTES--}</strong>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[id].</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a href="$content[link]">$content[name]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[last]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[size] {--KBYTES--}</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[new_ver] ($content[old_ver])</TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw] bottom2"> </TD>
- <TD colspan="4" class="switch_sw$content[sw] bottom2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[id].</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><a href="$content[link]">$content[name]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[last]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[size] {--KBYTES--}</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[new_ver] ($content[old_ver])</td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw] bottom2"> </td>
+ <td colspan="4" class="switch_sw$content[sw] bottom2">
<div class="tiny">$content[info]</div>
- </TD>
-</TR>
+ </td>
+</tr>
-<form action="{!URL!}/modules.php?module=admin&what=del_holiday"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD width="10" class="admin_title bottom2 right2" align="center"
- height="30"><strong>{--ID_SELECT--}</strong></TD>
- <TD width="50" class="admin_title bottom2 right2" align="center"><strong>{--_UID--}:</strong></TD>
- <TD width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></TD>
- <TD width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></TD>
- <TD width="100" class="admin_title bottom2 right2" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></TD>
- <TD width="160" class="admin_title bottom2" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
- </TR>
+<form action="{!URL!}/modules.php?module=admin&what=del_holiday" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td width="10" class="admin_title bottom2 right2" align="center"
+ height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td width="50" class="admin_title bottom2 right2" align="center"><strong>{--_UID--}:</strong></td>
+ <td width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></td>
+ <td width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></td>
+ <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></td>
+ <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+ <td width="160" class="admin_title bottom2" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+ </tr>
{!__HOLIDAY_ROWS!}
- <TR>
- <TD colspan="7" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="7" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="ok" class="admin_delete"
- value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></TD>
- </TR>
-</TABLE>
+ value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[uid]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[start]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[end]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<pre>$content[comments]</pre>
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[status]
- </TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
$content[last]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
- <TR>
- <TD colspan="4" align="center" class="admin_header bottom2" height="40">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+ <tr>
+ <td colspan="4" align="center" class="admin_header bottom2" height="40">
<strong><a href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__UID!}">{!__SNAME_VALUE!} {!__FNAME_VALUE!}</a></strong> ({!__EMAIL_VALUE!}):
- </TD>
- </TR>
+ </td>
+ </tr>
{!__EMAIL_LIST!}
- <TR>
- <TD colspan="4" height="40" class="admin_header" align="center">
+ <tr>
+ <td colspan="4" height="40" class="admin_header" align="center">
{--MEMBER_TOTAL_LINKS_1--}{!__NUMS_VALUE!}{--MEMBER_TOTAL_LINKS_2--}<br />
<a href="{!URL!}/modules.php?module=admin&what=list_links&u_id={!__UID!}&del=all" onclick="return confirm('{--ADMIN_REALLY_DELETE_ALL_MAILS--}')">{--ADMIN_DEL_UNCONFIRMED_LINKS--}</a>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2" colspan="4">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2" colspan="4">
<div class="admin_failed large">$content[problem]:</STRONG> $content[data]
- </TD>
-</TR>
+ </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[subj]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[cat]</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[subj]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[cat]</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=payments"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
width="99%" class="admin_table dashed">
- <TR>
- <TD align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></TD>
- <TD class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></TD>
- </TR>
+ <tr>
+ <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
+ <td class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
+ </tr>
{!__PAYMENT_ROWS!}
- <TR>
- <TD class="admin_footer" colspan="5"><INPUT
+ <tr>
+ <td class="admin_footer" colspan="5"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--EDIT_PAY--}" /> <INPUT type="submit"
- name="del" class="admin_delete" value="{--DEL_PAY--}" /></TD>
- </TR>
-</TABLE>
+ name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=admin&what=list_payouts"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed" align="center">
- <TR>
- <TD colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="20" align="center" class="admin_title bottom2 right2"><strong>{--_UID--}</strong></TD>
- <TD width="40" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></TD>
- <TD width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></TD>
- <TD width="120" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></TD>
- <TD width="220" align="center" class="admin_title bottom2"><strong>{--PAYOUT_STATUS--}</strong></TD>
- </TR>
+<form action="{!URL!}/modules.php?module=admin&what=list_payouts" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+ <tr>
+ <td colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--_UID--}</strong></td>
+ <td width="40" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+ <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+ <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
+ <td width="120" align="center" class="admin_title bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+ <td width="220" align="center" class="admin_title bottom2"><strong>{--PAYOUT_STATUS--}</strong></td>
+ </tr>
{!__PAYOUT_ROWS!}
- <TR>
- <TD colspan="6" class="admin_footer"><a
+ <tr>
+ <td colspan="6" class="admin_footer"><a
href="{!URL!}/modules.php?module=admin&what=list_payouts&do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</a>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<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>
-</TR>
\ No newline at end of file
+<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>
+</tr>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
-<TR>
- <TD class="admin_header bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_ACCOUNT--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_TRANSFERED--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TIMESTAMP--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TYPE--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_MESSAGE--}</strong></TD>
- <TD class="admin_header bottom2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_STATUS--}</strong></TD>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
+<tr>
+ <td class="admin_header bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_ACCOUNT--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_TRANSFERED--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TIMESTAMP--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TYPE--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_MESSAGE--}</strong></td>
+ <td class="admin_header bottom2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_STATUS--}</strong></td>
+</tr>
$content
-<TR>
- <TD colspan="8" class="admin_footer seperator"> </TD>
-</TR>
-</TABLE>
+<tr>
+ <td colspan="8" class="admin_footer seperator"> </td>
+</tr>
+</table>
-<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>
-</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>
+</tr>
-<form action="{!URL!}/modules.php?module=admin&what=list_rallyes"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD colspan="5" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" width="100" class="admin_title bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></TD>
- <TD align="center" width="70" class="admin_title bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></TD>
- <TD align="center" width="200" class="admin_title bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></TD>
- <TD align="center" width="200" class="admin_title bottom2"><strong>{--RALLYE_TEND--}:</strong></TD>
- </TR>
+<form 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="5" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" width="100" class="admin_title bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></td>
+ <td align="center" width="70" class="admin_title bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></td>
+ <td align="center" width="200" class="admin_title bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></td>
+ <td align="center" width="200" class="admin_title bottom2"><strong>{--RALLYE_TEND--}:</strong></td>
+ </tr>
{!__RALLYE_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--RALLYE_EDIT_ADMIN--}" /> <INPUT type="submit"
name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<div class="admin_note"><strong>{--RALLYE_EDIT_DEL_NOTE--}</strong>
+<div class="admin_note">
+ {--RALLYE_EDIT_DEL_NOTE--}
</div>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[select]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
- href="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[title]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
- href="$content[email_link]">$content[alogin]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[start]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[end]</TD>
-</TR>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[select]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><a
+ href="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[title]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><a
+ href="$content[email_link]">$content[alogin]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[start]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[end]</td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
-<TR>
- <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_LIST_USERS_1--}{!__RALLYE_VALUE!}{--RALLYE_LIST_USERS_2--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--_UID--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--RALLYE_OLD_REFS--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--RALLYE_NEW_REFS--}:</strong></TD>
- <TD align="center" class="admin_title bottom2"><strong>{--RALLYE_REF_POINTS--}:</strong></TD>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+ <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_LIST_USERS_1--}{!__RALLYE_VALUE!}{--RALLYE_LIST_USERS_2--}:</strong>
+ </td>
+</tr>
+<tr>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--_UID--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--RALLYE_OLD_REFS--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--RALLYE_NEW_REFS--}:</strong></td>
+ <td align="center" class="admin_title bottom2"><strong>{--RALLYE_REF_POINTS--}:</strong></td>
+</tr>
{!__RALLYE_USER_ROWS!}
-<TR>
- <TD colspan="4" class="admin_footer">
+<tr>
+ <td colspan="4" class="admin_footer">
<div class="admin_note">{--RALLYE_REF_POINTS_NOTE--}</strong>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[bold_l]<a
href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</a>$content[bold_r]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[bold_l]$content[old]$content[bold_r]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[bold_l]$content[cnt]$content[bold_r]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
- $content[bold_l]$content[opoints]$content[bold_r]</TD>
-</TR>
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ $content[bold_l]$content[old]$content[bold_r]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ $content[bold_l]$content[cnt]$content[bold_r]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
+ $content[bold_l]$content[opoints]$content[bold_r]</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=list_rallyes"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="730"
+<table border="0" cellspacing="0" cellpadding="0" width="730"
class="admin_table dashed">
- <TR>
- <TD colspan="6" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></TD>
- </TR>
+ <tr>
+ <td colspan="6" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
+ </tr>
{!__RALLYE_ROWS!}
- <TR>
- <TD colspan="6" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="6" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--RALLYE_EDIT_ADMIN--}" /> <INPUT type="submit"
name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<div class="admin_note"><div class="admin_note">{--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}</strong>
+<div class="admin_note">
+ {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
</div>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"
- rowspan="5">$content[select]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong><br />
- $content[title]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_DESCR2--}:</strong><br />
- $content[descr]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong><br />
- <a href="$content[email_link]">$content[alogin]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong><br />
- $content[start_date]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_TEND--}:</strong><br />
- $content[end_date]</TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TEMPLATE2--}:</strong><br />
- $content[template]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_AUTO_ADD--}:</strong><br />
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"
+ rowspan="5">$content[select]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong><br />
+ $content[title]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_DESCR2--}:</strong><br />
+ $content[descr]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong><br />
+ <a href="$content[email_link]">$content[alogin]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong><br />
+ $content[start_date]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_TEND--}:</strong><br />
+ $content[end_date]</td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TEMPLATE2--}:</strong><br />
+ $content[template]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_AUTO_ADD--}:</strong><br />
<a
href="{!URL!}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&auto=$content[auto]"
- title="$content[auto_title]">$content[auto_lnk]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ACTIVE--}:</strong><br />
+ title="$content[auto_title]">$content[auto_lnk]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ACTIVE--}:</strong><br />
<a
href="{!URL!}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&activate=$content[active]"
- title="$content[active_title]">$content[active_lnk]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_NOTIFY--}:</strong><br />
+ title="$content[active_title]">$content[active_lnk]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_NOTIFY--}:</strong><br />
<a
href="{!URL!}/modules.php?module=admin&what=list_rallyes&rallye=$content[id]&notify=$content[notify]"
- title="$content[notify_title]">$content[notify_lnk]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_NOTIFIED--}:</strong><br />
- $content[notified]</TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"
+ title="$content[notify_title]">$content[notify_lnk]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_NOTIFIED--}:</strong><br />
+ $content[notified]</td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"
colspan="3"><strong>{--RALLYE_ASSIGNED_PRICES--}:</strong><br />
<a
href="{!URL!}/modules.php?module=admin&what=config_rallye_prices&rallye=$content[id]">$content[prices_cnt]</a>
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2" colspan="2">
<strong>{--RALLYE_ASSIGNED_USERS--}:</strong><br />
- $content[joined]</TD>
-</TR>
-<TR>
- <TD align="center" class="admin_title bottom2" colspan="5" height="35">
- <strong>{--RALLYE_LIMITATIONS--}:</strong></TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"
+ $content[joined]</td>
+</tr>
+<tr>
+ <td align="center" class="admin_title bottom2" colspan="5" height="35">
+ <strong>{--RALLYE_LIMITATIONS--}:</strong></td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"
colspan="3"><strong>{--RALLYE_MIN_USERS_MINI--}:</strong><br />
- $content[min_users]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
+ $content[min_users]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2" colspan="2">
<strong>{--RALLYE_MIN_PRICES_MINI--}:</strong><br />
- $content[min_prices]</TD>
-</TR>
+ $content[min_prices]</td>
+</tr>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[bold_l]<a
href="{!URL!}/modules.php?module=admin&what=list_user&u_id=$content[uid]">$content[uid]</a>$content[bold_r]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[bold_l]$content[old]$content[bold_r]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
- $content[bold_l]$content[cnt]$content[bold_r]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
- $content[bold_l]$content[points]$content[bold_r]</TD>
-</TR>
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ $content[bold_l]$content[old]$content[bold_r]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
+ $content[bold_l]$content[cnt]$content[bold_r]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
+ $content[bold_l]$content[points]$content[bold_r]</td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
-<TR>
- <TD colspan="6" class="admin_title" height="30">
+<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<tr>
+ <td colspan="6" class="admin_title" height="30">
<strong>{--ADMIN_LIST_REFERRALS_1--}<u>$content[uid]</u>{--ADMIN_LIST_REFERRALS_2--}</strong>
- </TD>
-</TR>
-<TR>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--_UID--}</strong></TD>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--REFS_COUNT--}</strong></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--ADDY--}</strong></TD>
- <TD width="10%" align="center" class="admin_header bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></TD>
- <TD width="10%" align="center" class="admin_header bottom2"><strong>{--MEMBER_JOINED--}</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td width="5%" align="center" class="admin_header bottom2 right2"><strong>{--_UID--}</strong></td>
+ <td width="5%" align="center" class="admin_header bottom2 right2"><strong>{--REFS_COUNT--}</strong></td>
+ <td width="35%" align="center" class="admin_header bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="admin_header bottom2 right2"><strong>{--ADDY--}</strong></td>
+ <td width="10%" align="center" class="admin_header bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="10%" align="center" class="admin_header bottom2"><strong>{--MEMBER_JOINED--}</strong></td>
+</tr>
$content[rows]
-<TR>
- <TD colspan="6" class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
+<tr>
+ <td colspan="6" class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
<div class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</div>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
-<TR>
- <TD class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" height="30">
<strong>{--ADMIN_LIST_REFERRALS_1--}<u>$content[uid]</u>{--ADMIN_LIST_REFERRALS_2--}</strong>
- </TD>
-</TR>
-<TR><TD class="seperator" height="6"> </TD></TR>
+ </td>
+</tr>
+<tr><td class="seperator" height="6"> </td></tr>
$content[rows]
-<TR><TD class="seperator bottom2" height="1"> </TD></TR>
-<TR>
- <TD class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
+<tr><td class="seperator bottom2" height="1"> </td></tr>
+<tr>
+ <td class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
<div class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</div>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
-<TR>
- <TD align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
-<TR>
- <TD colspan="6" class="admin_title" height="30" align="center">
+<tr>
+ <td align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<tr>
+ <td colspan="6" class="admin_title" height="30" align="center">
<strong>{--ADMIN_LIST_REFERRALS_LEVEL_1--}<u>$content[level]</u>{--ADMIN_LIST_REFERRALS_LEVEL_2--}</strong><br />
$content[info]
- </TD>
-</TR>
-<TR>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--_UID--}</strong></TD>
- <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--REFS_COUNT--}</strong></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></TD>
- <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--ADDY--}</strong></TD>
- <TD width="10%" align="center" class="admin_header bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></TD>
- <TD width="10%" align="center" class="admin_header bottom2"><strong>{--MEMBER_JOINED--}</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td width="5%" align="center" class="admin_header bottom2 right2"><strong>{--_UID--}</strong></td>
+ <td width="5%" align="center" class="admin_header bottom2 right2"><strong>{--REFS_COUNT--}</strong></td>
+ <td width="35%" align="center" class="admin_header bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="35%" align="center" class="admin_header bottom2 right2"><strong>{--ADDY--}</strong></td>
+ <td width="10%" align="center" class="admin_header bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="10%" align="center" class="admin_header bottom2"><strong>{--MEMBER_JOINED--}</strong></td>
+</tr>
$content[rows]
-<TR>
- <TD colspan="6" class="admin_footer seperator">
+<tr>
+ <td colspan="6" class="admin_footer seperator">
- </TD>
-</TR>
-</TABLE>
- </TD>
-</TR>
-<TR><TD class="seperator" height="5"> </TD></TR>
+ </td>
+</tr>
+</table>
+ </td>
+</tr>
+<tr><td class="seperator" height="5"> </td></tr>
-<TR>
- <TD colspan="6" class="admin_title bottom2" height="20">
+<tr>
+ <td colspan="6" class="admin_title bottom2" height="20">
<strong>{--ADMIN_LIST_USER_NOREFS_1--}<u>$content[uid]</u>{--ADMIN_LIST_USER_NOREFS_2--}</strong>
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]" align="right" 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>
-</TR>
+<tr>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]" align="right" 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>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=list_sponsor" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
-<TR>
- <TD colspan="4" align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<tr>
+ <td colspan="4" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_LIST_SPONSOR_ACCOUNTS--}</strong>
- </TD>
-</TR>
+ </td>
+</tr>
{!__SPONSOR_ROWS!}
-<TR>
- <TD colspan="4" class="admin_footer" style="padding: 5px">
+<tr>
+ <td colspan="4" class="admin_footer" style="padding: 5px">
<div class="admin_notes tiny">{--ADMIN_LIST_SPONSOR_NOTES--}</div>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center" width="520">
-<TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30" style="padding: 5px">
+<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" style="padding: 5px">
<div class="big">{--ADMIN_SPONSOR_DETAILS--}:</STRONG>
- </TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2" height="25">{--SPONSOR_ID--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_ID!} [ <strong><a href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__SPONSOR_ID!}">{!__SPONSOR_STATUS!}</a></strong> ]</TD>
-</TR>
-<TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
+ </td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2" height="25">{--SPONSOR_ID--}: </td>
+ <td class="bottom2"> {!__SPONSOR_ID!} [ <strong><a href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__SPONSOR_ID!}">{!__SPONSOR_STATUS!}</a></strong> ]</td>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SPONSOR_COMPANY_DATA--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_TITLE--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_COMPANY!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_POSITION--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_POSITION!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_TAX_IDENT--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_TAX_IDENT!}</TD>
-</TR>
-<TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
+ </td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_TITLE--}: </td>
+ <td class="bottom2"> {!__SPONSOR_COMPANY!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_COMPANY_POSITION--}: </td>
+ <td class="bottom2"> {!__SPONSOR_POSITION!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_TAX_IDENT--}: </td>
+ <td class="bottom2"> {!__SPONSOR_TAX_IDENT!}</td>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SPONSOR_PERSONA_DATA--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SURNAME_FAMILY--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_GENDER!} {!__SPONSOR_SURNAME!} {!__SPONSOR_FAMILY!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR1--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_STREET1!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR2--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_STREET2!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_COUNTRY!}-{!__SPONSOR_ZIP!} {!__SPONSOR_CITY!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_PHONE--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_PHONE!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_FAX--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_FAX!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_CELL--}: </TD>
- <TD class="bottom2"> {!__SPONSOR_CELL!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_EMAIL--}: </TD>
- <TD class="bottom2"> <a href="{!__SPONSOR_EMAIL!}">{!__SPONSOR_EMAIL_VALUE!}</a> </TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_ENTER_URL--}: </TD>
- <TD class="bottom2"> [ <a href="{!__SPONSOR_URL!}" target="_blank"><strong>{--ADMIN_TEST_URL--}</strong></a> ] </TD>
-</TR>
-<TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
+ </td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SURNAME_FAMILY--}: </td>
+ <td class="bottom2"> {!__SPONSOR_GENDER!} {!__SPONSOR_SURNAME!} {!__SPONSOR_FAMILY!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR1--}: </td>
+ <td class="bottom2"> {!__SPONSOR_STREET1!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_STREET_NR2--}: </td>
+ <td class="bottom2"> {!__SPONSOR_STREET2!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}: </td>
+ <td class="bottom2"> {!__SPONSOR_COUNTRY!}-{!__SPONSOR_ZIP!} {!__SPONSOR_CITY!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_PHONE--}: </td>
+ <td class="bottom2"> {!__SPONSOR_PHONE!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_FAX--}: </td>
+ <td class="bottom2"> {!__SPONSOR_FAX!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_CELL--}: </td>
+ <td class="bottom2"> {!__SPONSOR_CELL!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_EMAIL--}: </td>
+ <td class="bottom2"> <a href="{!__SPONSOR_EMAIL!}">{!__SPONSOR_EMAIL_VALUE!}</a> </td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_ENTER_URL--}: </td>
+ <td class="bottom2"> [ <a href="{!__SPONSOR_URL!}" target="_blank"><strong>{--ADMIN_TEST_URL--}</strong></a> ] </td>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SPONSOR_WARNINGS_POINTS--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_RECEIVE_WARNINGS_SHORT--}:</strong> </TD>
- <TD align="center" class="bottom2">{!__SPONSOR_REC_WARNING!}</TD>
-<TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_WARNING_INTERVAL_SHORT--}:</strong> </TD>
- <TD align="center" class="bottom2">{!__SPONSOR_INTERVAL!}</TD>
-<TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_POINTS_AMOUNT--}:</strong> </TD>
- <TD align="center" class="bottom2"> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}"><strong>{!__SPONSOR_AMOUNT!}</strong></a> ]</TD>
-<TR>
-</TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_POINTS_USED--}:</strong> </TD>
- <TD align="center" class="bottom2"> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=sub_points" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><strong>{!__SPONSOR_USED!}</strong></a> ]</TD>
-</TR>
-<TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
+ </td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_RECEIVE_WARNINGS_SHORT--}:</strong> </td>
+ <td align="center" class="bottom2">{!__SPONSOR_REC_WARNING!}</td>
+<tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_WARNING_INTERVAL_SHORT--}:</strong> </td>
+ <td align="center" class="bottom2">{!__SPONSOR_INTERVAL!}</td>
+<tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_POINTS_AMOUNT--}:</strong> </td>
+ <td align="center" class="bottom2"> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}"><strong>{!__SPONSOR_AMOUNT!}</strong></a> ]</td>
+<tr>
+</tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_POINTS_USED--}:</strong> </td>
+ <td align="center" class="bottom2"> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=sub_points" title="{--ADMIN_SPONSOR_SUB_POINTS_LINK_TITLE--}"><strong>{!__SPONSOR_USED!}</strong></a> ]</td>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_SPONSOR_OTHER_DETAILS--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_CREATED--}:</strong> </TD>
- <TD align="center" class="bottom2">{!__SPONSOR_CREATED!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--ADMIN_LAST_ONLINE--}:</strong> </TD>
- <TD align="center" class="bottom2">{!__SPONSOR_LAST_ONLINE!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--ADMIN_LAST_CHANGE--}:</strong> </TD>
- <TD align="center" class="bottom2">{!__SPONSOR_LAST_CHANGE!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--REMOTE_IP--}:</strong> </TD>
- <TD align="center" class="bottom2">{!__SPONSOR_REMOTE_ADR!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_REFID--}:</strong> </TD>
- <TD align="center" class="bottom2">{!__SPONSOR_REFID!}</TD>
-</TR>
-<TR>
- <TD align="right" class="bottom2 right2">{--SPONSOR_REFERRALS--}:</strong> </TD>
- <TD align="center" class="bottom2">[ <a href="{!URL!}/modules.php?module=admin&what=list_sponsor&rid={!__SPONSOR_ID!}"><strong>{!__SPONSOR_REFS!}</strong></a> ]</TD>
-</TR>
-<TR>
- <TD colspan="2" class="admin_footer" style="padding: 5px">
+ </td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_CREATED--}:</strong> </td>
+ <td align="center" class="bottom2">{!__SPONSOR_CREATED!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--ADMIN_LAST_ONLINE--}:</strong> </td>
+ <td align="center" class="bottom2">{!__SPONSOR_LAST_ONLINE!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--ADMIN_LAST_CHANGE--}:</strong> </td>
+ <td align="center" class="bottom2">{!__SPONSOR_LAST_CHANGE!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--REMOTE_IP--}:</strong> </td>
+ <td align="center" class="bottom2">{!__SPONSOR_REMOTE_ADR!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_REFID--}:</strong> </td>
+ <td align="center" class="bottom2">{!__SPONSOR_REFID!}</td>
+</tr>
+<tr>
+ <td align="right" class="bottom2 right2">{--SPONSOR_REFERRALS--}:</strong> </td>
+ <td align="center" class="bottom2">[ <a href="{!URL!}/modules.php?module=admin&what=list_sponsor&rid={!__SPONSOR_ID!}"><strong>{!__SPONSOR_REFS!}</strong></a> ]</td>
+</tr>
+<tr>
+ <td colspan="2" class="admin_footer" style="padding: 5px">
<div align="center"><strong>{--ADMIN_SPONSOR_ACTIONS--}:</strong></div>
<ul>
<li> [ <a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id={!__SPONSOR_ID!}&mode=edit">{--ADMIN_SPONSOR_EDIT--}</a> ]</li>
<li> [ <a href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__SPONSOR_ID!}">{--ADMIN_SPONSOR_LOCK--}</a> ]</li>
<li> [ <a href="{!URL!}/modules.php?module=admin&what=list_sponsor_pays&id={!__SPONSOR_ID!}">{--ADMIN_LIST_SPONSOR_ORDERS--}</a> ] (<strong>{!__SPONSOR_ORDERS!}</strong>)</li>
</ul>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="640" class="admin_table dashed" align="center">
-<TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" width="640" class="admin_table dashed" align="center">
+<tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
<strong>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
+</tr>
{!__LIST_ROWS!}
-<TR>
- <TD colspan="5" class="admin_footer">
+<tr>
+ <td colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}" />
<INPUT type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
\ No newline at end of file
-<TR>
- <TD colspan="5" align="center" class="switch_sw$content[sw] bottom2">
+<tr>
+ <td colspan="5" align="center" class="switch_sw$content[sw] bottom2">
<strong>{--ENTRY_404_1--}$content{--ENTRY_404_2--}</strong>
- </TD>
-</TR>
\ No newline at end of file
+ </td>
+</tr>
\ No newline at end of file
<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
-<TR>
- <TD align="center" colspan="5" class="admin_header bottom2" height="40">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
+<tr>
+ <td align="center" colspan="5" class="admin_header bottom2" height="40">
<strong>{--SPONSOR_DELETE_PAY_ENTRIES--}</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
+</tr>
{!__SPONSOR_ROWS!}
-<TR>
- <TD align="center" colspan="5" class="admin_footer">
+<tr>
+ <td align="center" colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_delete" name="remove" value="{--DEL_ENTRIES--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[name]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[rate]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[min]
- </TD>
- <TD class="switch_sw$content[sw] bottom2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2">
$content[curr]
- </TD>
-</TR>
+ </td>
+</tr>
<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=list_sponsor_pay" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
-<TR>
- <TD align="center" colspan="5" class="admin_header bottom2" height="40">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
+<tr>
+ <td align="center" colspan="5" class="admin_header bottom2" height="40">
<strong>{--SPONSOR_EDIT_PAY_ENTRIES--}</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></TD>
- <TD align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
+ <td align="center" class="admin_title bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
+</tr>
{!__SPONSOR_ROWS!}
-<TR>
- <TD align="center" colspan="5" class="admin_footer">
+<tr>
+ <td align="center" colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="change" value="{--SUBMIT_CHANGES--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="29">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2">
<INPUT type="text" name="name[$content[id]]" class="admin_normal" size="16" maxlength="" value="$content[name]">
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
<INPUT type="text" name="rate[$content[id]]" class="admin_normal" size="19" maxlength="" value="$content[rate]">
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
<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>
+ <td class="switch_sw$content[sw] bottom2">
<INPUT type="text" name="curr[$content[id]]" class="admin_normal" size="5" maxlength="" value="$content[curr]">
- </TD>
-</TR>
\ No newline at end of file
+ </td>
+</tr>
\ No newline at end of file
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[name]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[rate]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[min]
- </TD>
- <TD class="switch_sw$content[sw] bottom2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2">
$content[currency]
- </TD>
-</TR>
+ </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>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
+<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>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
[ <strong><a href="{!URL!}/modules.php?module=admin&what=list_sponsor&id=$content[id]" title="{--ADMIN_SPONSOR_DETAILS_LINK_TITLE--}">$content[id]</a></strong> ]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" width="240" colspan="2">
<a href="$content[email]">$content[gender] $content[sname] $content[fname]</a>
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2" width="160">
[ <strong><a href="{!URL!}/modules.php?module=admin&what=edit_sponsor&id=$content[id]&mode=add_points" title="{--ADMIN_SPONSOR_ADD_POINTS_LINK_TITLE--}">$content[points]</a></strong> ]
- </TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
+ </td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" 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>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--SPONSOR_CREATED--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" width="160"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw] bottom2" width="160"><strong>{--REMOTE_IP--}:</strong></td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" width="100">
[ <strong><a href="{!URL!}/modules.php?module=admin&what=lock_sponsor&id=$content[id]">$content[status]</a></strong> ]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
$content[created]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2" width="120">
$content[last]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2" width="160">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2" width="160">
$content[ip]
- </TD>
-</TR>
+ </td>
+</tr>
+<div align="center">
<form 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>
<div class="admin_note">
{--ADMIN_LIST_SURFBAR_ACTIONS_NOTE--}
</div>
+
+</div>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=list_surfbar_urls" method="POST">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="800">
<tr>
</tr>
</table>
</form>
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="task[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[admin]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{!URL!}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[infos]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[uid]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[type]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[created]]
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="task[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[admin]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
---
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[infos]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[uid]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[type]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[created]]
- </TD>
-</TR>
+ </td>
+</tr>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=del_transfer" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
- <TR>
- <TD colspan="6" align="center" class="admin_title2 bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="6" align="center" class="admin_title2 bottom2" height="30">
<strong>{!__TRANSFER_TITLE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="80" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_ID--}</strong></TD>
- <TD width="120" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_STAMP--}</strong></TD>
- <TD width="120" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_FROM_UID--}</strong></TD>
- <TD width="120" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_TO_UID--}</strong></TD>
- <TD width="230" align="center" class="admin_title2 bottom2 right2">
- <strong>{--TRANSFER_POINTS_REASON--}</strong></TD>
- <TD width="70" align="center" class="admin_title2 bottom2"><strong>{!POINTS!}</strong>
- </TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td width="80" align="center" class="admin_title2 bottom2 right2">
+ <strong>{--TRANSFER_ID--}</strong></td>
+ <td width="120" align="center" class="admin_title2 bottom2 right2">
+ <strong>{--TRANSFER_STAMP--}</strong></td>
+ <td width="120" align="center" class="admin_title2 bottom2 right2">
+ <strong>{--TRANSFER_FROM_UID--}</strong></td>
+ <td width="120" align="center" class="admin_title2 bottom2 right2">
+ <strong>{--TRANSFER_TO_UID--}</strong></td>
+ <td width="230" align="center" class="admin_title2 bottom2 right2">
+ <strong>{--TRANSFER_POINTS_REASON--}</strong></td>
+ <td width="70" align="center" class="admin_title2 bottom2"><strong>{!POINTS!}</strong>
+ </td>
+ </tr>
{!__TRANSFER_ROWS!}
- <TR>
- <TD colspan="6" class="admin_footer">
+ <tr>
+ <td colspan="6" class="admin_footer">
{!__TRANSFER_DELETE!}
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[idx]</strong>
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[stamp]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[from_link]</TD>
- <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>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"><strong>$content[idx]</strong></td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[stamp]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[from_link]</td>
+ <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>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="admin_table dashed">
-<TR>
- <TD width="260" align="center" class="bottom2 right2">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+ <td width="260" align="center" class="bottom2 right2">
{--EMAIL_SENDER--}:<br />
<strong><a href="{!URL!}/modules.php?module=admin&what=list_user&u_id={!__LIST_UNCON_SENDER!}">{!__LIST_UNCON_SENDER!}</a></strong>
- </TD>
- <TD width="260" align="center" class="bottom2">
+ </td>
+ <td width="260" align="center" class="bottom2">
{--EMAIL_SUBJECT--}:<br />
- <strong>{!__LIST_UNCON_SUBJECT!}</strong></TD>
-</TR>
-<TR>
- <TD align="center" class="bottom2 right2">{--EMAIL_URL--}:<br />
+ <strong>{!__LIST_UNCON_SUBJECT!}</strong></td>
+</tr>
+<tr>
+ <td align="center" class="bottom2 right2">{--EMAIL_URL--}:<br />
<strong><a
href="{!URL!}/modules.php?module=frametester&url={!__LIST_UNCON_URL!}"
- target="_blank">{--ADMIN_TEST_URL--}</a></strong></TD>
- <TD align="center" class="bottom2">{--EMAIL_TIMESTAMP--}:<br />
- <strong>{!__LIST_UNCON_STAMP!}</strong></TD>
-</TR>
-<TR>
- <TD align="center" class="bottom2 right2">{--EMAIL_TEXT--}:<br />
- <strong>{!__LIST_UNCON_TEXT!}</strong></TD>
- <TD align="center" class="bottom2">{--USERS_LINKS--}:<br />
- <strong>{!__LIST_UNCO_UNCONFIRMED!}</strong></TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="seperator"> </TD>
-</TR>
-<TR>
- <TD colspan="2" align="center">{!__LIST_UNCON_LISTING!}</TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="seperator"> </TD>
-</TR>
-</TABLE>
+ target="_blank">{--ADMIN_TEST_URL--}</a></strong></td>
+ <td align="center" class="bottom2">{--EMAIL_TIMESTAMP--}:<br />
+ <strong>{!__LIST_UNCON_STAMP!}</strong></td>
+</tr>
+<tr>
+ <td align="center" class="bottom2 right2">{--EMAIL_TEXT--}:<br />
+ <strong>{!__LIST_UNCON_TEXT!}</strong></td>
+ <td align="center" class="bottom2">{--USERS_LINKS--}:<br />
+ <strong>{!__LIST_UNCO_UNCONFIRMED!}</strong></td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="seperator"> </td>
+</tr>
+<tr>
+ <td colspan="2" align="center">{!__LIST_UNCON_LISTING!}</td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="seperator"> </td>
+</tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
+<table border="0" cellspacing="0" cellpadding="0" width="100%"
class="admin_table">
- <TR>
- <TD width="10%" align="center" class="admin_title bottom2 top2 right2"
- height="26"><strong>{--ID_SELECT--}</TD>
- <TD width="10%" align="center" class="admin_title bottom2 top2 right2"><strong>{--MAILID_LINK--}</TD>
- <TD width="45%" align="center" class="admin_title bottom2 top2 right2"><strong>{--SURNAME_FAMILY--}</TD>
- <TD width="35%" align="center" class="admin_title bottom2 top2"><strong>{--ACCOUNT_STATUS--}</TD>
- </TR>
\ No newline at end of file
+ <tr>
+ <td width="10%" align="center" class="admin_title bottom2 top2 right2"
+ height="26"><strong>{--ID_SELECT--}</td>
+ <td width="10%" align="center" class="admin_title bottom2 top2 right2"><strong>{--MAILID_LINK--}</td>
+ <td width="45%" align="center" class="admin_title bottom2 top2 right2"><strong>{--SURNAME_FAMILY--}</td>
+ <td width="35%" align="center" class="admin_title bottom2 top2"><strong>{--ACCOUNT_STATUS--}</td>
+ </tr>
\ No newline at end of file
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[u_link]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
+<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
href="{!URL!}/mailid.php?uid=$content[uid]&$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>
-</TR>
+ target="_blank">{--CLICK_NOW--}</a></td>
+ <td class="switch_sw$content[sw] bottom2 right2"> $content[email]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="95%"
+<table border="0" cellspacing="0" cellpadding="0" width="95%"
align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_header bottom2" colspan="{!__COLSPAN2!}" height="30" align="center">
+ <tr>
+ <td class="admin_header bottom2" colspan="{!__COLSPAN2!}" height="30" align="center">
<strong>{!__TITLE!}:</strong>
- </TD>
- </TR>
+ </td>
+ </tr>
{!__ALPHA_SORT!}
{!__SORT_LINKS!}
{!__PAGE_NAV!}
{!__USER_ROWS!}
{!__PAGE_NAV!}
-</TABLE>
+</table>
-<TR>
- <TD colspan="{!__COLSPAN2!}" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="510">
- <TR>
- <TD class="admin_alpha">
- {--ADMIN_ALPHA_SELCTION--} [ {!__ALPHA_LIST!} ]</TD>
- </TR>
- </TABLE>
- </TD>
-</TR>
+<tr>
+ <td colspan="{!__COLSPAN2!}" align="center">
+ <table border="0" cellspacing="0" cellpadding="0" width="510">
+ <tr>
+ <td class="admin_alpha">
+ {--ADMIN_ALPHA_SELCTION--} [ {!__ALPHA_LIST!} ]</td>
+ </tr>
+ </table>
+ </td>
+</tr>
-<TR>
- <TD class="admin_header" colspan="{!__COLSPAN2!}" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="520">
- <TR>
- <TD class="admin_pagenav">
+<tr>
+ <td class="admin_header" colspan="{!__COLSPAN2!}" align="center">
+ <table border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="admin_pagenav">
[ {--USER_PAGENAV--}: {!__PAGENAV_LIST!} ]
- </TD>
- </TR>
- </TABLE>
- </TD>
-</TR>
+ </td>
+ </tr>
+ </table>
+ </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>
-</TR>
-<TR>
- <TD width="5" class="switch_sw$content[sw] seperator bottom2"> </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">$content[uid]</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>
-</TR>
-<TR>
- <TD width="5" class="switch_sw$content[sw] seperator"> </TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--ADDY--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--REMOTE_IP--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--REF_UID--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--ACCOUNT_STATUS--}:</strong></TD>
- <TD align="center" class="switch_sw$content[sw]"><strong>{--UNCONFIRMED_LINKS--}:</strong></TD>
-</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[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>
-</TR>
-<TR>
- <TD width="5" class="switch_sw$content[sw] seperator"> </TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--TOTAL_POINTS--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--MAILS_SENT--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--CLICK_RATE--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--POINTS_LOCKED--}:</strong></TD>
- <TD align="center" class="switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
-</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">---</TD>
-</TR>
-<TR>
- <TD width="5" class="switch_sw$content[sw] seperator"> </TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_REASON--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_TIMESTAMP--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
- <TD align="center" class="right2 switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
- <TD align="center" class="switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></TD>
-</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>
-</TR>
-<TR>
- <TD height="22" colspan="6" class="admin_title">$content[alinks]</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>
+</tr>
+<tr>
+ <td width="5" class="switch_sw$content[sw] seperator bottom2"> </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">$content[uid]</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>
+</tr>
+<tr>
+ <td width="5" class="switch_sw$content[sw] seperator"> </td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--ADDY--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--REF_UID--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw]"><strong>{--UNCONFIRMED_LINKS--}:</strong></td>
+</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[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>
+</tr>
+<tr>
+ <td width="5" class="switch_sw$content[sw] seperator"> </td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--TOTAL_POINTS--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--MAILS_SENT--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--CLICK_RATE--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--POINTS_LOCKED--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></td>
+</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">---</td>
+</tr>
+<tr>
+ <td width="5" class="switch_sw$content[sw] seperator"> </td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_REASON--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--LOCK_TIMESTAMP--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></td>
+ <td align="center" class="right2 switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></td>
+ <td align="center" class="switch_sw$content[sw]"><strong>{--__UNUSED--}:</strong></td>
+</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>
+</tr>
+<tr>
+ <td height="22" colspan="6" class="admin_title">$content[alinks]</td>
+</tr>
-<TR>
- <TD class="bottom2" colspan="{!__COLSPAN2!}" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="520">
- <TR>
- <TD class="admin_sortlinks">{--SORT_BY--} <strong>[</strong> {!__SORT_LIST!} <strong>]</strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
-</TR>
+<tr>
+ <td class="bottom2" colspan="{!__COLSPAN2!}" align="center">
+ <table border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="admin_sortlinks">{--SORT_BY--} <strong>[</strong> {!__SORT_LIST!} <strong>]</strong>
+ </td>
+ </tr>
+ </table>
+ </td>
+</tr>
-<TR>
- <TD colspan="{!__COLSPAN2!}" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="520">
- <TR>
- <TD align="center"> <!--
+<tr>
+ <td colspan="{!__COLSPAN2!}" align="center">
+ <table border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td align="center"> <!--
<form action="{!URL!}/modules.php?module=admin&what=list_user" method="POST" style="margin-bottom: 0px">
</form>
- //--></TD>
- </TR>
- </TABLE>
- </TD>
-</TR>
+ //--></td>
+ </tr>
+ </table>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
-<TR>
- <TD class="admin_header bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_WDS66_ACCOUNT--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_TRANSFERED--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TIMESTAMP--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TYPE--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_MESSAGE--}</strong></TD>
- <TD class="admin_header bottom2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_STATUS--}</strong></TD>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
+<tr>
+ <td class="admin_header bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_WDS66_ACCOUNT--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_TRANSFERED--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TIMESTAMP--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TYPE--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_MESSAGE--}</strong></td>
+ <td class="admin_header bottom2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_STATUS--}</strong></td>
+</tr>
$content
-<TR>
- <TD colspan="8" class="admin_footer seperator"> </TD>
-</TR>
-</TABLE>
+<tr>
+ <td colspan="8" class="admin_footer seperator"> </td>
+</tr>
+</table>
-<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>
-</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>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=lock_sponsor&id={!__ID!}" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
-<TR>
- <TD align="center" class="admin_title bottom2">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+<tr>
+ <td align="center" class="admin_title bottom2">
<div class="admin_done">{!__HEADER_MESSAGE!}</STRONG>
- </TD>
-</TR>
-<TR><TD height="5" class="seperator"> </TD></TR>
-<TR>
- <TD align="center">
+ </td>
+</tr>
+<tr><td height="5" class="seperator"> </td></tr>
+<tr>
+ <td align="center">
{!__TEXT_MESSAGE!}
- </TD>
-</TR>
-<TR><TD height="5" class="seperator"> </TD></TR>
-<TR>
- <TD align="center">
+ </td>
+</tr>
+<tr><td height="5" class="seperator"> </td></tr>
+<tr>
+ <td align="center">
{!__EMAIL_LINK!}
- </TD>
-</TR>
-<TR><TD height="5" class="seperator"> </TD></TR>
-<TR>
- <TD align="center">
+ </td>
+</tr>
+<tr><td height="5" class="seperator"> </td></tr>
+<tr>
+ <td align="center">
<textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea>
- </TD>
-</TR>
-<TR><TD height="5" class="seperator bottom2"> </TD></TR>
-<TR>
- <TD class="admin_footer">
+ </td>
+</tr>
+<tr><td height="5" class="seperator bottom2"> </td></tr>
+<tr>
+ <td class="admin_footer">
<INPUT type="submit" name="no" class="admin_no" value="{--NO--}" />
<INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=list_surfbar_urls" method="POST">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
</tr>
</table>
</form>
+</div>
<form
action="{!URL!}/modules.php?module=admin&what=lock_user&u_id={!__UID!}"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
- <TR>
- <TD align="center" class="admin_title bottom2"><strong
- class="admin_done">{!__HEADER_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{!__TEXT_VALUE!}</TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">[ <a href="{!__EMAIL!}">{!__SNAME!}
- {!__FNAME!}</a> ]</TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center"><textarea name="reason" class="admin_normal"
- rows="5" cols="50"></textarea></TD>
- </TR>
- <TR>
- <TD height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer"><INPUT type="submit"
+ <tr>
+ <td align="center" class="admin_title bottom2"><strong
+ class="admin_done">{!__HEADER_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{!__TEXT_VALUE!}</td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">[ <a href="{!__EMAIL!}">{!__SNAME!}
+ {!__FNAME!}</a> ]</td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center"><textarea name="reason" class="admin_normal"
+ rows="5" cols="50"></textarea></td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer"><INPUT type="submit"
name="no" class="admin_no" value="{--NO--}" /> <INPUT
type="submit" name="{!__OK_VALUE!}" class="admin_yes"
- value="{--YES--}" /></TD>
- </TR>
-</TABLE>
+ value="{--YES--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form
action="{!URL!}/modules.php?module=admin&$content[target]=$content[value]"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table register" align="center">
- <TR>
- <TD colspan="2" height="14" class="admin_title seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center" class="admin_title"><strong>{--ADMIN_LOGIN_NOW--}</strong>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="14" class="admin_title seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right">{--ENTER_ADMIN_LOGIN--}: </TD>
- <TD width="50%"><INPUT type="text" name="login" size="10"
- maxlength="100" class="admin_normal" value="{!__LOGIN_VALUE!}"></TD>
- </TR>
+ <tr>
+ <td colspan="2" height="14" class="admin_title seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center" class="admin_title"><strong>{--ADMIN_LOGIN_NOW--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="14" class="admin_title seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right">{--ENTER_ADMIN_LOGIN--}: </td>
+ <td width="50%"><INPUT type="text" name="login" size="10"
+ maxlength="100" class="admin_normal" value="{!__LOGIN_VALUE!}"></td>
+ </tr>
{!__MSG_LOGIN!}
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" valign="top" align="right">{--ENTER_ADMIN_PASS--}: </TD>
- <TD width="50%" valign="top">
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" valign="top" align="right">{--ENTER_ADMIN_PASS--}: </td>
+ <td width="50%" valign="top">
<INPUT type="password" name="pass" size="10" maxlength="100" class="admin_normal" />
<div class="admin_note">[<a href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_RESET_PASSWORD--}</a>]</div>
- </TD>
- </TR>
+ </td>
+ </tr>
{!__MSG_PASS!}
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right">{--SELECT_TIMEOUT--}: </TD>
- <TD width="50%"><select name="timeout" size="1" class="admin_select">
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right">{--SELECT_TIMEOUT--}: </td>
+ <td width="50%"><select name="timeout" size="1" class="admin_select">
<option value="86400">{--TIMEOUT_ONE_DAY--}</option>
<option value="172800">{--TIMEOUT_TWO_DAYS--}</option>
<option value="259200">{--TIMEOUT_THREE_DAYS--}</option>
<option value="2592000">{--TIMEOUT_ONE_MONTH--}</option>
<option value="15984000">{--TIMEOUT_HALF_YEAR--}</option>
<option value="31536000" selected>{--TIMEOUT_FULL_YEAR--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2"><INPUT type="reset"
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" class="admin_reset" />
<INPUT type="submit" class="admin_submit submit" name="ok"
value="{--ADMIN_LOGIN_SUBMIT--}" class="admin_submit submit" />
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+</table>
</form>
-<TR>
- <TD colspan="2" class="admin_error" align="center"><strong>$content</strong>
- </TD>
-</TR>
\ No newline at end of file
+<tr>
+ <td colspan="2" class="admin_error" align="center">
+ <strong>$content</strong>
+ </td>
+</tr>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_DONE--}</strong><br />
+<table border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_DONE--}</strong><br />
<br />
<a class="admin_content"
href="{!URL!}/modules.php?module=admin&action=login">{--ADMIN_RELOGIN_LINK--}</a><br />
<br />
<a class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</a><br />
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+</table>
</div>
-<form action="{!URL!}/modules.php?module=admin&action=logout"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&action=logout" method="POST">
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="370">
- <TR>
- <TD align="center" class="admin_title bottom2" height="30"><strong>{--ADMIN_LOGOUT_NOW--}</strong>
- </TD>
- </TR>
- <TR>
- <TD height="20" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" style="padding-left: 10px; padding-right: 10px">
- {--ADMIN_LOGOUT_NOTE--}</TD>
- </TR>
- <TR>
- <TD height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--ADMIN_LOGOUT_QUESTION--}</TD>
- </TR>
- <TR>
- <TD height="20" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD align="center" height="30" class="admin_footer"><INPUT
+ <tr>
+ <td align="center" class="admin_title bottom2" height="30"><strong>{--ADMIN_LOGOUT_NOW--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td height="20" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" style="padding-left: 10px; padding-right: 10px">
+ {--ADMIN_LOGOUT_NOTE--}</td>
+ </tr>
+ <tr>
+ <td height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--ADMIN_LOGOUT_QUESTION--}</td>
+ </tr>
+ <tr>
+ <td height="20" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td align="center" height="30" class="admin_footer"><INPUT
type="submit" name="no" class="admin_no" value="{--NO--}" />
<INPUT type="submit" name="yes" class="admin_yes" value="{--YES--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_SQL_PATCHES_DONE--}</strong><br />
+<table border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_SQL_PATCHES_DONE--}</strong><br />
<br />
<a class="admin_content" href="{!URL!}/modules.php?module=admin&action=login">{--ADMIN_RELOGIN_LINK--}</a><br />
<br />
<a class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</a><br />
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+</table>
</div>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_content">
+<table border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_content">
<strong>{--ADMIN_LOGOUT_SQL_PATCHES_REMOVE--}</strong><br />
<br />
<a class="admin_content" href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_RESET_PASS_LINK--}</a>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+</table>
</div>
</TD>
</TR>
-<TR>
- <TD class="admin_menu"> </TD>
- <TD class="admin_content"> </TD>
-</TR>
-<TR>
- <TD align="center" colspan="2">{!__ADMIN_FOOTER!}</TD>
-</TR>
+<tr>
+ <td class="admin_menu"> </td>
+ <td class="admin_content"> </td>
+</tr>
+<tr>
+ <td align="center" colspan="2">{!__ADMIN_FOOTER!}</td>
+</tr>
</TABLE>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_main">
- <TR>
- <TD colspan="2" align="center" class="admin_welcome">
- {!__ADMIN_WELCOME!}</TD>
- </TR>
- <TR>
- <TD class="admin_menu" valign="top">{!__ADMIN_MENU!}</TD>
- <TD class="admin_content" valign="top">
\ No newline at end of file
+<table border="0" cellspacing="0" cellpadding="0" class="admin_main">
+ <tr>
+ <td colspan="2" align="center" class="admin_welcome">
+ {!__ADMIN_WELCOME!}</td>
+ </tr>
+ <tr>
+ <td class="admin_menu" valign="top">{!__ADMIN_MENU!}</td>
+ <td class="admin_content" valign="top">
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=maintenance"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
+<table border="0" cellspacing="0" cellpadding="0" width="380"
class="admin_table dashed" align="center">
- <TR>
- <TD align="center" class="admin_title bottom2" height="30">
- {--ADMIN_MAINTENANCE_MODE_INTRO--}</TD>
- </TR>
- <TR>
- <TD class="seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="center">{--ADMIN_MAINTENANCE_MODE--}</TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" height="10"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer" height="30"><INPUT
+ <tr>
+ <td align="center" class="admin_title bottom2" height="30">
+ {--ADMIN_MAINTENANCE_MODE_INTRO--}</td>
+ </tr>
+ <tr>
+ <td class="seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--ADMIN_MAINTENANCE_MODE--}</td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" height="10"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer" height="30"><INPUT
type="submit" name="ok" class="admin_delete"
- value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=admin&what=mem_add" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right" width="245">{--ENTER_TITLE--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table" width="245"><INPUT
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right" width="245">{--ENTER_TITLE--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table" width="245"><INPUT
type="text" name="title" class="admin_normal" size="30"
- maxlength="50"></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_WHAT_NAME--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__WHAT_SELECTION!}<br />
- <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_PARENT_MENU--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__ACTION_SELECTION!}<br />
- <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--SELECT_BELOW_MENU--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table">{!__BELOW_SELECTION!}</TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--MENU_IS_VISIBLE--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table"><select
+ maxlength="50"></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_WHAT_NAME--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table">{!__WHAT_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_WHAT_FIRST--})</span></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_PARENT_MENU--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table">{!__ACTION_SELECTION!}<br />
+ <span class="admin_note">({--CREATE_ACTION_FIRST--})</span></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--SELECT_BELOW_MENU--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table">{!__BELOW_SELECTION!}</td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--MENU_IS_VISIBLE--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table"><select
class="admin_select" name="visible" size="1">
<option value="Y">{--YES--}</option>
<option value="N">{--NO--}</option>
- </select></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD width="10"> </TD>
- <TD align="right">{--MENU_IS_ACTIVE--}:</TD>
- <TD width="10"> </TD>
- <TD align="center" class="admin_table"><select
+ </select></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td align="right">{--MENU_IS_ACTIVE--}:</td>
+ <td width="10"> </td>
+ <td align="center" class="admin_table"><select
class="admin_select" name="active" size="1">
<option value="N">{--YES--}</option>
<option value="Y">{--NO--}</option>
- </select></TD>
- <TD width="10"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD class="admin_table" height="8" colspan="5"></TD>
- </TR>
- <TR>
- <TD class="admin_table" width="10"> </TD>
- <TD align="center" class="admin_table" align="center" colspan="3">
+ </select></td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td class="admin_table" height="8" colspan="5"></td>
+ </tr>
+ <tr>
+ <td class="admin_table" width="10"> </td>
+ <td align="center" class="admin_table" align="center" colspan="3">
<INPUT type="reset" class="admin_reset" class="admin_normal"
value="{--CLEAR_FORM--}" /> <INPUT type="submit"
class="admin_submit" name="ok" value="{--ADMIN_ADD_MENU--}" />
- </TD>
- <TD class="admin_table" width="10"> </TD>
- </TR>
- <TR>
- <TD class="admin_table" height="8" colspan="5"></TD>
- </TR>
-</TABLE>
+ </td>
+ <td class="admin_table" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="admin_table" height="8" colspan="5"></td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php" method="GET">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_title bottom2" height="25">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
+ <tr>
+ <td class="admin_title bottom2" height="25">
<strong>{--ADMIN_SELECTION_BOX_TITLE--}</strong>
- </TD>
- </TR>
- <TR>
- <TD height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">
+ </td>
+ </tr>
+ <tr>
+ <td height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">
<INPUT type="hidden" name="module" value="admin" />
<INPUT type="hidden" name="what" value="$content" />
{--ADMIN_SELECT_USER--}:
<select name="u_id" size="1" class="admin_select">
{!_MEMBER_SELECTION!}
</select>
- </TD>
- </TR>
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD align="center" class="admin_footer">
+ </td>
+ </tr>
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" value="{--ADMIN_DO_ACTION--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
-<TR>
- <TD colspan="2" align="center"
+<tr>
+ <td colspan="2" align="center"
class="error fatal switch_sw$content[sw]"><strong>{--ENTRY_404_1--}$content[sel]{--ENTRY_404_2--}</strong>
- </TD>
-</TR>
\ No newline at end of file
+ </td>
+</tr>
\ No newline at end of file
<br />
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
width="420" class="admin_table dashed">
- <TR>
- <TD align="center" height="40" class="admin_header bottom2"><strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" height="40"><div class="admin_failed">$content</div>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td align="center" height="40" class="admin_header bottom2"><strong>{--ADMIN_MENU_PROBLEM_TITLE--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" height="40"><div class="admin_failed">$content</div>
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+</table>
<div align="center" style="margin-left: 5px; margin-right: 5px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%">
- <TR>
- <TD height="7" colspan="3" class="seperator"> </TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" width="99%">
+ <tr>
+ <td height="7" colspan="3" class="seperator"> </td>
+ </tr>
$content
-</TABLE>
+</table>
</div>
-<TR>
- <TD align="center" class="admin_desc_header" colspan="3"><strong>$content[title]:</strong>
- </TD>
-</TR>
-<TR>
- <TD height="7" colspan="3" class="seperator"> </TD>
-</TR>
-<TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="left" class="admin_desc_cont">$content[text]</TD>
- <TD width="10" class="seperator"> </TD>
-</TR>
-<TR>
- <TD height="7" colspan="3" class="seperator"> </TD>
-</TR>
+<tr>
+ <td align="center" class="admin_desc_header" colspan="3"><strong>$content[title]:</strong>
+ </td>
+</tr>
+<tr>
+ <td height="7" colspan="3" class="seperator"> </td>
+</tr>
+<tr>
+ <td width="10" class="seperator"> </td>
+ <td align="left" class="admin_desc_cont">$content[text]</td>
+ <td width="10" class="seperator"> </td>
+</tr>
+<tr>
+ <td height="7" colspan="3" class="seperator"> </td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<a href="{!URL!}/modules.php?module=admin&what=$content[mode]edit&sub=$content[action]">$content[action]</a>
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[what]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[title]
- </TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
$content[navi]
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD width="25%" align="right" class="switch_sw$content[sw] bottom2">$content[cnt].
+<tr>
+ <td width="25%" align="right" class="switch_sw$content[sw] bottom2">$content[cnt].
{--ENTRY_MODIFY--}:
- <TD width="25%" class="switch_sw$content[sw] bottom2">
+ <td width="25%" class="switch_sw$content[sw] bottom2">
$content[menu] <INPUT type="hidden" name="sel[$content[sel]]"
- value="$content[menu]"></TD>
- <TD width="25%" class="switch_sw$content[sw] bottom2">
- {--IS_VISIBLE--} $content[visible]</TD>
- <TD width="25%" class="switch_sw$content[sw] bottom2">
- {--IS_LOCKED--} $content[locked]</TD>
-</TR>
\ No newline at end of file
+ value="$content[menu]"></td>
+ <td width="25%" class="switch_sw$content[sw] bottom2">
+ {--IS_VISIBLE--} $content[visible]</td>
+ <td width="25%" class="switch_sw$content[sw] bottom2">
+ {--IS_LOCKED--} $content[locked]</td>
+</tr>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="450"
+<table border="0" cellspacing="0" cellpadding="0" width="450"
class="admin_table dashed">
- <TR>
- <TD class="admin_fatal seperator" height="14" colspan="3"> </TD>
- </TR>
- <TR>
- <TD class="admin_fatal seperator" rowspan="3" width="7"> </TD>
- <TD class="admin_fatal" align="center">{--EDIT_UNKNOWN_OKAY--}</TD>
- <TD class="admin_fatal seperator" rowspan="3" width="7"> </TD>
- </TR>
- <TR>
- <TD class="admin_fatal seperator" height="7"> </TD>
- </TR>
- <TR>
- <TD align="center"><strong>{!__OK_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD class="admin_fatal seperator" height="14" colspan="3"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td class="admin_fatal seperator" height="14" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td class="admin_fatal seperator" rowspan="3" width="7"> </td>
+ <td class="admin_fatal" align="center">{--EDIT_UNKNOWN_OKAY--}</td>
+ <td class="admin_fatal seperator" rowspan="3" width="7"> </td>
+ </tr>
+ <tr>
+ <td class="admin_fatal seperator" height="7"> </td>
+ </tr>
+ <tr>
+ <td align="center"><strong>{!__OK_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td class="admin_fatal seperator" height="14" colspan="3"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="170" class="admin_table dashed">
- <TR>
- <TD colspan="3" class="admin_title bottom2" align="center" height="30">
- <strong>{--USER_NOW_ONLINE--}</strong></TD>
- </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>{!_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>{!_MEMBERS_ONLINE!}</strong></TD>
- </TR>
- <TR>
- <TD align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></TD>
- <TDclass"seperator"> </TD>
- <TD><strong>{!_ADMINS_ONLINE!}</strong></TD>
- </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" align="center" width="170" class="admin_table dashed">
+ <tr>
+ <td colspan="3" class="admin_title bottom2" align="center" height="30">
+ <strong>{--USER_NOW_ONLINE--}</strong></td>
+ </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>{!_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>{!_MEMBERS_ONLINE!}</strong></td>
+ </tr>
+ <tr>
+ <td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
+ <td class"seperator"> </td>
+ <td><strong>{!_ADMINS_ONLINE!}</strong></td>
+ </tr>
+</table>
-<form
- action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD align="center" colspan="2"><strong>{--DEL_MEMBER_MENU--}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2">
- {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0"
+ class="admin_table dashed">
+ <tr>
+ <td align="center" colspan="2"><strong>{--DEL_MEMBER_MENU--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2">
+ {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD colspan="2" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="2" class="admin_footer"><INPUT
type="hidden" name="ok" value="del"> <INPUT type="hidden"
name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
type="submit" class="admin_delete" name="submit"
- value="{--DEL_ENTRIES--}"></TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ value="{--DEL_ENTRIES--}"></td>
+ </tr>
+</table>
+</form>
+</div>
-<TR>
- <TD width="50%" align="right">$content[cnt].
+<tr>
+ <td width="50%" align="right">$content[cnt].
{--ENTRY_DELETE--}:
- <TD width="50%">$content[title] <INPUT type="hidden"
- name="sel[$content[sel]]" value="1"></TD>
-</TR>
\ No newline at end of file
+ <td width="50%">$content[title] <INPUT type="hidden"
+ name="sel[$content[sel]]" value="1"></td>
+</tr>
\ No newline at end of file
-<form
- action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD align="center" colspan="2" class="admin_header" height="40">
- <strong>{--EDIT_MEMBER_MENU--}</strong></TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="admin_header bottom2">
- {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td align="center" colspan="2" class="admin_header" height="40">
+ <strong>{--EDIT_MEMBER_MENU--}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="admin_header bottom2">
+ {--EDIT_MENU_1--}{!__CHK_VALUE!}{--EDIT_MENU_2--}</td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD align="center" colspan="2" class="admin_footer"><INPUT
+ <tr>
+ <td align="center" colspan="2" class="admin_footer"><INPUT
type="hidden" name="ok" value="edit" /> <INPUT type="hidden"
name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}" /> <INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit" name="submit"
- value="{--SUBMIT_CHANGES--}" /></TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ value="{--SUBMIT_CHANGES--}" /></td>
+ </tr>
+</table>
+</form>
+</div>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"> </TD>
-</TR>
-<TR>
- <TD colspan="2" class="switch_sw$content[sw]"> $content[cnt].
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"> </td>
+</tr>
+<tr>
+ <td colspan="2" class="switch_sw$content[sw]"> $content[cnt].
{--ENTRY_MODIFY--}:
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD width="50%" align="right" class="switch_sw$content[sw]">
- {--EDIT_ACTION--}: </TD>
- <TD width="50%" class="switch_sw$content[sw]">$content[action]</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD width="50%" class="switch_sw$content[sw]" align="right">
- {--EDIT_WHAT--}: </TD>
- <TD width="50%" class="switch_sw$content[sw]">$content[what]</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw]" height="2"></TD>
-</TR>
-<TR>
- <TD width="50%" class="switch_sw$content[sw]" align="right">
- {--EDIT_TITLE--}: </TD>
- <TD width="50%" class="switch_sw$content[sw]"><INPUT type="text"
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td width="50%" align="right" class="switch_sw$content[sw]">
+ {--EDIT_ACTION--}: </td>
+ <td width="50%" class="switch_sw$content[sw]">$content[action]</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td width="50%" class="switch_sw$content[sw]" align="right">
+ {--EDIT_WHAT--}: </td>
+ <td width="50%" class="switch_sw$content[sw]">$content[what]</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw]" height="2"></td>
+</tr>
+<tr>
+ <td width="50%" class="switch_sw$content[sw]" align="right">
+ {--EDIT_TITLE--}: </td>
+ <td width="50%" class="switch_sw$content[sw]"><INPUT type="text"
name="sel[$content[sel]]" value="$content[menu]" class="admin_normal"
- size="30" maxlength="50"></TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator switch_sw$content[sw] bottom2"
- height="2"> </TD>
-</TR>
+ size="30" maxlength="50"></td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator switch_sw$content[sw] bottom2"
+ height="2"> </td>
+</tr>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-<TR>
- <TH class="admin_title bottom2 right2" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></TH>
- <TH class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></TH>
- <TH class="admin_title bottom2" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></TH>
- <TH class="admin_title bottom2" align="center" width="20%"><strong>{--SORT_NAVIGATION--}</strong></TH>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2 right2" align="center" width="5%" height="30"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_ACTION--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--DISPLAY_WHAT--}</strong></td>
+ <td class="admin_title bottom2" align="center" width="25%"><strong>{--DISPLAY_TITLE--}</strong></td>
+ <td class="admin_title bottom2" align="center" width="20%"><strong>{--SORT_NAVIGATION--}</strong></td>
+</tr>
{!__MENU_ROWS!}
-<TR>
- <TD colspan="5" class="admin_footer">
+<tr>
+ <td colspan="5" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" class="admin_normal" />
<INPUT type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
<INPUT type="submit" class="admin_submit" name="status" value="{--CHANGE_MENUS--}" />
<INPUT type="submit" class="admin_delete" name="del" value="{--DEL_MENUS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}"
- method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="520">
- <TR>
- <TD colspan="4" height="5" class="admin_title seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="4" class="admin_title"><strong>{--CHANGE_MEMBER_MENU--}</strong><br />
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=memedit&sub={!__SUB_VALUE!}" method="POST" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td colspan="4" height="5" class="admin_title seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="4" class="admin_title"><strong>{--CHANGE_MEMBER_MENU--}</strong><br />
<br />
- {--CHANGE_MENU_1--}{!__CHK_VALUE!}{--CHANGE_MENU_2--}</TD>
- </TR>
- <TR>
- <TD colspan="4" height="5" class="admin_title seperator bottom2"> </TD>
- </TR>
+ {--CHANGE_MENU_1--}{!__CHK_VALUE!}{--CHANGE_MENU_2--}</td>
+ </tr>
+ <tr>
+ <td colspan="4" height="5" class="admin_title seperator bottom2"> </td>
+ </tr>
{!__MENU_ROWS!}
- <TR>
- <TD colspan="4" align="center" height="40" class="admin_footer">
+ <tr>
+ <td colspan="4" align="center" height="40" class="admin_footer">
<INPUT type="hidden" name="ok" value="status" /> <INPUT
type="hidden" name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}" />
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}"
class="admin_normal" /> <INPUT type="submit"
class="admin_submit" name="submit" value="{--CHANGE_ENTRIES--}" />
- </TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ </td>
+ </tr>
+</table>
+</form>
+</div>
<form action="{!URL!}/modules.php?module=admin&what=config_mods"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<table border="0" cellspacing="0" cellpadding="0" width="680"
class="admin_table dashed">
- <TR>
- <TD align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></TD>
- </TR>
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" height="25"><strong>{--MODS_NAME--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_MEMBER--}</strong></td>
+ </tr>
{!__MODS_ROWS!}
- <TR>
- <TD colspan="6" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="6" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="change" class="admin_submit"
- value="{--SAVE_CHANGES--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_CHANGES--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[mod] <INPUT type="hidden" name="sel[$content[id]]"
- value="1"></TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
+ value="1"></td>
+ <td class="switch_sw$content[sw] bottom2 right2" 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">
- $content[locked]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[hidden]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[admin]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
- $content[mem]</TD>
-</TR>
+ maxlength="255" value="$content[title]"></td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[locked]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[hidden]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[admin]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
+ $content[mem]</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=config_mods" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
- <TR>
- <TD align="center" class="admin_title bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_NAME--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></TD>
- <TD align="center" class="admin_title bottom2"><strong>{--MODS_IS_MEMBER--}</strong></TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed">
+ <tr>
+ <td align="center" class="admin_title bottom2 right2" height="25"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_NAME--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_LOCKED--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_HIDDEN--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_IS_ADMIN--}</strong></td>
+ <td align="center" class="admin_title bottom2"><strong>{--MODS_IS_MEMBER--}</strong></td>
+ </tr>
{!__MODS_ROWS!}
- <TR>
- <TD colspan="7" class="admin_footer">
+ <tr>
+ <td colspan="7" class="admin_footer">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit" value="{--MODS_EDIT--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<div class="admin_note">
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[mod]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2">
$content[title]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[locked]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[hidden]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[admin]
- </TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
$content[mem]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<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>
- </TR>
+ <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>
+ </tr>
{!__MODS_ROWS!}
- <TR>
- <TD colspan="2" class="admin_footer"><div class="admin_note">{--MODS_ADMIN_EDIT_NOTE--}</div></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="2" class="admin_footer"><div class="admin_note">{--MODS_ADMIN_EDIT_NOTE--}</div></td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<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>
- </TR>
+ <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>
+ </tr>
{!__MODS_ROWS!}
- <TR>
- <TD colspan="2" class="admin_footer"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="2" class="admin_footer"> </td>
+ </tr>
+</table>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2">
- $content[title] ($content[action])</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
- $content[clicks]</TD>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2">
+ $content[title] ($content[action])</td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
+ $content[clicks]</td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2">
- $content[title] ($content[mod])</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center">
- $content[clicks]</TD>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2">
+ $content[title] ($content[mod])</td>
+ <td class="switch_sw$content[sw] bottom2" align="center">
+ $content[clicks]</td>
+</tr>
<form action="{!URL!}/modules.php?module=admin&what=send_newsletter"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" align="center" width="430">
- <TR>
- <TD colspan="5" class="admin_title bottom2" align="center" height="30">
- <strong>{--ADMIN_NL_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="200">{--ENTER_NL_SUBJECT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="200" align="center"><INPUT type="text" name="subject"
+ <tr>
+ <td colspan="5" class="admin_title bottom2" align="center" height="30">
+ <strong>{--ADMIN_NL_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="200">{--ENTER_NL_SUBJECT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="200" align="center"><INPUT type="text" name="subject"
class="admin_normal" size="30" maxlength="200"
- value="{--NEWSLETTER_FROM--} {--_DATESTAMP--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD>{--ADMIN_NL_SEND_MODE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="50%" align="right">{--NL_MODE_TEXT--}</TD>
- <TD width="50%"> <INPUT type="radio" name="mode"
- class="admin_normal" value="text" checked></TD>
- </TR>
- <TR>
- <TD align="right">{--NL_MODE_HTML--}</TD>
- <TD> <INPUT type="radio" name="mode" class="admin_normal"
- value="html"></TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD>{--ADMIN_NL_AUTO_ADD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="30%">{--YES--}</TD>
- <TD width="20%"> <INPUT type="radio" name="auto_urls"
- class="admin_normal" value="Y" checked></TD>
- <TD width="30%">{--NO--}</TD>
- <TD width="20%"> <INPUT type="radio" name="auto_urls"
- class="admin_normal" value="N"></TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD>{--ENTER_NL_TEXT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><textarea name="text" class="admin_normal"
- rows="14" cols="25"></textarea></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator" height="30"> </TD>
- <TD colspan="3" class="admin_footer"><INPUT
+ value="{--NEWSLETTER_FROM--} {--_DATESTAMP--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td>{--ADMIN_NL_SEND_MODE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="50%" align="right">{--NL_MODE_TEXT--}</td>
+ <td width="50%"> <INPUT type="radio" name="mode"
+ class="admin_normal" value="text" checked></td>
+ </tr>
+ <tr>
+ <td align="right">{--NL_MODE_HTML--}</td>
+ <td> <INPUT type="radio" name="mode" class="admin_normal"
+ value="html"></td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td>{--ADMIN_NL_AUTO_ADD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="30%">{--YES--}</td>
+ <td width="20%"> <INPUT type="radio" name="auto_urls"
+ class="admin_normal" value="Y" checked></td>
+ <td width="30%">{--NO--}</td>
+ <td width="20%"> <INPUT type="radio" name="auto_urls"
+ class="admin_normal" value="N"></td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td>{--ENTER_NL_TEXT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><textarea name="text" class="admin_normal"
+ rows="14" cols="25"></textarea></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator" height="30"> </td>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--ADMIN_SEND_NL--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_SEND_NL--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
</form>
<div class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</div>
<form action="{!URL!}/modules.php?module=admin&what=send_newsletter"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" align="center" width="430">
- <TR>
- <TD colspan="5" class="admin_title bottom2" align="center" height="30">
- <strong>{--ADMIN_NL_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="200">{--ENTER_NL_SUBJECT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="200" align="center"><INPUT type="text" name="subject"
+ <tr>
+ <td colspan="5" class="admin_title bottom2" align="center" height="30">
+ <strong>{--ADMIN_NL_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="200">{--ENTER_NL_SUBJECT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="200" align="center"><INPUT type="text" name="subject"
class="admin_normal" size="30" maxlength="200"
- value="{--NEWSLETTER_FROM--} {--_DATESTAMP--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD>{--ADMIN_NL_AUTO_ADD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="30%">{--YES--}</TD>
- <TD width="20%"> <INPUT type="radio" name="auto_urls"
- class="admin_normal" value="Y" checked></TD>
- <TD width="30%">{--NO--}</TD>
- <TD width="20%"> <INPUT type="radio" name="auto_urls"
- class="admin_normal" value="N"></TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD>{--ENTER_NL_TEXT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center"><textarea name="text" class="admin_normal"
- rows="14" cols="25"></textarea></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="admin_footer seperator" height="30"> </TD>
- <TD colspan="3" class="admin_footer"><INPUT
+ value="{--NEWSLETTER_FROM--} {--_DATESTAMP--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td>{--ADMIN_NL_AUTO_ADD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="30%">{--YES--}</td>
+ <td width="20%"> <INPUT type="radio" name="auto_urls"
+ class="admin_normal" value="Y" checked></td>
+ <td width="30%">{--NO--}</td>
+ <td width="20%"> <INPUT type="radio" name="auto_urls"
+ class="admin_normal" value="N"></td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td>{--ENTER_NL_TEXT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center"><textarea name="text" class="admin_normal"
+ rows="14" cols="25"></textarea></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="admin_footer seperator" height="30"> </td>
+ <td colspan="3" class="admin_footer"><INPUT
type="hidden" name="mode" class="admin_normal" value="text" />
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--ADMIN_SEND_NL--}" /></TD>
- <TD width="10" class="admin_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_SEND_NL--}" /></td>
+ <td width="10" class="admin_footer seperator"> </td>
+ </tr>
+</table>
</form>
<div class="admin_note">{--ADMIN_NEWSLETTER_NOTE--}</div>
-<TR>
- <TD colspan="8" class="admin_footer">$content</TD>
-</TR>
+<tr>
+ <td colspan="8" class="admin_footer">$content</td>
+</tr>
</TABLE>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
align="center" class="admin_table dashed">
- <TR>
- <TD colspan="6" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="8" align="left">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="10"> </TD>
- <TD><strong>{--ADMIN_ONLINE_DETAILS--}</strong></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD colspan="8" height="10" class="seperator bottom"> </TD>
- </TR>
- <TR>
- <TD align="center" width="5%" class="admin_title bottom right"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><strong>{--_UID--}:</strong></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><strong>{--REMOTE_IP--}:</strong></TD>
- <TD align="center" width="5%" class="admin_title bottom right"><strong>{--_REFID--}:</strong></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><strong>{--_MODULE--}:</strong></TD>
- <TD align="center" width="10%" class="admin_title bottom right"><strong>{--MENU_ACTION--}:</strong></TD>
- <TD align="center" width="5%" class="admin_title bottom right"><strong>{--MENU_WHAT--}:</strong></TD>
- <TD align="center" width="10%" class="admin_title bottom"><strong>{--LAST_SEEN--}:</strong></TD>
- </TR>
\ No newline at end of file
+ <tr>
+ <td colspan="6" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="8" align="left">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="10"> </td>
+ <td><strong>{--ADMIN_ONLINE_DETAILS--}</strong></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="8" height="10" class="seperator bottom"> </td>
+ </tr>
+ <tr>
+ <td align="center" width="5%" class="admin_title bottom right"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" width="10%" class="admin_title bottom right"><strong>{--_UID--}:</strong></td>
+ <td align="center" width="10%" class="admin_title bottom right"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" width="5%" class="admin_title bottom right"><strong>{--_REFID--}:</strong></td>
+ <td align="center" width="10%" class="admin_title bottom right"><strong>{--_MODULE--}:</strong></td>
+ <td align="center" width="10%" class="admin_title bottom right"><strong>{--MENU_ACTION--}:</strong></td>
+ <td align="center" width="5%" class="admin_title bottom right"><strong>{--MENU_WHAT--}:</strong></td>
+ <td align="center" width="10%" class="admin_title bottom"><strong>{--LAST_SEEN--}:</strong></td>
+ </tr>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed">
- <TR>
- <TD width="120" class="admin_title bottom2 right2" align="center"
- height="24"><strong>{--OPTIMIZE_DBNAME--}:</strong></TD>
- <TD width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></TD>
- <TD width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></TD>
- <TD width="120" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></TD>
- <TD width="120" class="admin_title bottom2" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></TD>
- </TR>
- {!__TABLE_ROWS!}
- <TR>
- <TD colspan="5" class="admin_footer"
+ <tr>
+ <td width="120" class="admin_title bottom2 right2" align="center"
+ height="24"><strong>{--OPTIMIZE_DBNAME--}:</strong></td>
+ <td width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></td>
+ <td width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></td>
+ <td width="120" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></td>
+ <td width="120" class="admin_title bottom2" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></td>
+ </tr>
+ {!__ROWS!}
+ <tr>
+ <td colspan="5" class="admin_footer"
style="padding-top: 15px; padding-bottom: 15px";>
{--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>{!__TOTAL_TABS!}</strong><br />
{--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>{!__TOTAL_SIZE!}
{--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>{!__NOW_OPTIMIZED!}</strong><br />
{--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>{!__NOW_SAVED!}
{--KBYTES--}</strong><br />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<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>
-</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>
+</tr>
-<TR>
- <TD colspan="7" align="center" class="admin_footer bottom2 left2 right2">
+<tr>
+ <td colspan="7" align="center" class="admin_footer bottom2 left2 right2">
<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" />
<INPUT type="submit" name="redir" value="{--ADMIN_REDIRECT_TASKS--}" class="admin_submit" />
<INPUT type="submit" name="del" value="{--ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
- </TD>
-</TR>
+ </td>
+</tr>
</TABLE>
</div>
</form>
-<TR>
- <TD colspan="7" align="center" class="admin_footer bottom2 left2 right2">
+<tr>
+ <td colspan="7" align="center" class="admin_footer bottom2 left2 right2">
<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" />
<INPUT type="submit" name="redir" value="{--ADMIN_REDIRECT_TASKS--}" class="admin_submit" />
<INPUT type="submit" name="del" value="{--TASK_ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
- </TD>
-</TR>
+ </td>
+</tr>
</TABLE>
</form>
<form action="{!URL!}/modules.php?module=admin&action=login" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
- <TR>
- <TD colspan="7" align="center" class="admin_task_header top2 left2 right2">
+<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
+ <tr>
+ <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
<div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="top2 bottom2 right2 left2 admin_header"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_INFOS--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_MEMBER_UID--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_TYPE--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_CREATED--}</strong></TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="top2 bottom2 right2 left2 admin_header"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
+ </tr>
<form action="{!URL!}/modules.php?module=admin&what=list_task&type=$content[type]" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
-<TR>
- <TD colspan="7" align="center" class="admin_task_header top2 left2 right2">
+<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
+<tr>
+ <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
<div class="admin_welcome">$content[message]</STRONG>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="top2 bottom2 right2 left2 admin_header"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_INFOS--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_MEMBER_UID--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_TYPE--}</strong></TD>
- <TD align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_CREATED--}</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td align="center" class="top2 bottom2 right2 left2 admin_header"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+ <td align="center" class="top2 bottom2 right2 admin_header"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="95%"
+<table border="0" cellspacing="0" cellpadding="0" width="95%"
align="center" class="admin_table">
- <TR>
- <TD colspan="3" align="center"
+ <tr>
+ <td colspan="3" align="center"
class="admin_task_header top2 bottom2 left2 right2"><strong
- class="admin_welcome">{--ADMIN_SELECTED_TASKS_ASSIGN--}:</strong></TD>
- </TR>
+ class="admin_welcome">{--ADMIN_SELECTED_TASKS_ASSIGN--}:</strong></td>
+ </tr>
{!__TASK_ROWS!}
-</TABLE>
+</table>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="task[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[admin]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
<a title="{--ADMIN_REGISTER_EXTENSION_TITLE--}" href="{!URL!}/modules.php?module=admin&what=extensions&reg_ext=$content[id]">{--ADMIN_REGISTER_EXTENSION--}</a>
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[infos]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[uid]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[type]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[created]]
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2 left2" align="center">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2 left2" align="center">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="task[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[admin]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
---
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[infos]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[uid]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[type]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[created]]
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD width="79%" class="switch_sw$content[sw] bottom2 left2">
+<tr>
+ <td width="79%" class="switch_sw$content[sw] bottom2 left2">
<ul style="margin-left: 0px">
<li style="white-space: normal">{--ADMIN_TASK_SUBJECT--}: <strong>$content[subj]</strong></li>
$content[add]
</li>
<li style="white-space: normal">{--ADMIN_TASK_CREATED--}: <strong>$content[created]</strong></li>
</ul>
- </TD>
- <TD width="20%" class="switch_sw$content[sw] bottom2" align="right"
+ </td>
+ <td width="20%" class="switch_sw$content[sw] bottom2" align="right"
valign="top" style="padding-top: 40px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" align="center" class="admin_table dashed">
- <TR>
- <TD colspan="2" align="center" class="admin_title bottom2" height="30">
- <strong>{--TASK_ADMIN_OVERVIEW_HEADER--}</strong></TD>
- </TR>
- <TR>
- <TD width="290" class="seperator" align="center"> </TD>
- <TD width="290" class="seperator" align="center"> </TD>
- </TR>
- <TR>
- <TD align="center" valign="top">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
- <TR>
- <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_MAILS--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_ADMIN--}:</TD>
- <TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_ADMIN_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_MAIL_TEMP--}:</TD>
- <TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2 bottom2"><strong>{!__MAIL_TEMP_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_SEND--}:</TD>
- <TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_SEND_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_MAIL_DELETED--}:</TD>
- <TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2 bottom2"><strong>{!__MAIL_DELETED_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_BONUS_SEND--}:</TD>
- <TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_BONUS_SEND_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw2">{--TASK_ADMIN_MAIL_BONUS_AP--}:</TD>
- <TD width="10" class="switch_sw2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2"><strong>{!__MAIL_BONUS_AP_VALUE!}</strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
- <TD align="center" valign="top">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="275"
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td colspan="2" align="center" class="admin_title bottom2" height="30">
+ <strong>{--TASK_ADMIN_OVERVIEW_HEADER--}</strong></td>
+ </tr>
+ <tr>
+ <td width="290" class="seperator" align="center"> </td>
+ <td width="290" class="seperator" align="center"> </td>
+ </tr>
+ <tr>
+ <td align="center" valign="top">
+ <table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_table dashed">
+ <tr>
+ <td colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_MAILS--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_ADMIN--}:</td>
+ <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_ADMIN_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_MAIL_TEMP--}:</td>
+ <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw2 bottom2"><strong>{!__MAIL_TEMP_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_SEND--}:</td>
+ <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_SEND_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_MAIL_DELETED--}:</td>
+ <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw2 bottom2"><strong>{!__MAIL_DELETED_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_MAIL_BONUS_SEND--}:</td>
+ <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw1 bottom2"><strong>{!__MAIL_BONUS_SEND_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw2">{--TASK_ADMIN_MAIL_BONUS_AP--}:</td>
+ <td width="10" class="switch_sw2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw2"><strong>{!__MAIL_BONUS_AP_VALUE!}</strong>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td align="center" valign="top">
+ <table border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
- <TR>
- <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_TASKS--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_NEW_TASKS--}:</TD>
- <TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__TASK_NEW_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_UPDATE_TASKS--}:</TD>
- <TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw2 bottom2"><strong>{!__TASK_UPDATE_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_CLOSED_TASKS--}:</TD>
- <TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw1 bottom2"><strong>{!__TASK_CLOSED_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_YOUR_TASKS--}:</TD>
- <TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw2 bottom2"><strong>{!__TASK_YOUR_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_DELETED_TASKS--}:</TD>
- <TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw1 bottom2"><strong>{!__TASK_DELETED_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="right" class="switch_sw2">{--TASK_ADMIN_SOLVED_TASKS--}:</TD>
- <TD width="10" class="switch_sw2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw2"><strong>{!__TASK_SOLVED_VALUE!}</strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" align="center"> </TD>
- </TR>
- <TR>
- <TD align="center" valign="top">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="275"
+ <tr>
+ <td colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_TASKS--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_NEW_TASKS--}:</td>
+ <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw1 bottom2"><strong>{!__TASK_NEW_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_UPDATE_TASKS--}:</td>
+ <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw2 bottom2"><strong>{!__TASK_UPDATE_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_CLOSED_TASKS--}:</td>
+ <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
+ <td align="center" class="switch_sw1 bottom2"><strong>{!__TASK_CLOSED_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_YOUR_TASKS--}:</td>
+ <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
+ <td align="center" class="switch_sw2 bottom2"><strong>{!__TASK_YOUR_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_DELETED_TASKS--}:</td>
+ <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
+ <td align="center" class="switch_sw1 bottom2"><strong>{!__TASK_DELETED_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="right" class="switch_sw2">{--TASK_ADMIN_SOLVED_TASKS--}:</td>
+ <td width="10" class="switch_sw2 seperator" height="5"> </td>
+ <td align="center" class="switch_sw2"><strong>{!__TASK_SOLVED_VALUE!}</strong>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" align="center"> </td>
+ </tr>
+ <tr>
+ <td align="center" valign="top">
+ <table border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
- <TR>
- <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_MEMBERS--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_CONFIRMED--}:</TD>
- <TD width="10" class="switch_sw1 bottom2 seperator" height="5"> </TD>
- <TD width="25" align="center" class="switch_sw1 bottom2"><strong>{!__CONFIRMED_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_UNCONFIRMED--}:</TD>
- <TD width="10" class="switch_sw2 bottom2 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw2 bottom2"><strong>{!__UNCONFIRMED_VALUE!}</strong>
- </TD>
- </TR>
- <TR>
- <TD align="right" class="switch_sw1">{--TASK_ADMIN_LOCKED--}:</TD>
- <TD width="10" class="switch_sw1 seperator" height="5"> </TD>
- <TD align="center" class="switch_sw1"><strong>{!__LOCKED_VALUE!}</strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
- <TD align="center" valign="top">{!__OVERVIEW_EXTRA_TABLE!}</TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" align="center"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_MEMBERS--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="240" align="right" class="switch_sw1 bottom2">{--TASK_ADMIN_CONFIRMED--}:</td>
+ <td width="10" class="switch_sw1 bottom2 seperator" height="5"> </td>
+ <td width="25" align="center" class="switch_sw1 bottom2"><strong>{!__CONFIRMED_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="right" class="switch_sw2 bottom2">{--TASK_ADMIN_UNCONFIRMED--}:</td>
+ <td width="10" class="switch_sw2 bottom2 seperator" height="5"> </td>
+ <td align="center" class="switch_sw2 bottom2"><strong>{!__UNCONFIRMED_VALUE!}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="right" class="switch_sw1">{--TASK_ADMIN_LOCKED--}:</td>
+ <td width="10" class="switch_sw1 seperator" height="5"> </td>
+ <td align="center" class="switch_sw1"><strong>{!__LOCKED_VALUE!}</strong>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td align="center" valign="top">{!__OVERVIEW_EXTRA_table!}</td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" align="center"> </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="275"
+<table border="0" cellspacing="0" cellpadding="0" width="275"
class="admin_table dashed">
- <TR>
- <TD colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_EXTRAS--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td colspan="3" class="admin_title2 bottom2"><strong>{--TASK_ADMIN_OVERVIEW_EXTRAS--}:</strong>
+ </td>
+ </tr>
$content
-</TABLE>
\ No newline at end of file
+</table>
\ No newline at end of file
<!-- row template for extended overview -->
-<TR>
- <TD width="240" align="right"
- class="switch_sw$content[row_sw] $content[bottom]">$content[row_descr]:</TD>
- <TD width="10"
+<tr>
+ <td width="240" align="right"
+ class="switch_sw$content[row_sw] $content[bottom]">$content[row_descr]:</td>
+ <td width="10"
class="switch_sw$content[row_sw] $content[bottom] seperator"
- height="5"> </TD>
- <TD width="25" align="center"
+ height="5"> </td>
+ <td width="25" align="center"
class="switch_sw$content[row_sw] $content[bottom]"><strong>$content[row_link]</strong>
- </TD>
-</TR>
+ </td>
+</tr>
<!-- row template for extended overview -->
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed" align="center">
- <TR>
- <TD height="10" colspan="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="5"><strong>{--NEW_PATCHES_AVAILABLE--}</strong>
- </TD>
- </TR>
- <TR>
- <TD height="10" colspan="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_FNAME--}:</strong></TD>
- <TD align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_CTIME--}:</strong></TD>
- <TD align="center" width="32%" class="admin_title bottom2"><strong>{--PATCH_FSIZE--}:</strong></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
+ <tr>
+ <td height="10" colspan="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="5"><strong>{--NEW_PATCHES_AVAILABLE--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td height="10" colspan="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_FNAME--}:</strong></td>
+ <td align="center" width="32%" class="admin_title bottom2 right2"><strong>{--PATCH_CTIME--}:</strong></td>
+ <td align="center" width="32%" class="admin_title bottom2"><strong>{--PATCH_FSIZE--}:</strong></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
{!__PATCH_ROWS!}
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="2" align="right" class="bottom2 right2"><strong>{--ADMIN_TOTAL_PATCH_SIZES--}: </strong>
- </TD>
- <TD class="bottom2" align="center"><strong>{!__TOTAL_SIZE!}
- {--KBYTES--}</strong></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="10" colspan="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="2" align="right" class="bottom2 right2"><strong>{--ADMIN_TOTAL_PATCH_SIZES--}: </strong>
+ </td>
+ <td class="bottom2" align="center"><strong>{!__TOTAL_SIZE!}
+ {--KBYTES--}</strong></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="10" colspan="5" class="seperator"> </td>
+ </tr>
+</table>
-<TR>
- <TD rowspan="2" width="10" class="seperator"> </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
- href="$content[patch_url]">$content[patch_title]</a></TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[patch_ctime]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[patch_size]
- {--KBYTES--}</TD>
- <TD rowspan="2" width="10" class="seperator"> </TD>
-</TR>
-<TR>
- <TD colspan="3" class="switch_sw$content[sw] bottom2">
+<tr>
+ <td rowspan="2" width="10" class="seperator"> </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2"><a
+ href="$content[patch_url]">$content[patch_title]</a></td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[patch_ctime]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[patch_size]
+ {--KBYTES--}</td>
+ <td rowspan="2" width="10" class="seperator"> </td>
+</tr>
+<tr>
+ <td colspan="3" class="switch_sw$content[sw] bottom2">
<div align="center"><strong>{--PATCH_DESCRIPTION--}:</strong></div>
- $content[patch_desc]</TD>
-</TR>
+ $content[patch_desc]</td>
+</tr>
-<TR>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[time] {--_SECONDS--}
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[pay]
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[price]
- </TD>
- <TD align="center" class="bottom2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 switch_sw$content[sw]">
$content[title]
- </TD>
-</TR>
+ </td>
+</tr>
<form
action="{!URL!}/modules.php?module=admin&what=list_payouts&do=accept&pid=$_GET[pid]&task=$content"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
+<table border="0" cellspacing="0" cellpadding="0" width="380"
class="admin_table dashed" align="center">
- <TR>
- <TD class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<br />
- {--PAYOUT_USERDATA_VALUE--}</TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
+ <tr>
+ <td class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<br />
+ {--PAYOUT_USERDATA_VALUE--}</td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
<textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
- </TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer"><INPUT type="reset"
+ </td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--PAYOUT_ACCEPT_PAYOUT--}" /></TD>
- </TR>
-</TABLE>
+ value="{--PAYOUT_ACCEPT_PAYOUT--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<form action="{!URL!}/modules.php?module=admin&what=config_payouts"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed" align="center">
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="40">
+<form 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">
<strong>{--ADMIN_PAYOUT_ADD_NEW_TITLE--}:</strong><br />
- <div class="admin_note">({--ADMIN_PAYOUT_ADD_NEW_NOTE--})</div></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="280" align="right">{--ADMIN_PAYOUT_TITLE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="290"><INPUT type="text" name="title"
- class="admin_normal" size="20" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_RATE--}</TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="text" name="rate" class="admin_normal" size="5"
- maxlength="10"><div class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</div></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_MIN_POINTS--}:</TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="text" name="mpoi" class="admin_normal" size="5"
- maxlength="10"><div class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</div></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_ALLOW_URLS--}:</TD>
- <TD class="seperator"> </TD>
- <TD><select name="allow_url" class="admin_select" size="1">
+ <div class="admin_note">({--ADMIN_PAYOUT_ADD_NEW_NOTE--})</div></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="280" align="right">{--ADMIN_PAYOUT_TITLE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="290"><INPUT type="text" name="title"
+ class="admin_normal" size="20" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_RATE--}</td>
+ <td class="seperator"> </td>
+ <td><INPUT type="text" name="rate" class="admin_normal" size="5"
+ maxlength="10"><div class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</div></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_MIN_POINTS--}:</td>
+ <td class="seperator"> </td>
+ <td><INPUT type="text" name="mpoi" class="admin_normal" size="5"
+ maxlength="10"><div class="admin_note"> ({--ADMIN_PAYOUT_VALUE_NOTE--})</div></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_ALLOW_URLS--}:</td>
+ <td class="seperator"> </td>
+ <td><select name="allow_url" class="admin_select" size="1">
<option value="N">{--NO--}</option>
<option value="Y">{--YES--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_title bottom2" height="40">
- <strong>{--ADMIN_PAYOUT_OPTIONAL_SETTINGS--}:</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_YOUR_ACCOUNT--}:</TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="text" name="yacc" class="admin_normal" size="5"
- maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_YOUR_PASSWORD--}:</TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="password" name="ypass" class="admin_normal"
- size="5" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="250" align="right">{--ADMIN_PAYOUT_YOUR_URL--}:</TD>
- <TD class="seperator"> </TD>
- <TD width="140"><INPUT type="text" name="yurl"
- class="admin_normal" size="30" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_YOUR_RET_DONE--}:</TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="text" name="yrdone" class="admin_normal"
- size="5" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_YOUR_RET_FAILED--}:</TD>
- <TD class="seperator"> </TD>
- <TD><INPUT type="text" name="yrfailed" class="admin_normal"
- size="5" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PAYOUT_YOUR_PASS_TRANSFER--}:</TD>
- <TD class="seperator"> </TD>
- <TD><select name="ytrans" size="1" class="admin_select">
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_title bottom2" height="40">
+ <strong>{--ADMIN_PAYOUT_OPTIONAL_SETTINGS--}:</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_YOUR_ACCOUNT--}:</td>
+ <td class="seperator"> </td>
+ <td><INPUT type="text" name="yacc" class="admin_normal" size="5"
+ maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_YOUR_PASSWORD--}:</td>
+ <td class="seperator"> </td>
+ <td><INPUT type="password" name="ypass" class="admin_normal"
+ size="5" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="250" align="right">{--ADMIN_PAYOUT_YOUR_URL--}:</td>
+ <td class="seperator"> </td>
+ <td width="140"><INPUT type="text" name="yurl"
+ class="admin_normal" size="30" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_YOUR_RET_DONE--}:</td>
+ <td class="seperator"> </td>
+ <td><INPUT type="text" name="yrdone" class="admin_normal"
+ size="5" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_YOUR_RET_FAILED--}:</td>
+ <td class="seperator"> </td>
+ <td><INPUT type="text" name="yrfailed" class="admin_normal"
+ size="5" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PAYOUT_YOUR_PASS_TRANSFER--}:</td>
+ <td class="seperator"> </td>
+ <td><select name="ytrans" size="1" class="admin_select">
<option value="md5">MD5</option>
<option value="base64">Base64</option>
<option value="xxx" selected>None</option>
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="bottom2 seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer"><INPUT
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="bottom2 seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="add" class="admin_submit"
- value="{--ADMIN_PAYOUT_ADD_NEW--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_PAYOUT_ADD_NEW--}" /></td>
+ </tr>
+</table>
</form>
<div class="admin_note">{--ADMIN_PAYOUT_YOUR_URL_NOTE--}</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_table dashed">
- <TR>
- <TD align="center" class="admin_title bottom2" height="40"><strong>{--ADMIN_PAYOUT_TRANSFER_FAILED--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD align="center" height="40"><strong>$content</strong></TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td align="center" class="admin_title bottom2" height="40"><strong>{--ADMIN_PAYOUT_TRANSFER_FAILED--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" height="40"><strong>$content</strong></td>
+ </tr>
+</table>
\ No newline at end of file
<form
action="{!URL!}/modules.php?module=admin&what=list_payouts&do=reject&pid=$_GET[pid]&task=$content"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
+<table border="0" cellspacing="0" cellpadding="0" width="380"
class="admin_table dashed" align="center">
- <TR>
- <TD class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center">{--PAYOUT_RECEIVER_REJECT--}:<br />
- {--PAYOUT_USERDATA_VALUE--}</TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
+ <tr>
+ <td class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--PAYOUT_RECEIVER_REJECT--}:<br />
+ {--PAYOUT_USERDATA_VALUE--}</td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
<textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
- </TD>
- </TR>
- <TR>
- <TD class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD class="admin_footer"><INPUT type="reset"
+ </td>
+ </tr>
+ <tr>
+ <td class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_delete"
- value="{--PAYOUT_REJECT_PAYOUT--}" /></TD>
- </TR>
-</TABLE>
+ value="{--PAYOUT_REJECT_PAYOUT--}" /></td>
+ </tr>
+</table>
</form>
\ No newline at end of file
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
- <TR>
- <TD align="center" colspan="3" class="admin_title" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td align="center" colspan="3" class="admin_title" height="30">
<strong>{--EDIT_DEL_REFDEPTH--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_title bottom2 right2" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></TD>
- <TD class="admin_title bottom2" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_title bottom2 right2" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></td>
+ <td class="admin_title bottom2" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></td>
+ </tr>
{!__LEVEL_ROWS!}
- <TR>
- <TD class="admin_footer" colspan="3">
+ <tr>
+ <td class="admin_footer" colspan="3">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit" value="{--EDIT_LVL--}" />
<INPUT type="submit" name="del" class="admin_delete" value="{--DEL_LVL--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<div class="admin_note">
{--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
</div>
+
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=del"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="500">
- <TR>
- <TD align="center" height="30" class="bottom2 admin_title"><strong>{--DELETE_REF_DEPTHS--}:</strong></TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=del" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+ <tr>
+ <td align="center" height="30" class="bottom2 admin_title"><strong>{--DELETE_REF_DEPTHS--}:</strong></td>
+ </tr>
{!__LEVEL_ROWS!}
- <TR>
- <TD class="admin_footer"><INPUT type="reset"
+ <tr>
+ <td class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_delete" value="{--REMOVE_REF--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD height="5" class="seperator"></TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw]"><strong>{--REF_LEVEL--}
- $content[lvl]:</strong></TD>
-</TR>
-<TR>
- <TD height="5" class="switch_sw$content[sw]"></TD>
-</TR>
-<TR>
- <TD align="center" class="switch_sw$content[sw]">
+<tr>
+ <td height="5" class="seperator"></td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw]"><strong>{--REF_LEVEL--}
+ $content[lvl]:</strong></td>
+</tr>
+<tr>
+ <td height="5" class="switch_sw$content[sw]"></td>
+</tr>
+<tr>
+ <td align="center" class="switch_sw$content[sw]">
$content[per]% <div class="tiny">({--ID_SELECT--} $content[id])</div>
<INPUT type="hidden" name="id[$content[id]]" value="1" size="35">
- </TD>
-</TR>
-<TR>
- <TD height="5" class="switch_sw$content[sw] bottom"
- style="font-size: 1px"> </TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td height="5" class="switch_sw$content[sw] bottom"
+ style="font-size: 1px"> </td>
+</tr>
-<form
- action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=edit"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="admin_table dashed" width="550">
- <TR>
- <TD align="center" colspan="2" height="30" class="bottom2 admin_title">
- <strong>{--EDIT_REF_DEPTHS--}:</strong></TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=config_points&sub=ref&do=edit" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="550">
+ <tr>
+ <td align="center" colspan="2" height="30" class="bottom2 admin_title">
+ <strong>{--EDIT_REF_DEPTHS--}:</strong></td>
+ </tr>
{!__LEVEL_ROWS!}
- <TR>
- <TD align="center" colspan="2" class="admin_footer"><INPUT
+ <tr>
+ <td align="center" colspan="2" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--CHANGE_REF--}" /></TD>
- </TR>
-</TABLE>
+ value="{--CHANGE_REF--}" /></td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD colspan="2" align="center" class="bottom2" height="30"><strong>{--REF_DEPTHS_ID--}
- $content[id]:</strong></TD>
-</TR>
-<TR>
- <TD colspan="2" height="5" class="switch_sw$content[sw]"></TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" width="50%" align="right">{--REF_LEVEL--}: </TD>
- <TD class="switch_sw$content[sw]" align="left" width="50%"><INPUT
+<tr>
+ <td colspan="2" align="center" class="bottom2" height="30"><strong>{--REF_DEPTHS_ID--}
+ $content[id]:</strong></td>
+</tr>
+<tr>
+ <td colspan="2" height="5" class="switch_sw$content[sw]"></td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" width="50%" align="right">{--REF_LEVEL--}: </td>
+ <td class="switch_sw$content[sw]" align="left" width="50%"><INPUT
type="text" name="lvl[$content[id]]" class="admin_normal"
- value="$content[lvl]" size="3" maxlength="5"></TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" colspan="2" height="5"></TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw]" align="right">{--REF_PERCENT--}: </TD>
- <TD class="switch_sw$content[sw]" align="left"><INPUT type="text"
+ value="$content[lvl]" size="3" maxlength="5"></td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" colspan="2" height="5"></td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw]" align="right">{--REF_PERCENT--}: </td>
+ <td class="switch_sw$content[sw]" align="left"><INPUT type="text"
name="perc[$content[id]]" class="admin_normal" value="$content[per]"
- size="3" maxlength="5">%</TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 seperator" colspan="2"
- height="5"> </TD>
-</TR>
+ size="3" maxlength="5">%</td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 seperator" colspan="2"
+ height="5"> </td>
+</tr>
-<TR>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[lvl]
- </TD>
- <TD align="center" class="bottom2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 switch_sw$content[sw]">
$content[per]%
- </TD>
-</TR>
+ </td>
+</tr>
-<form action="{!URL!}/modules.php?module=admin&what=refbanner"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD width="10" class="admin_title seperator bottom2"> </TD>
- <TD align="center" colspan="6" class="admin_header bottom2"
- height="30"><strong>{--EDIT_DEL_REFBANNER--}</strong></TD>
- <TD width="10" class="admin_title seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD class="admin_header seperator bottom2" width="10"> </TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_URL--}:</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_TITLE--}:</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_CNTR--}:</strong></TD>
- <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_CLIX--}</strong></TD>
- <TD class="admin_header bottom2" align="center"><strong>{--REF_VIS--}:</strong></TD>
- <TD class="admin_header seperator bottom2" width="10"> </TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=refbanner" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td width="10" class="admin_title seperator bottom2"> </td>
+ <td align="center" colspan="6" class="admin_header bottom2"
+ height="30"><strong>{--EDIT_DEL_REFBANNER--}</strong></td>
+ <td width="10" class="admin_title seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td class="admin_header seperator bottom2" width="10"> </td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--REF_URL--}:</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--REF_TITLE--}:</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--REF_CNTR--}:</strong></td>
+ <td class="admin_header bottom2 right2" align="center"><strong>{--REF_CLIX--}</strong></td>
+ <td class="admin_header bottom2" align="center"><strong>{--REF_VIS--}:</strong></td>
+ <td class="admin_header seperator bottom2" width="10"> </td>
+ </tr>
{!__BANNER_ROWS!}
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="6"><INPUT
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="6"><INPUT
type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="edit" class="admin_submit"
value="{--EDIT_PAY--}" /> <INPUT type="submit"
- name="del" class="admin_delete" value="{--DEL_PAY--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
+</div>
-<form
- action="{!URL!}/modules.php?module=admin&what=refbanner&mode=edit"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed">
- <TR>
- <TD width="10" class="admin_header bottom2 seperator"> </TD>
- <TD align="center" colspan="3" class="admin_header bottom2"
- height="30"><strong>{--EDIT_REFBANNER--}</strong></TD>
- <TD width="10" class="admin_header bottom2 seperator"> </TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=refbanner&mode=edit" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+ <tr>
+ <td width="10" class="admin_header bottom2 seperator"> </td>
+ <td align="center" colspan="3" class="admin_header bottom2"
+ height="30"><strong>{--EDIT_REFBANNER--}</strong></td>
+ <td width="10" class="admin_header bottom2 seperator"> </td>
+ </tr>
{!__BANNER_ROWS!}
- <TR>
- <TD class="admin_footer seperator" width="10"> </TD>
- <TD class="admin_footer" colspan="3"><INPUT
+ <tr>
+ <td class="admin_footer seperator" width="10"> </td>
+ <td class="admin_footer" colspan="3"><INPUT
type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="admin_submit"
- value="{--EDIT_PAY--}" /></TD>
- <TD class="admin_footer seperator" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--EDIT_PAY--}" /></td>
+ <td class="admin_footer seperator" width="10"> </td>
+ </tr>
+</table>
</form>
+</div>
-<TR>
- <TD colspan="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" align="right" width="200">{--ADMIN_EDIT_BANNER_URL--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" width="350"><INPUT type="hidden"
+<tr>
+ <td colspan="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" align="right" width="200">{--ADMIN_EDIT_BANNER_URL--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" width="350"><INPUT type="hidden"
name="sel[$content[id]]" value="1"> <INPUT type="text"
name="url[$content[id]]" class="admin_normal" value="$content[url]"
- size="40" maxlength="255"></TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD colspan="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" align="right">{--ADMIN_EDIT_ALTERNATE--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]"><INPUT type="text"
+ size="40" maxlength="255"></td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+</tr>
+<tr>
+ <td colspan="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" align="right">{--ADMIN_EDIT_ALTERNATE--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]"><INPUT type="text"
name="alternate[$content[id]]" class="admin_normal"
- value="$content[alt]" size="30" maxlength="255"></TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD colspan="5" class="switch_sw$content[sw] seperator"> </TD>
-</TR>
-<TR>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]" align="right">{--ADMIN_SELECT_BANNER_ACTIVE--}:</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
- <TD class="switch_sw$content[sw]">$content[vis]</TD>
- <TD class="switch_sw$content[sw] seperator" width="10"> </TD>
-</TR>
-<TR>
- <TD colspan="5" class="switch_sw$content[sw] bottom2 seperator"> </TD>
-</TR>
+ value="$content[alt]" size="30" maxlength="255"></td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+</tr>
+<tr>
+ <td colspan="5" class="switch_sw$content[sw] seperator"> </td>
+</tr>
+<tr>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]" align="right">{--ADMIN_SELECT_BANNER_ACTIVE--}:</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+ <td class="switch_sw$content[sw]">$content[vis]</td>
+ <td class="switch_sw$content[sw] seperator" width="10"> </td>
+</tr>
+<tr>
+ <td colspan="5" class="switch_sw$content[sw] bottom2 seperator"> </td>
+</tr>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom right2" colspan="2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom right2" colspan="2">
<INPUT type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" value="1" class="admin_normal" />
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom right2">
<IMG src="$content[url]" alt="$content[alt]" border="0" title="$content[alt]" />
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom right2">
$content[alt]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom right2">
$content[cnt]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom right2">
$content[clx]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom" colspan="2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
$content[vis]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_header" colspan="8" align="center"><strong>{--ADMIN_UNCONFIRMED_ACCOUNTS--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD class="admin_header right2" align="center" width="20">{--_UID--}</TD>
- <TD class="admin_header right2" align="center">{--GENDER--}</TD>
- <TD class="admin_header right2" align="center">{--SURNAME--}</TD>
- <TD class="admin_header right2" align="center">{--FAMILY_NAME--}</TD>
- <TD class="admin_header right2" align="center">{--ADDY--}</TD>
- <TD class="admin_header right2" align="center">{--REMOTE_IP--}</TD>
- <TD class="admin_header right2" align="center" width="20">{--REF_UID--}</TD>
- <TD class="admin_header" align="center">{--CONFIRM_ACCOUNT--}</TD>
- </TR>
+ <tr>
+ <td class="admin_header" colspan="8" align="center"><strong>{--ADMIN_UNCONFIRMED_ACCOUNTS--}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_header right2" align="center" width="20">{--_UID--}</td>
+ <td class="admin_header right2" align="center">{--GENDER--}</td>
+ <td class="admin_header right2" align="center">{--SURNAME--}</td>
+ <td class="admin_header right2" align="center">{--FAMILY_NAME--}</td>
+ <td class="admin_header right2" align="center">{--ADDY--}</td>
+ <td class="admin_header right2" align="center">{--REMOTE_IP--}</td>
+ <td class="admin_header right2" align="center" width="20">{--REF_UID--}</td>
+ <td class="admin_header" align="center">{--CONFIRM_ACCOUNT--}</td>
+ </tr>
{!__REG_ROWS!}
-</TABLE>
+</table>
<div align="center">
<form action="{!URL!}/modules.php?module=admin&action=login" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table register">
- <TR>
- <TD colspan="2" align="center" class="admin_title">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table register">
+ <tr>
+ <td colspan="2" align="center" class="admin_title">
<div class="admin_fatal">{--ADMIN_NOT_REGISTERED--}</STRONG><br />
<br />
- <strong>{--ADMIN_REGISTER_NOW--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_LOGIN--}: </TD>
- <TD>
+ <strong>{--ADMIN_REGISTER_NOW--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_LOGIN--}: </td>
+ <td>
<INPUT type="text" name="login" size="10" maxlength="100" class="admin_normal" value="{!__LOGIN_VALUE!}" />
- </TD>
- </TR>
+ </td>
+ </tr>
{!__MSG_LOGIN!}
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADMIN_PASS--}: </TD>
- <TD>
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADMIN_PASS--}: </td>
+ <td>
<INPUT type="password" name="pass" size="10" maxlength="100" class="admin_normal" />
- </TD>
- </TR>
+ </td>
+ </tr>
{!__MSG_PASS!}
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2">
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="admin_submit submit" name="ok" value="{--ADMIN_REG_SUBMIT--}" />
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="14" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="14" class="seperator"> </td>
+ </tr>
+</table>
</form>
</div>
-<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[sname]</TD>
- <TD align="center" class="switch_sw$content[sw] top2 right2">$content[fname]</TD>
- <TD align="center" class="switch_sw$content[sw] top2 right2">$content[email]</TD>
- <TD align="center" class="switch_sw$content[sw] top2 right2">$content[ip]</TD>
- <TD align="center" class="switch_sw$content[sw] top2 right2">$content[ref]</TD>
- <TD align="center" class="switch_sw$content[sw] top2"><a
- href="{!URL!}/confirm.php?hash=$content[hash]" target="_blank">{--CONFIRMATION_LINK--}</a></TD>
-</TR>
+<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[sname]</td>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[fname]</td>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[email]</td>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[ip]</td>
+ <td align="center" class="switch_sw$content[sw] top2 right2">$content[ref]</td>
+ <td align="center" class="switch_sw$content[sw] top2"><a
+ href="{!URL!}/confirm.php?hash=$content[hash]" target="_blank">{--CONFIRMATION_LINK--}</a></td>
+</tr>
-<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
- <TD class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" height="30">
<strong>{--ADMIN_RESET_PASS_DONE_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2">
$content
- </TD>
-</TR>
-<TR>
- <TD class="admin_footer">
+ </td>
+</tr>
+<tr>
+ <td class="admin_footer">
»» <strong><a href="{!URL!}/modules.php?module=admin">{--ADMIN_CONTINUE_LOGIN--}</a></strong>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
- <TD class="admin_title bottom2" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" height="30" colspan="2">
<strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD height="40" width="50%" class="bottom2">
+ </td>
+</tr>
+<tr>
+ <td height="40" width="50%" class="bottom2">
{--ADMIN_ENTER_EMAIL--}
- </TD>
- <TD width="50%" class="bottom2">
+ </td>
+ <td width="50%" class="bottom2">
<INPUT type="email" class="admin_normal" name="email" size="20" maxlength="255" />
- </TD>
-</TR>
-<TR>
- <TD class="admin_footer" colspan="2">
+ </td>
+</tr>
+<tr>
+ <td class="admin_footer" colspan="2">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="send_link" class="admin_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
<div class="admin_note">
<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
- <TD class="admin_title bottom2" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" height="30" colspan="2">
<strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD height="40" width="50%" class="bottom2">
+ </td>
+</tr>
+<tr>
+ <td height="40" width="50%" class="bottom2">
{--ADMIN_SHOW_LOGIN--}
- </TD>
- <TD width="50%" class="bottom2">
+ </td>
+ <td width="50%" class="bottom2">
<strong>$content[login]</strong><br />
[<a href="{!URL!}/modules.php?module=admin&reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</a>]
- </TD>
-</TR>
-<TR>
- <TD height="40" width="50%" class="bottom2">
+ </td>
+</tr>
+<tr>
+ <td height="40" width="50%" class="bottom2">
{--ADMIN_ENTER_PASSWORD1--}
- </TD>
- <TD width="50%" class="bottom2">
+ </td>
+ <td width="50%" class="bottom2">
<INPUT type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
- </TD>
-</TR>
-<TR>
- <TD height="40" width="50%" class="bottom2">
+ </td>
+</tr>
+<tr>
+ <td height="40" width="50%" class="bottom2">
{--ADMIN_ENTER_PASSWORD2--}
- </TD>
- <TD width="50%" class="bottom2">
+ </td>
+ <td width="50%" class="bottom2">
<INPUT type="password" class="admin_normal" name="pass2" size="20" maxlength="255" />
- </TD>
-</TR>
-<TR>
- <TD class="admin_footer" colspan="2">
+ </td>
+</tr>
+<tr>
+ <td class="admin_footer" colspan="2">
<INPUT type="hidden" name="hash" value="$content[hash]" />
<INPUT type="hidden" name="login" value="$content[login]" />
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="reset_pass" class="admin_submit" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
<div class="admin_note">
-<form
- action="{!URL!}/modules.php?module=admin&what=send_bonus&mode={!__MODE!}"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="admin_table dashed" align="center">
- <TR>
- <TD colspan="5" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--SELECT_CATEGORY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select name="cat" size="1" class="admin_select">
+<form action="{!URL!}/modules.php?module=admin&what=send_bonus&mode={!__MODE!}" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+ <tr>
+ <td colspan="5" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--SELECT_CATEGORY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><select name="cat" size="1" class="admin_select">
<option value="" disabled>{--PLEASE_SELECT--}</option>
<option value="0">{--ALL_MEMBERS--} ({!__ALL_VALUE!})</option>
{!__OPTION_LINES!}
- </select></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_RECEIVER--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="receiver" class="admin_normal"
- size="4" maxlength="5"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_POINTS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" class="admin_normal"
- size="4" maxlength="5"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_SECONDS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="seconds" class="admin_normal"
- size="4" maxlength="5"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_SUBJECT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="subject" class="admin_normal"
- size="30" maxlength="150"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_TEXT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea name="text" class="admin_normal" rows="10"
- cols="50"></textarea></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--MEMBER_ENTER_URL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="url" class="admin_normal" size="40"
- maxlength="350" value="http://"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="center"><INPUT type="reset"
+ </select></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_RECEIVER--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="receiver" class="admin_normal"
+ size="4" maxlength="5"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_POINTS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" class="admin_normal"
+ size="4" maxlength="5"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_SECONDS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="seconds" class="admin_normal"
+ size="4" maxlength="5"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_SUBJECT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="subject" class="admin_normal"
+ size="30" maxlength="150"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_TEXT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea name="text" class="admin_normal" rows="10"
+ cols="50"></textarea></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--MEMBER_ENTER_URL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="url" class="admin_normal" size="40"
+ maxlength="350" value="http://"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3" align="center"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="admin_submit"
- value="{--ADMIN_SEND_MAIL--}" /></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="10" class="seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_SEND_MAIL--}" /></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="10" class="seperator"> </td>
+ </tr>
+</table>
</form>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
- class="admin_table dashed" width="520">
- <TR>
- <TD align="center" class="admin_header bottom2" height="30"><strong>{--ADMIN_SEND_BONUS_MAILS--}</strong></TD>
- </TR>
- <TR>
- <TD style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px"
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+ <tr>
+ <td align="center" class="admin_header bottom2" height="30"><strong>{--ADMIN_SEND_BONUS_MAILS--}</strong></td>
+ </tr>
+ <tr>
+ <td style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px"
class="bottom2"><strong><BIG>·</BIG></strong> <a
href="{!URL!}/modules.php?module=admin&what=send_bonus&mode=normal">{--ADMIN_SEND_BONUS_NORMAL--}</a><br />
<br />
- <div class="admin_note">{--ADMIN_SEND_BONUS_NORMAL_NOTES--}</div></TD>
- </TR>
- <TR>
- <TD style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px">
+ <div class="admin_note">{--ADMIN_SEND_BONUS_NORMAL_NOTES--}</div></td>
+ </tr>
+ <tr>
+ <td style="padding-left: 7px; padding-top: 5px; padding-bottom: 5px">
<strong><BIG>·</BIG></strong> <a
href="{!URL!}/modules.php?module=admin&what=send_bonus&mode=html">{--ADMIN_SEND_BONUS_HTML--}</a><br />
<br />
- <div class="admin_note">{--ADMIN_SEND_BONUS_HTML_NOTES--}</div></TD>
- </TR>
-</TABLE>
+ <div class="admin_note">{--ADMIN_SEND_BONUS_HTML_NOTES--}</div></td>
+ </tr>
+</table>
<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
- <TD class="admin_title bottom2" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" height="30" colspan="2">
<strong>{--ADMIN_SEND_RESET_LINK_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD height="40" width="50%" class="bottom2">
+ </td>
+</tr>
+<tr>
+ <td height="40" width="50%" class="bottom2">
{--ADMIN_ENTER_EMAIL--}
- </TD>
- <TD width="50%" class="bottom2">
+ </td>
+ <td width="50%" class="bottom2">
<INPUT type="text"class="admin_normal" name="email" size="20" maxlength="255" />
- </TD>
-</TR>
-<TR>
- <TD class="admin_footer" colspan="2">
+ </td>
+</tr>
+<tr>
+ <td class="admin_footer" colspan="2">
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="send_link" class="admin_submit" value="{--ADMIN_SEND_RESET_LINK_SUBMIT--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
<div class="admin_note">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
-<TR>
- <TD class="admin_title2 bottom2">{--MESSAGE_HEADER--}</TD>
-</TR>
-<TR>
- <TD class="admin_message"><strong>$content</strong></TD>
-</TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title2 bottom2">{--MESSAGE_HEADER--}</td>
+</tr>
+<tr>
+ <td class="admin_message"><strong>$content</strong></td>
+</tr>
+</table>
<form action="{!URL!}/modules.php?module=admin&what=sub_points&u_id={!__UID!}" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_title seperator" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD class="admin_title" colspan="3" align="center">
+ <tr>
+ <td class="admin_title seperator" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td class="admin_title" colspan="3" align="center">
{--ADMIN_SUB_POINTS_FROM_USER--}:<br />
- <strong>{!__USER_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_POINTS_SUB--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" size="6" maxlength="7"
- class="admin_normal"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_SUB_REASON--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea name="reason" class="admin_normal" rows="5"
- cols="20"></textarea></TD>
- </TR>
- <TR>
- <TD height="3" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_footer"><INPUT type="reset"
+ <strong>{!__USER_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_POINTS_SUB--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" size="6" maxlength="7"
+ class="admin_normal"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_SUB_REASON--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></td>
+ </tr>
+ <tr>
+ <td height="3" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" class="admin_submit" name="ok"
- value="{--ADMIN_SUB_POINTS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_SUB_POINTS--}" /></td>
+ </tr>
+</table>
</form>
<form
action="{!URL!}/modules.php?module=admin&what=sub_points&u_id=all"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center" class="admin_table dashed">
- <TR>
- <TD class="admin_title seperator" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD class="admin_title" colspan="3" align="center">{--ADMIN_SUB_POINTS_FROM_ALL--}:</TD>
- </TR>
- <TR>
- <TD class="admin_title seperator bottom2" height="10" colspan="3"> </TD>
- </TR>
- <TR>
- <TD height="8" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_POINTS_SUB--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="points" size="6" maxlength="7"
- class="admin_normal"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ENTER_SUB_REASON--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea name="reason" class="admin_normal" rows="5"
- cols="20"></textarea></TD>
- </TR>
- <TR>
- <TD height="3" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" colspan="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="admin_footer"><INPUT type="reset"
+ <tr>
+ <td class="admin_title seperator" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td class="admin_title" colspan="3" align="center">{--ADMIN_SUB_POINTS_FROM_ALL--}:</td>
+ </tr>
+ <tr>
+ <td class="admin_title seperator bottom2" height="10" colspan="3"> </td>
+ </tr>
+ <tr>
+ <td height="8" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_POINTS_SUB--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="points" size="6" maxlength="7"
+ class="admin_normal"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ENTER_SUB_REASON--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea name="reason" class="admin_normal" rows="5"
+ cols="20"></textarea></td>
+ </tr>
+ <tr>
+ <td height="3" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" colspan="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="admin_footer"><INPUT type="reset"
class="admin_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" class="admin_submit" name="ok"
- value="{--ADMIN_SUB_POINTS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_SUB_POINTS--}" /></td>
+ </tr>
+</table>
</form>
+<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
<tr>
<td colspan="3" align="center" class="admin_header bottom2" height="30">
</td>
</tr>
</table>
+</div>
+<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
<tr>
<td colspan="3" align="center" class="admin_header bottom2" height="30">
</td>
</tr>
</table>
+</div>
-<form action="{!URL!}/modules.php?module=admin&what=theme_edit"
- method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
- class="admin_table dashed">
- <TR>
- <TD class="admin_title2 bottom2 right2" align="center">{--ID_SELECT--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_ACTIVE--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
- <TD class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</TD>
- </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&what=theme_edit" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+ <tr>
+ <td class="admin_title2 bottom2 right2" align="center">{--ID_SELECT--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_ACTIVE--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
+ <td class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</td>
+ </tr>
{!__THEME_LIST!}
- <TR>
- <TD colspan="7" class="admin_footer"><INPUT
+ <tr>
+ <td colspan="7" class="admin_footer"><INPUT
type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
<INPUT type="submit" name="status" class="admin_submit"
value="{--ADMIN_CHANGE_STATUS_THEME--}" /> <INPUT
type="submit" name="del" class="admin_delete"
- value="{--ADMIN_DELETE_ENTRIES--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+ </tr>
+</table>
</form>
-<div class="admin_note">{--ADMIN_THEME_NEW_DEFAULT_THEME--}</div>
+<div class="admin_note">
+ {--ADMIN_THEME_NEW_DEFAULT_THEME--}
+</div>
+
+</div>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
$content[link]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[name]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center" height="30">
$content[is_act]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
$content[email]
- </TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] bottom2 right2" 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>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center">
v$content[ver]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
- <TR>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_VERSION--}</TD>
- <TD class="admin_title2 bottom2" align="center">{--THEME_INSTALL--}</TD>
- </TR>
+ <tr>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_VERSION--}</td>
+ <td class="admin_title2 bottom2" align="center">{--THEME_INSTALL--}</td>
+ </tr>
{!__THEME_LIST!}
- <TR>
- <TD colspan="6" class="admin_footer">
+ <tr>
+ <td colspan="6" class="admin_footer">
<div class="admin_note">{--ADMIN_THEME_LIST_NOTE--}</div>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
+</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_done dashed">
- <TR>
- <TD align="center" height="40"><strong>{--ADMIN_THEME_ALREADY_INSTALLED_1--}$content{--ADMIN_THEME_ALREADY_INSTALLED_2--}</strong>
- </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td align="center" height="40"><strong>{--ADMIN_THEME_ALREADY_INSTALLED_1--}$content{--ADMIN_THEME_ALREADY_INSTALLED_2--}</strong>
+ </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
-<TR>
- <TD colspan="5" align="center" class="admin_title bottom2" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<tr>
+ <td colspan="5" align="center" class="admin_title bottom2" height="30">
<strong>{--ADMIN_THEME_NEW_FOUND_TITLE--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</TD>
- <TD align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</TD>
- <TD align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_THEME_FILE_CTIME--}</TD>
- <TD align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</TD>
- <TD align="center" width="15%" class="admin_title bottom2">{--THEME_VERSION--}</TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td align="center" width="5%" class="admin_title bottom2 right2">{--ID_SELECT--}</td>
+ <td align="center" width="35%" class="admin_title bottom2 right2">{--ADMIN_EXT_DOWNLOAD_LINK--}</td>
+ <td align="center" width="30%" class="admin_title bottom2 right2">{--ADMIN_THEME_FILE_CTIME--}</td>
+ <td align="center" width="15%" class="admin_title bottom2 right2">{--ADMIN_EXT_FILE_SIZE--}</td>
+ <td align="center" width="15%" class="admin_title bottom2">{--THEME_VERSION--}</td>
+</tr>
{!__THEMES_ROWS!}
-<TR>
- <TD colspan="2" align="center" class="admin_title right2">
+<tr>
+ <td colspan="2" align="center" class="admin_title right2">
{--ADMIN_THEME_TOTAL_FOUND--}: <strong>{!__TTHEME_VALUE!}</strong>
- </TD>
- <TD colspan="3" align="right" class="admin_title right2">
+ </td>
+ <td colspan="3" align="right" class="admin_title right2">
{--ADMIN_EXT_TOTAL_FSIZE--}: <strong>{!__TKBYTES_VALUE!} {--KBYTES--}</strong>
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=list_surfbar_urls" method="POST">
<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
<tr>
</tr>
</table>
</form>
+</div>
<form actiom="{!URL!}/modules.php?module=admin&what=unlock_emails"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed" width="99%">
- <TR>
- <TD colspan="8" align="center" class="admin_header bottom2"
+ <tr>
+ <td colspan="8" align="center" class="admin_header bottom2"
height="35"><div class="admin_misc">{--ADMIN_UNLOCK_EMAILS--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD class="admin_header right2" align="center" width="10"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_header right2" align="center"><strong>{--EMAIL_SENDER--}</strong></TD>
- <TD class="admin_header right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></TD>
- <TD class="admin_header right2" align="center"><strong>{--EMAIL_URL--}</strong></TD>
- <TD class="admin_header right2" align="center"><strong>{--EMAIL_CATEGORY--}</strong></TD>
- <TD class="admin_header right2" align="center"><strong>{--EMAIL_PAYMENT--}</strong></TD>
- <TD class="admin_header right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></TD>
- <TD class="admin_header" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td class="admin_header right2" align="center" width="10"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_header right2" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+ <td class="admin_header right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+ <td class="admin_header right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
+ <td class="admin_header right2" align="center"><strong>{--EMAIL_CATEGORY--}</strong></td>
+ <td class="admin_header right2" align="center"><strong>{--EMAIL_PAYMENT--}</strong></td>
+ <td class="admin_header right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+ <td class="admin_header" style="white-space: nowrap" align="center"><strong>{--EMAIL_TSEND--}</strong></td>
+ </tr>
{!__UNLOCK_ROWS!}
- <TR>
- <TD class="admin_footer top2" colspan="8" align="center" height="35">
+ <tr>
+ <td class="admin_footer top2" 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">
+ value="{!__REJECT_URL!}"></td>
+ </tr>
+ <tr>
+ <td class="admin_footer top2" 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--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=admin&what=unlock_emails"
method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="admin_table dashed">
- <TR>
- <TD class="admin_header bottom2" width="10"> </TD>
- <TD class="admin_header bottom2" colspan="2" align="center"
+ <tr>
+ <td class="admin_header bottom2" width="10"> </td>
+ <td class="admin_header bottom2" colspan="2" align="center"
height="35"><div class="admin_misc">{--ADMIN_REJECTED_URLS--}</STRONG>
- </TD>
- <TD class="admin_header bottom2" width="10"> </TD>
- </TR>
+ </td>
+ <td class="admin_header bottom2" width="10"> </td>
+ </tr>
{!__URL_ROWS!}
- <TR>
- <TD class="admin_header" width="10"> </TD>
- <TD class="admin_header" colspan="2" align="center" height="35">
+ <tr>
+ <td class="admin_header" width="10"> </td>
+ <td class="admin_header" colspan="2" align="center" height="35">
<INPUT type="reset" class="admin_reset" value="{--RESET_SELECT--}" />
<INPUT type="submit" name="lock" class="admin_submit"
- value="{--ADMIN_LOCK_URLS--}" /></TD>
- <TD class="admin_header" width="10"> </TD>
- </TR>
-</TABLE>
+ value="{--ADMIN_LOCK_URLS--}" /></td>
+ <td class="admin_header" width="10"> </td>
+ </tr>
+</table>
</form>
-<TR>
- <TD class="bottom2 switch_sw$content[sw]" width="10"> </TD>
- <TD class="bottom2 switch_sw$content[sw]" width="25" align="center">
+<tr>
+ <td class="bottom2 switch_sw$content[sw]" width="10"> </td>
+ <td class="bottom2 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>
-</TR>
+ </td>
+ <td class="bottom2 switch_sw$content[sw]">$content[url]</td>
+ <td class="bottom2 switch_sw$content[sw]" width="10"> </td>
+</tr>
-<TR>
- <TD class="switch_sw$content[sw] top2 right2" align="center" height="30">
+<tr>
+ <td class="switch_sw$content[sw] top2 right2" 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>
+ <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
$content[u_link]
- </TD>
- <TD class="switch_sw$content[sw] top2 right2 admin_misc">
+ </td>
+ <td class="switch_sw$content[sw] top2 right2 admin_misc">
$content[subj]
- </TD>
- <TD class="switch_sw$content[sw] top2 right2" align="center">
+ </td>
+ <td class="switch_sw$content[sw] top2 right2" 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>
+ <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
<div class="admin_note" title="$content[cat_title]">$content[cat_link]</STRONG>
- </TD>
- <TD class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
+ </td>
+ <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
<div class="admin_note" title="$content[pay_title]">$content[pay_link]</STRONG>
- </TD>
- <TD class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
+ </td>
+ <td class="switch_sw$content[sw] top2 right2 admin_misc" align="center">
$content[ordered]
- </TD>
- <TD class="switch_sw$content[sw] top2 admin_misc" align="center">
+ </td>
+ <td class="switch_sw$content[sw] top2 admin_misc" align="center">
$content[tsend]
- </TD>
-</TR>
+ </td>
+</tr>
<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=unlock_sponsor" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed">
-<TR>
- <TD colspan="4" class="admin_title bottom2" height="30" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+ <td colspan="4" class="admin_title bottom2" height="30" align="center">
<strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></TD>
- <TD align="center" class="admin_title bottom2 right2"><strong>{--REMOTE_IP--}:</strong></TD>
- <TD align="center" class="admin_title bottom2"><strong>{--SPONSOR_CREATED--}:</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--SURNAME_FAMILY--}:</strong></td>
+ <td align="center" class="admin_title bottom2 right2"><strong>{--REMOTE_IP--}:</strong></td>
+ <td align="center" class="admin_title bottom2"><strong>{--SPONSOR_CREATED--}:</strong></td>
+</tr>
{!__SPONSOR_ROWS!}
-<TR>
- <TD colspan="4" class="admin_footer" height="30" align="center">
+<tr>
+ <td colspan="4" class="admin_footer" height="30" align="center">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
<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>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
<a href="$content[email]">$content[gender] $content[surname] $content[family]</a>
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">
$content[remote]
- </TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">
+ </td>
+ <td align="center" class="switch_sw$content[sw] bottom2">
$content[created]
- </TD>
-</TR>
+ </td>
+</tr>
+<div align="center">
<form action="{!URL!}/modules.php?module=admin&what=unlock_surfbar_urls" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
-<TR>
- <TD align="center" colspan="5" class="admin_title" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
+<tr>
+ <td align="center" colspan="5" class="admin_title" height="30">
<strong>{--ADMIN_UNLOCK_SURFBAR_URLS_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></TD>
- <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></TD>
- <TD class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></td>
+ <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
+ <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
+</tr>
$content
-<TR>
- <TD class="admin_footer" colspan="5">
+<tr>
+ <td class="admin_footer" colspan="5">
<INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="reject" class="admin_submit" value="{--ADMIN_SURFBAR_REJECT_URL--}" />
<INPUT type="submit" name="unlock" class="admin_submit" value="{--ADMIN_SURFBAR_CONFIRM_URL--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
+</div>
-<TR>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+<tr>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
<INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" value="1" class="admin_normal" />
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[userid]
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 switch_sw$content[sw]">
$content[url]
- </TD>
- <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
+ </td>
+ <td align="center" class="bottom2 right2 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>
+ <td align="center" class="bottom2 switch_sw$content[sw]">
$content[registered]
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="710"
+<table border="0" cellspacing="0" cellpadding="0" width="710"
align="center" class="admin_table dashed" align="center">
- <TR>
- <TD class="admin_title bottom2" align="center" colspan="3" height="30">
- <div class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></TD>
- </TR>
- <TR>
- <TD height="10" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350">{--YOUR_VERSION_IS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>v{!FULL_VERSION!} {!CURR_SVN_REVISION!}</strong></TD>
- </TR>
- <TR>
- <TD height="2" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350">{--ONLINE_VERSION_IS--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>v{!__ONLINE_VERSION!} {!__ONLINE_REVISION!}</strong></TD>
- </TR>
- <TR>
- <TD height="2" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="350">{--UPDATE_CREATE_TIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>{!__ONLINE_CHANGE!}</strong></TD>
- </TR>
- <TR>
- <TD height="2" colspan="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="10" colspan="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="bottom2">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD colspan="2" class="admin_title bottom2" align="center"
+ <tr>
+ <td class="admin_title bottom2" align="center" colspan="3" height="30">
+ <div class="big">{--NEW_VERSION_AVAILABLE--}</STRONG></td>
+ </tr>
+ <tr>
+ <td height="10" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350">{--YOUR_VERSION_IS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>v{!FULL_VERSION!} {!CURR_SVN_REVISION!}</strong></td>
+ </tr>
+ <tr>
+ <td height="2" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350">{--ONLINE_VERSION_IS--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>v{!__ONLINE_VERSION!} {!__ONLINE_REVISION!}</strong></td>
+ </tr>
+ <tr>
+ <td height="2" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="350">{--UPDATE_CREATE_TIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>{!__ONLINE_CHANGE!}</strong></td>
+ </tr>
+ <tr>
+ <td height="2" colspan="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="10" colspan="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="bottom2">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td colspan="2" class="admin_title bottom2" align="center"
height="30"><div class="big">{--DOWNLOAD_NEW_VERSION--}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" height="40" style="padding-right:5px">
+ </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" height="40" style="padding-right:5px">
{--DOWNLOAD_SVN--}:
- </TD>
- <TD width="50%" align="center">
+ </td>
+ <td width="50%" align="center">
<strong><a href="{!SERVER_URL!}/cms/index/wht/svn" target="_blank">{--DOWNLOAD_NOW--}</a></strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="admin_footer">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="admin_footer">
{--SVN_CHECKOUT_COMMAND--}<br />
svn co {!SERVER_URL!}/repos/mxchange-application/branches/{!FULL_VERSION!}/
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
<form action="{!URL!}/modules.php?module=admin&reset_pass=1" method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
- <TD class="admin_title bottom2" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+ <td class="admin_title bottom2" height="30" colspan="2">
<strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD height="40" width="50%" class="bottom2">
+ </td>
+</tr>
+<tr>
+ <td height="40" width="50%" class="bottom2">
{--ADMIN_ENTER_LOGIN--}
- </TD>
- <TD width="50%" class="bottom2">
+ </td>
+ <td width="50%" class="bottom2">
<INPUT type="text" class="admin_normal" name="login" size="20" maxlength="255" />
- </TD>
-</TR>
-<TR>
- <TD class="admin_footer" colspan="2">
+ </td>
+</tr>
+<tr>
+ <td class="admin_footer" colspan="2">
<INPUT type="hidden" name="hash" value="$content" />
<INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="validate_hash" class="admin_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
<div class="admin_note">
<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD>
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td>
<div align="left" class="tiny"> Hallo $username!</div>
- </TD>
- <TD align="center" width="300" class="dashed"><div class="tiny">
+ </td>
+ <td align="center" width="300" class="dashed"><div class="tiny">
Aktueller Admin: [<div class="admin_note" title="Erweiterung admins nicht installiert.">{!__ADMIN_LOGIN!}</div>]
- </div></TD>
- <TD align="center" width="100" class="top2 bottom2 right2"><div class="tiny"> <a class="menu_blur admin_logout"
+ </div></td>
+ <td align="center" width="100" class="top2 bottom2 right2"><div class="tiny"> <a class="menu_blur admin_logout"
href="{!URL!}/modules.php?module=admin&action=logout">Ausloggen</a>
- </div></TD>
- </TR>
-</TABLE>
+ </div></td>
+ </tr>
+</table>
<strong>: : : Willkommen zum Administrationsbereich : : :</strong>
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD>
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td>
<div align="left" class="tiny"> Hallo $username
!</div>
- </TD>
- <TD align="center" width="300" class="dashed"><div class="tiny">
+ </td>
+ <td align="center" width="300" class="dashed"><div class="tiny">
Aktueller Admin: [<a
href="{!URL!}/modules.php?module=admin&what=admins_edit&admin={!__ADMIN_ID!}"><strong>{!__ADMIN_LOGIN!}</strong></a>]
- </div></TD>
- <TD align="center" width="100" class="top2 bottom2 right2"><div class="tiny">
+ </div></td>
+ <td align="center" width="100" class="top2 bottom2 right2"><div class="tiny">
<a class="menu_blur admin_logout" href="{!URL!}/modules.php?module=admin&action=logout">Ausloggen</a>
- </div></TD>
- </TR>
-</TABLE>
+ </div></td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="400">
- <TR>
- <TD class="admin_title bottom2">{--ADMIN_YOOMEDIA_ERROR_TITLE--}</TD>
- </TR>
- <TR>
- <TD align="center"><strong>$content</strong></TD>
- </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="400">
+ <tr>
+ <td class="admin_title bottom2">{--ADMIN_YOOMEDIA_ERROR_TITLE--}</td>
+ </tr>
+ <tr>
+ <td align="center"><strong>$content</strong></td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td align="center">
<P>{--BEG_UID_STEAL_1--}<strong>{!__BEG_UID!}</strong>{--BEG_UID_STEAL_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_UID_STEAL_3--}</P>
<P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
<P align="right">{--BEG_THANKS_FOR_CLICK--}</P>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td align="center">
<P>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>{!__BEG_UID!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</P>
<P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
<P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
- <TR>
- <TD height="10%" align="center">
- <P align="center">{!__BEG_BANNER!}</P>
- </TD>
- </TR>
- <TR>
- <TD height="80%" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" class="beg_table dashed" width="620">
- <TR>
- <TD align="center" height="50" class="bottom2"><div class="big">{--BEG_LINK_BY_1--}<strong>{!MAIN_TITLE!}</strong>{--BEG_LINK_BY_2--}</div><br />
- {--BEG_LINK_USERID_1--}<u>{!__BEG_UID!}</u>{--BEG_LINK_USERID_2--}</TD>
- </TR>
- <TR>
- <TD align="center" height="120" class="beg_msg bottom2">
- {!__BEG_MSG!}</TD>
- </TR>
- <TR>
- <TD align="center" height="30"><a
+<table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
+ <tr>
+ <td height="10%" align="center">
+ <div align="center">{!__BEG_BANNER!}</div>
+ </td>
+ </tr>
+ <tr>
+ <td height="80%" align="center">
+ <table border="0" cellspacing="0" cellpadding="0" class="beg_table dashed">
+ <tr>
+ <td align="center" height="50" class="bottom2"><div class="big">{--BEG_LINK_BY_1--}<strong>{!MAIN_TITLE!}</strong>{--BEG_LINK_BY_2--}</div><br />
+ {--BEG_LINK_USERID_1--}<u>{!__BEG_UID!}</u>{--BEG_LINK_USERID_2--}</td>
+ </tr>
+ <tr>
+ <td align="center" height="120" class="beg_msg bottom2">
+ {!__BEG_MSG!}</td>
+ </tr>
+ <tr>
+ <td align="center" height="30"><a
href="{!URL!}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</a>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD height="10%" align="center">
- <P align="center">{!__BEG_BANNER!}</P>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td height="10%" align="center">
+ <div align="center">{!__BEG_BANNER!}</div>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td align="center">
<P>{--BEG_SORRY_YOURE_LOGGED_IN_1--}<strong>{!__BEG_UID!}</strong>{--BEG_SORRY_YOURE_LOGGED_IN_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_SORRY_YOURE_LOGGED_IN_3--}</P>
<P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
<P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td align="center">
{--BEG_LINK_PAY_BOTH_1--}$content[uid]
{--BEG_LINK_PAY_BOTH_2--}$content[points]
- {--BEG_LINK_PAY_BOTH_3--}$content[clicks]{--BEG_LINK_PAY_BOTH_4--}
- </TD>
- </TR>
-</TABLE>
+ {--BEG_LINK_PAY_BOTH_3--}$content[clicks]
+ {--BEG_LINK_PAY_BOTH_4--}
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
-<TR>
- <TD height="10%" align="center">{!__BIRTHDAY_HEADER!}</TD>
-</TR>
-<TR>
- <TD height="80%" align="center">{!__MSG!}</TD>
-</TR>
-<TR>
- <TD height="10%" align="center">{!__BIRTHDAY_FOOTER!}</TD>
-</TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
+<tr>
+ <td height="10%" align="center">{!__BIRTHDAY_HEADER!}</td>
+</tr>
+<tr>
+ <td height="80%" align="center">{!__MSG!}</td>
+</tr>
+<tr>
+ <td height="10%" align="center">{!__BIRTHDAY_FOOTER!}</td>
+</tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center">
- <TR>
- <TD align="center" class="footer_lines">
+<table border="0" cellspacing="0" cellpadding="0" align="center">
+ <tr>
+ <td align="center" class="footer_lines">
{!TITLE!} v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
Copyright © 2003 - 2008 by Roland Häder
- </TD>
- <TD align="center" width="50%" class="footer_lines">This
+ </td>
+ <td align="center" width="50%" class="footer_lines">This
website's engine is free software which is released under the
GNU GPL either version 2 of the License.
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center">
- <TR>
- <TD align="center" class="footer_lines">
+<table border="0" cellspacing="0" cellpadding="0" align="center">
+ <tr>
+ <td align="center" class="footer_lines">
[<a href="{!SERVER_URL!}/" title="{!TITLE!}" target="_blank" rel="external">{!TITLE!}</a>]
v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
{!COPY!}
- </TD>
- <TD align="center" width="50%" class="footer_lines">
+ </td>
+ <td align="center" width="50%" class="footer_lines">
This website's engine is free software which is released under
the [<a href="http://www.gnu.org" rel="external" target="_blank"
title="GNU is Not Unix">GNU</a>] GPL either version 2 of the License.
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" class="doubler_table"
+<table border="0" cellspacing="0" cellpadding="0" class="doubler_table"
width="100%">
- <TR>
- <TD height="80" align="center">{!__DOUBLER_HEADER!}</TD>
- </TR>
- <TR>
- <TD align="center" class="doubler_main">
+ <tr>
+ <td height="80" align="center">{!__DOUBLER_HEADER!}</td>
+ </tr>
+ <tr>
+ <td align="center" class="doubler_main">
<H3 class="huge">{!POINTS!}-{--DOUBLER_TITLE--} - {!MAIN_TITLE!}</H3>
<br />
{--DOUBLER_ENTER_LOGIN_DATA--}<br />
<br />
<form action="{!URL!}/doubler.php?refid={!__REFID!}" method="POST"
style="margin-bottom: 0px">
- <TABLE border="0" cellspacing="0" cellpadding="0"
- class="guest_table dashed" width="520">
- <TR>
- <TD colspan="2" class="guest_title2 bottom2" height="30">
+ <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
+ <tr>
+ <td colspan="2" class="guest_title2 bottom2" height="30">
<strong>{!POINTS!}-{--DOUBLER_TITLE--}</strong><br />
<div class="doubler_error">{!__ERROR_MSG!}</div>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="260" align="right" height="25">
- {--DOUBLER_ENTER_LOGIN--}: </TD>
- <TD width="260"><INPUT type="text" name="userid"
- class="guest_normal" size="10" maxlength="255"></TD>
- </TR>
- <TR>
- <TD width="260" align="right" height="25">
- {--GUEST_ENTER_PASSWORD--}: </TD>
- <TD width="260"><INPUT type="password" name="pass"
- class="guest_normal" size="10" maxlength="255"></TD>
- </TR>
- <TR>
- <TD width="260" align="right" height="25">
- {--DOUBLER_ENTER_POINTS--}: </TD>
- <TD width="260"><INPUT type="text" name="points"
- class="guest_normal" size="10" maxlength="20"></TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center" class="guest_footer" height="30">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="260" align="right" height="25">
+ {--DOUBLER_ENTER_LOGIN--}: </td>
+ <td width="260"><INPUT type="text" name="userid"
+ class="guest_normal" size="10" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td width="260" align="right" height="25">
+ {--GUEST_ENTER_PASSWORD--}: </td>
+ <td width="260"><INPUT type="password" name="pass"
+ class="guest_normal" size="10" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td width="260" align="right" height="25">
+ {--DOUBLER_ENTER_POINTS--}: </td>
+ <td width="260"><INPUT type="text" name="points"
+ class="guest_normal" size="10" maxlength="20"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center" class="guest_footer" height="30">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" class="guest_submit" name="ok"
- value="{--DOUBLER_NOW--}" /></TD>
- </TR>
- </TABLE>
+ value="{--DOUBLER_NOW--}" /></td>
+ </tr>
+ </table>
</form>
<br />
{--DOUBLER_ALREADY_PAYED_1--} <strong>{!__TOTAL_VALUE!}
<br />
{!__DOUBLER_BANNER!}<br />
<br />
- {!__DOUBLER_PAYOUT_HISTORY!}</TD>
- </TR>
- <TR>
- <TD height="80" align="center">{!__DOUBLER_FOOTER!}</TD>
- </TR>
-</TABLE>
+ {!__DOUBLER_PAYOUT_HISTORY!}</td>
+ </tr>
+ <tr>
+ <td height="80" align="center">{!__DOUBLER_FOOTER!}</td>
+ </tr>
+</table>
-<TR>
- <TD colspan="3" align="center" class="bottom2">
- <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<tr>
+ <td colspan="3" align="center" class="bottom2">
+ <table border="0" cellspacing="0" cellpadding="0" align="center"
width="400" class="admin_done dashed">
- <TR>
- <TD align="center" height="40"><strong>{--GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY--}</strong>
- </TD>
- </TR>
- </TABLE>
- </TD>
-</TR>
+ <tr>
+ <td align="center" height="40"><strong>{--GUEST_ACTIVE_NO_MEMER_ONLINE_TODAY--}</strong>
+ </td>
+ </tr>
+ </table>
+ </td>
+</tr>
-<TR>
- <TD class="active_row1 switch_sw$content[sw] bottom2 right2"> $content[uid] ($content[nick])</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]</TD>
-</TR>
+<tr>
+ <td class="active_row1 switch_sw$content[sw] bottom2 right2"> $content[uid] ($content[nick])</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]</td>
+</tr>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<table border="0" cellspacing="0" cellpadding="0" width="480"
class="guest_table dashed">
- <TR>
- <TD colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_ACTIVE_HEADER--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_ACTIVE_HEADER--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
+ </td>
+ </tr>
{!__ACTIVE_ROWS!}
- <TR>
- <TD colspan="3" align="center" class="guest_footer" height="30">
- <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="3" align="center" class="guest_footer" height="30">
+ <div class="member_note tiny">{--GUEST_ACTIVE_FOOTER--}</div></td>
+ </tr>
+</table>
</div>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="beg_table dashed" width="500">
- <TR>
- <TD width="10" rowspan="10" class="seperator"> </TD>
- <TD height="5" class="seperator"> </TD>
- <TD width="10" rowspan="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="beg_msg" height="60"><div class="big">{--BEG_GUEST_TRAILER--}</div><br />
- {!MAIN_TITLE!}</TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" class="beg_msg seperator"> </TD>
- </TR>
- <TR>
- <TD align="left" class="beg_msg">
+ <tr>
+ <td width="10" rowspan="10" class="seperator"> </td>
+ <td height="5" class="seperator"> </td>
+ <td width="10" rowspan="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="beg_msg" height="60"><div class="big">{--BEG_GUEST_TRAILER--}</div><br />
+ {!MAIN_TITLE!}</td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" class="beg_msg seperator"> </td>
+ </tr>
+ <tr>
+ <td align="left" class="beg_msg">
<P>{--BEG_GUEST_EARN_1--} <strong>{!__BEG_POINTS!}
{!POINTS!}</strong> {--BEG_GUEST_EARN_2--} <strong>{!__BEG_POINTS_MAX!}
{!POINTS!}</strong> {--BEG_GUEST_EARN_3--}</P>
<P>{--BEG_GUEST_TIMEOUT_1--} <strong>{!__BEG_TIMEOUT!}</strong>
{--BEG_GUEST_TIMEOUT_2--}</P>
<P align="right">{--BEG_GUEST_HAVE_FUN--}</P>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="beg_msg seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" class="beg_msg seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" height="30" class="beg_msg"><a
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="beg_msg seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" class="beg_msg seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" height="30" class="beg_msg"><a
href="{!URL!}/ref.php?ref={!__BEG_UID!}">{--BEG_CONTINUE_REGISTER--}</a>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="beg_msg seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="beg_msg seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+</table>
</div>
\ No newline at end of file
-<TR>
- <TD width="10" class="switch_sw$content[sw]"> </TD>
- <TD class="register_right switch_sw$content[sw]"> $content[cat] </TD>
- <TD width="20" class="guest_normal switch_$content[sw]">
+<tr>
+ <td width="10" class="switch_sw$content[sw]"> </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>
- <TD width="20" class="guest_normal switch_$content[sw]">
+ name="cat[$content[id]]" value="Y"$content[def_y]></td>
+ <td width="20" class="guest_normal switch_$content[sw]">
{--NO--} <INPUT type="radio" class="guest_normal"
- name="cat[$content[id]]" value="N"$content[def_n]></TD>
- <TD width="10" class="switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD colspan="5" height="2"></TD>
-</TR>
+ name="cat[$content[id]]" value="N"$content[def_n]></td>
+ <td width="10" class="switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td colspan="5" height="2"></td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="1"
- class="list_categories">
+<table border="0" cellspacing="0" cellpadding="1" class="list_categories">
{!__CAT_ROWS!}
-</TABLE>
+</table>
+<div align="center">
<form action="{!URL!}/modules.php?module=index&what=confirm"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<table border="0" cellspacing="0" cellpadding="0" width="480"
class="admin_table dashed">
- <TR>
- <TD align="center" colspan="3" class="admin_title bottom2" height="30">
- <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="6"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="3">{--GUEST_CONFIRM_LINK_NOTE--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="6"> </TD>
- </TR>
- <TR>
- <TD align="right" width="230">{--GUEST_ENTER_EMAIL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="240"><INPUT type="text" name="email"
- class="guest_normal" size="30" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="6"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="3" class="admin_footer top2"><INPUT
+ <tr>
+ <td align="center" colspan="3" class="admin_title bottom2" height="30">
+ <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="6"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="3">{--GUEST_CONFIRM_LINK_NOTE--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="6"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="230">{--GUEST_ENTER_EMAIL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="240"><INPUT type="text" name="email"
+ class="guest_normal" size="30" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="6"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="3" class="admin_footer top2"><INPUT
type="reset" class="guest_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="guest_submit"
- value="{--REQUEST_CONFIRM_LINK--}" /></TD>
- </TR>
-</TABLE>
-</form>
\ No newline at end of file
+ value="{--REQUEST_CONFIRM_LINK--}" /></td>
+ </tr>
+</table>
+</form>
+</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="400" class="guest_table dashed">
- <TR>
- <TD align="center" height="40">
+<table border="0" cellspacing="0" cellpadding="0" align="center" width="400" class="guest_table dashed">
+ <tr>
+ <td align="center" height="40">
<div class="guest_done">{!__CONFIRM_MSG!}</STRONG>
- </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ </td>
+ </tr>
+</table>
\ No newline at end of file
</TD>
- <TD valign="top"><div class="guest_skyscraper">
+ <td valign="top"><div class="guest_skyscraper">
<!-- 120x600 may fit here -->
- </div></TD>
+ </div></td>
</TR>
-<TR>
- <TD align="center" valign="top" class="guest_advert">
+<tr>
+ <td align="center" valign="top" class="guest_advert">
<!-- Don't add your code here! -->
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="doubler_table dashed" width="520">
- <TR>
- <TD align="center" class="doubler_header bottom2"><strong
- class="big">{--DOUBLER_GENERAL_INFOS--}:</strong></TD>
- </TR>
- <TR>
- <TD class="doubler_main bottom2"
+<table border="0" cellspacing="0" cellpadding="0" class="doubler_table dashed">
+ <tr>
+ <td align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_GENERAL_INFOS--}:</strong></td>
+ </tr>
+ <tr>
+ <td class="doubler_main bottom2"
style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
<ul>
<li>{--DOUBLER_HAVE_FUN--}</li>
<li><strong><a href="{!URL!}/doubler.php">{--DOUBLER_WANNA_TRY--}</a></strong></li>
</ol>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="doubler_header bottom2"><strong
- class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></TD>
- </TR>
- <TR>
- <TD class="doubler_main"
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></td>
+ </tr>
+ <tr>
+ <td class="doubler_main"
style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
<ul>
<li>{--DOUBLER_NOT_YET_REGISTERED--} <a
<li>{--DOUBLER_YOUR_ADVERTISING_HERE--} <a
href="{!URL!}/modules.php?module=index&what=impressum&refid={!__REFID!}">{--DOUBLER_CONTACT_US--}</a></li>
</ol>
- </TD>
- </TR>
-</TABLE>
-</div>
+ </td>
+ </tr>
+</table>
-<P align="center"><div class="big">{--DOUBLER_ALREADY_PAYOUT--}:</strong><br />
+<div class="big">{--DOUBLER_ALREADY_PAYOUT--}:</div>
<br />
{!__DOUBLER_PAYOUT_HISTORY!}</P>
-<P align="center"><div class="big">{--DOUBLER_NEXT_PAYOUT--}:</strong><br />
+<div class="big">{--DOUBLER_NEXT_PAYOUT--}:</div>
<br />
-{!__DOUBLER_PAYOUT_NEXT!}</P>
+{!__DOUBLER_PAYOUT_NEXT!}
+</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- class="doubler_list dashed">
- <TR>
- <TD class="doubler_header bottom2 right2" align="center" width="100">
- <strong>{--_UID--}</strong></TD>
- <TD class="doubler_header bottom2 right2" align="center" width="160">
- <strong>{!POINTS!}</strong></TD>
- <TD class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
- </TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
+ <tr>
+ <td class="doubler_header bottom2 right2" align="center" width="100">
+ <strong>{--_UID--}</strong></td>
+ <td class="doubler_header bottom2 right2" align="center" width="160">
+ <strong>{!POINTS!}</strong></td>
+ <td class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
+ </td>
+ </tr>
$content
- <TR>
- <TD colspan="3" align="center" class="doubler_footer"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td colspan="3" align="center" class="doubler_footer"> </td>
+ </tr>
+</table>
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"
- width="100">$content[uid]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"
- width="160">$content[points]</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center" width="160">
- $content[stamp]</TD>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"
+ width="100">$content[uid]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"
+ width="160">$content[points]</td>
+ <td class="switch_sw$content[sw] bottom2" align="center" width="160">
+ $content[stamp]</td>
+</tr>
-<TR>
- <TD class="guest_advert" colspan="3" align="center">
+<tr>
+ <td class="guest_advert" colspan="3" align="center">
<!-- Horizontal footer banner -->
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
-<TR>
- <TD height="1%" align="center" class="guest_advert"><SMALL><a
- href="#TOP">{--TOP--}</a></SMALL></TD>
-</TR>
+<tr>
+ <td height="1%" align="center" class="guest_advert"><SMALL><a
+ href="#TOP">{--TOP--}</a></SMALL></td>
+</tr>
<!-- Gast-Tabelle - Anfang -->
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
+<table border="0" cellspacing="0" cellpadding="0" width="100%"
class="guest">
- <TR>
- <TD colspan="3" align="center" valign="top" class="guest_title"><a
+ <tr>
+ <td colspan="3" align="center" valign="top" class="guest_title"><a
name="TOP"></a> <!-- Ab hier Kopf! --> <strong><BIG>- - -
<a title="{!MAIN_TITLE!}"
style="cursor: default; background: none; text-decoration: none"
class="guest_header">{!MAIN_TITLE!}</a> - - -</BIG></strong><br />
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="200"><div class="guest_header"> Hallo
- $username!</div></TD>
- <TD align="center"><div class="guest_header">{!SLOGAN!}</div></TD>
- <TD width="200" align="right"><div class="guest_header">$date_time </div></TD>
- </TR>
- </TABLE>
- <!-- Bis hier Kopf! --></TD>
- </TR>
\ No newline at end of file
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="200"><div class="guest_header"> Hallo
+ $username!</div></td>
+ <td align="center"><div class="guest_header">{!SLOGAN!}</div></td>
+ <td width="200" align="right"><div class="guest_header">$date_time </div></td>
+ </tr>
+ </table>
+ <!-- Bis hier Kopf! --></td>
+ </tr>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_login dashed" width="480">
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="7" align="center" class="guest_login_header"><strong>{--GUEST_WELCOME_MEMBER--}</strong>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="80" align="right">{--GUEST_ENTER_LOGIN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="id" class="guest_normal" size="4"
- maxlength="9"></TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="80" align="right">{--GUEST_ENTER_PASSWORD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="password" name="password" class="guest_normal"
- size="10" maxlength="255"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="7" align="center" class="guest_login_header"><strong>{--GUEST_WELCOME_MEMBER--}</strong>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="80" align="right">{--GUEST_ENTER_LOGIN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="id" class="guest_normal" size="4"
+ maxlength="9"></td>
+ <td width="10" class="seperator"> </td>
+ <td width="80" align="right">{--GUEST_ENTER_PASSWORD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="password" name="password" class="guest_normal"
+ size="10" maxlength="255"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
{!LOGIN_FAILURE_MSG!}
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="right">{--GUEST_SELECT_LIFETIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3"><select name="lifetime" size="1"
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3" align="right">{--GUEST_SELECT_LIFETIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3"><select name="lifetime" size="1"
class="guest_select">
<option value="3600">1 {--LIFE_HOURS--}</option>
<option value="7200">2 {--LIFE_HOURS--}</option>
<option value="15552000">6 {--LIFE_MONTHS--}</option>
<option value="31536000">1 {--LIFE_YEARS--}</option>
<option value="60">{--LIFE_CLOSE_BROWSER--}</option>
- </select></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="7" align="center"><INPUT type="reset"
+ </select></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="7" align="center"><INPUT type="reset"
class="guest_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="guest_submit"
- value="{--LOGIN_SUBMIT--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--LOGIN_SUBMIT--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_login dashed">
- <TR>
- <TD colspan="5" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="center" class="guest_login_header"><strong>{--GUEST_GET_NEW_PASS--}</strong>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="145" align="right">{--GUEST_ENTER_LOGIN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="145"><INPUT type="text" name="id" class="guest_normal"
- size="4" maxlength="9" /> <strong>{--_OR--}</strong></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="145" align="right">{--GUEST_ENTER_EMAIL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="145"><INPUT type="text" name="email"
- class="guest_normal" size="20" maxlength="255" /></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="7" align="center"><INPUT type="reset"
+ <tr>
+ <td colspan="5" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3" align="center" class="guest_login_header"><strong>{--GUEST_GET_NEW_PASS--}</strong>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="145" align="right">{--GUEST_ENTER_LOGIN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="145"><INPUT type="text" name="id" class="guest_normal"
+ size="4" maxlength="9" /> <strong>{--_OR--}</strong></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="145" align="right">{--GUEST_ENTER_EMAIL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="145"><INPUT type="text" name="email"
+ class="guest_normal" size="20" maxlength="255" /></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="7" align="center"><INPUT type="reset"
class="guest_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="new_pass" class="guest_submit"
- value="{--NEW_PASSWD--}" /></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--NEW_PASSWD--}" /></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="seperator"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
<!-- 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
+</td>
+<td valign="top" rowspan="3" class="guest_content">
\ No newline at end of file
<!-- This code goes between header and left menu -->
-<TR>
- <TD class="guest_menu">
\ No newline at end of file
+<tr>
+ <td class="guest_menu">
\ No newline at end of file
-<TR>
- <TD class="guest_menu_whats"> <strong><BIG>·</BIG></strong> $content</TD>
-</TR>
\ No newline at end of file
+<tr>
+ <td class="guest_menu_whats"> <strong><BIG>·</BIG></strong> $content</td>
+</tr>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_table dashed" width="540">
- <TR>
- <TD width="10" class="guest_title2 bottom2 seperator" height="30"> </TD>
- <TD colspan="8" class="guest_title2 bottom2"><strong>{--GUEST_WELCOME_MEMBER--}</strong>
- </TD>
- <TD width="10" class="guest_title2 bottom2 seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="180" align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="id" class="guest_normal" size="10"
- maxlength="255"></TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="80" align="right">{--GUEST_ENTER_PASSWORD--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="password" name="password" class="guest_normal"
- size="10" maxlength="255"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
+ <tr>
+ <td width="10" class="guest_title2 bottom2 seperator" height="30"> </td>
+ <td colspan="8" class="guest_title2 bottom2"><strong>{--GUEST_WELCOME_MEMBER--}</strong>
+ </td>
+ <td width="10" class="guest_title2 bottom2 seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="180" align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="id" class="guest_normal" size="10"
+ maxlength="255"></td>
+ <td width="10" class="seperator"> </td>
+ <td width="80" align="right">{--GUEST_ENTER_PASSWORD--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="password" name="password" class="guest_normal"
+ size="10" maxlength="255"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
{!LOGIN_FAILURE_MSG!}
- <TR>
- <TD colspan="9" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="right">{--GUEST_SELECT_LIFETIME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3"><select name="lifetime" size="1"
+ <tr>
+ <td colspan="9" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3" align="right">{--GUEST_SELECT_LIFETIME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3"><select name="lifetime" size="1"
class="guest_select">
<option value="3600">1 {--LIFE_HOURS--}</option>
<option value="8200">2 {--LIFE_HOURS--}</option>
<option value="15552000">6 {--LIFE_MONTHS--}</option>
<option value="31536000">1 {--LIFE_YEARS--}</option>
<option value="60">{--LIFE_CLOSE_BROWSER--}</option>
- </select></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="9" height="3" class="bottom2 seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="guest_footer seperator"> </TD>
- <TD colspan="8" align="center" class="guest_footer"><INPUT
+ </select></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="9" height="3" class="bottom2 seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="guest_footer seperator"> </td>
+ <td colspan="8" align="center" class="guest_footer"><INPUT
type="reset" class="guest_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="guest_submit"
- value="{--LOGIN_SUBMIT--}"></TD>
- <TD width="10" class="guest_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--LOGIN_SUBMIT--}"></td>
+ <td width="10" class="guest_footer seperator"> </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=index&what=login"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+<table border="0" cellspacing="0" cellpadding="0" align="center"
class="guest_table dashed" width="540">
- <TR>
- <TD width="10" class="guest_title2 bottom2 seperator"> </TD>
- <TD colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_GET_NEW_PASS--}</strong>
- </TD>
- <TD width="10" class="guest_title2 bottom2 seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="145" align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="145"><INPUT type="text" name="id" class="guest_normal"
- size="10" maxlength="255"> <strong>{--_OR--}</strong></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="145" align="right">{--GUEST_ENTER_EMAIL--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="145"><INPUT type="text" name="email"
- class="guest_normal" size="20" maxlength="255"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="bottom2 seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="guest_footer seperator"> </TD>
- <TD colspan="3" align="center" class="guest_footer"><INPUT
+ <tr>
+ <td width="10" class="guest_title2 bottom2 seperator"> </td>
+ <td colspan="3" class="guest_title2 bottom2" height="30"><strong>{--GUEST_GET_NEW_PASS--}</strong>
+ </td>
+ <td width="10" class="guest_title2 bottom2 seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="145" align="right">{--GUEST_ENTER_LOGIN_NICKNAME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="145"><INPUT type="text" name="id" class="guest_normal"
+ size="10" maxlength="255"> <strong>{--_OR--}</strong></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="145" align="right">{--GUEST_ENTER_EMAIL--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="145"><INPUT type="text" name="email"
+ class="guest_normal" size="20" maxlength="255"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="bottom2 seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="guest_footer seperator"> </td>
+ <td colspan="3" align="center" class="guest_footer"><INPUT
type="reset" class="guest_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="new_pass" class="guest_submit"
- value="{--NEW_PASSWD--}" /></TD>
- <TD width="10" class="guest_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--NEW_PASSWD--}" /></td>
+ <td width="10" class="guest_footer seperator"> </td>
+ </tr>
+</table>
</form>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
+<table border="0" cellspacing="0" cellpadding="0" width="400"
class="guest_table dashed">
- <TR>
- <TD class="guest_title2 bottom2" height="25"><strong>Keine
- Referal-Rallyes aktiv!</strong></TD>
- </TR>
- <TR>
- <TD align="center" class="bottom2">
+ <tr>
+ <td class="guest_title2 bottom2" height="25"><strong>Keine
+ Referal-Rallyes aktiv!</strong></td>
+ </tr>
+ <tr>
+ <td align="center" class="bottom2">
<div
style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px"
align="center">Derzeit ist noch keine Rallye im Gange! Bitte
kommen Sie später noch einmal wieder!</div>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2" height="25">
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2" height="25">
<div
style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px"
align="center"> <!-- Platz fuer Links, etc., dann aber das entfernen! -->
</div>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TR>
- <TD colspan="4" class="guest_title2" height="25" align="center">
+<tr>
+ <td colspan="4" class="guest_title2" height="25" align="center">
<strong>{--RALLYE_HAPPY_WINNERS--}</strong>
- </TD>
-</TR>
+ </td>
+</tr>
</TABLE>
</div>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="530"
+<table border="0" cellspacing="0" cellpadding="0" width="530"
class="guest_table dashed">
- <TR>
- <TD align="center" class="admin_title bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="50"><strong>{--_UID--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="200"><strong>{--RALLYE_GUEST_REFS--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="200"><strong>{--RALLYE_PRICE_IS--}</strong></TD>
- </TR>
\ No newline at end of file
+ <tr>
+ <td align="center" class="admin_title bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="50"><strong>{--_UID--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="200"><strong>{--RALLYE_GUEST_REFS--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="200"><strong>{--RALLYE_PRICE_IS--}</strong></td>
+ </tr>
\ No newline at end of file
-<TR>
- <TD colspan="3" class="guest_title2" height="10" style="padding-top: 5px; padding-bottom: 5px">
+<tr>
+ <td colspan="3" class="guest_title2" height="10" style="padding-top: 5px; padding-bottom: 5px">
<ul>
<li><div class="guest_note">Es werden nur aktive User gewertet.</div></li>
<li><div class="guest_note">{!__RALLYE_MAX_USERS!}</div></li>
<li><div class="guest_note">{!__RALLYE_MIN_PRICES!}</div></li>
<li><div class="guest_note">Der Rechtsweg ist ausgeschlossen.</div></li>
</ul>
- </TD>
-</TR>
+ </td>
+</tr>
</TABLE>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="430"
+<table border="0" cellspacing="0" cellpadding="0" width="430"
class="guest_table dashed">
- <TR>
- <TD align="center" class="admin_title bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="50"><strong>{--_UID--}</strong></TD>
- <TD align="center" class="admin_title bottom2" width="300"><strong>{--RALLYE_GUEST_REFS--}</strong></TD>
- </TR>
\ No newline at end of file
+ <tr>
+ <td align="center" class="admin_title bottom2" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="50"><strong>{--_UID--}</strong></td>
+ <td align="center" class="admin_title bottom2" width="300"><strong>{--RALLYE_GUEST_REFS--}</strong></td>
+ </tr>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="guest_table dashed">
- <TR>
- <TD class="guest_title2 bottom2" height="25">
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="guest_table dashed">
+ <tr>
+ <td class="guest_title2 bottom2" height="25">
<strong>Referal-Rallye gestartet!</strong>
- </TD>
- </TR>
- <TR>
- <TD class="bottom2" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
+ </td>
+ </tr>
+ <tr>
+ <td class="bottom2" align="left" style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
<ul>
<li>Titel: <strong>{!__RALLYE_TITLE!}</strong></li>
<li>Start: <strong>{!__RALLYE_START!}</strong></li>
<li>Ende : <strong>{!__RALLYE_END!}</strong></li>
</ul>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2 bottom2" height="25">
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2 bottom2" height="25">
<strong>...:: {!__RALLYE_TITLE!} ::...</strong>
- </TD>
- </TR>
- <TR>
- <TD class="bottom2">
+ </td>
+ </tr>
+ <tr>
+ <td class="bottom2">
<div
style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
{!__RALLYE_DESCR!}</div>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2 bottom2" height="25"><strong>{!__RALLYE_CAN_WIN_THIS!}:</strong>
- </TD>
- </TR>
- <TR>
- <TD class="bottom2">
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2 bottom2" height="25"><strong>{!__RALLYE_CAN_WIN_THIS!}:</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="bottom2">
<div
style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px">
{!__RALLYE_PRICES!}</div>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2 bottom2" height="25"><strong>Aktueller
- Stand der Rallye:</strong></TD>
- </TR>
- <TR>
- <TD class="bottom2" align="center">
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2 bottom2" height="25"><strong>Aktueller
+ Stand der Rallye:</strong></td>
+ </tr>
+ <tr>
+ <td class="bottom2" align="center">
<div
style="margin-left: 5px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px"
align="center">{!__RALLYE_TOP_USERS!}</div>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2" height="25">
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2" height="25">
<div align="center" style="margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px">
<strong>...:: {!__RALLYE_EXTRAS!} ::...</strong>
</div>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="440"
+<table border="0" cellspacing="0" cellpadding="0" width="440"
class="register_header dashed">
- <TR>
- <TD width="60%" align="right" height="40" class="register_left">
- <strong>{--MAX_PER_DAY--}:</strong> </TD>
- <TD width="40%" class="register_right"><select name="max_mails"
+ <tr>
+ <td width="60%" align="right" height="40" class="register_left">
+ <strong>{--MAX_PER_DAY--}:</strong> </td>
+ <td width="40%" class="register_right"><select name="max_mails"
size="1" class="register_select">
{!__MAX_RECEIVE_OPTIONS!}
- </select></TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ </select></td>
+ </tr>
+</table>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=index&what=register" method="POST" name="register">
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="640"
+<table border="0" cellspacing="0" cellpadding="0" width="640"
class="guest_table dashed">
- <TR>
- <TD colspan="2" class="guest_title bottom2" height="70">
- {!REGISTER_HEADER_CONTENT!}</TD>
- </TR>
- <TR>
- <TD colspan="2" class="guest_title2 bottom2" height="30">
- {--REGISTER_PERSONAL_DATA--}:</TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="50%" class="register_left">
- {--GUEST_GENDER--}{!MUST_GENDER!}: </TD>
- <TD width="50%" class="register_right"><select name="gender"
+ <tr>
+ <td colspan="2" class="guest_title bottom2" height="70">
+ {!REGISTER_HEADER_CONTENT!}</td>
+ </tr>
+ <tr>
+ <td colspan="2" class="guest_title2 bottom2" height="30">
+ {--REGISTER_PERSONAL_DATA--}:</td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="50%" class="register_left">
+ {--GUEST_GENDER--}{!MUST_GENDER!}: </td>
+ <td width="50%" class="register_right"><select name="gender"
size="1" class="guest_select">
<option value="M">{--GENDER_M--}</option>
<option value="F">{--GENDER_F--}</option>
<option value="C">{--GENDER_C--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD class="register_left">{--SURNAME--}{!MUST_SURNAME!},
- {--FAMILY_NAME--}{!MUST_FAMILY_NAME!}: </TD>
- <TD class="register_right"><INPUT type="text" name="surname"
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td class="register_left">{--SURNAME--}{!MUST_SURNAME!},
+ {--FAMILY_NAME--}{!MUST_FAMILY_NAME!}: </td>
+ <td class="register_right"><INPUT type="text" name="surname"
class="guest_normal" size="15" maxlength="255"
value="{!__SURNAME!}"> <INPUT type="text"
name="family_name" class="guest_normal" size="15" maxlength="255"
- value="{!__FAMILY!}"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD class="register_left">
- {--STREET_NR--}{!MUST_STREET_NR!}: </TD>
- <TD class="register_right"><INPUT type="text" name="street_nr"
+ value="{!__FAMILY!}"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td class="register_left">
+ {--STREET_NR--}{!MUST_STREET_NR!}: </td>
+ <td class="register_right"><INPUT type="text" name="street_nr"
class="guest_normal" size="25" maxlength="255" value="{!__STREET!}">
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="50%" class="register_left">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="50%" class="register_left">
{--COUNTRY--}{!MUST_CNTRY!}, {--ZIP--}{!MUST_ZIP!},
- {--CITY--}{!MUST_CITY!}: </TD>
- <TD width="50%" class="register_right">
+ {--CITY--}{!MUST_CITY!}: </td>
+ <td width="50%" class="register_right">
{!__COUNTRY_CONTENT!} <INPUT type="text" name="zip"
class="guest_normal" size="5" maxlength="10" value="{!__ZIP!}">
<INPUT type="text" name="city" class="guest_normal" size="20"
- maxlength="255" value="{!__CITY!}"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="50%" class="register_left">
- {--ADDY--}{!MUST_ADDY!}: </TD>
- <TD width="50%" class="register_right"><INPUT type="text"
+ maxlength="255" value="{!__CITY!}"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="50%" class="register_left">
+ {--ADDY--}{!MUST_ADDY!}: </td>
+ <td width="50%" class="register_right"><INPUT type="text"
name="addy" class="guest_normal" size="30" maxlength="255"
- value="{!__ADDY!}"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="50%" class="register_left">
- {--BIRTHDAY--}{!MUST_BIRTH!}: </TD>
- <TD width="50%" class="register_right">{!BIRTHDAY_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center"><div class="guest_failed">{!MUST_MARKER!} : {--REGISTER_MUST_SET_NOTE--}</STRONG>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="guest_title2 bottom2" height="30">
- {--REGISTER_CATEGORIES--}:</TD>
- </TR>
- <TR>
- <TD colspan="2" class="guest_title">
+ value="{!__ADDY!}"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="50%" class="register_left">
+ {--BIRTHDAY--}{!MUST_BIRTH!}: </td>
+ <td width="50%" class="register_right">{!BIRTHDAY_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center"><div class="guest_failed">{!MUST_MARKER!} : {--REGISTER_MUST_SET_NOTE--}</STRONG>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="guest_title2 bottom2" height="30">
+ {--REGISTER_CATEGORIES--}:</td>
+ </tr>
+ <tr>
+ <td colspan="2" class="guest_title">
{--GUEST_SELECT_LEAST_CATS_1--}{!LEAST_CATS_VALUE!}{--GUEST_SELECT_LEAST_CATS_2--}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="bottom2">{!CATEGORY_SELECTION!}</TD>
- </TR>
- <TR>
- <TD colspan="2" class="guest_title2 bottom2" height="30">
- {--REGISTER_MISC--}:</TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="60%" class="register_left">
- {--PASS_1--}, {--PASS_2--}: </TD>
- <TD width="40%" class="register_right"><INPUT type="password"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="bottom2">{!CATEGORY_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td colspan="2" class="guest_title2 bottom2" height="30">
+ {--REGISTER_MISC--}:</td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="60%" class="register_left">
+ {--PASS_1--}, {--PASS_2--}: </td>
+ <td width="40%" class="register_right"><INPUT type="password"
name="pass1" class="guest_normal" size="10" maxlength="100">
<INPUT type="password" name="pass2" class="guest_normal" size="10"
- maxlength="100"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center">{!MAX_RECEIVE_LIST!}</TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
+ maxlength="100"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center">{!MAX_RECEIVE_LIST!}</td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
{!REFID_CONTENT!}
- <TR>
- <TD colspan="2" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="guest_title2 bottom2" height="30">
+ <tr>
+ <td colspan="2" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="guest_title2 bottom2" height="30">
{--TERMS_OF_USAGE--}:<br />
- <span class="guest_failed">{--YOU_FINALIZE--}</span></TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" width="60%" class="register_left">
- {--AGREE_TO_THIS--}: </TD>
- <TD width="40%" class="register_right">{--YES--}: <INPUT
+ <span class="guest_failed">{--YOU_FINALIZE--}</span></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="60%" class="register_left">
+ {--AGREE_TO_THIS--}: </td>
+ <td width="40%" class="register_right">{--YES--}: <INPUT
type="radio" name="agree" class="guest_normal" value="Y">
{--NO--}: <INPUT type="radio" name="agree" class="guest_normal"
- value="N" checked></TD>
- </TR>
- <TR>
- <TD colspan="2" height="7" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="guest_footer" height="30"><INPUT
+ value="N" checked></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="7" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="guest_footer" height="30"><INPUT
type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit"
- value="{--SUBMIT_REGISTER--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SUBMIT_REGISTER--}" /></td>
+ </tr>
+</table>
</div>
</form>
\ No newline at end of file
-<TR>
- <TD align="right" width="50%" class="register_left">
- {--REFID_BY--}: </TD>
- <TD width="50%" class="register_right">
+<tr>
+ <td align="right" width="50%" class="register_left">
+ {--REFID_BY--}: </td>
+ <td width="50%" class="register_right">
<INPUT type="text" name="refid" class="register_normal" size="5" maxlength="10" value="$content" />
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD align="right" width="50%" class="register_left">
- {--REFID_BY--}: </TD>
- <TD width="50%" class="register_right">
+<tr>
+ <td align="right" width="50%" class="register_left">
+ {--REFID_BY--}: </td>
+ <td width="50%" class="register_right">
<strong>$content</strong>
<INPUT type="hidden" name="refid" value="$content" />
- </TD>
-</TR>
+ </td>
+</tr>
-<TR>
- <TD align="right" class="switch_sw$content[sw] bottom2 right2" width="225">$content[title]: </TD>
- <TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
+<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">
<div class="nobr"><strong>1 {!POINTS!}</strong> = <strong>$content[conv] $content[name]</strong></div>
- </TD>
-</TR>
+ </td>
+</tr>
<div align="center">
<form action="{!URL!}/modules.php?module=index&what=sponsor_login&mode=activate" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
-<TR>
- <TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
+<tr>
+ <td class="guest_title2 bottom2" align="center" height="30" colspan="2">
<strong>{--SPONSOR_SEND_ACTIVATION_LINK--}</strong>
- </TD>
-</TR>
-<TD colspan="2" height="5" class="seperator"> </TD></TR>
-<TR>
- <TD width="200" align="right" style="padding-right: 10px" height="30">
+ </td>
+</tr>
+<td colspan="2" height="5" class="seperator"> </td></tr>
+<tr>
+ <td width="200" align="right" style="padding-right: 10px" height="30">
{--SPONSOR_ENTER_EMAIL--}:
- </TD>
- <TD width="200">
+ </td>
+ <td width="200">
<INPUT type="text" name="email" class="guest_normal" size="20" maxlength="255">
- </TD>
-</TR>
-<TR>
-<TD colspan="2" height="5" class="bottom2 seperator"> </TD></TR>
-<TR>
- <TD colspan="2" align="center" class="guest_footer">
+ </td>
+</tr>
+<tr>
+<td colspan="2" height="5" class="bottom2 seperator"> </td></tr>
+<tr>
+ <td colspan="2" align="center" class="guest_footer">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit" value="{--SPONSOR_ACTIVATION_SUBMIT--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
</div>
<br />
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
-<TR>
- <TD align="center" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
+<tr>
+ <td align="center" height="30">
»» <a href="{!URL!}/modules.php?module=index&what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</div>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
-<TR>
- <TD class="guest_title bottom2">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
+<tr>
+ <td class="guest_title bottom2">
<div class="big">{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</STRONG><br />
{--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
- </TD>
-</TR>
-<TR>
- <TD align="center" class="bottom2" style="padding-top:15px; padding-bottom: 15px">
+ </td>
+</tr>
+<tr>
+ <td align="center" class="bottom2" 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">
+ <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
{!__SPONSOR_PAYTYPES!}
- <TR><TD colspan="2" class="guest_title2 seperator" height="29"> </TD></TR>
- </TABLE>
- </TD>
-</TR>
-<TR>
- <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">
+ <tr><td colspan="2" class="guest_title2 seperator" height="29"> </td></tr>
+ </table>
+ </td>
+</tr>
+<tr>
+ <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">
<strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
- </TD>
- </TR>
+ </td>
+ </tr>
{!__SPONSOR_ACTIONS!}
- <TR><TD colspan="2" class="guest_title2 seperator" height="29"> </TD></TR>
- </TABLE>
- </TD>
-</TR>
-</TABLE>
+ <tr><td colspan="2" class="guest_title2 seperator" height="29"> </td></tr>
+ </table>
+ </td>
+</tr>
+</table>
</div>
<div align="center">
<form action="{!URL!}/modules.php?module=index&what=sponsor_login" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
-<TR>
- <TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
+<tr>
+ <td class="guest_title2 bottom2" align="center" height="30" colspan="2">
<strong>{--SPONSOR_LOGIN_WELCOME--}</strong>
- </TD>
-</TR>
-<TD colspan="2" height="5" class="seperator"> </TD></TR>
-<TR>
- <TD width="230" align="right" style="padding-right: 10px" height="30">
+ </td>
+</tr>
+<td colspan="2" height="5" class="seperator"> </td></tr>
+<tr>
+ <td width="230" align="right" style="padding-right: 10px" height="30">
{--SPONSOR_ENTER_ID--}:
- </TD>
- <TD width="170">
+ </td>
+ <td width="170">
<INPUT type="text" name="sponsorid" class="guest_normal" size="5" maxlength="20">
- </TD>
-</TR>
-<TR>
- <TD width="220" align="right" style="padding-right: 10px" height="30">
+ </td>
+</tr>
+<tr>
+ <td width="220" align="right" style="padding-right: 10px" height="30">
{--SPONSOR_ENTER_PASSWORD--}:
- </TD>
- <TD width="170">
+ </td>
+ <td width="170">
<INPUT type="password" name="pass" class="guest_normal" size="10" maxlength="255">
- </TD>
-</TR>
-<TD colspan="2" height="5" class="bottom2 seperator"> </TD></TR>
-<TR>
- <TD colspan="2" align="center" class="guest_footer">
+ </td>
+</tr>
+<td colspan="2" height="5" class="bottom2 seperator"> </td></tr>
+<tr>
+ <td colspan="2" align="center" class="guest_footer">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit" value="{--LOGIN_SUBMIT--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
<br />
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
-<TR>
- <TD align="center" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
+<tr>
+ <td align="center" height="30">
»» <a href="{!URL!}/modules.php?module=index&what=sponsor_login&mode=lost_pass">{--SPONSOR_PASSWORD_LOST--}</a>
- </TD>
-</TR>
-<TR>
- <TD align="center" height="30">
+ </td>
+</tr>
+<tr>
+ <td align="center" height="30">
»» <a href="{!URL!}/modules.php?module=index&what=sponsor_login&mode=activate">{--SPONSOR_ACTIVATION_LINK_LOST--}</a><br />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</div>
<div align="center">
<form action="{!URL!}/modules.php?module=index&what=sponsor_login&mode=lost_pass" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
-<TR>
- <TD class="guest_title2 bottom2" align="center" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
+<tr>
+ <td class="guest_title2 bottom2" align="center" height="30" colspan="2">
<strong>{--SPONSOR_SEND_LOST_PASSWORD--}</strong>
- </TD>
-</TR>
-<TD colspan="2" height="5" class="seperator"> </TD></TR>
-<TR>
- <TD width="200" align="right" style="padding-right: 10px" height="30">
+ </td>
+</tr>
+<td colspan="2" height="5" class="seperator"> </td></tr>
+<tr>
+ <td width="200" align="right" style="padding-right: 10px" height="30">
{--SPONSOR_ENTER_ID--}:
- </TD>
- <TD width="200">
+ </td>
+ <td width="200">
<INPUT type="text" name="id" class="guest_normal" size="5" maxlength="20">
- </TD>
-</TR>
-<TR>
- <TD width="200" align="right" style="padding-right: 10px" height="30">
+ </td>
+</tr>
+<tr>
+ <td width="200" align="right" style="padding-right: 10px" height="30">
{--SPONSOR_ENTER_EMAIL--}:
- </TD>
- <TD width="200">
+ </td>
+ <td width="200">
<INPUT type="text" name="email" class="guest_normal" size="20" maxlength="255">
- </TD>
-</TR>
-<TR>
-<TD colspan="2" height="5" class="bottom2 seperator"> </TD></TR>
-<TR>
- <TD colspan="2" align="center" class="guest_footer">
+ </td>
+</tr>
+<tr>
+<td colspan="2" height="5" class="bottom2 seperator"> </td></tr>
+<tr>
+ <td colspan="2" align="center" class="guest_footer">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit" value="{--SPONSOR_LOST_PASS_SUBMIT--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
</div>
<br />
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
-<TR>
- <TD align="center" height="30">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
+<tr>
+ <td align="center" height="30">
»» <a href="{!URL!}/modules.php?module=index&what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</div>
-<TR>
- <TD align="center" colspan="2" height="30" class="guest_title2 bottom2">
+<tr>
+ <td align="center" colspan="2" height="30" class="guest_title2 bottom2">
<strong>$content[name]:</strong>
- </TD>
-</TR>
-<TR>
- <TD align="right" class="switch_sw$content[sw] right2" width="225" height="24">{--SPONSOR_PAYTYPE_COUNT--}: </TD>
- <TD class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
+ </td>
+</tr>
+<tr>
+ <td align="right" class="switch_sw$content[sw] right2" width="225" height="24">{--SPONSOR_PAYTYPE_COUNT--}: </td>
+ <td class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
<div class="nobr"><strong>$content[rate] {!POINTS!}</strong></div>
- </TD>
-</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>
+</tr>
+<tr>
+ <td align="right" class="switch_sw$content[sw] bottom2 right2" width="225" height="24">{--SPONSOR_PAYTYPE_VALUE--}: </td>
+ <td class="guest_title2 bottom2" style="padding-left: 2px; padding-right: 2px" width="225">
<div class="nobr"><strong>$content[price] $content[curr]</strong></div>
- </TD>
-</TR>
+ </td>
+</tr>
{--GUEST_SPONSOR_TEASER_3--}<br />
<br />
<form action="{!URL!}/modules.php?module=index&what=sponsor_reg" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="guest_table dashed" width="530">
-<TR>
- <TD class="guest_title2 bottom2" width="10" height="30"> </TD>
- <TD class="guest_title2 bottom2" colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="guest_table dashed" width="530">
+<tr>
+ <td class="guest_title2 bottom2" width="10" height="30"> </td>
+ <td class="guest_title2 bottom2" colspan="3" align="center">
<strong>{--SPONSOR_ENTER_COMPANY_DATA--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR>
- <TD class="bottom2" width="10" height="40"> </TD>
- <TD class="bottom2" colspan="3" align="center">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr>
+ <td class="bottom2" width="10" height="40"> </td>
+ <td class="bottom2" colspan="3" align="center">
<div class="guest_note">{--SPONSOR_COMPANY_NOTE--}</div>
- </TD>
- <TD class="bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" width="200">
+ </td>
+ <td class="bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" width="200">
{--SPONSOR_ENTER_COMPANY_TITLE--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD width="300">
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td width="300">
<INPUT type="text" name="company" class="guest_normal" size="20" maxlength="255" value="{!__COMPANY!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_ENTER_COMPANY_POSITION--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="position" class="guest_normal" size="20" maxlength="255" value="{!__POSITION!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_TAX_IDENT--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="{!__TAX_IDENT!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--SPONSOR_ENTER_PERSONA_DATA--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--GUEST_GENDER--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<select name="gender" class="guest_select" size="1">
<option value="M"{!__GENDER_M!}>{--GENDER_M--}</option>
<option value="F"{!__GENDER_F!}>{--GENDER_F--}</option>
<option value="C"{!__GENDER_C!}>{--GENDER_C--}</option>
</select>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--GUEST_SURNAME--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="{!__SURNAME!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--GUEST_FAMILY--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="family" class="guest_normal" size="20" maxlength="255" value="{!__FAMILY!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_STREET_NR1--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="{!__STREET1!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_STREET_NR2--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="{!__STREET2!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="country" class="guest_normal" size="2" maxlength="2" value="{!__COUNTRY!}">-<INPUT type="text" name="zip" class="guest_normal" size="5" maxlength="6" value="{!__ZIP!}">
<INPUT type="text" name="city" class="guest_normal" size="10" maxlength="255" value="{!__CITY!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_PHONE--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="{!__PHONE!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_FAX--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="{!__FAX!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_CELL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="{!__CELL!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_EMAIL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="email" class="guest_normal" size="20" maxlength="255" value="{!__EMAIL!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_URL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<INPUT type="text" name="url" class="guest_normal" size="20" maxlength="255" value="{!__URL!}">
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--SPONSOR_ENTER_PASSWORDS--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_ENTER_PASSWORDS--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<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>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--SPONSOR_REFERRAL--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_REFID_WAS--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<strong>{!__SPONSOR_REFID!}</strong>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--SPONSOR_WARNINGS--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--GUEST_SPONSOR_RECEIVE_WARNINGS--}
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<select name="receive_warnings" class="guest_select" size="1">
<option value="Y"{!__REC_Y!} />{--YES--}</option>
<option value="N"{!__REC_N!} />{--NO--}</option>
</select>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right">
{--SPONSOR_WARNING_INTERVAL--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
<select name="warning_interval" class="guest_select" size="1">
<option value="0">{--SELECT_NONE--}</option>
<option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
<option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
<option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
</select>
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--SPONSOR_PAYMENTS--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="right" valign="top">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="right" valign="top">
{--SPONSOR_SELECT_PAYMENT--}:
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
{!__PAYMENT_LIST!}
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" 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>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" 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">
<strong>{--SPONSOR_TERMS_HEADER--}</strong>
- </TD>
- <TD class="guest_title2 bottom2" width="10"> </TD>
-</TR>
-<TR><TD class="seperator" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="seperator" width="10"> </TD>
- <TD align="center" valign="top">
+ </td>
+ <td class="guest_title2 bottom2" width="10"> </td>
+</tr>
+<tr><td class="seperator" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="seperator" width="10"> </td>
+ <td align="center" valign="top">
<INPUT type="checkbox" name="terms" class="guest_normal" value="1">
- </TD>
- <TD class="seperator" width="10"> </TD>
- <TD>
+ </td>
+ <td class="seperator" width="10"> </td>
+ <td>
{--SPONSOR_ACCEPT_TERMS--}
- </TD>
- <TD class="seperator" width="10"> </TD>
-</TR>
-<TR><TD class="seperator bottom2" colspan="5" height="5"> </TD></TR>
-<TR>
- <TD class="guest_footer seperator" width="10"> </TD>
- <TD class="guest_footer" colspan="3" align="center">
+ </td>
+ <td class="seperator" width="10"> </td>
+</tr>
+<tr><td class="seperator bottom2" colspan="5" height="5"> </td></tr>
+<tr>
+ <td class="guest_footer seperator" width="10"> </td>
+ <td class="guest_footer" colspan="3" align="center">
<INPUT type="hidden" name="refid" value="{!__SPONSOR_REFID!}">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit" value="{--REGISTER_SPONSOR--}" />
- </TD>
- <TD class="guest_footer seperator" width="10"> </TD>
-</TR>
-</TABLE>
+ </td>
+ <td class="guest_footer seperator" width="10"> </td>
+</tr>
+</table>
</form>
-<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>
-</TR>
+<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>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<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>
- </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">{!__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">{!__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">{!__MALE_COUNT!}</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">{!__FEMALE_COUNT!}</TD>
- </TR>
- <!--<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">{!__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">{!__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">{!__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">{!__YREG_COUNT!}</TD>
- </TR>
- <TR>
- <TD align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></TD>
- </TR>
+ <tr>
+ <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS--}</strong></td>
+ </tr>
+ <tr>
+ <td class="guest_stats_l bottom2">{--USERS_TOTAL--}:</td>
+ <td class="guest_stats_m bottom2 right2"> </td>
+ <td class="guest_stats_r bottom2 right2">{!__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">{!__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">{!__MALE_COUNT!}</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">{!__FEMALE_COUNT!}</td>
+ </tr>
+ <!--<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">{!__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">{!__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">{!__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">{!__YREG_COUNT!}</td>
+ </tr>
+ <tr>
+ <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_MONTHLY--}</strong></td>
+ </tr>
{!__MONTH_STATS_ROWS!}
- <TR>
- <TD align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></TD>
- </TR>
+ <tr>
+ <td align="center" class="guest_stats_title bottom2" colspan="6"><strong>{--GUEST_STATS_CATS--}</strong></td>
+ </tr>
{!__CATS_STATS_ROWS!}
- <TR>
- <TD align="center" class="guest_stats_footer" colspan="6"><a
+ <tr>
+ <td align="center" class="guest_stats_footer" colspan="6"><a
href="{!URL!}/modules.php?module=index&what=stats&mode={!__LMODE_VALUE!}">{!__LINK_TITLE!}</a>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
+</div>
-<!-- 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>
+<!-- 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>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
- <TR>
- <TD colspan="5" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_LOGIN_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_LOGIN_HEADER_2--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_LOGINS--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td colspan="5" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_LOGIN_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_LOGIN_HEADER_2--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_LOGINS--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
+ </td>
+ </tr>
{!__TOP_LOGINS_ROWS!}
- <TR>
- <TD colspan="5" align="center" class="guest_footer" height="30">
- <div class="member_note tiny">{--GUEST_TOP10_LOGIN_FOOTER--}</div></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="5" align="center" class="guest_footer" height="30">
+ <div class="member_note tiny">{--GUEST_TOP10_LOGIN_FOOTER--}</div></td>
+ </tr>
+</table>
</div>
<br />
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
- <TR>
- <TD colspan="4" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_POINTS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_POINTS_HEADER_2--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td colspan="4" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_POINTS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_POINTS_HEADER_2--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
+ </td>
+ </tr>
{!__TOP_POINTS_ROWS!}
- <TR>
- <TD colspan="5" align="center" class="guest_footer" height="30">
+ <tr>
+ <td colspan="5" align="center" class="guest_footer" height="30">
<div class="member_note tiny">{--GUEST_TOP10_POINTS_FOOTER--}</div>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</div>
<br />
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="guest_table dashed">
- <TR>
- <TD colspan="5" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_REFS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_REFS_HEADER_2--}</strong>
- </TD>
- </TR>
- <TR>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_REFERRALS--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
- </TD>
- <TD class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
- </TD>
- </TR>
+ <tr>
+ <td colspan="5" class="guest_title2 bottom2" height="30"><strong>{--GUEST_TOP10_REFS_HEADER_1--}{!__TOP10_MAX!} - {--GUEST_TOP10_REFS_HEADER_2--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOP10_RANKING--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--_UID--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_REFERRALS--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2 right2"><strong>{--TOTAL_POINTS--}:</strong>
+ </td>
+ <td class="guest_title2 bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong>
+ </td>
+ </tr>
{!__TOP_REFERRAL_ROWS!}
- <TR>
- <TD colspan="5" align="center" class="guest_footer" height="30">
- <div class="member_note tiny">{--GUEST_TOP10_REFS_FOOTER--}</div></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="5" align="center" class="guest_footer" height="30">
+ <div class="member_note tiny">{--GUEST_TOP10_REFS_FOOTER--}</div></td>
+ </tr>
+</table>
</div>
-<TR>
- <TD class="top10_row1 switch_sw$content[sw] bottom2 right2"
- align="center">$content[idx]</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>
-</TR>
+<tr>
+ <td class="top10_row1 switch_sw$content[sw] bottom2 right2"
+ align="center">$content[idx]</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>
+</tr>
-<TR>
- <TD class="top10_row1 switch_sw$content[sw] bottom2 right2"
- align="center">$content[idx]</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>
-</TR>
+<tr>
+ <td class="top10_row1 switch_sw$content[sw] bottom2 right2"
+ align="center">$content[idx]</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>
+</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[uid] ($content[nick])</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]</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[uid] ($content[nick])</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]</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[uid] ($content[nick])</TD>
- <TD class="top10_row3 switch_sw$content[sw] bottom2 right2"> $content[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]</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[uid] ($content[nick])</td>
+ <td class="top10_row3 switch_sw$content[sw] bottom2 right2"> $content[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]</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[uid] ($content[nick])</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]</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[uid] ($content[nick])</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]</td>
+</tr>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0">
- <TR>
- <TD colspan="3" class="impressum_header"><strong><u>Impressum</u></strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="impressum_body"> </TD>
- </TR>
- <TR>
- <TD class="impressum_body" width="5"> </TD>
- <TD class="impressum_body">Ihr Name hier!<br />
+<table border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3" class="impressum_header"><strong><u>Impressum</u></strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="impressum_body"> </td>
+ </tr>
+ <tr>
+ <td class="impressum_body" width="5"> </td>
+ <td class="impressum_body">Ihr Name hier!<br />
Ihre Strasse<br />
XX-12345 Demo-Dorf<br />
<br />
<br />
Email: <a href="mailto:{!WEBMASTER!}">{!WEBMASTER!}</a><br />
<br />
- </TD>
- <TD class="impressum_body" width="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="impressum_body"> </TD>
- </TR>
-</TABLE>
+ </td>
+ <td class="impressum_body" width="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="impressum_body"> </td>
+ </tr>
+</table>
</div>
<a name="TOP"></a>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
+<table border="0" cellspacing="0" cellpadding="0" width="100%"
class="guest_table" height="100%">
- <TR>
- <TD align="center" height="65%">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD align="center"><a target="_parent"
+ <tr>
+ <td align="center" height="65%">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td align="center"><a target="_parent"
href="{!URL!}/modules.php?module=index&what=welcome$content">
<!-- <IMG src="{!THEME_URL!}/images/index_logo.jpg" alt="{!MAIN_TITLE!}" title="{!MAIN_TITLE!}" border="0"> //-->
- <div class="big">{!MAIN_TITLE!}</div> </a></TD>
- </TR>
- <TR>
- <TD align="center" height="30" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center"><div class="medium">{!SLOGAN!}</div></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD align="center" height="26%"><div class="big">[ <a
+ <div class="big">{!MAIN_TITLE!}</div> </a></td>
+ </tr>
+ <tr>
+ <td align="center" height="30" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center"><div class="medium">{!SLOGAN!}</div></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" height="26%"><div class="big">[ <a
target="_parent"
href="{!URL!}/modules.php?module=index&what=welcome$content">Weiter...</a> ]</div>
- </TD>
- </TR>
- <TR>
- <TD align="center" valign="bottom" height="9%"><div class="tiny">
+ </td>
+ </tr>
+ <tr>
+ <td align="center" valign="bottom" height="9%"><div class="tiny">
<strong><u>Impressum:</u></strong><br />
- <P>Ihr Name hier, Ihre Straße, X-12345 Demo-Stadt<br />
+ <div>Ihr Name hier, Ihre Straße, X-12345 Demo-Stadt<br />
Tel.: 01234-56789-0, Email: <a
- href="mailto:mail_NO_SPAM_@_NO_SPAM_provider.de">Webmaster</a></P>
- <P>Weitere Angaben? ...</P>
- <P>Gelinkte Seiten, die sich ausserhalb von {!URL!} befinden,
+ href="mailto:mail_NO_SPAM_@_NO_SPAM_provider.de">Webmaster</a></div>
+ <div>Weitere Angaben? ...</div>
+ <div>Gelinkte Seiten, die sich ausserhalb von {!URL!} befinden,
mache ich mich nicht mit verantwortlich und distanziere mich hiermit
ausdrücklich von diesen und deren Inhalten! Bitte beachte den <a
href="" target="_blank">Disclaimer</a>!<br />
- </div></TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ </div></td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" class="install_main"
- width="100%">
- <TR>
- <TD align="center" class="install_header"><strong>: : :
- {--INSTALLATION--} : : :</strong></TD>
- </TR>
- <TR>
- <TD height="14" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="install_main" width="100%">
+ <tr>
+ <td align="center" class="install_header"><strong>: : :
+ {--INSTALLATION--} : : :</strong></td>
+ </tr>
+ <tr>
+ <td height="14" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">
<div align="center">
\ No newline at end of file
<form action="{!__BURL_ACTION!}/install.php?page=2" method="POST"
target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="install_content">
- <TR>
- <TD colspan="3" align="center"><div class="install">{--HEADER_TEXT_PAGE1--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" rowspan="12"></TD>
- <TD colspan="2"><span class="install_intro">
- {--TEXT_PAGE_1--} </span></TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" class="install">{--SERVER_PATH--} : </TD>
- <TD><INPUT type="text" name="spath" size="{!__PATH_LEN!}"
- value="{!PATH!}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" class="install">{--BASE_URL--} :
- ({--BASE_URL_NOTE--})</TD>
- <TD><INPUT type="text" name="burl" size="{!__BURL_LEN!}"
- value="{!__BURL_ACTION!}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" class="install">{--HP_TITLE--} : </TD>
- <TD><INPUT type="text" name="title" size="{!__TITLE_LEN!}"
- maxlength="255" value="{!MAIN_TITLE!}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" class="install">{--HP_SLOGAN--} : </TD>
- <TD><INPUT type="text" name="slogan" size="{!__SLOGAN_LEN!}"
- maxlength="255" value="{!SLOGAN!}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right" class="install">{--HP_EMAIL--} : </TD>
- <TD><INPUT type="text" name="email" size="{!__WEBMASTER_LEN!}"
- maxlength="255" value="{!WEBMASTER!}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center"><INPUT type="submit"
+ <tr>
+ <td colspan="3" align="center"><div class="install">{--HEADER_TEXT_PAGE1--}</STRONG>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" rowspan="12"></td>
+ <td colspan="2"><span class="install_intro">
+ {--TEXT_PAGE_1--} </span></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" class="install">{--SERVER_PATH--} : </td>
+ <td><INPUT type="text" name="spath" size="{!__PATH_LEN!}"
+ value="{!PATH!}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" class="install">{--BASE_URL--} :
+ ({--BASE_URL_NOTE--})</td>
+ <td><INPUT type="text" name="burl" size="{!__BURL_LEN!}"
+ value="{!__BURL_ACTION!}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" class="install">{--HP_TITLE--} : </td>
+ <td><INPUT type="text" name="title" size="{!__TITLE_LEN!}"
+ maxlength="255" value="{!MAIN_TITLE!}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" class="install">{--HP_SLOGAN--} : </td>
+ <td><INPUT type="text" name="slogan" size="{!__SLOGAN_LEN!}"
+ maxlength="255" value="{!SLOGAN!}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right" class="install">{--HP_EMAIL--} : </td>
+ <td><INPUT type="text" name="email" size="{!__WEBMASTER_LEN!}"
+ maxlength="255" value="{!WEBMASTER!}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center"><INPUT type="submit"
class="admin_submit submit" value="{--NEXT_PAGE--}"
- class="install_submit"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="21" class="seperator"> </TD>
- </TR>
-</TABLE>
+ class="install_submit"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="21" class="seperator"> </td>
+ </tr>
+</table>
</form>
<form action="{!__BURL_ACTION--}/install.php?page=3" method="POST"
target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="install_table">
- <TR>
- <TD colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE2--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2"><span class="install_intro">
- {--TEXT_PAGE_2--} </span></TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--MYSQL_HOST--} : </TD>
- <TD width="50%"><INPUT type="text" name="mysql[host]" size="25"
- value="{!__MYSQL_HOST--}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--MYSQL_DBASE--} : </TD>
- <TD width="50%"><INPUT type="text" name="mysql[dbase]" size="25"
- value="{!__MYSQL_DBASE--}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--MYSQL_PREFIX--} : </TD>
- <TD width="50%"><INPUT type="text" name="mysql[prefix]" size="25"
- value="{!__MYSQL_PREFIX--}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--MYSQL_LOGIN--} : </TD>
- <TD width="50%"><INPUT type="text" name="mysql[login]" size="25"
- value="{!__MYSQL_LOGIN--}" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--MYSQL_PASS1--} : </TD>
- <TD width="50%"><INPUT type="password" name="mysql[pass1]"
- size="25" class="install_normal" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--MYSQL_PASS2--} : </TD>
- <TD width="50%"><INPUT type="password" name="mysql[pass2]"
- size="25" class="install_normal" class="install_normal"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center"><INPUT type="hidden" name="spath"
+<table border="0" cellspacing="0" cellpadding="0" class="install_table">
+ <tr>
+ <td colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE2--}</STRONG>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2"><span class="install_intro">
+ {--TEXT_PAGE_2--} </span></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--MYSQL_HOST--} : </td>
+ <td width="50%"><INPUT type="text" name="mysql[host]" size="25"
+ value="{!__MYSQL_HOST--}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--MYSQL_DBASE--} : </td>
+ <td width="50%"><INPUT type="text" name="mysql[dbase]" size="25"
+ value="{!__MYSQL_DBASE--}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--MYSQL_PREFIX--} : </td>
+ <td width="50%"><INPUT type="text" name="mysql[prefix]" size="25"
+ value="{!__MYSQL_PREFIX--}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--MYSQL_LOGIN--} : </td>
+ <td width="50%"><INPUT type="text" name="mysql[login]" size="25"
+ value="{!__MYSQL_LOGIN--}" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--MYSQL_PASS1--} : </td>
+ <td width="50%"><INPUT type="password" name="mysql[pass1]"
+ size="25" class="install_normal" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--MYSQL_PASS2--} : </td>
+ <td width="50%"><INPUT type="password" name="mysql[pass2]"
+ size="25" class="install_normal" class="install_normal"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center"><INPUT type="hidden" name="spath"
value="{!__SPATH_VALUE!}"> <INPUT type="hidden" name="burl"
value="{!__BURL_VALUE!}"> <INPUT type="hidden" name="title"
value="{!__TITLE_VALUE!}"> <INPUT type="hidden"
name="slogan" value="{!__SLOGAN_VALUE!}"> <INPUT
type="hidden" name="email" value="{!__EMAIL_VALUE!}"> <INPUT
type="submit" class="admin_submit submit" value="{--NEXT_PAGE--}"
- class="install_submit"></TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
-</TABLE>
+ class="install_submit"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+</table>
</form>
<form action="{!__BURL_ACTION--}/install.php?page=5" method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="install_table">
- <TR>
- <TD colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE3--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2"><span class="install_intro">
- {--TEXT_PAGE_3--} </span></TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--TEXT_SMTP_HOST--} : </TD>
- <TD width="50%">
+<table border="0" cellspacing="0" cellpadding="0" class="install_table">
+ <tr>
+ <td colspan="2" align="center"><div class="install">{--HEADER_TEXT_PAGE3--}</STRONG>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2"><span class="install_intro">
+ {--TEXT_PAGE_3--} </span></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--TEXT_SMTP_HOST--} : </td>
+ <td width="50%">
<INPUT type="text" name="smtp_host" size="25" value="{!__SMTP_HOST--}" class="install_normal">
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--TEXT_SMTP_USER--} : </TD>
- <TD width="50%">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--TEXT_SMTP_USER--} : </td>
+ <td width="50%">
<INPUT type="text" name="smtp_user" size="25" value="{!__SMTP_USER--}" class="install_normal">
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--TEXT_SMTP_PASS1--} : </TD>
- <TD width="50%">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--TEXT_SMTP_PASS1--} : </td>
+ <td width="50%">
<INPUT type="password" name="smtp_pass1" size="25" value="{!__SMTP_PASS1--}" class="install_normal">
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right" class="install">{--TEXT_SMTP_PASS2--} : </TD>
- <TD width="50%">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right" class="install">{--TEXT_SMTP_PASS2--} : </td>
+ <td width="50%">
<INPUT type="password" name="smtp_pass2" size="25" value="{!__SMTP_PASS2--}" class="install_normal">
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center">
<INPUT type="hidden" name="spath" value="{!__SPATH_VALUE!}" />
<INPUT type="hidden" name="burl"value="{!__BURL_VALUE!}" />
<INPUT type="hidden" name="title" value="{!__TITLE_VALUE!}" />
<INPUT type="hidden" name="mysql[pass1]" value="{!__MYSQL_PASS1!}" />
<INPUT type="hidden" name="mysql[pass2]" value="{!__MYSQL_PASS2!}" />
<INPUT type="submit" class="admin_submit submit" value="{--NEXT_PAGE--}" class="install_submit" />
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+</table>
</form>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="install_content">
- <TR>
- <TD colspan="2" align="center"><div class="install_welcome">{--WELCOME_TEXT--}</STRONG>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD><span class="install_intro"> {--INTRO_TEXT--} </span></TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center">
+ <tr>
+ <td colspan="2" align="center"><div class="install_welcome">{--WELCOME_TEXT--}</STRONG>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td><span class="install_intro">{--INTRO_TEXT--}</span></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center">
<form action="install.php" method="GET" target="_self"><INPUT
type="hidden" name="page" value="1"> <INPUT type="submit"
class="admin_submit submit" value="{--NEXT_PAGE--}"
class="install_submit"></form>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="21" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="21" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center">
<form
action="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&{!_TYPE_VALUE!}={!_DATA_VALUE!}&mode=add&code={!_CODE_VALUE!}"
method="POST" style="margin-bottom: 0px">
<INPUT type="hidden" name="gfx_check" value="{!__GFX_CODE!}">
<INPUT type="submit" class="member_submit" name="ok"
value="{--SUBMIT_CODE--}"></form>
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center">
<form
action="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&{!_TYPE_VALUE!}={!_DATA_VALUE!}&mode=add&code={--_CODE_VALUE!}"
method="POST" style="margin-bottom: 0px">{--ENTER_CODE--}:
<INPUT type="text" name="gfx_check" class="member_normal" size="5"
maxlength="45"> <INPUT type="submit" class="member_submit"
name="ok" value="{--SUBMIT_CODE--}"></form>
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">{--THANX_POINTS_ADDED_1--}<strong
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center">{--THANX_POINTS_ADDED_1--}<strong
class="member_done">{--_POINTS_VALUE!}</strong> {--THANX_POINTS_ADDED_2--}<br />
{--MAILID_TOTAL_POINTS1--} <div class="member_done">{!__TOTAL_POINTS!}
- {!POINTS!}</strong> {--MAILID_TOTAL_POINTS2--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ {!POINTS!}</strong> {--MAILID_TOTAL_POINTS2--}</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
<!-- Template fuer Bestaetigung mit Turbo-Click Bonus -->
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center"><div class="tiny">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center"><div class="tiny">
{--THANX_POINTS_ADDED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_ADDED_2--}<br />
{--MAILID_TOTAL_POINTS1--} <div class="member_done">{!__TOTAL_POINTS!}
{!POINTS!}</STRONG> {--MAILID_TOTAL_POINTS2--}<br />
<br />
<a
href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&t={!_TYPE_VALUE!}&d={!_DATA_VALUE!}"
- target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">{--POINTS_NOT_ADDED_1--}<strong
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center">{--POINTS_NOT_ADDED_1--}<strong
class="member_failed">{--_POINTS_VALUE!}</strong> {--POINTS_NOT_ADDED_2--}
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">{--THANX_POINTS_LOCKED_1--}<strong
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center">{--THANX_POINTS_LOCKED_1--}<strong
class="member_done">{--_POINTS_VALUE!}</strong> {--THANX_POINTS_LOCKED_2--}<br />
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
<!-- Template fuer Bestaetigung mit Turbo-Click Bonus -->
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center"><div class="tiny">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center"><div class="tiny">
{--THANX_POINTS_LOCKED_1--}<div class="member_done">{--_POINTS_VALUE!}</STRONG> {--THANX_POINTS_LOCKED_2--}<br />
<br />
<a
href="{!URL!}/show_bonus.php?uid={!_UID_VALUE!}&t={!_TYPE_VALUE!}&d={!_DATA_VALUE!}"
- target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ target="_blank">{--BONUS_SHOW_TURBO_BONUS--} </div></td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr[5~>
+</table>
\ No newline at end of file
}
//-->
</SCRIPT>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_mailidtop">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD width="220" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="200"
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td width="220" align="center">
+ <table border="0" cellspacing="0" cellpadding="0" width="200"
class="member_confirm dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">
<form name="confirm" style="margin-top: 0px; margin-bottom: 0px">
{--MEMBER_TIME_COUNTER_1--} <INPUT type="text" name="counter"
size="{--_TIM2_VALUE!}" readonly class="member_normal"
value="{--_TIME_VALUE!}"> {--_SECONDS--}
{--MEMBER_TIME_COUNTER_2--}</form>
- </TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+ </td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_banner dashed">
- <TR>
- <TD height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--_TEMPLATE_BANNER--}</TD>
- </TR>
- <TR>
- <TD height="4" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--_TEMPLATE_BANNER--}</td>
+ </tr>
+ <tr>
+ <td height="4" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+</table>
<SCRIPT language="JavaScript" type="text/javascript">
<!--
document.confirm.counter.value = Timer;
-<TABLE border="0" cellspacing="0" cellpadding="0" width="430"
+<table border="0" cellspacing="0" cellpadding="0" width="430"
class="mediadata dashed">
- <TR>
- <TD class="media_header bottom seperator" width="10"> </TD>
- <TD class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_GENERAL--}</TD>
- <TD class="media_header bottom seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="bottom seperator" width="10" rowspan="2"> </TD>
- <TD class="bottom media_left" align="right">{--USER_MT_START--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__MT_START!}</TD>
- <TD class="bottom seperator" width="10" rowspan="2"> </TD>
- </TR>
- <TR>
- <TD class="bottom medium" colspan="3" align="center">
+ <tr>
+ <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 bottom seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="bottom seperator" width="10" rowspan="2"> </td>
+ <td class="bottom media_left" align="right">{--USER_MT_START--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__MT_START!}</td>
+ <td class="bottom seperator" width="10" rowspan="2"> </td>
+ </tr>
+ <tr>
+ <td class="bottom medium" colspan="3" align="center">
{--USER_MT_PROJECTED_1--}{!__MT_PROJECTED!}
- {--USER_MT_PROJECTED_2--}{!__MT_STAGE!} {--USER_MT_PROJECTED_3--}</TD>
- </TR>
- <TR>
- <TD class="media_header bottom seperator" width="10"> </TD>
- <TD class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MEMBERS--}</TD>
- <TD class="media_header bottom seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="bottom seperator" width="10" rowspan="{!__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">{!user_count!}</TD>
- <TD class="bottom seperator" width="10" rowspan="{!__ROWSPAN_USER!}"> </TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_CONFIRMED--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!user_confirmed!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_UNCONFIRMED--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!user_unconfirmed!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_LOCKED--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!user_locked!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_MAX_MAILS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!user_max_mails!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_REC_PER_DAY--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!user_max_rec!}</TD>
- </TR>
+ {--USER_MT_PROJECTED_2--}{!__MT_STAGE!} {--USER_MT_PROJECTED_3--}</td>
+ </tr>
+ <tr>
+ <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom" colspan="3" align="center">{--MEDIA_DATA_MEMBERS--}</td>
+ <td class="media_header bottom seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="bottom seperator" width="10" rowspan="{!__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">{!user_count!}</td>
+ <td class="bottom seperator" width="10" rowspan="{!__ROWSPAN_USER!}"> </td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_CONFIRMED--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!user_confirmed!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_UNCONFIRMED--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!user_unconfirmed!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_LOCKED--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!user_locked!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_MAX_MAILS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!user_max_mails!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_REC_PER_DAY--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!user_max_rec!}</td>
+ </tr>
{!__USER_MEDIADATA!}
- <TR>
- <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 bottom seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="bottom seperator" width="10" rowspan="6"> </TD>
- <TD class="bottom media_left" align="right">{--USERS_STATS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!user_stats!}</TD>
- <TD class="bottom seperator" width="10" rowspan="6"> </TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_MAX_PER_DAY--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!max!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_MAX_REC--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!rec!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_SENT_MAILS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!sent!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--USERS_LINKS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!user_links!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--CLICK_RATE--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!_clr!}</TD>
- </TR>
- <TR>
- <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 bottom seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="bottom seperator" width="10" rowspan="{!__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">{!jackpot!}</TD>
- <TD class="bottom seperator" width="10" rowspan="{!__ROWSPAN_POINTS!}"> </TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--TOTAL_POINTS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__TOTAL_POINTS!}</TD>
- </TR>
+ <tr>
+ <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 bottom seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="bottom seperator" width="10" rowspan="6"> </td>
+ <td class="bottom media_left" align="right">{--USERS_STATS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!user_stats!}</td>
+ <td class="bottom seperator" width="10" rowspan="6"> </td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_MAX_PER_DAY--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!max!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_MAX_REC--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!rec!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_SENT_MAILS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!sent!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--USERS_LINKS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!user_links!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--CLICK_RATE--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!_clr!}</td>
+ </tr>
+ <tr>
+ <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 bottom seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="bottom seperator" width="10" rowspan="{!__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">{!jackpot!}</td>
+ <td class="bottom seperator" width="10" rowspan="{!__ROWSPAN_POINTS!}"> </td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--TOTAL_POINTS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__TOTAL_POINTS!}</td>
+ </tr>
{!__POINTS_MEDIADATA!}
- <TR>
- <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 bottom seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="bottom seperator" width="10" rowspan="3"> </TD>
- <TD class="bottom media_left" align="right">{--TOTAL_REF_BANNER--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__REF_TOTAL!}</TD>
- <TD class="bottom seperator" width="10" rowspan="3"> </TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--TOTAL_REF_VIEWS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__REF_VIEWS!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--TOTAL_REF_CLICKS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__REF_CLICKS!}</TD>
- </TR>
- <TR>
- <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 bottom seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="bottom seperator" width="10" rowspan="{!__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">{!__TOTAL_REFCLICKS!}</TD>
- <TD class="bottom seperator" width="10" rowspan="{!__ROWSPAN_EXTRA!}"> </TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--TOTAL_LOGINS--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__TOTAL_LOGINS!}</TD>
- </TR>
+ <tr>
+ <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 bottom seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="bottom seperator" width="10" rowspan="3"> </td>
+ <td class="bottom media_left" align="right">{--TOTAL_REF_BANNER--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__REF_TOTAL!}</td>
+ <td class="bottom seperator" width="10" rowspan="3"> </td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--TOTAL_REF_VIEWS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__REF_VIEWS!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--TOTAL_REF_CLICKS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__REF_CLICKS!}</td>
+ </tr>
+ <tr>
+ <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 bottom seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="bottom seperator" width="10" rowspan="{!__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">{!__TOTAL_REFCLICKS!}</td>
+ <td class="bottom seperator" width="10" rowspan="{!__ROWSPAN_EXTRA!}"> </td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--TOTAL_LOGINS--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__TOTAL_LOGINS!}</td>
+ </tr>
{!__EXTRA_MEDIADATA!} {!__SPECIAL_MEDIADATA!}
- <TR>
- <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 bottom seperator" width="10"> </TD>
- </TR>
- <TR>
- <TD class="bottom seperator" width="10" rowspan="4"> </TD>
- <TD class="bottom medium" align="center" colspan="3">
+ <tr>
+ <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 bottom seperator" width="10"> </td>
+ </tr>
+ <tr>
+ <td class="bottom seperator" width="10" rowspan="4"> </td>
+ <td class="bottom medium" align="center" colspan="3">
{--ENGINE_SOFTWARE--}:<br />
- <strong>{!TITLE!}</strong></TD>
- <TD class="bottom seperator" width="10" rowspan="4z"> </TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--ENGINE_VERSION--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!FULL_VERSION!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--ENGINE_PATCH_LEVEL--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__PATCH_LEVEL!}</TD>
- </TR>
- <TR>
- <TD class="bottom media_left" align="right">{--ENGINE_PATCH_CTIME--}:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">{!__PATCH_CTIME!}</TD>
- </TR>
- <TR>
- <TD class="media_header" colspan="5"><div class="tiny">[ <strong><a
+ <strong>{!TITLE!}</strong></td>
+ <td class="bottom seperator" width="10" rowspan="4z"> </td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--ENGINE_VERSION--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!FULL_VERSION!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--ENGINE_PATCH_LEVEL--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__PATCH_LEVEL!}</td>
+ </tr>
+ <tr>
+ <td class="bottom media_left" align="right">{--ENGINE_PATCH_CTIME--}:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">{!__PATCH_CTIME!}</td>
+ </tr>
+ <tr>
+ <td class="media_header" colspan="5"><div class="tiny">[ <strong><a
href="{!URL!}/modules.php?module=index&what=stats">{--CONTINUE_MEMBER_STATS--}</a></strong> ]</div>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TR>
- <TD class="media_header bottom seperator" width="10"> </TD>
- <TD class="media_header bottom" colspan="3" align="center">$content</TD>
- <TD class="media_header bottom seperator" width="10"> </TD>
-</TR>
+<tr>
+ <td class="media_header bottom seperator" width="10"> </td>
+ <td class="media_header bottom" colspan="3" align="center">$content</td>
+ <td class="media_header bottom seperator" width="10"> </td>
+</tr>
-<TR>
- <TD class="bottom media_left" align="right">$content[lang]:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">$content[value]</TD>
-</TR>
+<tr>
+ <td class="bottom media_left" align="right">$content[lang]:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">$content[value]</td>
+</tr>
-<TR>
- <TD class="bottom seperator" width="10" rowspan="$content[rows]"> </TD>
- <TD class="bottom media_left" align="right">$content[lang]:</TD>
- <TD class="bottom seperator" width="10"> </TD>
- <TD class="bottom media_right">$content[value]</TD>
- <TD class="bottom seperator" width="10" rowspan="$content[rows]"> </TD>
-</TR>
+<tr>
+ <td class="bottom seperator" width="10" rowspan="$content[rows]"> </td>
+ <td class="bottom media_left" align="right">$content[lang]:</td>
+ <td class="bottom seperator" width="10"> </td>
+ <td class="bottom media_right">$content[value]</td>
+ <td class="bottom seperator" width="10" rowspan="$content[rows]"> </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="beg_table dashed" width="500">
- <TR>
- <TD width="10" rowspan="9" class="seperator"> </TD>
- <TD height="5" class="seperator"> </TD>
- <TD width="10" rowspan="9" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="beg_msg" height="60">
+ <tr>
+ <td width="10" rowspan="9" class="seperator"> </td>
+ <td height="5" class="seperator"> </td>
+ <td width="10" rowspan="9" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="beg_msg" height="60">
{--BEG_MEMBER_YOUR_LINK--}:<br />
<strong><a href="{!URL!}/beg.php?uid={!__BEG_UID!}">{!URL!}/beg.php?uid={!__BEG_UID!}</a></strong>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" class="beg_msg" height="60">
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="beg_msg" height="60">
{--BEG_MEMBER_CLICKS_TOTAL--}:<br />
- <strong>{!__BEG_CLICKS!}</strong></TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" class="beg_msg seperator"> </TD>
- </TR>
- <TR>
- <TD align="left" class="beg_msg">
+ <strong>{!__BEG_CLICKS!}</strong></td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" class="beg_msg seperator"> </td>
+ </tr>
+ <tr>
+ <td align="left" class="beg_msg">
<P>{--BEG_MEMBER_EARN_1--} <strong>{!__BEG_POINTS!}
{!POINTS!}</strong> {--BEG_MEMBER_EARN_2--} <strong>{!__BEG_POINTS_MAX!}
{!POINTS!}</strong> {--BEG_MEMBER_EARN_3--}</P>
<P>{--BEG_MEMBER_TIMEOUT_1--} <strong>{!__BEG_TIMEOUT!}</strong>
{--BEG_MEMBER_TIMEOUT_2--}</P>
<P align="right">{--BEG_MEMBER_HAVE_FUN--}</P>
- </TD>
- </TR>
- <TR>
- <TD height="5" class="beg_msg seperator"> </TD>
- </TR>
- <TR>
- <TD height="5" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ </td>
+ </tr>
+ <tr>
+ <td height="5" class="beg_msg seperator"> </td>
+ </tr>
+ <tr>
+ <td height="5" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TR>
- <TD colspan="4" align="center" class="member_data bottom2" height="40">
- {--BEG_RALLYE_NO_ONE_JOINED--}</TD>
-</TR>
+<tr>
+ <td colspan="4" align="center" class="member_data bottom2" height="40">
+ {--BEG_RALLYE_NO_ONE_JOINED--}</td>
+</tr>
-<P align="center"><strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong><br />
+<div align="center">
+<strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong><br />
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- class="member_table dashed">
- <TR>
- <TD width="80" align="center" class="member_header bottom2"><strong>{--BONUS_RANK--}:</strong></TD>
- <TD width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></TD>
+<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="100" align="center" class="member_header bottom2"><strong>{!POINTS!}:</strong></TD>
- <TD width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
- </TR>
+ <td width="100" align="center" class="member_header bottom2"><strong>{!POINTS!}:</strong></td>
+ <td width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+ </tr>
{!__BONUS_ROWS!}
- <TR>
- <TD colspan="4" class="member_footer" align="center"
+ <tr>
+ <td colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></TD>
- </TR>
-</TABLE>
+ <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></td>
+ </tr>
+</table>
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="member_table dashed">
- <TR>
- <TD class="member_header bottom2"
+ <tr>
+ <td class="member_header bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
- align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></TD>
- </TR>
- <TR>
- <TD class="member_note bottom2"
+ align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></td>
+ </tr>
+ <tr>
+ <td class="member_note bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<ol align="left">
<li class="tiny">{--BONUS_RALLYE_CONDITION_1--}</li>
<li class="tiny">{--BONUS_RALLYE_CONDITION_4--}</li>
<li class="tiny">{--BONUS_RALLYE_CONDITION_5--}</li>
</ol>
- </TD>
- </TR>
- <TR>
- <TD colspan="4" class="member_footer" align="center"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<a href="{!URL!}/modules.php?module=login&what=unconfirmed">{--BONUS_START_CONFIRMING_MAILS--}</a>
- </TD>
- </TR>
-</TABLE>
-</P>
+ </td>
+ </tr>
+</table>
+</div>
-<TR>
- <TD colspan="4" align="center" class="member_data bottom2" height="40">
- {--BONUS_RALLYE_NO_ONE_JOINED--}</TD>
-</TR>
+<tr>
+ <td colspan="4" align="center" class="member_data bottom2" 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[uid]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[points]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[last]</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[uid]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[points]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[last]</td>
+</tr>
-<TR>
- <TD align="right" height="20" class="switch_sw$content[sw]">$content[cat] </TD>
- <TD width="2" class="seperator"> </TD>
- <TD align="center" class="switch_sw$content[sw]">{--YES--} <INPUT
+<tr>
+ <td align="right" height="20" class="switch_sw$content[sw]">$content[cat] </td>
+ <td width="2" class="seperator"> </td>
+ <td align="center" class="switch_sw$content[sw]">{--YES--} <INPUT
type="radio" name="cat[$content[id]]" class="member_normal" value="Y"$content[jy]>
{--NO--} <INPUT type="radio" name="cat[$content[id]]"
- class="member_normal" value="N"$content[jn]></TD>
-</TR>
-<TR>
- <TD colspan="3" height="2" class="seperator"></TD>
-</TR>
+ class="member_normal" value="N"$content[jn]></td>
+</tr>
+<tr>
+ <td colspan="3" height="2" class="seperator"></td>
+</tr>
-<TR>
- <TD colspan="3" align="center" height="30" class="member_footer">
+<tr>
+ <td colspan="3" align="center" height="30" class="member_footer">
<INPUT type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="member_submit"
- value="{--SUBMIT_CHANGES--}" /></TD>
-</TR>
+ value="{--SUBMIT_CHANGES--}" /></td>
+</tr>
</TABLE>
</form>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=login&what=categories" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="member_main dashed">
-<TR>
- <TD colspan="5" height="5" class="seperator"></TD>
-</TR>
-<TR>
- <TD width="5" class="seperator" rowspan="{!__ROWS!}"> </TD>
- <TD align="center" class="member_header" width="408"><strong>{--CATNAME--}</strong></TD>
- <TD width="2" class="seperator"> </TD>
- <TD align="center" class="member_header" width="180"><strong>{--SELECT_CAT--}</strong></TD>
- <TD width="5" class="seperator" rowspan="{!__ROWS!}"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="5" class="seperator"></TD>
-</TR>
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="member_main dashed">
+<tr>
+ <td colspan="5" height="5" class="seperator"></td>
+</tr>
+<tr>
+ <td width="5" class="seperator" rowspan="{!__ROWS!}"> </td>
+ <td align="center" class="member_header" width="408"><strong>{--CATNAME--}</strong></td>
+ <td width="2" class="seperator"> </td>
+ <td align="center" class="member_header" width="180"><strong>{--SELECT_CAT--}</strong></td>
+ <td width="5" class="seperator" rowspan="{!__ROWS!}"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="5" class="seperator"></td>
+</tr>
</TD>
- <TD valign="top"><div class="member_skyscraper">
+ <td valign="top"><div class="member_skyscraper">
<!-- 120x600-Skyscraper passt hier... //-->
- </div></TD>
+ </div></td>
</TR>
-<TR>
- <TD align="center" valign="top" class="member_advert">
+<tr>
+ <td align="center" valign="top" class="member_advert">
{!__DOUBLER_PAYOUT_REF!}</div>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0"
- class="doubler_table dashed" width="520">
- <TR>
- <TD align="center" class="doubler_header bottom2"><strong
- class="big">{--DOUBLER_GENERAL_INFOS--}:</strong></TD>
- </TR>
- <TR>
- <TD class="doubler_main bottom2"
+<table border="0" cellspacing="0" cellpadding="0" class="doubler_table dashed">
+ <tr>
+ <td align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_GENERAL_INFOS--}:</strong></td>
+ </tr>
+ <tr>
+ <td class="doubler_main bottom2"
style="padding-left: 0px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
<ul>
{--DOUBLER_TIMEOUT_2--}</li>
<li>{--DOUBLER_HAVE_FUN--}</li>
</ul>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="doubler_header bottom2"><strong
- class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></TD>
- </TR>
- <TR>
- <TD class="doubler_main"
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="doubler_header bottom2"><strong
+ class="big">{--DOUBLER_REGISTER_ADVERT--}:</strong></td>
+ </tr>
+ <tr>
+ <td class="doubler_main"
style="padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px">
{--DOUBLER_YOUR_ADVERTISING_HERE--} <strong><a
href="{!URL!}/modules.php?module=index&what=impressum"
- target="_blank">{--DOUBLER_CONTACT_US--}</a></strong></TD>
- </TR>
-</TABLE>
+ target="_blank">{--DOUBLER_CONTACT_US--}</a></strong></td>
+ </tr>
+</table>
</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- class="doubler_list dashed">
- <TR>
- <TD class="doubler_header bottom2 right2" align="center" width="100">
- <strong>{--_UID--}</strong></TD>
- <TD class="doubler_header bottom2 right2" align="center" width="100">
- <strong>{--REF_UID--}</strong></TD>
- <TD class="doubler_header bottom2 right2" align="center" width="160">
- <strong>{!POINTS!}</strong></TD>
- <TD class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
- </TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
+ <tr>
+ <td class="doubler_header bottom2 right2" align="center" width="100">
+ <strong>{--_UID--}</strong></td>
+ <td class="doubler_header bottom2 right2" align="center" width="100">
+ <strong>{--REF_UID--}</strong></td>
+ <td class="doubler_header bottom2 right2" align="center" width="160">
+ <strong>{!POINTS!}</strong></td>
+ <td class="doubler_header bottom2" align="center" width="160"><strong>{--DOUBLER_TIMEMARK--}</strong>
+ </td>
+ </tr>
$content
- <TR>
- <TD colspan="4" align="center" class="doubler_footer"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td colspan="4" align="center" class="doubler_footer"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TR>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"
- width="100">$content[uid]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"
- width="100">$content[rid]</TD>
- <TD class="switch_sw$content[sw] bottom2 right2" align="center"
- width="160">$content[points]</TD>
- <TD class="switch_sw$content[sw] bottom2" align="center" width="160">
- $content[stamp]</TD>
-</TR>
+<tr>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"
+ width="100">$content[uid]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"
+ width="100">$content[rid]</td>
+ <td class="switch_sw$content[sw] bottom2 right2" align="center"
+ width="160">$content[points]</td>
+ <td class="switch_sw$content[sw] bottom2" align="center" width="160">
+ $content[stamp]</td>
+</tr>
-<TR>
- <TD class="guest_advert" colspan="3" align="center">
+<tr>
+ <td class="guest_advert" colspan="3" align="center">
<!-- Horizontal footer banner -->
- </TD>
-</TR>
+ </td>
+</tr>
</TABLE>
<!-- Fuss unterhalb des Mitgliederbereiches -->
-<TR>
- <TD height="1%" align="center" class="guest_advert"><SMALL><a
- href="#TOP">{--TOP--}</a></SMALL></TD>
-</TR>
+<tr>
+ <td height="1%" align="center" class="guest_advert"><SMALL><a
+ href="#TOP">{--TOP--}</a></SMALL></td>
+</tr>
<a name="TOP"></a>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" class="member_main">
-<TR>
- <TD colspan="3" align="center" valign="top" class="member_title">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
- <TR>
- <TD colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%" class="member_main">
+<tr>
+ <td colspan="3" align="center" valign="top" class="member_title">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
+ <tr>
+ <td colspan="3" align="center">
<strong><BIG>- - - <a title="{!MAIN_TITLE!}"
style="cursor: default; background: none; text-decoration: none"
class="member_header">{!MAIN_TITLE!}</a> - - -</BIG></strong>
<br />
- </TD>
- </TR>
- <TR>
- <TD width="200"><div class="guest_header"> Hallo
- $username!</div></TD>
- <TD align="center"><div class="guest_header">{!SLOGAN!}</div></TD>
- <TD width="200" align="right"><div class="guest_header">$date_time </div></TD>
- </TR>
- </TABLE>
- </TD>
-</TR>
+ </td>
+ </tr>
+ <tr>
+ <td width="200"><div class="guest_header"> Hallo
+ $username!</div></td>
+ <td align="center"><div class="guest_header">{!SLOGAN!}</div></td>
+ <td width="200" align="right"><div class="guest_header">$date_time </div></td>
+ </tr>
+ </table>
+ </td>
+</tr>
<form action="{!URL!}/modules.php?module=login&what=holiday" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
- <TR>
- <TD colspan="3" align="center" class="bottom member_title2"
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="bottom member_title2"
height="30"><strong>{--HOLIDAY_MEMBER_DEACTIVATE_TITLE--}</strong>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right" width="50%">{--HOLIDAY_MEMBER_TSTART--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" width="50%">{!__HOLIDAY_START!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--HOLIDAY_MEMBER_TEND--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{!__HOLIDAY_END!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--HOLIDAY_MEMBER_TLOCK--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{!__HOLIDAY_LOCK!}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right" width="50%">{--HOLIDAY_MEMBER_TSTART--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center" width="50%">{!__HOLIDAY_START!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--HOLIDAY_MEMBER_TEND--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{!__HOLIDAY_END!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--HOLIDAY_MEMBER_TLOCK--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{!__HOLIDAY_LOCK!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center">
<div class="member_note">{--HOLIDAY_DEACTIVATE_NOTES--}</div>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="member_footer">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="member_footer">
<INPUT type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="stop" class="member_submit" value="{--HOLIDAY_STOP--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=login&what=holiday" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
- <TR>
- <TD colspan="3" align="center" class="bottom member_title2"
- height="30"><strong>{--HOLIDAY_MEMBER_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--HOLIDAY_MEMBER_TSTART--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{--_START_DAY--}. {--_START_MONTH--}.
- {--_START_YEAR--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="right">{--HOLIDAY_MEMBER_TEND--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD align="center">{--_END_DAY--}. {--_END_MONTH--}.
- {--_END_YEAR--}</TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="bottom member_title2"
+ height="30"><strong>{--HOLIDAY_MEMBER_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--HOLIDAY_MEMBER_TSTART--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{--_START_DAY--}. {--_START_MONTH--}.
+ {--_START_YEAR--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--HOLIDAY_MEMBER_TEND--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td align="center">{--_END_DAY--}. {--_END_MONTH--}.
+ {--_END_YEAR--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center">
<span class="member_note">{--HOLIDAY_MAX_DAYS_1--}<strong>{!__HOLIDAY_MAX!}</strong>{--HOLIDAY_MAX_DAYS_2--}</span>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<br />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center">{--HOLIDAY_COMMENTS--}:<br />
<textarea name="comments" class="member_normal" cols="50" rows="6"></textarea>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center">
<span class="member_note">{--HOLIDAY_NOTES--}</span>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" class="seperator bottom" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="member_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" class="seperator bottom" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="member_footer"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="member_submit"
- value="{--HOLIDAY_ADD--}" /></TD>
- </TR>
-</TABLE>
+ value="{--HOLIDAY_ADD--}" /></td>
+ </tr>
+</table>
</form>
-<form action="{!URL!}/modules.php?module=login&what=html_mail"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
- class="member_table dashed">
- <TR>
- <TD align="center" colspan="2" class="member_title2 bottom2"
- height="30"><strong>{--MEMBER_HTML_INTRO--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2">{--MEMBER_HTML_TEXT--}</TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="50%" align="right">{--YES--}: <INPUT type="radio"
- name="html" class="member_normal" value="Y"{!HTML_Y!} /> </TD>
- <TD width="50%" align="left"> {--NO--}: <INPUT
- type="radio" name="html" class="member_normal" value="N"{!HTML_N!} /></TD>
- </TR>
- <TR>
- <TD colspan="2" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="member_footer"><INPUT
+<form action="{!URL!}/modules.php?module=login&what=html_mail" method="POST" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+ <tr>
+ <td align="center" colspan="2" class="member_title2 bottom2"
+ height="30"><strong>{--MEMBER_HTML_INTRO--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2">{--MEMBER_HTML_TEXT--}</td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="50%" align="right">{--YES--}: <INPUT type="radio"
+ name="html" class="member_normal" value="Y"{!HTML_Y!} /> </td>
+ <td width="50%" align="left"> {--NO--}: <INPUT
+ type="radio" name="html" class="member_normal" value="N"{!HTML_N!} /></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="member_footer"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="member_submit"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
<P align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- class="member_table dashed">
- <TR>
- <TD width="80" align="center" class="member_header bottom2"><strong>{--BEG_RANK--}:</strong></TD>
- <TD width="120" align="center" class="member_header bottom2"><strong>{--_UID--}:</strong></TD>
- <TD width="100" align="center" class="member_header bottom2"><strong>{--BEG_POINTS--}:</strong></TD>
- <TD width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></TD>
- </TR>
+<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>
+ </tr>
{!__BEG_ROWS!}
- <TR>
- <TD colspan="4" class="member_footer" align="center"
+ <tr>
+ <td colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <div class="tiny member_note">{--BEG_RALLYE_NOTE--}</div></TD>
- </TR>
-</TABLE>
+ <div class="tiny member_note">{--BEG_RALLYE_NOTE--}</div></td>
+ </tr>
+</table>
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="member_table dashed">
- <TR>
- <TD class="member_header bottom2"
+ <tr>
+ <td class="member_header bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
- align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></TD>
- </TR>
- <TR>
- <TD class="member_note bottom2"
+ align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></td>
+ </tr>
+ <tr>
+ <td class="member_note bottom2"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<ol align="left">
<li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
<li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
<li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
</ol>
- </TD>
- </TR>
- <TR>
- <TD colspan="4" class="member_footer" align="center"
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="member_footer" align="center"
style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
<a href="{!URL!}/modules.php?module=login&what=beg">{--BEG_LINK_HERE--}</a>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
</P>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[cnt]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[uid]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[points]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[last]</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[uid]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[points]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[last]</td>
+</tr>
-<TR>
- <TD class="member_menu_bottom" id="member_menu_what_$content[what]">$content[menu]</TD>
-</TR>
+<tr>
+ <td class="member_menu_bottom" id="member_menu_what_$content[what]">
+ $content[menu]
+ </td>
+</tr>
-<TR>
- <TD class="member_menu_whats"> <strong><BIG>·</BIG></strong> $content</TD>
-</TR>
\ No newline at end of file
+<tr>
+ <td class="member_menu_whats"> <strong><BIG>·</BIG></strong> $content</td>
+</tr>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=login&what=mydata"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="530"
+<table border="0" cellspacing="0" cellpadding="0" width="530"
class="member_main dashed" align="center">
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" rowspan="25"> </TD>
- <TD width="225" align="right">{--YOUR_LOGIN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="225"><strong>{!UID_VALUE!}</strong></TD>
- <TD width="10" rowspan="25"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--GENDER--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select name="gender" size="1" class="member_select">
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" rowspan="25"> </td>
+ <td width="225" align="right">{--YOUR_LOGIN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="225"><strong>{!UID_VALUE!}</strong></td>
+ <td width="10" rowspan="25"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--GENDER--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><select name="gender" size="1" class="member_select">
<option value="M"{--M_DEFAULT--}>{--GENDER_M--}</option>
<option value="F"{--F_DEFAULT--}>{--GENDER_F--}</option>
<option value="C"{--C_DEFAULT--}>{--GENDER_C--}</option>
- </select></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--SURNAME--}, {--FAMILY_NAME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="surname" class="member_normal"
+ </select></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--SURNAME--}, {--FAMILY_NAME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="surname" class="member_normal"
size="15" maxlength="255" value="$DATA[0]"> <INPUT
type="text" name="family_name" class="member_normal" size="15"
- maxlength="255" value="$DATA[1]"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--STREET_NR--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="street_nr" class="member_normal"
- size="25" maxlength="255" value="$DATA[2]"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--COUNTRY--}, {--ZIP--}, {--CITY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!__COUNTRY_CONTENT!} <INPUT type="text" name="zip"
+ maxlength="255" value="$DATA[1]"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--STREET_NR--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="street_nr" class="member_normal"
+ size="25" maxlength="255" value="$DATA[2]"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--COUNTRY--}, {--ZIP--}, {--CITY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!__COUNTRY_CONTENT!} <INPUT type="text" name="zip"
class="member_normal" size="5" maxlength="10" value="$DATA[4]">
<INPUT type="text" name="city" class="member_normal" size="20"
- maxlength="255" value="$DATA[5]"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADDY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="addy" class="member_normal"
- size="30" maxlength="255" value="$DATA[6]"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--BIRTHDAY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD>{!DOB!}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="3">{--MAX_REC_LIST--}</TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator member_note_bg"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="member_note_bg"><span
- class="member_note">{--MYDATA_NOTE--}</span></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator member_note_bg"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--PASS_1--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="password" name="pass1" class="member_normal"
- size="25" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--PASS_2--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="password" name="pass2" class="member_normal"
- size="25" maxlength="255"></TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center"><INPUT type="reset"
+ maxlength="255" value="$DATA[5]"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADDY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="addy" class="member_normal"
+ size="30" maxlength="255" value="$DATA[6]"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--BIRTHDAY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td>{!DOB!}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="3">{--MAX_REC_LIST--}</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator member_note_bg"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="member_note_bg"><span
+ class="member_note">{--MYDATA_NOTE--}</span></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator member_note_bg"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--PASS_1--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="password" name="pass1" class="member_normal"
+ size="25" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--PASS_2--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="password" name="pass2" class="member_normal"
+ size="25" maxlength="255"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center"><INPUT type="reset"
class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="save" class="member_submit"
- value="{--SAVE_CHANGES--}" /></TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--SAVE_CHANGES--}" /></td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+</table>
</form>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<table border="0" cellspacing="0" cellpadding="0" width="480"
class="member_main dashed" align="center">
- <TR>
- <TD height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="center">{--MEMBER_PROFILE_LOCKED_1.$DATA[13].MEMBER_PROFILE_LOCKED_2--}</TD>
- </TR>
- <TR>
- <TD height="7" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="center">{--MEMBER_PROFILE_LOCKED_1.$DATA[13].MEMBER_PROFILE_LOCKED_2--}</td>
+ </tr>
+ <tr>
+ <td height="7" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<table border="0" cellspacing="0" cellpadding="0" width="480"
class="member_main dashed" align="center">
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" rowspan="27" class="seperator"> </TD>
- <TD colspan="3" align="center">{!CHANGE!}</TD>
- <TD width="10" rowspan="27" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="225" align="right">{--YOUR_LOGIN--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="225"><strong>{!UID_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="225" align="right">{--GENDER--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="225"><strong>$DATA[10]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="225" align="right">{--SURNAME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="225"><strong>$DATA[0]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--FAMILY_NAME--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[1]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--STREET_NR--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[2]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--COUNTRY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[3]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ZIP--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[4]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--CITY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[5]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--ADDY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[6]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--BIRTHDAY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>{!DOB!}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--MAILS_PER_DAY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[11]</strong> ({--TODAY--}: <strong>$DATA[12]</strong>)
- </TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD align="right">{--PROFILE_LAST_CHANGE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><strong>$DATA[13]</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="7" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center">{!CHANGE!}</TD>
- </TR>
- <TR>
- <TD colspan="5" height="7" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" rowspan="27" class="seperator"> </td>
+ <td colspan="3" align="center">{!CHANGE!}</td>
+ <td width="10" rowspan="27" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="225" align="right">{--YOUR_LOGIN--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="225"><strong>{!UID_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="225" align="right">{--GENDER--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="225"><strong>$DATA[10]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="225" align="right">{--SURNAME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="225"><strong>$DATA[0]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--FAMILY_NAME--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[1]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--STREET_NR--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[2]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--COUNTRY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[3]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ZIP--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[4]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--CITY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[5]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--ADDY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[6]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--BIRTHDAY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>{!DOB!}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--MAILS_PER_DAY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[11]</strong> ({--TODAY--}: <strong>$DATA[12]</strong>)
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td align="right">{--PROFILE_LAST_CHANGE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><strong>$DATA[13]</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="7" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center">{!CHANGE!}</td>
+ </tr>
+ <tr>
+ <td colspan="5" height="7" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
<div align="center">
-<form action="{!URL!}/modules.php?module=login&what=newsletter"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- class="member_table dashed">
- <TR>
- <TD class="member_header bottom2" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
- </TD>
- </TR>
- <TR>
- <TD align="right" height="30" width="320">
- {--NL_MEMBER_RECEIVE_STATUS--}:</TD>
- <TD width="200"> <strong>{!__STATUS_VALUE!}</strong><br />
- <div class="tiny">{!__UNTIL_VALUE!}</div></TD>
- </TR>
- <TR>
- <TD class="bottom2" colspan="2" align="center"
- style="padding-top: 10px; padding-bottom: 10px"><div class="member_note">{--NL_MEMBER_NOTE--}</div></TD>
- </TR>
- <TR>
- <TD class="member_footer" colspan="2" align="center"><INPUT
+<form 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>
+ </tr>
+ <tr>
+ <td align="right" height="30" width="320">
+ {--NL_MEMBER_RECEIVE_STATUS--}:</td>
+ <td width="200"> <strong>{!__STATUS_VALUE!}</strong><br />
+ <div class="tiny">{!__UNTIL_VALUE!}</div></td>
+ </tr>
+ <tr>
+ <td class="bottom2" colspan="2" align="center"
+ style="padding-top: 10px; padding-bottom: 10px"><div class="member_note">{--NL_MEMBER_NOTE--}</div></td>
+ </tr>
+ <tr>
+ <td class="member_footer" colspan="2" align="center"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="member_submit"
- value="{--NL_SUBMIT--}" /></TD>
- </TR>
-</TABLE>
+ value="{--NL_SUBMIT--}" /></td>
+ </tr>
+</table>
</form>
</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480">
- <TR>
- <TD>Unseren {!MT_WORD!} <strong>{!MAIN_TITLE!}</strong>
+<table border="0" cellspacing="0" cellpadding="0" width="480">
+ <tr>
+ <td>Unseren {!MT_WORD!} <strong>{!MAIN_TITLE!}</strong>
finanzieren wir zum Teil durch Werbung, die Sie ohne Vergütung
von uns ab und an in Form von Newslettern bekommen.<br />
<br />
<br />
Sie finden diese weiter oben. Sollten Sie damit dennoch nicht
einverstanden sein, können wir gerne Ihren Account löschen.
- Sie erhalten dann auch keine weiteren Mails mehr von uns.</TD>
- </TR>
-</TABLE>
+ Sie erhalten dann auch keine weiteren Mails mehr von uns.</td>
+ </tr>
+</table>
<form action="{!URL!}/modules.php?module=login&what=nickname"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="member_table dashed">
- <TR>
- <TD colspan="5" align="center" class="member_title2 bottom2"
- height="30"><strong>{--NICKNAME_CHANGE_NICKNAME_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="5" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="5" class="seperator"> </TD>
- <TD colspan="3">{--NICKNAME_CHANGE_NICKNAME_INTRO--}</TD>
- <TD width="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="5" class="seperator"> </TD>
- <TD align="right">{--NICKNAME_ENTER_NICKNAME--}:</TD>
- <TD width="5" class="seperator"> </TD>
- <TD>
+ <tr>
+ <td colspan="5" align="center" class="member_title2 bottom2"
+ height="30"><strong>{--NICKNAME_CHANGE_NICKNAME_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="5" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="5" class="seperator"> </td>
+ <td colspan="3">{--NICKNAME_CHANGE_NICKNAME_INTRO--}</td>
+ <td width="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="5" class="seperator"> </td>
+ <td align="right">{--NICKNAME_ENTER_NICKNAME--}:</td>
+ <td width="5" class="seperator"> </td>
+ <td>
<INPUT type="text" name="nickname" class="member_normal" size="30" maxlength="30" value="{!__NICKNAME!}" />
- </TD>
- <TD width="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" class="seperator" height="5"> </TD>
- </TR>
- <TR>
- <TD width="5" class="seperator"> </TD>
- <TD colspan="3" align="center">{--NICKNAME_ALLOWED_CHARS--}</TD>
- <TD width="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD width="5" class="member_footer seperator"> </TD>
- <TD colspan="3" class="member_footer" align="center"><INPUT
+ </td>
+ <td width="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" class="seperator" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="5" class="seperator"> </td>
+ <td colspan="3" align="center">{--NICKNAME_ALLOWED_CHARS--}</td>
+ <td width="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td width="5" class="member_footer seperator"> </td>
+ <td colspan="3" class="member_footer" align="center"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="member_submit"
- value="{--NICKNAME_SUBMIT--}" /></TD>
- <TD width="5" class="member_footer seperator"> </TD>
- </TR>
-</TABLE>
+ value="{--NICKNAME_SUBMIT--}" /></td>
+ <td width="5" class="member_footer seperator"> </td>
+ </tr>
+</table>
</form>
-<TR>
- <TD width="10" class="top2 bottom2 seperator"> </TD>
- <TD class="top2 bottom2" colspan="3" align="center"><strong>{--MEMBER_HTML_VALID_TAGS--}:</strong><br />
- $content <INPUT type="hidden" name="html" value="Y"></TD>
- <TD width="10" class="top2 bottom2 seperator"> </TD>
-</TR>
-<TR>
- <TD colspan="5" class="seperator" height="5"> </TD>
-</TR>
\ No newline at end of file
+<tr>
+ <td width="10" class="top2 bottom2 seperator"> </td>
+ <td class="top2 bottom2" colspan="3" align="center"><strong>{--MEMBER_HTML_VALID_TAGS--}:</strong><br />
+ $content <INPUT type="hidden" name="html" value="Y"></td>
+ <td width="10" class="top2 bottom2 seperator"> </td>
+</tr>
+<tr>
+ <td colspan="5" class="seperator" height="5"> </td>
+</tr>
\ No newline at end of file
-<TR>
- <TD colspan="2" class="member_title2 bottom2" height="30"
- align="center"><strong>{--MEMBER_HTML_ORDER_INTRO--}</strong></TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
-</TR>
-<TR>
- <TD valign="top" height="20" align="right">{--MEMBER_HTML_MSG--}: <INPUT
- type="radio" name="html" class="member_normal" value="Y"> </TD>
- <TD valign="top"> {--MEMBER_NORMAL_MSG--}: <INPUT
- type="radio" name="html" class="member_normal" value="N" checked></TD>
-</TR>
\ No newline at end of file
+<tr>
+ <td colspan="2" class="member_title2 bottom2" height="30"
+ align="center"><strong>{--MEMBER_HTML_ORDER_INTRO--}</strong></td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+</tr>
+<tr>
+ <td valign="top" height="20" align="right">{--MEMBER_HTML_MSG--}: <INPUT
+ type="radio" name="html" class="member_normal" value="Y"> </td>
+ <td valign="top"> {--MEMBER_NORMAL_MSG--}: <INPUT
+ type="radio" name="html" class="member_normal" value="N" checked></td>
+</tr>
\ No newline at end of file
-<TR>
- <TD colspan="2" align="center" class="member_title2 bottom2"
- height="30"><strong>{--MEMBER_ORDER_PAGE1_INTRO--}</strong></TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
-</TR>
-<TR>
- <TD colspan="2" align="center">Geben Sie hier die ersten ein bis
+<tr>
+ <td colspan="2" align="center" class="member_title2 bottom2"
+ height="30"><strong>{--MEMBER_ORDER_PAGE1_INTRO--}</strong></td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+</tr>
+<tr>
+ <td colspan="2" align="center">Geben Sie hier die ersten ein bis
drei Stellen der Postleitzahl ein, in der gesendet werden soll.<br />
<br />
Beispiele:
Postleitzahl mit 123 anfängt.</li>
</ul>
<br />
- Oder geben Sie nichts ein, wenn Sie diese Option nicht wünschen.</TD>
-</TR>
-<TR>
- <TD colspan="2" class="seperator" height="5"> </TD>
-</TR>
-<TR>
- <TD width="50%" align="right">{--MEMBER_ENTER_ZIP_CODE--}: </TD>
- <TD width="50%"><INPUT type="text" name="zip"
- class="member_normal" size="5" maxlength="6" value="$content[zip]"></TD>
-</TR>
+ Oder geben Sie nichts ein, wenn Sie diese Option nicht wünschen.</td>
+</tr>
+<tr>
+ <td colspan="2" class="seperator" height="5"> </td>
+</tr>
+<tr>
+ <td width="50%" align="right">{--MEMBER_ENTER_ZIP_CODE--}: </td>
+ <td width="50%"><INPUT type="text" name="zip"
+ class="member_normal" size="5" maxlength="6" value="$content[zip]"></td>
+</tr>
$content[add]
-<TR>
- <TD colspan="5" align="center" class="member_title2 bottom2"
- height="30"><strong>{--MEMBER_ORDER_PAGE2_INTRO--}</strong></TD>
-</TR>
-<TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
-</TR>
-<TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="center" colspan="3">
- <TABLE border="0" cellspacing="0" cellpadding="0"
+<tr>
+ <td colspan="5" align="center" class="member_title2 bottom2"
+ height="30"><strong>{--MEMBER_ORDER_PAGE2_INTRO--}</strong></td>
+</tr>
+<tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+</tr>
+<tr>
+ <td width="10" class="seperator"> </td>
+ <td align="center" colspan="3">
+ <table border="0" cellspacing="0" cellpadding="0"
class="member_main dashed" height="30">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--MEMBER_ENTER_ZIP_CODE--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="zip" class="member_normal" size="5"
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--MEMBER_ENTER_ZIP_CODE--}</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="zip" class="member_normal" size="5"
maxlength="6" value="$content">
- <TD width="10" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- <TD width="10" class="seperator"> </TD>
-</TR>
\ No newline at end of file
+ <td width="10" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ <td width="10" class="seperator"> </td>
+</tr>
\ No newline at end of file
<form action="{!URL!}/modules.php?module=login&what=order"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="member_table dashed" align="center">
{--MEMBER_ZIP_CONTENT--} {--MEMBER_HTML_EXTENSION--}
- <TR>
- <TD colspan="2" class="seperator bottom2" height="5"> </TD>
- </TR>
- <TR>
- <TD colspan="2" align="center" class="member_footer"><INPUT
+ <tr>
+ <td colspan="2" class="seperator bottom2" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center" class="member_footer"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="data" class="member_submit"
- value="{--ORDER_PAGE_2--}" /></TD>
- </TR>
-</TABLE>
+ value="{--ORDER_PAGE_2--}" /></td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=login&what=order"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="660"
+<table border="0" cellspacing="0" cellpadding="0" width="660"
class="member_table dashed" align="center">
{--ZIP_OUTPUT--}
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--SELECT_MAIL_TYPE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select name="type" size="1" class="member_select">
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--SELECT_MAIL_TYPE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><select name="type" size="1" class="member_select">
<option value="" disabled>{--PLEASE_SELECT--}</option>
{--TYPE_SELECTION--}
- </select></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--SELECT_CATEGORY--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><select name="cat" size="1" class="member_select">
+ </select></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--SELECT_CATEGORY--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><select name="cat" size="1" class="member_select">
<option value="" disabled>{--PLEASE_SELECT--}</option>
{!CATEGORY_SELECTION!}
- </select></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_RECEIVER--}: {--MEMBER_MIN_RECS_1--} <strong>{!__MIN_VALUE!}</strong>{--MEMBER_MIN_RECS_2--}
- </TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="receiver" class="member_normal"
- size="4" maxlength="5" value="{--TARGET--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_SUBJECT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><INPUT type="text" name="subject" class="member_normal"
- size="30" maxlength="150" value="{--SUBJECT--}"></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
+ </select></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_RECEIVER--}: {--MEMBER_MIN_RECS_1--} <strong>{!__MIN_VALUE!}</strong>{--MEMBER_MIN_RECS_2--}
+ </td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="receiver" class="member_normal"
+ size="4" maxlength="5" value="{--TARGET--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_SUBJECT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><INPUT type="text" name="subject" class="member_normal"
+ size="30" maxlength="150" value="{--SUBJECT--}"></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
{--MEMBER_HTML_EXTENSION--}
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="right">{--ENTER_TEXT--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD><textarea name="text" class="member_normal" rows="10"
- cols="50">{--TEXT--}</textarea></TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="center" class="member_note"><strong>{--MEMBER_PLEASE_NOTE--}</strong><br />
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD colspan="3" align="center" class="member_note">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="right">{--ENTER_TEXT--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td><textarea name="text" class="member_normal" rows="10"
+ cols="50">{--TEXT--}</textarea></td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3" align="center" class="member_note"><strong>{--MEMBER_PLEASE_NOTE--}</strong><br />
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td colspan="3" align="center" class="member_note">
<div align="left">
<ol>
<li>Bitte prüfen Sie <strong>unbedingt vor</strong> dem
werden von uns abgelehnt!</li>
</ol>
</div>
- </TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="5" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator member_footer"> </TD>
- <TD class="member_footer" align="right">{--MEMBER_ENTER_URL--}:</TD>
- <TD width="10" class="seperator member_footer"> </TD>
- <TD class="member_footer"><INPUT type="text" name="url"
+ </td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="5" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator member_footer"> </td>
+ <td class="member_footer" align="right">{--MEMBER_ENTER_URL--}:</td>
+ <td width="10" class="seperator member_footer"> </td>
+ <td class="member_footer"><INPUT type="text" name="url"
class="member_normal" size="60" maxlength="350" value="{--T_URL--}">
- </TD>
- <TD width="10" class="seperator member_footer"> </TD>
- </TR>
- <TR>
- <TD width="10" class="seperator member_footer"> </TD>
- <TD class="member_footer" colspan="3" align="center"><INPUT
+ </td>
+ <td width="10" class="seperator member_footer"> </td>
+ </tr>
+ <tr>
+ <td width="10" class="seperator member_footer"> </td>
+ <td class="member_footer" colspan="3" align="center"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="frametester" class="member_submit"
- value="{--CONTINUE_FRAMETESTER--}" /></TD>
- <TD width="10" class="seperator member_footer"> </TD>
- </TR>
-</TABLE>
+ value="{--CONTINUE_FRAMETESTER--}" /></td>
+ <td width="10" class="seperator member_footer"> </td>
+ </tr>
+</table>
</form>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
class="member_main dashed" align="center">
- <TR>
- <TD align="center" height="50" class="member_main"
+ <tr>
+ <td align="center" height="50" class="member_main"
style="padding-left: 5px; padding-right: 5px">
{--MEMBER_POINTS_LEFT--}:<br />
<span class="member_done"><strong>$content</strong> {!POINTS!}</span>
- </TD>
- </TR>
- <TR>
- <TD align="center" height="50" class="member_main"
+ </td>
+ </tr>
+ <tr>
+ <td align="center" height="50" class="member_main"
style="padding-left: 5px; padding-right: 5px">
{--MEMBER_ORDER_MAX_ALLOWED--}:<br />
- <span class="member_done">{!ORDER_MAX_VALUE!}</span></TD>
- </TR>
-</TABLE>
+ <span class="member_done">{!ORDER_MAX_VALUE!}</span></td>
+ </tr>
+</table>
</div>
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<table border="0" cellspacing="0" cellpadding="0" width="680"
class="member_table dashed" align="center">
- <TR>
- <TD colspan="5" align="center" class="member_title2" height="30">
- <strong>{--PAYOUT_MEMBER_LIST_PAYOUTS--}:</strong></TD>
- </TR>
- <TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></TD>
- <TD width="100" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><strong>{--PAYOUT_MEMBER_STATUS--}</strong></TD>
- </TR>
+
+ <tr>
+ <td colspan="5" align="center" class="member_title2" height="30">
+ <strong>{--PAYOUT_MEMBER_LIST_PAYOUTS--}:</strong></td>
+ </tr>
+ <tr>
+ <td width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TOTAL_PAYOUT--}</strong></td>
+ <td width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TARGET_ACCOUNT2--}</strong></td>
+ <td width="100" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TARGET_BANK2--}</strong></td>
+ <td width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PAYOUT_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="member_title2 bottom2"><strong>{--PAYOUT_MEMBER_STATUS--}</strong></td>
+ </tr>
{!__PAYOUT_ROWS!}
- <TR>
- <TD colspan="5" class="seperator member_footer" height="10"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="5" class="seperator member_footer" height="10"> </td>
+ </tr>
+</table>
<form action="{!URL!}/modules.php?module=login&what=payout&payout=$_GET[payout]" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
- <TR>
- <TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><strong>{--PAYOUT_NOW_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="215" height="20" align="right">{--PAYOUT_SELECTED_TYPE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="215"><strong>{--PAYOUT_TYPE_VALUE--}</strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_MAX_PAYOUT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><strong>{--PAYOUT_MAX_VALUE--}</strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_WANT_PAYOUT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="payout" class="member_normal"
- size="10" maxlength="255" value="{--PAYOUT_MAX_VALUE!}"></strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_TARGET_ACCOUNT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="account" class="member_normal"
- size="20" maxlength="255"></strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_TARGET_BANK--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="bank" class="member_normal"
- size="20" maxlength="255"></strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_OPTIONAL_PASSWORD--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="password" name="pass" class="member_normal"
- size="10" maxlength="255"></strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="member_footer"><INPUT
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="member_title2 bottom2"
+ height="30"><strong>{--PAYOUT_NOW_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="215" height="20" align="right">{--PAYOUT_SELECTED_TYPE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="215"><strong>{--PAYOUT_TYPE_VALUE--}</strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_MAX_PAYOUT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><strong>{--PAYOUT_MAX_VALUE--}</strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_WANT_PAYOUT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="payout" class="member_normal"
+ size="10" maxlength="255" value="{--PAYOUT_MAX_VALUE!}"></strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_TARGET_ACCOUNT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="account" class="member_normal"
+ size="20" maxlength="255"></strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_TARGET_BANK--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="bank" class="member_normal"
+ size="20" maxlength="255"></strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_OPTIONAL_PASSWORD--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="password" name="pass" class="member_normal"
+ size="10" maxlength="255"></strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="member_footer"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="member_submit"
- value="{--PAYOUT_SEND_NOW--}" /></TD>
- </TR>
-</TABLE>
+ value="{--PAYOUT_SEND_NOW--}" /></td>
+ </tr>
+</table>
<br />
<div class="member_note"> {--PAYOUT_MEMBER_NOTE--}<br />
<br />
-<form
- action="{!URL!}/modules.php?module=login&what=payout&payout=$_GET[payout]"
- method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="440"
- class="member_table dashed">
- <TR>
- <TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><strong>{--PAYOUT_NOW_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="215" height="20" align="right">{--PAYOUT_SELECTED_TYPE--}:</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="215"><strong>{!PAYOUT_TYPE_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_MAX_PAYOUT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><strong>{!PAYOUT_MAX_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_WANT_PAYOUT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="payout" class="member_normal"
- size="10" maxlength="255" value="{--PAYOUT_MAX_VALUE!}"></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_TARGET_URL--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="turl" class="member_normal"
- size="20" maxlength="500" value="http://"></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_ALTERNATE_TEXT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="alt" class="member_normal" size="10"
- maxlength="30"></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PAYOUT_OPTIONAL_BANNER--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="banner" class="member_normal"
- size="20" maxlength="500"> (*)</TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="member_footer"><INPUT
+<form action="{!URL!}/modules.php?module=login&what=payout&payout=$_GET[payout]" method="POST" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="member_title2 bottom2"
+ height="30"><strong>{--PAYOUT_NOW_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="215" height="20" align="right">{--PAYOUT_SELECTED_TYPE--}:</td>
+ <td width="10" class="seperator"> </td>
+ <td width="215"><strong>{!PAYOUT_TYPE_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_MAX_PAYOUT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><strong>{!PAYOUT_MAX_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_WANT_PAYOUT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="payout" class="member_normal"
+ size="10" maxlength="255" value="{--PAYOUT_MAX_VALUE!}"></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_TARGET_URL--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="turl" class="member_normal"
+ size="20" maxlength="500" value="http://"></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_ALTERNATE_TEXT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="alt" class="member_normal" size="10"
+ maxlength="30"></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PAYOUT_OPTIONAL_BANNER--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="banner" class="member_normal"
+ size="20" maxlength="500"> (*)</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="member_footer"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="member_submit"
- value="{--PAYOUT_SEND_NOW--}" /></TD>
- </TR>
-</TABLE>
+ value="{--PAYOUT_SEND_NOW--}" /></td>
+ </tr>
+</table>
<br />
<!-- Hinweise zur "Auszahlung" in Bannerviews, Textlinkklicks, etc. -->
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[points]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[acc]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[bank]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[status]</TD>
-</TR>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[points]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[acc]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[bank]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
class="member_main dashed" align="center">
- <TR>
- <TD colspan="5" height="3" class="seperator"></TD>
- </TR>
- <TR>
- <TD width="10" rowspan="{!__ROWS_VALUE!}"></TD>
- <TD align="center" width="228" class="member_header"><strong>{--REF_LEVEL--}</strong></TD>
- <TD width="2" class="member_header"></TD>
- <TD align="center" width="228" class="member_header"><strong>{!POINTS!}</strong></TD>
- <TD width="2" class="member_header"></TD>
- <TD align="center" width="120" class="member_header"><strong>{--REFERRALS--}</strong></TD>
- <TD width="10" rowspan="{!__ROWS_VALUE!}"></TD>
- </TR>
+ <tr>
+ <td colspan="5" height="3" class="seperator"></td>
+ </tr>
+ <tr>
+ <td width="10" rowspan="{!__ROWS_VALUE!}"></td>
+ <td align="center" width="228" class="member_header"><strong>{--REF_LEVEL--}</strong></td>
+ <td width="2" class="member_header"></td>
+ <td align="center" width="228" class="member_header"><strong>{!POINTS!}</strong></td>
+ <td width="2" class="member_header"></td>
+ <td align="center" width="120" class="member_header"><strong>{--REFERRALS--}</strong></td>
+ <td width="10" rowspan="{!__ROWS_VALUE!}"></td>
+ </tr>
{!__REF_LEVEL_ROWS!}
- <TR>
- <TD colspan="3" height="5" class="seperator"></TD>
- </TR>
- <TR>
- <TD class="member_data"> {--POINTS_USED--}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__USED_VALUE!} {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="1" class="seperator"></TD>
- </TR>
- <TR>
- <TD class="member_data"> <strong>{--POINTS_SUM--}</strong></TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> <strong>{!__TPTS_VALUE!}
- {!POINTS!}</strong></TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> <strong>{!__TREF_VALUE!}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="5" class="seperator"></TD>
- </TR>
- <TR>
- <TD class="member_data"> {--POINTS_LOCKED--}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__TLOCK_VALUE!} {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
- </TR>
+ <tr>
+ <td colspan="3" height="5" class="seperator"></td>
+ </tr>
+ <tr>
+ <td class="member_data"> {--POINTS_USED--}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__USED_VALUE!} {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" class="seperator"></td>
+ </tr>
+ <tr>
+ <td class="member_data"> <strong>{--POINTS_SUM--}</strong></td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> <strong>{!__TPTS_VALUE!}
+ {!POINTS!}</strong></td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> <strong>{!__TREF_VALUE!}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5" class="seperator"></td>
+ </tr>
+ <tr>
+ <td class="member_data"> {--POINTS_LOCKED--}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__TLOCK_VALUE!} {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+ </tr>
{!__SPECIAL_ROWS!}
- <TR>
- <TD colspan="3" height="2" class="seperator"></TD>
- </TR>
- <TR>
- <TD colspan="5" class="member_header">
+ <tr>
+ <td colspan="3" height="2" class="seperator"></td>
+ </tr>
+ <tr>
+ <td colspan="5" class="member_header">
<div align="center"><strong>{--CLICK_STATISTICS--}</strong></div>
- </TD>
- </TR>
- <TR>
- <TD colspan="3" height="2" class="seperator"></TD>
- </TR>
- <TR>
- <TD class="member_data"> {--RECEIVED_MAILS--}:</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__RECEIVE_VALUE!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="1" class="seperator"></TD>
- </TR>
- <TR>
- <TD class="member_data"> {--UNCONFIRMED_LOCKED--}:</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__PAY_VALUE!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="1" class="seperator"></TD>
- </TR>
- <TR>
- <TD class="member_data"> {--CONFIRMED_MAILS--}:</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__CONFIRMED_VALUE!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
- </TR>
- <TR>
- <TD colspan="3" height="1" class="seperator"></TD>
- </TR>
- <TR>
- <TD class="member_data"> {--SENT_MAILS--}:</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__SENT_VALUE!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
- </TR>
- <TR>
- <TD colspan="5" height="3" class="seperator"> </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="2" class="seperator"></td>
+ </tr>
+ <tr>
+ <td class="member_data"> {--RECEIVED_MAILS--}:</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__RECEIVE_VALUE!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" class="seperator"></td>
+ </tr>
+ <tr>
+ <td class="member_data"> {--UNCONFIRMED_LOCKED--}:</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__PAY_VALUE!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" class="seperator"></td>
+ </tr>
+ <tr>
+ <td class="member_data"> {--CONFIRMED_MAILS--}:</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__CONFIRMED_VALUE!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" class="seperator"></td>
+ </tr>
+ <tr>
+ <td class="member_data"> {--SENT_MAILS--}:</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__SENT_VALUE!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+ </tr>
+ <tr>
+ <td colspan="5" height="3" class="seperator"> </td>
+ </tr>
+</table>
\ No newline at end of file
-<TR>
- <TD colspan="3" height="2" class="seperator"></TD>
-</TR>
-<TR>
- <TD colspan="5" align="center" class="member_header"><strong>{--BONUS_POINTS_DISABLED--}</strong>
- </TD>
-</TR>
+<tr>
+ <td colspan="3" height="2" class="seperator"></td>
+</tr>
+<tr>
+ <td colspan="5" align="center" class="member_header"><strong>{--BONUS_POINTS_DISABLED--}</strong>
+ </td>
+</tr>
-<TR>
- <TD colspan="3" height="2" class="seperator"></TD>
-</TR>
-<TR>
- <TD colspan="5" align="center" class="member_header"><strong>{--BONUS_POINTS_TITLE--}</strong>
- </TD>
-</TR>
-<TR>
- <TD colspan="3" height="2" class="seperator"></TD>
-</TR>
-<TR>
- <TD colspan="5" class="member_data">
+<tr>
+ <td colspan="3" height="2" class="seperator"></td>
+</tr>
+<tr>
+ <td colspan="5" align="center" class="member_header"><strong>{--BONUS_POINTS_TITLE--}</strong>
+ </td>
+</tr>
+<tr>
+ <td colspan="3" height="2" class="seperator"></td>
+</tr>
+<tr>
+ <td colspan="5" class="member_data">
<div align="center" class="member_note">{--BONUS_LOGIN_TURBO_NOTE--}</div>
- </TD>
-</TR>
-<TR>
- <TD colspan="3" height="5" class="seperator"></TD>
-</TR>
-<TR>
- <TD class="member_data"> {--BONUS_LOGIN_TOTAL--}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__LOGIN_VALUE!} {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="1" class="seperator"></TD>
-</TR>
-<TR>
- <TD class="member_data"> {--BONUS_TURBO_TOTAL--}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__TURBO_VALUE!} {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="1" class="seperator"></TD>
-</TR>
-<TR>
- <TD class="member_data"> {--BONUS_REF_TOTAL--}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__REF_VALUE!} {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="1" class="seperator"></TD>
-</TR>
-<TR>
- <TD class="member_data"> {--BONUS_ORDER_TOTAL--}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__ORDER_VALUE!} {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="1" class="seperator"></TD>
-</TR>
-<TR>
- <TD class="member_data"> {--BONUS_STATS_TOTAL--}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> {!__STATS_VALUE!} {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="5" class="seperator"></TD>
-</TR>
-<TR>
- <TD class="member_data"> <strong>{--BONUS_TOTAL--}</strong></TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> <strong>{!__TTOTAL_VALUE!}
- {!POINTS!}</strong></TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> </TD>
-</TR>
+ </td>
+</tr>
+<tr>
+ <td colspan="3" height="5" class="seperator"></td>
+</tr>
+<tr>
+ <td class="member_data"> {--BONUS_LOGIN_TOTAL--}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__LOGIN_VALUE!} {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="1" class="seperator"></td>
+</tr>
+<tr>
+ <td class="member_data"> {--BONUS_TURBO_TOTAL--}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__TURBO_VALUE!} {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="1" class="seperator"></td>
+</tr>
+<tr>
+ <td class="member_data"> {--BONUS_REF_TOTAL--}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__REF_VALUE!} {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="1" class="seperator"></td>
+</tr>
+<tr>
+ <td class="member_data"> {--BONUS_ORDER_TOTAL--}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__ORDER_VALUE!} {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="1" class="seperator"></td>
+</tr>
+<tr>
+ <td class="member_data"> {--BONUS_STATS_TOTAL--}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> {!__STATS_VALUE!} {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="5" class="seperator"></td>
+</tr>
+<tr>
+ <td class="member_data"> <strong>{--BONUS_TOTAL--}</strong></td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> <strong>{!__TTOTAL_VALUE!}
+ {!POINTS!}</strong></td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> </td>
+</tr>
-<TR>
- <TD colspan="3" height="1" class="seperator"></TD>
-</TR>
-<TR>
- <TD class="member_data"> $content[lvl] {--REF_LEVEL--}
- ($content[per]%)</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> $content[points] {!POINTS!}</TD>
- <TD width="2" class="seperator"> </TD>
- <TD class="member_data"> $content[refs]</TD>
-</TR>
+<tr>
+ <td colspan="3" height="1" class="seperator"></td>
+</tr>
+<tr>
+ <td class="member_data"> $content[lvl] {--REF_LEVEL--}
+ ($content[per]%)</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> $content[points] {!POINTS!}</td>
+ <td width="2" class="seperator"> </td>
+ <td class="member_data"> $content[refs]</td>
+</tr>
-<TR>
- <TD colspan="3" height="5" class="seperator"></TD>
-</TR>
-<TR>
- <TD colspan="5" align="center" class="member_data"><strong
+<tr>
+ <td colspan="3" height="5" class="seperator"></td>
+</tr>
+<tr>
+ <td colspan="5" align="center" class="member_data"><strong
class="admin_note">{--BONUS_EXTENSION_UPGRADE_1--} <strong>v0.2.2</strong>
- {--BONUS_EXTENSION_UPGRADE_2--}</strong></TD>
-</TR>
+ {--BONUS_EXTENSION_UPGRADE_2--}</strong></td>
+</tr>
-<TR>
- <TD class="switch_mem$content[sw] top2 right" width="30%" align="center">
+<tr>
+ <td class="switch_mem$content[sw] top2 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>
+ <td class="switch_mem$content[sw] top2 right2" width="40%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong>$content[subj]</strong>
- </TD>
- <TD class="switch_mem$content[sw] top2" width="30%" align="center">
+ </td>
+ <td class="switch_mem$content[sw] top2" width="30%" align="center">
{--EMAIL_TIMESTAMP--}:<br />
<strong>$content[stamp]</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="switch_mem$content[sw] top right">
+ </td>
+</tr>
+<tr>
+ <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] top right">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top right">
{--EMAIL_CATEGORY--}:<br />
<strong>$content[cat]</strong>
- </TD>
- <TD align="center" class="switch_mem$content[sw] top">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top">
{--EMAIL_URL--}:<br />
<strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="switch_mem$content[sw] top right">
+ </td>
+</tr>
+<tr>
+ <td align="center" class="switch_mem$content[sw] top right">
{--EMAIL_RECEIVERS--}:<br />
<strong>$content[recs]</strong>
- </TD>
- <TD align="center" class="switch_mem$content[sw] top right">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top right">
{--EMAIL_TYPE--}:<br />
<strong>$content[type]</strong>
- </TD>
- <TD align="center" class="switch_mem$content[sw] top">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top">
{--EMAIL_ZIP--}:<br />
<strong>$content[zip]</strong>
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
-<TR>
- <TD colspan="3" align="center" height="25" class="member_header">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
+<tr>
+ <td colspan="3" align="center" height="25" class="member_header">
<div class="member_done">{--MEMBER_POOL_CONTENT--}</STRONG>
- </TD>
-</TR>
+ </td>
+</tr>
$content
-</TABLE>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<table border="0" cellspacing="0" cellpadding="0" width="680"
class="member_table dashed" align="center">
- <TR>
- <TD colspan="4" align="center" class="member_title2" height="30">
- <strong>{--PRIMERA_MEMBER_LIST_PRIMERA--}:</strong></TD>
- </TR>
- <TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TARGET_ACCOUNT2--}</strong></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></TD>
- </TR>
+ <tr>
+ <td colspan="4" align="center" class="member_title2" height="30">
+ <strong>{--PRIMERA_MEMBER_LIST_PRIMERA--}:</strong></td>
+ </tr>
+ <tr>
+ <td width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></td>
+ <td width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TARGET_ACCOUNT2--}</strong></td>
+ <td width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="member_title2 bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></td>
+ </tr>
{!__PRIMERA_ROWS!}
- <TR>
- <TD colspan="4" class="seperator member_footer" height="10"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="4" class="seperator member_footer" height="10"> </td>
+ </tr>
+</table>
<form
action="{!URL!}/modules.php?module=login&what=primera&primera=$_GET[primera]"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="440"
+<table border="0" cellspacing="0" cellpadding="0" width="440"
class="member_table dashed">
- <TR>
- <TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><strong>{--PRIMERA_NOW_TITLE--}</strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PRIMERA_MAX_PRIMERA--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><strong>{--PRIMERA_MAX_VALUE--}</strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PRIMERA_WANT_PRIMERA--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="primera" class="member_normal"
- size="10" maxlength="255" value="{--PRIMERA_MAX_VALUE!}"></strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PRIMERA_TARGET_ACCOUNT--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="text" name="account" class="member_normal"
- size="20" maxlength="255"></strong></TD>
- </TR>
- <TR>
- <TD height="25" align="right">{--PRIMERA_OPTIONAL_PASSWORD--}:</TD>
- <TD class="seperator" width="10"> </TD>
- <TD><INPUT type="password" name="pass" class="member_normal"
- size="10" maxlength="255"></strong></TD>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator bottom2"> </TD>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="member_footer"><INPUT
+ <tr>
+ <td colspan="3" align="center" class="member_title2 bottom2"
+ height="30"><strong>{--PRIMERA_NOW_TITLE--}</strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PRIMERA_MAX_PRIMERA--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><strong>{--PRIMERA_MAX_VALUE--}</strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PRIMERA_WANT_PRIMERA--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="primera" class="member_normal"
+ size="10" maxlength="255" value="{--PRIMERA_MAX_VALUE!}"></strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PRIMERA_TARGET_ACCOUNT--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="text" name="account" class="member_normal"
+ size="20" maxlength="255"></strong></td>
+ </tr>
+ <tr>
+ <td height="25" align="right">{--PRIMERA_OPTIONAL_PASSWORD--}:</td>
+ <td class="seperator" width="10"> </td>
+ <td><INPUT type="password" name="pass" class="member_normal"
+ size="10" maxlength="255"></strong></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator bottom2"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="member_footer"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" name="ok" class="member_submit"
- value="{--PRIMERA_SEND_NOW--}"></TD>
- </TR>
-</TABLE>
+ value="{--PRIMERA_SEND_NOW--}"></td>
+ </tr>
+</table>
</form>
<div class="member_note">{--PRIMERA_MEMBER_NOTE--}<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<table border="0" cellspacing="0" cellpadding="0" width="680"
class="member_table dashed" align="center">
- <TR>
- <TD colspan="4" align="center" class="member_title2" height="30">
+ <tr>
+ <td colspan="4" align="center" class="member_title2" height="30">
<strong>{--PRIMERA_MEMBER_LIST_PRIMERA--}</strong>
- </TD>
- </TR>
- <TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_ACCOUNT--}</strong></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></TD>
- </TR>
+ </td>
+ </tr>
+ <tr>
+ <td width="180" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></td>
+ <td width="130" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_ACCOUNT--}</strong></td>
+ <td width="150" align="center" class="member_title2 bottom2 right2"><strong>{--PRIMERA_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="member_title2 bottom2"><strong>{--PRIMERA_MEMBER_STATUS--}</strong></td>
+ </tr>
$content[rows]
- <TR>
- <TD colspan="4" class="member_footer" align="center">
+ <tr>
+ <td colspan="4" class="member_footer" align="center">
<a href="{!URL!}/modules.php?module=login&what=primera&mode=choose">{--MEMBER_PRIMERA_MODE_CHOOSE2--}</a>
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
-<TR>
- <TD align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[points] Primera</TD>
- <TD align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[acc]</TD>
- <TD align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[stamp]</TD>
- <TD align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2">$content[status]</TD>
-</TR>
+<tr>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[points] Primera</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[acc]</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] primera_type_$content[raw_type] bottom2">$content[status]</td>
+</tr>
<form action="{!URL!}/modules.php?module=login&what=primera&mode=pay" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
- <TR>
- <TD colspan="3" align="center" class="member_title2 bottom2"
- height="30"><strong>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</strong></TD>
- </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>
- </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>
- </TR>
- <TR>
- <TD colspan="3" height="3" class="seperator"> </TD>
- </TR>
- <TR>
- <TD width="315" height="35" align="right">{--PRIMERA_MEMBER_NICKNAME--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="115"><INPUT type="text" name="primera_nickname" size="10" maxlength="255" value="$content[primera_nickname]" /></TD>
- </TR>
- <TR>
- <TD width="315" height="35" align="right">{--PRIMERA_MEMBER_PASSWORD--}</TD>
- <TD width="10" class="seperator"> </TD>
- <TD width="115"><INPUT type="password" name="primera_password" size="10" maxlength="255" /></TD>
- </TR>
- <TR>
- <TD width="315" height="35" align="right">{--PRIMERA_MEMBER_AMOUNT--}</TD>
- <TD width="10" 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>
- </TR>
- <TR>
- <TD colspan="3" align="center" class="member_footer">
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
+ <tr>
+ <td colspan="3" align="center" class="member_title2 bottom2"
+ height="30"><strong>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</strong></td>
+ </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>
+ </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>
+ </tr>
+ <tr>
+ <td colspan="3" height="3" class="seperator"> </td>
+ </tr>
+ <tr>
+ <td width="315" height="35" align="right">{--PRIMERA_MEMBER_NICKNAME--}</td>
+ <td width="10" class="seperator"> </td>
+ <td width="115"><INPUT type="text" name="primera_nickname" size="10" maxlength="255" value="$content[primera_nickname]" /></td>
+ </tr>
+ <tr>
+ <td width="315" height="35" align="right">{--PRIMERA_MEMBER_PASSWORD--}</td>
+ <td width="10" class="seperator"> </td>
+ <td width="115"><INPUT type="password" name="primera_password" size="10" maxlength="255" /></td>
+ </tr>
+ <tr>
+ <td width="315" height="35" align="right">{--PRIMERA_MEMBER_AMOUNT--}</td>
+ <td width="10" 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>
+ </tr>
+ <tr>
+ <td colspan="3" align="center" class="member_footer">
<INPUT type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="member_submit" value="{--PRIMERA_MEMBER_PAYOUT_SUBMIT--}" />
- </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+</table>
<br />
<div class="member_note"> {--PRIMERA_MEMBER_PAYOUT_NOTE--}</strong>
</form>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
+<table border="0" cellspacing="0" cellpadding="0" width="400"
class="register_header dashed">
- <TR>
- <TD align="right" height="40" class="register_left"><strong>{--MAX_PER_DAY--}:</strong>
- </TD>
- <TD class="register_right"><select name="max_mails" size="1"
- class="register_select">
- {!__MAX_RECEIVE_OPTIONS!}
- </select></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td align="right" height="40" class="register_left">
+ <strong>{--MAX_PER_DAY--}:</strong>
+ </td>
+ <td class="register_right">
+ <select name="max_mails" size="1" class="register_select">
+ {!__MAX_RECEIVE_OPTIONS!}
+ </select>
+ </td>
+ </tr>
+</table>
-<TR>
- <TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
- <TD align="center" class="member_refbanner switch_sw$content[sw]">
+<tr>
+ <td width="10" class="member_refbanner switch_sw$content[sw]"> </td>
+ <td align="center" class="member_refbanner switch_sw$content[sw]">
<IMG src="$content[url]" alt="$content[alt]" title="$content[alt]" border="0"><br />
<div class="tiny">{--REFBANNER_TOTALS--}:
<strong>$content[cnt]</strong> {--REF_VIEWS--} /
<strong>$content[cks]</strong> {--REF_CLIX--}
</div>
- </TD>
- <TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="10"
- class="seperator member_refbanner switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
- <TD align="center" class="member_refbanner switch_sw$content[sw]">
+ </td>
+ <td width="10" class="member_refbanner switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="10"
+ class="seperator member_refbanner switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td width="10" class="member_refbanner switch_sw$content[sw]"> </td>
+ <td align="center" class="member_refbanner switch_sw$content[sw]">
<pre><A href="{!URL!}/click.php?user=$content[uid]&banner=$content[id]"
target="_blank"><IMG src="{!URL!}/view.php?user=$content[uid]&banner=$content[id]"
alt="$content[alt]" title="$content[alt]" border="0"></A></pre>
- </TD>
- <TD width="10" class="member_refbanner switch_sw$content[sw]"> </TD>
-</TR>
-<TR>
- <TD colspan="3" height="10" class="seperator member_refbanner"> </TD>
-</TR>
+ </td>
+ <td width="10" class="member_refbanner switch_sw$content[sw]"> </td>
+</tr>
+<tr>
+ <td colspan="3" height="10" class="seperator member_refbanner"> </td>
+</tr>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<table border="0" cellspacing="0" cellpadding="0" width="500"
align="center">
- <TR>
- <TD colspan="3" height="10" class="seperator member_refbanner"> </TD>
- </TR>
+ <tr>
+ <td colspan="3" height="10" class="seperator member_refbanner"> </td>
+ </tr>
{!__REFLINKS_ROWS!}
-</TABLE>
+</table>
</div>
\ No newline at end of file
-<TR>
- <TD class="switch_mem$content[sw] top2 right" width="46%" colspan="2" align="center">
+<tr>
+ <td class="switch_mem$content[sw] top2 right" width="46%" colspan="2" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong>$content[subj]</strong>
- </TD>
- <TD class="switch_mem$content[sw] top2" width="54%" align="center">
+ </td>
+ <td class="switch_mem$content[sw] top2" width="54%" align="center">
{--EMAIL_TIMESTAMP--}:<br />
<strong>$content[stamp]</strong>
- </TD>
-</TR>
-<TR>
- <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
+ </td>
+</tr>
+<tr>
+ <td colspan="2" 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] top">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top">
{--EMAIL_CATEGORY--}:<br />
<strong>$content[cat]</strong>
- </TD>
-</TR>
-<TR>
- <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
+ </td>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="switch_mem$content[sw] top right">
{--EMAIL_URL--}:<br />
<strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
- </TD>
- <TD align="center" class="switch_mem$content[sw] top">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top">
{--EMAIL_END_SEND--}:<br />
<strong>$content[sent]</strong>
- </TD>
-</TR>
-<TR>
- <TD align="center" class="switch_mem$content[sw] top right" width="30%">
+ </td>
+</tr>
+<tr>
+ <td align="center" class="switch_mem$content[sw] top right" width="30%">
{--EMAIL_RECEIVERS--}:<br />
<strong>$content[recs]</strong>
- </TD>
- <TD align="center" class="switch_mem$content[sw] top right" width="16%">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top right" width="16%">
{--EMAIL_CONFIRMED--}:<br />
<strong>$content[clix]</strong>
- </TD>
- <TD align="center" class="switch_mem$content[sw] top">
+ </td>
+ <td align="center" class="switch_mem$content[sw] top">
{--EMAIL_PERCENT--}:<br />
<strong>$content[perc]</strong>
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
-<TR>
- <TD colspan="3" align="center" height="25" class="member_header">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="member_table dashed">
+<tr>
+ <td colspan="3" align="center" height="25" class="member_header">
<div class="member_done">{--MEMBER_STATS_CONTENT--}</STRONG>
- </TD>
-</TR>
+ </td>
+</tr>
$content
-</TABLE>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<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>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="left2 right2"><BIG><B
- class="large">Vielen Dank, dass Sie uns kontaktiert haben!</STRONG></BIG></TD>
- </TR>
- <TR>
- <TD style="height: 5px" colspan="2" class="seperator left2 right2"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="left2 right2">Einer unserer
- Mitarbeiter wird sich um Ihr Anliegen kümmern.</TD>
- </TR>
- <TR>
- <TD style="height: 10px" class="seperator bottom2 left2 right2"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td style="height: 10px" class="seperator top2 left2 right2"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="left2 right2"><BIG><B
+ class="large">Vielen Dank, dass Sie uns kontaktiert haben!</STRONG></BIG></td>
+ </tr>
+ <tr>
+ <td style="height: 5px" colspan="2" class="seperator left2 right2"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="left2 right2">Einer unserer
+ Mitarbeiter wird sich um Ihr Anliegen kümmern.</td>
+ </tr>
+ <tr>
+ <td style="height: 10px" class="seperator bottom2 left2 right2"> </td>
+ </tr>
+</table>
<form action="{!URL!}/modules.php?module=login&what=support"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
+<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>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="left2 right2"><strong>Sie
+ <tr>
+ <td height="5" colspan="2" class="seperator top2 left2 right2"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="left2 right2"><strong>Sie
haben eine Frage an unseren Support?</strong><br />
<HR noshade width="400">
<div align="left"><pre style="margin-bottom: 0px">Hallo Support-Team,<br />
Meine ID bei Ihrem {!MT_WORD!} lautet: $content[userid]
</pre></div>
- </TD>
- </TR>
- <TR>
- <TD align="center" class="left2 right2">
+ </td>
+ </tr>
+ <tr>
+ <td align="center" class="left2 right2">
<div align="left"><pre style="margin-bottom: 5px">Ich habe eine Frage zu folgendem:</pre></div>
<select name="qsummary" size="1" class="member_select">
<option value="" disabled>- - - Bitte auswählen! - - -</option>
<option value="ordr">Alles rund um die Mailbuchung</option>
<option value="unconfirmed">Nicht bestätigte Mails</option>
<option value="reflink">Referal-Link (und Werbebanner)</option>
- </select></TD>
- </TR>
- <TR>
- <TD align="center" class="left2 right2">
+ </select></td>
+ </tr>
+ <tr>
+ <td align="center" class="left2 right2">
<div align="left"><pre style="margin-bottom: 5px">Ich möchte es genauer beschreiben:</pre></div>
<textarea name="qdetails" rows="5" cols="35" class="member_normal"></textarea><br />
<div class="tiny member_note"> (Bitte halten Sie den Text kurz
und knapp, damit Ihre<br />
- Support-Anfrage schnell beantwortet werden kann!) </div></TD>
- </TR>
- <TR>
- <TD align="center" class="left2 right2">
+ Support-Anfrage schnell beantwortet werden kann!) </div></td>
+ </tr>
+ <tr>
+ <td align="center" class="left2 right2">
<div align="left"><pre style="margin-bottom: 5px">Mit freundlichem Gruss,
Ihr $username
</pre></div>
<HR noshade width="400">
<INPUT type="reset" class="member_reset" value="Nochmal eingeben"><BIG></BIG>
<INPUT type="submit" class="member_submit" name="ok"
- value="Abschicken"></TD>
- </TR>
- <TR>
- <TD height="5" colspan="2" class="seperator bottom2 left2 right2"> </TD>
- </TR>
-</TABLE>
+ value="Abschicken"></td>
+ </tr>
+ <tr>
+ <td height="5" colspan="2" class="seperator bottom2 left2 right2"> </td>
+ </tr>
+</table>
</form>
<form action="{!URL!}/modules.php?module=login&what=themes"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
+<table border="0" cellspacing="0" cellpadding="0" width="99%"
class="admin_table dashed">
- <TR>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</TD>
- <TD class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</TD>
- <TD class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</TD>
- </TR>
+ <tr>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_UNIX--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_NAME--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_AUTHOR--}</td>
+ <td class="admin_title2 bottom2 right2" align="center">{--THEME_URL--}</td>
+ <td class="admin_title2 bottom2" align="center">{--THEME_VERSION--}</td>
+ </tr>
{!__THEME_LIST!}
- <TR>
- <TD colspan="5" class="admin_footer" align="center"><INPUT
+ <tr>
+ <td colspan="5" class="admin_footer" align="center"><INPUT
type="reset" class="member_reset" value="{--UNDO_SELECTIONS--}" />
<INPUT type="submit" name="ok" class="member_submit"
- value="{--MEMBER_SAVE_THEME--}" /></TD>
- </TR>
-</TABLE>
+ value="{--MEMBER_SAVE_THEME--}" /></td>
+ </tr>
+</table>
</form>
<P><div class="admin_note">{--MEMBER_THEME_LIST_NOTE--}</div></P>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="member_table dashed">
- <TR>
- <TD colspan="5" align="center" class="member_title2 bottom2"
- height="30"><strong>{!__TRANSFER_TITLE!}</strong></TD>
- </TR>
- <TR>
- <TD width="80" align="center" class="member_title2 bottom2 right2">
- <strong>{--TRANSFER_ID--}</strong></TD>
- <TD width="120" align="center" class="member_title2 bottom2 right2">
- <strong>{--TRANSFER_STAMP--}</strong></TD>
- <TD width="120" align="center" class="member_title2 bottom2 right2">
- <strong>{--TRANSFER_PARTY--}</strong></TD>
- <TD width="230" align="center" class="member_title2 bottom2 right2">
- <strong>{--TRANSFER_POINTS_REASON--}</strong></TD>
- <TD width="80" align="center" class="member_title2 bottom2"><strong>{!POINTS!}</strong>
- </TD>
- </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+ <tr>
+ <td colspan="5" align="center" class="member_title2 bottom2"
+ height="30"><strong>{!__TRANSFER_TITLE!}</strong></td>
+ </tr>
+ <tr>
+ <td width="80" align="center" class="member_title2 bottom2 right2">
+ <strong>{--TRANSFER_ID--}</strong></td>
+ <td width="120" align="center" class="member_title2 bottom2 right2">
+ <strong>{--TRANSFER_STAMP--}</strong></td>
+ <td width="120" align="center" class="member_title2 bottom2 right2">
+ <strong>{--TRANSFER_PARTY--}</strong></td>
+ <td width="230" align="center" class="member_title2 bottom2 right2">
+ <strong>{--TRANSFER_POINTS_REASON--}</strong></td>
+ <td width="80" align="center" class="member_title2 bottom2"><strong>{!POINTS!}</strong>
+ </td>
+ </tr>
{!__TRANSFER_ROWS!}
- <TR>
- <TD colspan="4" align="right" class="member_footer right2">
- {!__TRANSFER_SUM!} ({!POINTS!}): </TD>
- <TD width="80" align="center" class="member_footer"><strong>{!__TRANSFER_TOTAL_VALUE!}</strong>
- </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="4" align="right" class="member_footer right2">
+ {!__TRANSFER_SUM!} ({!POINTS!}): </td>
+ <td width="80" align="center" class="member_footer"><strong>{!__TRANSFER_TOTAL_VALUE!}</strong>
+ </td>
+ </tr>
+</table>
</div>
<form action="{!URL!}/modules.php?module=login&what=transfer&mode=new" method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="guest_table dashed">
- <TR>
- <TD align="right" width="220" class="bottom2" height="40"><strong>{--TRANSFER_SELECT_TARGET_UID--}:</strong>
- </TD>
- <TD width="10" class="bottom2 right2 seperator"> </TD>
- <TD width="10" class="bottom2 seperator"> </TD>
- <TD align="center" width="280" class="bottom2">
- {!__TRANSFER_USERID_SELECTION!}</TD>
- </TR>
- <TR>
- <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
- </TD>
- <TD width="10" class="bottom2 right2 seperator"> </TD>
- <TD width="10" class="bottom2 seperator"> </TD>
- <TD class="bottom2">{!__TRANSFER_MAX_VALUE!} {!POINTS!}</TD>
- </TR>
- <TR>
- <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
- </TD>
- <TD width="10" class="bottom2 right2 seperator"> </TD>
- <TD width="10" class="bottom2 seperator"> </TD>
- <TD class="bottom2"><INPUT type="text" name="points"
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
+ <tr>
+ <td align="right" width="220" class="bottom2" height="40"><strong>{--TRANSFER_SELECT_TARGET_UID--}:</strong>
+ </td>
+ <td width="10" class="bottom2 right2 seperator"> </td>
+ <td width="10" class="bottom2 seperator"> </td>
+ <td align="center" width="280" class="bottom2">
+ {!__TRANSFER_USERID_SELECTION!}</td>
+ </tr>
+ <tr>
+ <td align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
+ </td>
+ <td width="10" class="bottom2 right2 seperator"> </td>
+ <td width="10" class="bottom2 seperator"> </td>
+ <td class="bottom2">{!__TRANSFER_MAX_VALUE!} {!POINTS!}</td>
+ </tr>
+ <tr>
+ <td align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
+ </td>
+ <td width="10" class="bottom2 right2 seperator"> </td>
+ <td width="10" class="bottom2 seperator"> </td>
+ <td class="bottom2"><INPUT type="text" name="points"
class="member_normal" size="5" maxlength="10"
value="{!__TRANSFER_POINTS_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
- {!POINTS!}</TD>
- </TR>
- <TR>
- <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_REASON--}:</strong>
- </TD>
- <TD width="10" class="bottom2 right2 seperator"> </TD>
- <TD width="10" class="bottom2 seperator"> </TD>
- <TD class="bottom2"><INPUT type="text" name="reason"
+ {!POINTS!}</td>
+ </tr>
+ <tr>
+ <td align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_REASON--}:</strong>
+ </td>
+ <td width="10" class="bottom2 right2 seperator"> </td>
+ <td width="10" class="bottom2 seperator"> </td>
+ <td class="bottom2"><INPUT type="text" name="reason"
class="member_normal" size="30" maxlength="255"
value="{!__TRANSFER_REASON_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
- </TD>
- </TR>
- <TR>
- <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
- </TD>
- <TD width="10" class="bottom2 right2 seperator"> </TD>
- <TD width="10" class="bottom2 seperator"> </TD>
- <TD class="bottom2">{!__TRANSFER_IMAGE_INPUT!}</TD>
- </TR>
- <TR>
- <TD align="right" class="bottom2" height="40"><strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
- </TD>
- <TD width="10" class="bottom2 right2 seperator"> </TD>
- <TD width="10" class="bottom2 seperator"> </TD>
- <TD class="bottom2"><INPUT type="password" name="password"
+ </td>
+ </tr>
+ <tr>
+ <td align="right" class="bottom2" height="40"><strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
+ </td>
+ <td width="10" class="bottom2 right2 seperator"> </td>
+ <td width="10" class="bottom2 seperator"> </td>
+ <td class="bottom2">{!__TRANSFER_IMAGE_INPUT!}</td>
+ </tr>
+ <tr>
+ <td align="right" class="bottom2" height="40"><strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
+ </td>
+ <td width="10" class="bottom2 right2 seperator"> </td>
+ <td width="10" class="bottom2 seperator"> </td>
+ <td class="bottom2"><INPUT type="password" name="password"
class="member_normal" size="10" maxlength="255"{!__TRANSFER_TO_DISABLED!}>
- </TD>
- </TR>
- <TR>
- <TD colspan="4" align="center" class="member_footer"><INPUT
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" align="center" class="member_footer"><INPUT
type="reset" class="member_reset" value="{--CLEAR_FORM--}"{!__TRANSFER_TO_DISABLED!}>
<INPUT type="submit" name="ok" class="member_submit"
- value="{--TRANSFER_ADD_NEW--}"{!__TRANSFER_TO_DISABLED!}></TD>
- </TR>
-</TABLE>
+ value="{--TRANSFER_ADD_NEW--}"{!__TRANSFER_TO_DISABLED!}></td>
+ </tr>
+</table>
</form>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
- class="member_table dashed">
- <TR>
- <TD align="center" width="260" class="bottom2 right2" height="40">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+ <tr>
+ <td align="center" width="260" class="bottom2 right2" height="40">
{--TRANSFER_LIST_INCOMING--}:<br />
- <strong>{!-__TRANSFER_IN_LINK!}</strong></TD>
- <TD align="center" width="260" class="bottom2">
+ <strong>{!-__TRANSFER_IN_LINK!}</strong></td>
+ <td align="center" width="260" class="bottom2">
{--TRANSFER_LIST_OUTGOING--}:<br />
- <strong>{!__TRANSFER_OUT_LINK!}</strong></TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" height="40" class="bottom2">
+ <strong>{!__TRANSFER_OUT_LINK!}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" height="40" class="bottom2">
{--TRANSFER_LIST_ALL--}:<br />
- <strong>{!__TRANSFER_ALL_LINK!}</strong></TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" height="40" class="bottom2">
+ <strong>{!__TRANSFER_ALL_LINK!}</strong></td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" height="40" class="bottom2">
<strong>{--TRANSFER_TO_MEMBER_NOW--}:</strong><br />
{!__TRANSFER_NEW_LINK!}
- </TD>
- </TR>
- <TR>
- <TD colspan="2" class="member_main seperator" height="10"> </TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" class="member_main">
- {!__TRANSFER_SETTINGS_CONTENT!}</TD>
- </TR>
- <TR>
- <TD colspan="2" class="member_main seperator" height="10"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="member_main seperator" height="10"> </td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" class="member_main">
+ {!__TRANSFER_SETTINGS_CONTENT!}</td>
+ </tr>
+ <tr>
+ <td colspan="2" class="member_main seperator" height="10"> </td>
+ </tr>
+</table>
</div>
<form action="{!URL!}/modules.php?module=login&what=transfer"
method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="420"
+<table border="0" cellspacing="0" cellpadding="0" width="420"
class="member_table dashed">
- <TR>
- <TD align="center" width="260" class="admin_title bottom2" height="50">
- {--TRANSFER_ALLOW_OPT_IN--}</TD>
- <TD align="center" width="160" class="admin_title bottom2" height="50">
+ <tr>
+ <td align="center" width="260" class="admin_title bottom2" height="50">
+ {--TRANSFER_ALLOW_OPT_IN--}</td>
+ <td align="center" width="160" class="admin_title bottom2" height="50">
{--YES--}: <INPUT type="radio" name="opt_in"
class="member_normal" value="Y"{!__TRANSFER_ALLOW_Y!} />
{--NO--}: <INPUT type="radio" name="opt_in" class="member_normal"
- value="N"{!__TRANSFER_ALLOW_N!} /></TD>
- </TR>
- <TR>
- <TD align="center" colspan="2" height="40"><INPUT type="reset"
+ value="N"{!__TRANSFER_ALLOW_N!} /></td>
+ </tr>
+ <tr>
+ <td align="center" colspan="2" height="40"><INPUT type="reset"
class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
type="submit" class="member_submit" name="ok"
- value="{--SAVE_SETTINGS--}" /></TD>
- </TR>
-</TABLE>
+ value="{--SAVE_SETTINGS--}" /></td>
+ </tr>
+</table>
</form>
-<TR>
- <TD align="center" class="switch_sw$content[sw] top" colspan="5">
+<tr>
+ <td align="center" class="switch_sw$content[sw] top" colspan="5">
<div class="member_failed large">$content[probl]:</STRONG> $content[data]
- </TD>
-</TR>
\ No newline at end of file
+ </td>
+</tr>
\ No newline at end of file
-<TR>
- <TD align="center" class="switch_sw$content[sw] top" colspan="4">
+<tr>
+ <td align="center" class="switch_sw$content[sw] top" colspan="4">
<div class="member_failed large">$content[probl]:</STRONG> $content[data]
- </TD>
-</TR>
\ No newline at end of file
+ </td>
+</tr>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-<TR>
- <TD width="10" class="seperator"> </TD>
- <TD class="member_content">{--LAST_ONLINE--}: <strong>{!_LAST_ONLINE_VALUE!}</strong><br />
- {--LAST_MODULE--}: <strong>{!_LAST_MODULE_VALUE!}</strong></TD>
-</TR>
-<TR>
- <TD colspan="2" height="7" class="seperator"> </TD>
-</TR>
-<TR>
- <TD colspan="2" align="center" class="member_content">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+<tr>
+ <td width="10" class="seperator"> </td>
+ <td class="member_content">{--LAST_ONLINE--}: <strong>{!_LAST_ONLINE_VALUE!}</strong><br />
+ {--LAST_MODULE--}: <strong>{!_LAST_MODULE_VALUE!}</strong></td>
+</tr>
+<tr>
+ <td colspan="2" height="7" class="seperator"> </td>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="member_content">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
+<table border="0" cellspacing="0" cellpadding="0" width="680"
class="member_table dashed" align="center">
- <TR>
- <TD colspan="4" align="center" class="member_title2" height="30">
- <strong>{--WERNIS_MEMBER_LIST_WERNIS--}:</strong></TD>
- </TR>
- <TR>
- <TD width="180" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TOTAL_WERNIS--}</strong></TD>
- <TD width="130" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TARGET_ACCOUNT2--}</strong></TD>
- <TD width="150" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TIMESTAMP--}</strong></TD>
- <TD width="120" align="center" class="member_title2 bottom2"><strong>{--WERNIS_MEMBER_STATUS--}</strong></TD>
- </TR>
+ <tr>
+ <td colspan="4" align="center" class="member_title2" height="30">
+ <strong>{--WERNIS_MEMBER_LIST_WERNIS--}:</strong></td>
+ </tr>
+ <tr>
+ <td width="180" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TOTAL_WERNIS--}</strong></td>
+ <td width="130" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TARGET_ACCOUNT2--}</strong></td>
+ <td width="150" align="center" class="member_title2 bottom2 right2"><strong>{--WERNIS_TIMESTAMP--}</strong></td>
+ <td width="120" align="center" class="member_title2 bottom2"><strong>{--WERNIS_MEMBER_STATUS--}</strong></td>
+ </tr>
{!__WERNIS_ROWS!}
- <TR>
- <TD colspan="4" class="seperator member_footer" height="10"> </TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="4" class="seperator member_footer" height="10"> </td>
+ </tr>
+</table>
-<TR>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[points] Wernis</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[acc]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</TD>
- <TD align="center" class="switch_sw$content[sw] bottom2">$content[status]</TD>
-</TR>
+<tr>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[points] Wernis</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[acc]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</td>
+ <td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD class="guest_menu_row">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="10%" align="center" valign="top"><strong><div class="medium">{!GUESTS_ONLINE_CNT!}</div></strong></TD>
- <TD width="90%">{--GUESTS_ONLINE--}</TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD class="guest_menu_row">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="10%" align="center" valign="top"><strong><div class="medium">{!MEMBERS_ONLINE_CNT!}</div></strong></TD>
- <TD width="90%">{--MEMBERS_ONLINE--}</TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD class="guest_menu_bottom">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
- <TR>
- <TD width="10%" align="center" valign="top"><strong><div class="medium">{!ADMINS_ONLINE_CNT!}</div></strong></TD>
- <TD width="90%">{--ADMINS_ONLINE--}</TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
-</TABLE>
\ No newline at end of file
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td class="guest_menu_row">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="10%" align="center" valign="top"><strong><div class="medium">{!GUESTS_ONLINE_CNT!}</div></strong></td>
+ <td width="90%">{--GUESTS_ONLINE--}</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_menu_row">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="10%" align="center" valign="top"><strong><div class="medium">{!MEMBERS_ONLINE_CNT!}</div></strong></td>
+ <td width="90%">{--MEMBERS_ONLINE--}</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td class="guest_menu_bottom">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td width="10%" align="center" valign="top"><strong><div class="medium">{!ADMINS_ONLINE_CNT!}</div></strong></td>
+ <td width="90%">{--ADMINS_ONLINE--}</td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
\ No newline at end of file
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
+<table border="0" cellspacing="0" cellpadding="0" width="90%"
class="member_update">
- <TR>
- <TD colspan="2" height="10" class="seperator top2 left2 right2"> </TD>
- </TR>
- <TR>
- <TD colspan="2" class="left2 right2" align="center">
- <TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
+ <tr>
+ <td colspan="2" height="10" class="seperator top2 left2 right2"> </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="left2 right2" align="center">
+ <table border="0" cellspacing="0" cellpadding="0" width="100%"
class="member_update" align="center">
- <TR>
- <TD width="10" class="seperator"> </TD>
- <TD align="left">
+ <tr>
+ <td width="10" class="seperator"> </td>
+ <td align="left">
<div align="center"><strong>Vielen Dank, dass Sie uns
auf dem Laufenden halten wollen!</strong></div>
<br />
Bitte haben Sie nochmals für diese Massnahme Verständnis.
Auch wir möchten aktuelle Daten haben, damit wir unseren
{!MT_WORD!} reibungslos betreiben können und es kommt auch
- unseren Werbekunden zugute.</TD>
- <TD width="10" class="seperator"> </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD colspan="2" height="10" class="seperator left2 right2"> </TD>
- </TR>
- <TR>
- <TD align="center" class="left2" width="50%">
+ unseren Werbekunden zugute.</td>
+ <td width="10" class="seperator"> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="10" class="seperator left2 right2"> </td>
+ </tr>
+ <tr>
+ <td align="center" class="left2" width="50%">
<form action="{!URL!}/modules.php?module=login&what=mydata"
method="POST" style="margin-top: 0px"><INPUT type="submit"
name="notify" class="member_reset"
value="Benachrichtigung abschalten"></form>
- </TD>
- <TD align="center" class="right2" width="50%">
+ </td>
+ <td align="center" class="right2" width="50%">
<form action="{!URL!}/modules.php?module=login&what=mydata"
method="POST" style="margin-top: 0px"><INPUT type="submit"
name="edit" class="member_reset" value="Profildaten ändern">
</form>
- </TD>
- </TR>
- <TR>
- <TD colspan="4" height="10" class="seperator left2 bottom2 right2"> </TD>
- </TR>
-</TABLE>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" height="10" class="seperator left2 bottom2 right2"> </td>
+ </tr>
+</table>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
+<table border="0" cellspacing="0" cellpadding="0" width="100%"
style="height: 100%">
- <TR>
- <TD height="10%" align="center">{!__BONUS_HEADER!}</TD>
- </TR>
- <TR>
- <TD height="80%" align="center">{!__BONUS_MSG!}</TD>
- </TR>
- <TR>
- <TD height="10%" align="center">{!__BONUS_FOOTER!}</TD>
- </TR>
-</TABLE>
\ No newline at end of file
+ <tr>
+ <td height="10%" align="center">{!__BONUS_HEADER!}</td>
+ </tr>
+ <tr>
+ <td height="80%" align="center">{!__BONUS_MSG!}</td>
+ </tr>
+ <tr>
+ <td height="10%" align="center">{!__BONUS_FOOTER!}</td>
+ </tr>
+</table>
\ No newline at end of file
{--BONUS_SHOW_HEADER_LINE_3--}:
<br />
<br />
-<TABLE border="0" cellspacing="0" cellpadding="0" width="300" class="member_table dashed">
- <TR>
- <TD width="80" align="center" class="member_header bottom2"><strong>{!BONUS_RANK!}:</strong></TD>
- <TD width="120" align="center" class="member_header bottom2"><strong>{!_UID!}:</strong></TD>
- <TD width="100" align="center" class="member_header bottom2"><strong>{!POINTS!}:</strong></TD>
- </TR>
+<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>
+ </tr>
{!__RANK_ROWS!}
- <TR>
- <TD colspan="3" class="member_footer" align="center"><div class="tiny member_note"> </div></TD>
- </TR>
-</TABLE>
+ <tr>
+ <td colspan="3" class="member_footer" align="center"><div class="tiny member_note"> </div></td>
+ </tr>
+</table>
-<P>{!__YOUR_RANKING_LINE!}</P>
+<div>{!__YOUR_RANKING_LINE!}</div>
-<P><div class="member_note"> {--BONUS_SHOW_FOOTER_NOTE_1--}<br />
-{--BONUS_SHOW_FOOTER_NOTE_2--} </div></P>
+<div class="member_note">
+ {--BONUS_SHOW_FOOTER_NOTE_1--}<br />
+ {--BONUS_SHOW_FOOTER_NOTE_2--}
+</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="300" class="member_table">
-<TR>
- <TD align="center">{--BONUS_SHOW_YOU_HAVE_CONFIRMED--} <strong
+<table border="0" cellspacing="0" cellpadding="0" width="300" class="member_table">
+<tr>
+ <td align="center">{--BONUS_SHOW_YOU_HAVE_CONFIRMED--} <strong
class="nobr">{!__YR_TMARK!}</strong> {--_ON--} <strong>{!__YR_LEVEL!}.</strong>
{--BONUS_SHOW_CONFIRMED_BONUS_IS--}: <div class="nobr">{!__YR_POINTS!}
- {!POINTS!}</strong></TD>
-</TR>
-</TABLE>
+ {!POINTS!}</strong></td>
+</tr>
+</table>
<div align="center">
<form action="{!URL!}/modules.php?module=sponsor&what=account" method="POST" style="padding-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
-<TR>
- <TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
+<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
+<tr>
+ <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
<strong>{--SPONSOR_ENTER_COMPANY_DATA--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="27">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_COMPANY_TITLE--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_COMPANY_POSITION--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_TAX_IDENT--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
<strong>{--SPONSOR_ENTER_PERSONA_DATA--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="27">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--GUEST_GENDER--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" width="275">
<select name="gender" class="guest_select" size="1">
<option value="M"{!__GENDER_M!}>{--GENDER_M--}</option>
<option value="F"{!__GENDER_F!}>{--GENDER_F--}</option>
<option value="C"{!__GENDER_C!}>{--GENDER_C--}</option>
</select>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="27">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--GUEST_SURNAME--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--GUEST_FAMILY--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
<strong>{--SPONSOR_ENTER_CONTACT_DATA--}</strong>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="27">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_STREET_NR1--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_STREET_NR2--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_PHONE--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_FAX--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_CELL--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_EMAIL--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_URL--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="sponsor_header bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_PASSWORD--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="sponsor_header bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_ENTER_PASSWORDS--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" 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>
+</tr>
+<tr>
+ <td class="bottom2" colspan="2" align="center">
<div class="tiny guest_note">{--SPONSOR_PASSWORD_NOTE--}</div>
- </TD>
-</TR>
-<TR>
- <TD class="sponsor_footer" colspan="2" align="center" height="32">
+ </td>
+</tr>
+<tr>
+ <td class="sponsor_footer" colspan="2" align="center" height="32">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-<TR>
- <TD class="sponsor_action bottom2 left2 right2" align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+<tr>
+ <td class="sponsor_action bottom2 left2 right2" align="center">
<strong>$content[title]</strong>
- </TD>
-</TR>
+ </td>
+</tr>
$content[menu]
-</TABLE>
+</table>
<div align="center">
<form action="{!URL!}/modules.php?module=sponsor&what=fillup" method="POST" style="padding-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
-<TR>
- <TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
+<table border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
+<tr>
+ <td class="sponsor_header bottom2" colspan="2" align="center" height="37">
<strong>{--SPONSOR_POINTS_OVERVIEW--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="27">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_POINTS_AMOUNT--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" width="275">
$content[points_amount] {!POINTS!}
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="27">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_POINTS_USED--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" width="275">
$content[points_used] {!POINTS!}
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="27">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="27">
{--SPONSOR_POINTS_TOTAL--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" width="275">
$content[points_total] {!POINTS!}
- </TD>
-</TR>
-<TR>
- <TD class="sponsor_footer" colspan="2" align="center" height="37">
+ </td>
+</tr>
+<tr>
+ <td class="sponsor_footer" colspan="2" align="center" height="37">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
<div align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="sponsor_table" width="100%" height="100%">
-<TR>
- <TD colspan="2" class="sponsor_header" align="center" height="75">
+<table border="0" cellspacing="0" cellpadding="0" class="sponsor_table" width="100%" height="100%">
+<tr>
+ <td colspan="2" class="sponsor_header" align="center" height="75">
{!__SPONSOR_HEADER!}
- </TD>
-</TR>
-<TR>
- <TD width="200" class="top2" align="center" valign="top">
+ </td>
+</tr>
+<tr>
+ <td width="200" class="top2" align="center" valign="top">
{!__SPONSOR_MENU!}
- </TD>
- <TD align="left" valign="top" style="padding-left: 5px; padding-right: 5px">
+ </td>
+ <td align="left" valign="top" style="padding-left: 5px; padding-right: 5px">
{!__SPONSOR_YOURE_HERE!}
{!__SPONSOR_CONTENT!}
- </TD>
-</TR>
-<TR>
- <TD colspan="2" class="sponsor_table_footer" align="center" height="75">
+ </td>
+</tr>
+<tr>
+ <td colspan="2" class="sponsor_table_footer" align="center" height="75">
{!__SPONSOR_FOOTER!}
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</div>
<div align="center">
<form action="{!URL!}/modules.php?module=sponsor&what=settings" method="POST" style="padding-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
-<TR>
- <TD colspan="2" align="center" class="sponsor_header bottom2" height="32">
+<table border="0" cellspacing="0" cellpadding="0" width="550" class="sponsor_table dashed">
+<tr>
+ <td colspan="2" align="center" class="sponsor_header bottom2" height="32">
<strong>{--SPONSOR_SETTINGS_HEADER--}:</strong>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="75" style="padding-right: 5px">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="75" style="padding-right: 5px">
{--GUEST_SPONSOR_RECEIVE_WARNINGS--}
- </TD>
- <TD class="bottom2" width="275" align="center">
+ </td>
+ <td class="bottom2" width="275" align="center">
{--YES--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="Y"{!__YES!} />
{--NO--}<INPUT type="radio" name="receive_warnings" class="guest_normal" value="N"{!__NO!} />
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="55" style="padding-right: 5px">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="55" style="padding-right: 5px">
{--SPONSOR_WARNING_INTERVAL--}
- </TD>
- <TD class="bottom2" width="275" align="center">
+ </td>
+ <td class="bottom2" width="275" align="center">
<select name="warning_interval" class="guest_select" size="1">
<option value="$content[warning_interval]">{!__CURRENT!}</option>
<option value="{--($_CONFIG['one_day']*1)--}">1 {--DAYS--}</option>
<option value="{--($_CONFIG['one_day']*28)--}">4 {--LIFE_WEEKS--}</option>
<option value="{--($_CONFIG['one_day']*56)--}">8 {--LIFE_WEEKS--}</option>
</select>
- </TD>
-</TR>
-<TR>
- <TD class="bottom2 right2" width="275" align="right" height="32">
+ </td>
+</tr>
+<tr>
+ <td class="bottom2 right2" width="275" align="right" height="32">
{--SPONSOR_ENTER_PASSWORD--}:
- </TD>
- <TD class="bottom2" width="275">
+ </td>
+ <td class="bottom2" width="275">
<INPUT type="password" name="password" class="guest_normal" size="10" maxlength="255">
- </TD>
-</TR>
-<TR>
- <TD class="sponsor_footer" colspan="2" align="center" height="32">
+ </td>
+</tr>
+<tr>
+ <td class="sponsor_footer" colspan="2" align="center" height="32">
<INPUT type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
<INPUT type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
- </TD>
-</TR>
-</TABLE>
+ </td>
+</tr>
+</table>
</form>
</div>
-<!-- VORSICHT! Nur eine Tabellenzeile! Also ohne <TABLE> und </TABLE>! -->
-<TR>
- <TD class="sponsor_what bottom2 left2 right2">
+<!-- VORSICHT! Nur eine Tabellenzeile! Also ohne <table> und </table>! -->
+<tr>
+ <td class="sponsor_what bottom2 left2 right2">
<a class="menu_blur" href="{!URL!}/modules.php?module=sponsor&what=$content[what]">
<strong><BIG>·</BIG></strong> $content[title]
</a>
- </TD>
-</TR>
+ </td>
+</tr>
-<TABLE border="0" cellspacing="0" cellpadding="0" class="theme_box">
- <TR>
- <TD align="center" class="theme_content">
- {!__THEME_SELECTION_CONTENT!}</TD>
- </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" class="theme_box">
+ <tr>
+ <td align="center" class="theme_content">
+ {!__THEME_SELECTION_CONTENT!}</td>
+ </tr>
+</table>