2006-04-14_snapshot
git-svn-id: svn://192.168.202.10@3 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+127
-63
@@ -131,11 +131,14 @@ $agent_choose_ingroups=$_GET["agent_choose_ingroups"]; if (!$agent_choose_ingrou
|
||||
### 60213-1100 - Added several vicidial_users permissions fields
|
||||
### 60215-1319 - Added On-hold CallBacks display and links
|
||||
### 60227-1226 - Fixed vicidial_inbound_groups insert bug
|
||||
### 60413-1308 - Fixed list display to have 1 row/status: count and time zone tables
|
||||
### - Added status name in selected dial statuses in campaign screen
|
||||
###
|
||||
|
||||
### make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time
|
||||
|
||||
$version = '1.1.10-5';
|
||||
$build = '60227-1226';
|
||||
$version = '1.1.10-6';
|
||||
$build = '60413-1308';
|
||||
|
||||
$STARTtime = date("U");
|
||||
|
||||
@@ -2697,6 +2700,7 @@ echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 1: </td><td align=left><se
|
||||
while ($statuses_to_print > $o) {
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$statuses_list .= "<option value=\"$rowx[0]\">$rowx[0] - $rowx[1]</option>\n";
|
||||
$statname_list["$rowx[0]"] = "$rowx[1]";
|
||||
if (eregi("Y",$rowx[2]))
|
||||
{$HKstatuses_list .= "<option value=\"$rowx[0]-----$rowx[1]\">$rowx[0] - $rowx[1]</option>\n";}
|
||||
$o++;
|
||||
@@ -2710,29 +2714,29 @@ echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 1: </td><td align=left><se
|
||||
while ($Cstatuses_to_print > $o) {
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$statuses_list .= "<option value=\"$rowx[0]\">$rowx[0] - $rowx[1]</option>\n";
|
||||
$statname_list["$rowx[0]"] = "$rowx[1]";
|
||||
if (eregi("Y",$rowx[2]))
|
||||
{$HKstatuses_list .= "<option value=\"$rowx[0]-----$rowx[1]\">$rowx[0] - $rowx[1]</option>\n";}
|
||||
$o++;
|
||||
}
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_a</option>\n";
|
||||
echo "<option value=\"$dial_status_a\" SELECTED>$dial_status_a - $statname_list[$dial_status_a]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 2: </td><td align=left><select size=1 name=dial_status_b>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_b</option>\n";
|
||||
echo "<option value=\"$dial_status_b\" SELECTED>$dial_status_b - $statname_list[$dial_status_b]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 3: </td><td align=left><select size=1 name=dial_status_c>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_c</option>\n";
|
||||
echo "<option value=\"$dial_status_c\" SELECTED>$dial_status_c - $statname_list[$dial_status_c]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 4: </td><td align=left><select size=1 name=dial_status_d>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_d</option>\n";
|
||||
echo "<option value=\"$dial_status_d\" SELECTED>$dial_status_d - $statname_list[$dial_status_d]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 5: </td><td align=left><select size=1 name=dial_status_e>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_e</option>\n";
|
||||
echo "<option value=\"$dial_status_e\" SELECTED>$dial_status_e - $statname_list[$dial_status_e]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>List Order: </td><td align=left><select size=1 name=lead_order><option>DOWN</option><option>UP</option><option>UP PHONE</option><option>DOWN PHONE</option><option>UP LAST NAME</option><option>DOWN LAST NAME</option><option>UP COUNT</option><option>DOWN COUNT</option><option>DOWN COUNT 2nd NEW</option><option>DOWN COUNT 3rd NEW</option><option>DOWN COUNT 4th NEW</option><option SELECTED>$lead_order</option></select>$NWB#vicidial_campaigns-lead_order$NWE</td></tr>\n";
|
||||
@@ -3068,6 +3072,7 @@ echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 1: </td><td align=left><se
|
||||
while ($statuses_to_print > $o) {
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$statuses_list .= "<option value=\"$rowx[0]\">$rowx[0] - $rowx[1]</option>\n";
|
||||
$statname_list["$rowx[0]"] = "$rowx[1]";
|
||||
$o++;
|
||||
}
|
||||
|
||||
@@ -3079,27 +3084,27 @@ echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 1: </td><td align=left><se
|
||||
while ($Cstatuses_to_print > $o) {
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$statuses_list .= "<option value=\"$rowx[0]\">$rowx[0] - $rowx[1]</option>\n";
|
||||
$statname_list["$rowx[0]"] = "$rowx[1]";
|
||||
$o++;
|
||||
}
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_a</option>\n";
|
||||
echo "<option value=\"$dial_status_a\" SELECTED>$dial_status_a - $statname_list[$dial_status_a]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 2: </td><td align=left><select size=1 name=dial_status_b>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_b</option>\n";
|
||||
echo "<option value=\"$dial_status_b\" SELECTED>$dial_status_b - $statname_list[$dial_status_b]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 3: </td><td align=left><select size=1 name=dial_status_c>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_c</option>\n";
|
||||
echo "<option value=\"$dial_status_c\" SELECTED>$dial_status_c - $statname_list[$dial_status_c]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 4: </td><td align=left><select size=1 name=dial_status_d>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_d</option>\n";
|
||||
echo "<option value=\"$dial_status_d\" SELECTED>$dial_status_d - $statname_list[$dial_status_d]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>Dial status 5: </td><td align=left><select size=1 name=dial_status_e>\n";
|
||||
echo "$statuses_list";
|
||||
echo "<option SELECTED>$dial_status_e</option>\n";
|
||||
echo "<option value=\"$dial_status_e\" SELECTED>$dial_status_e - $statname_list[$dial_status_e]</option>\n";
|
||||
echo "</select>$NWB#vicidial_campaigns-dial_status$NWE</td></tr>\n";
|
||||
|
||||
echo "<tr bgcolor=#B6D3FC><td align=right>List Order: </td><td align=left><select size=1 name=lead_order><option>DOWN</option><option>UP</option><option>UP PHONE</option><option>DOWN PHONE</option><option>UP LAST NAME</option><option>DOWN LAST NAME</option><option>UP COUNT</option><option>DOWN COUNT</option><option>DOWN COUNT 2nd NEW</option><option>DOWN COUNT 3rd NEW</option><option>DOWN COUNT 4th NEW</option><option SELECTED>$lead_order</option></select>$NWB#vicidial_campaigns-lead_order$NWE</td></tr>\n";
|
||||
@@ -3277,6 +3282,31 @@ if ($ADD==311)
|
||||
$campaign_id = $row[2];
|
||||
$active = $row[3];
|
||||
|
||||
# grab names of global statuses and statuses in the selected campaign
|
||||
$stmt="SELECT * from vicidial_statuses order by status";
|
||||
$rsltx=mysql_query($stmt, $link);
|
||||
$statuses_to_print = mysql_num_rows($rsltx);
|
||||
|
||||
$o=0;
|
||||
while ($statuses_to_print > $o) {
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$statuses_list["$rowx[0]"] = "$rowx[1]";
|
||||
$o++;
|
||||
}
|
||||
|
||||
$stmt="SELECT * from vicidial_campaign_statuses where campaign_id='$campaign_id' order by status";
|
||||
$rsltx=mysql_query($stmt, $link);
|
||||
$Cstatuses_to_print = mysql_num_rows($rsltx);
|
||||
|
||||
$o=0;
|
||||
while ($Cstatuses_to_print > $o) {
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$statuses_list["$rowx[0]"] = "$rowx[1]";
|
||||
$o++;
|
||||
}
|
||||
# end grab status names
|
||||
|
||||
|
||||
echo "<br>MODIFY A LISTS RECORD: $row[0]<form action=$PHP_SELF method=POST>\n";
|
||||
echo "<input type=hidden name=ADD value=411>\n";
|
||||
echo "<input type=hidden name=list_id value=\"$row[0]\">\n";
|
||||
@@ -3307,8 +3337,8 @@ echo "</TABLE></center>\n";
|
||||
|
||||
echo "<center>\n";
|
||||
echo "<br><b>STATUSES WITHIN THIS LIST:</b><br>\n";
|
||||
echo "<TABLE width=400 cellspacing=3>\n";
|
||||
echo "<tr><td>STATUS</td><td>CALLED</td><td>NOT CALLED</td></tr>\n";
|
||||
echo "<TABLE width=500 cellspacing=3>\n";
|
||||
echo "<tr><td>STATUS</td><td>STATUS NAME</td><td>CALLED</td><td>NOT CALLED</td></tr>\n";
|
||||
|
||||
$leads_in_list = 0;
|
||||
$leads_in_list_N = 0;
|
||||
@@ -3318,17 +3348,44 @@ echo "<tr><td>STATUS</td><td>CALLED</td><td>NOT CALLED</td></tr>\n";
|
||||
$statuses_to_print = mysql_num_rows($rsltx);
|
||||
|
||||
$o=0;
|
||||
$lead_list['count'] = 0;
|
||||
$lead_list['Y_count'] = 0;
|
||||
$lead_list['N_count'] = 0;
|
||||
while ($statuses_to_print > $o)
|
||||
{
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$leads_in_list = ($leads_in_list + $rowx[2]);
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
|
||||
$lead_list['count'] = ($lead_list['count'] + $rowx[2]);
|
||||
if ($rowx[1] == 'N')
|
||||
{
|
||||
$since_reset = 'N';
|
||||
$since_resetX = 'Y';
|
||||
}
|
||||
else
|
||||
{
|
||||
$since_reset = 'Y';
|
||||
$since_resetX = 'N';
|
||||
}
|
||||
$lead_list[$since_reset][$rowx[0]] = $rowx[2];
|
||||
$lead_list[$since_reset.'_count'] = ($lead_list[$since_reset.'_count'] + $rowx[2]);
|
||||
#If opposite side is not set, it may not in the future so give it a value of zero
|
||||
if (!isset($lead_list[$since_resetX][$rowx[0]]))
|
||||
{
|
||||
$lead_list[$since_resetX][$rowx[0]]=0;
|
||||
}
|
||||
$o++;
|
||||
}
|
||||
|
||||
$o=0;
|
||||
while (list($dispo,) = each($lead_list[$since_reset]))
|
||||
{
|
||||
|
||||
if (eregi("1$|3$|5$|7$|9$", $o))
|
||||
{$bgcolor='bgcolor="#B9CBFD"';}
|
||||
else
|
||||
{$bgcolor='bgcolor="#9BB9FB"';}
|
||||
|
||||
if ($rowx[0] == 'CBHOLD')
|
||||
if ($dispo == 'CBHOLD')
|
||||
{
|
||||
$CLB="<a href=\"$PHP_SELF?ADD=811&list_id=$list_id\">";
|
||||
$CLE="</a>";
|
||||
@@ -3339,25 +3396,15 @@ echo "<tr><td>STATUS</td><td>CALLED</td><td>NOT CALLED</td></tr>\n";
|
||||
$CLE='';
|
||||
}
|
||||
|
||||
if ($rowx[1] == 'N')
|
||||
{
|
||||
$leads_in_list_N = ($leads_in_list_N + $rowx[2]);
|
||||
echo "<tr $bgcolor><td><font size=1>$CLB$rowx[0]$CLE</td><td><font size=1> </td><td><font size=1>$rowx[2]</td></tr>\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
$leads_in_list_Y = ($leads_in_list_Y + $rowx[2]);
|
||||
echo "<tr $bgcolor><td><font size=1>$CLB$rowx[0]$CLE</td><td><font size=1>$rowx[2]</td><td><font size=1> </td></tr>\n";
|
||||
|
||||
}
|
||||
|
||||
$o++;
|
||||
echo "<tr $bgcolor><td><font size=1>$CLB$dispo$CLE</td><td><font size=1>$statuses_list[$dispo]</td><td><font size=1>".$lead_list['Y'][$dispo]."</td><td><font size=1>".$lead_list['N'][$dispo]." </td></tr>\n";
|
||||
$o++;
|
||||
}
|
||||
|
||||
echo "<tr><td><font size=1>SUBTOTALS</td><td><font size=1>$leads_in_list_Y</td><td><font size=1>$leads_in_list_N</td></tr>\n";
|
||||
echo "<tr bgcolor=\"#9BB9FB\"><td><font size=1>TOTAL</td><td colspan=2 align=center><font size=1>$leads_in_list</td></tr>\n";
|
||||
echo "<tr><td colspan=2><font size=1>SUBTOTALS</td><td><font size=1>$lead_list[Y_count]</td><td><font size=1>$lead_list[N_count]</td></tr>\n";
|
||||
echo "<tr bgcolor=\"#9BB9FB\"><td><font size=1>TOTAL</td><td colspan=3 align=center><font size=1>$lead_list[count]</td></tr>\n";
|
||||
|
||||
echo "</table></center><br>\n";
|
||||
unset($lead_list);
|
||||
|
||||
|
||||
|
||||
@@ -3368,47 +3415,59 @@ echo "<br><b>TIME ZONES WITHIN THIS LIST:</b><br>\n";
|
||||
echo "<TABLE width=500 cellspacing=3>\n";
|
||||
echo "<tr><td>GMT OFFSET NOW (local time)</td><td>CALLED</td><td>NOT CALLED</td></tr>\n";
|
||||
|
||||
$leads_in_list = 0;
|
||||
$leads_in_list_N = 0;
|
||||
$leads_in_list_Y = 0;
|
||||
$stmt="SELECT gmt_offset_now,called_since_last_reset,count(*) from vicidial_list where list_id='$list_id' group by gmt_offset_now,called_since_last_reset order by gmt_offset_now,called_since_last_reset";
|
||||
$rsltx=mysql_query($stmt, $link);
|
||||
$statuses_to_print = mysql_num_rows($rsltx);
|
||||
|
||||
$o=0;
|
||||
$plus='+';
|
||||
while ($statuses_to_print > $o) {
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
$leads_in_list = ($leads_in_list + $rowx[2]);
|
||||
$lead_list['count'] = 0;
|
||||
$lead_list['Y_count'] = 0;
|
||||
$lead_list['N_count'] = 0;
|
||||
while ($statuses_to_print > $o)
|
||||
{
|
||||
$rowx=mysql_fetch_row($rsltx);
|
||||
|
||||
$lead_list['count'] = ($lead_list['count'] + $rowx[2]);
|
||||
if ($rowx[1] == 'N')
|
||||
{
|
||||
$since_reset = 'N';
|
||||
$since_resetX = 'Y';
|
||||
}
|
||||
else
|
||||
{
|
||||
$since_reset = 'Y';
|
||||
$since_resetX = 'N';
|
||||
}
|
||||
$lead_list[$since_reset][$rowx[0]] = $rowx[2];
|
||||
$lead_list[$since_reset.'_count'] = ($lead_list[$since_reset.'_count'] + $rowx[2]);
|
||||
#If opposite side is not set, it may not in the future so give it a value of zero
|
||||
if (!isset($lead_list[$since_resetX][$rowx[0]]))
|
||||
{
|
||||
$lead_list[$since_resetX][$rowx[0]]=0;
|
||||
}
|
||||
$o++;
|
||||
}
|
||||
|
||||
$LOCALzone=3600 * $rowx[0];
|
||||
while (list($tzone,) = each($lead_list[$since_reset]))
|
||||
{
|
||||
$LOCALzone=3600 * $tzone;
|
||||
$LOCALdate=gmdate("D M Y H:i", time() + $LOCALzone);
|
||||
|
||||
if ($rowx[0] >= 0) {$rowx[0] = "$plus$rowx[0]";}
|
||||
if ($tzone >= 0) {$tzone = "$plus$tzone";}
|
||||
if (eregi("1$|3$|5$|7$|9$", $o))
|
||||
{$bgcolor='bgcolor="#B9CBFD"';}
|
||||
else
|
||||
{$bgcolor='bgcolor="#9BB9FB"';}
|
||||
|
||||
if ($rowx[1] == 'N')
|
||||
{
|
||||
$leads_in_list_N = ($leads_in_list_N + $rowx[2]);
|
||||
echo "<tr $bgcolor><td><font size=1>$rowx[0] ($LOCALdate)</td><td><font size=1> </td><td><font size=1>$rowx[2]</td></tr>\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
$leads_in_list_Y = ($leads_in_list_Y + $rowx[2]);
|
||||
echo "<tr $bgcolor><td><font size=1>$rowx[0] ($LOCALdate)</td><td><font size=1>$rowx[2]</td><td><font size=1> </td></tr>\n";
|
||||
|
||||
}
|
||||
|
||||
$o++;
|
||||
echo "<tr $bgcolor><td><font size=1>".$tzone." ($LOCALdate)</td><td><font size=1>".$lead_list['Y'][$tzone]."</td><td><font size=1>".$lead_list['N'][$tzone]."</td></tr>\n";
|
||||
}
|
||||
|
||||
echo "<tr><td><font size=1>SUBTOTALS</td><td><font size=1>$leads_in_list_Y</td><td><font size=1>$leads_in_list_N</td></tr>\n";
|
||||
echo "<tr bgcolor=\"#9BB9FB\"><td><font size=1>TOTAL</td><td colspan=2 align=center><font size=1>$leads_in_list</td></tr>\n";
|
||||
echo "<tr><td><font size=1>SUBTOTALS</td><td><font size=1>$lead_list[Y_count]</td><td><font size=1>$lead_list[N_count]</td></tr>\n";
|
||||
echo "<tr bgcolor=\"#9BB9FB\"><td><font size=1>TOTAL</td><td colspan=2 align=center><font size=1>$lead_list[count]</td></tr>\n";
|
||||
|
||||
echo "</table></center><br>\n";
|
||||
unset($lead_list);
|
||||
|
||||
|
||||
|
||||
@@ -3458,11 +3517,13 @@ echo "</table></center><br>\n";
|
||||
echo "<center>\n";
|
||||
echo "<br><b>CALLED COUNTS WITHIN THIS LIST:</b><br>\n";
|
||||
echo "<TABLE width=500 cellspacing=1>\n";
|
||||
echo "<tr><td align=center><font size=1>STATUS</td>";
|
||||
echo "<tr><td align=left><font size=1>STATUS</td><td align=center><font size=1>STATUS NAME</td>";
|
||||
$first = $all_called_first;
|
||||
while ($first <= $all_called_last)
|
||||
{
|
||||
echo "<td align=center><font size=1>$first</td>";
|
||||
if (eregi("1$|3$|5$|7$|9$", $first)) {$AB='bgcolor="#AFEEEE"';}
|
||||
else{$AB='bgcolor="#E0FFFF"';}
|
||||
echo "<td align=center $AB><font size=1>$first</td>";
|
||||
$first++;
|
||||
}
|
||||
echo "<td align=center><font size=1>SUBTOTAL</td></tr>\n";
|
||||
@@ -3471,13 +3532,14 @@ echo "<td align=center><font size=1>SUBTOTAL</td></tr>\n";
|
||||
$statuses_called_to_print = count($status);
|
||||
while ($statuses_called_to_print > $sts)
|
||||
{
|
||||
$Pstatus = $status[$sts];
|
||||
if (eregi("1$|3$|5$|7$|9$", $sts))
|
||||
{$bgcolor='bgcolor="#B9CBFD"'; $AB='bgcolor="#9BB9FB"';}
|
||||
else
|
||||
{$bgcolor='bgcolor="#9BB9FB"'; $AB='bgcolor="#B9CBFD"';}
|
||||
# echo "$status[$sts]|$status_called_first[$sts]|$status_called_last[$sts]|$leads_in_sts[$sts]|\n";
|
||||
# echo "$status[$sts]|";
|
||||
echo "<tr $bgcolor><td><font size=1>$status[$sts]</td>";
|
||||
echo "<tr $bgcolor><td><font size=1>$Pstatus</td><td><font size=1>$statuses_list[$Pstatus]</td>";
|
||||
|
||||
$first = $all_called_first;
|
||||
while ($first <= $all_called_last)
|
||||
@@ -3497,7 +3559,7 @@ echo "<td align=center><font size=1>SUBTOTAL</td></tr>\n";
|
||||
$o=0;
|
||||
while ($status_called_to_print > $o)
|
||||
{
|
||||
if ( ($count_statuses[$o] == "$status[$sts]") and ($count_called[$o] == "$first") )
|
||||
if ( ($count_statuses[$o] == "$Pstatus") and ($count_called[$o] == "$first") )
|
||||
{
|
||||
$called_printed++;
|
||||
echo "<td $AB><font size=1> $count_count[$o]</td>";
|
||||
@@ -3515,11 +3577,13 @@ echo "<td align=center><font size=1>SUBTOTAL</td></tr>\n";
|
||||
$sts++;
|
||||
}
|
||||
|
||||
echo "<tr><td align=center><b><font size=1>TOTAL</td>";
|
||||
echo "<tr><td align=center colspan=2><b><font size=1>TOTAL</td>";
|
||||
$first = $all_called_first;
|
||||
while ($first <= $all_called_last)
|
||||
{
|
||||
echo "<td align=center><b><font size=1>$all_called_count[$first]</td>";
|
||||
if (eregi("1$|3$|5$|7$|9$", $first)) {$AB='bgcolor="#AFEEEE"';}
|
||||
else{$AB='bgcolor="#E0FFFF"';}
|
||||
echo "<td align=center $AB><b><font size=1>$all_called_count[$first]</td>";
|
||||
$first++;
|
||||
}
|
||||
echo "<td align=center><b><font size=1>$leads_in_list</td></tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user