'.$smenu.'  
'.$lang[MSG_DISPLAY].' : '.$lang[MSG_PENDINGMSSG].' '.$lang[MSG_ACCEPTED].' '.$lang[MSG_MARKEDASSPAM].' '.$lang[MSG_LINKS_ALL].'
'.$lang[MSG_SEARCHSENDER].' :
 
'; if(is_array($filters)) { reset($filters); if($no) $select=rawurldecode($no); $i=0; while (list ($key, $val) = each ($filters)) { if(!$val) continue; $val2=explode(";",$val); calendardatestrtodate($val2[1], &$year, &$month, &$day); switch($val2[3]) { case "0": $printf[$i][status]=3; $printf[$i][stitle]=$lang[MSG_MARKEDASSPAM]; break; case "1": $printf[$i][status]=1; $printf[$i][stitle]=$lang[MSG_ACCEPTED]; break; case "2": $printf[$i][status]="w"; $printf[$i][stitle]=$lang[MSG_AWAITING]; break; case "3": $printf[$i][status]=0; $printf[$i][stitle]=$lang[MSG_REJECTED]; break; case "4": $printf[$i][status]=2; $printf[$i][stitle]=$lang[MSG_DELETED]; break; } $printf[$i][subject]=""; $printf[$i][date]=printime(eregi_replace("([hg]:i)","",eregi_replace("a","",$otheruser["DATEFORMAT"])),$year,$month,$day); $printf[$i][all]=$val2; if(($val2[3]!=2 && !$no) || ($no==$val2[0])) $IDselect=$i; if($val2[3]==2) $printf[$i][subject] = $val2[7];//getauthorizesubject($crfolder.$val2[2]."/", 'bwlist2_litemail.html?id='.$id, $val2[0]); $i++; } if(is_array($printf)) { $select=$printf[$IDselect][all]; while (list ($key, $val) = each ($printf)) { if($val[subject]==-1) continue; // = deleted $createdata .= ' '; } } else { $createdata .= ''; } } //add from View if($ra!=""){ $filters[$no][n]=$ra; $filters[$no][f1]="H"; $filters[$no][f3]="~"; $filters[$no][fd]=0; $filters[$no][t]=rawurldecode($addstring); $no++; } if($ErrTstring) { $Tstring=$ErrTstring; } else { $Tstring=$select[0]; $Raction=$select[3]!=""?$select[3]:$Raction; } $createdata .= '
   '.$lang[MSG_STATUS].''.($showlite?'':' ').'  '.$lang[MSG_SENDERS].''.($showlite?'':' ').'  '.$lang[MSG_AUTHORIZESUBJECT].''.($showlite?'':' ').' '.$lang[MSG_DATE].''.($showlite?'':' ').'
   '.($key===$IDselect?'':''); if ($val[all][3]==2) $createdata .= ''.htmlspecialchars($val[all][0]).''; else $createdata .= ''.htmlspecialchars($val[all][0]).''.($key===$IDselect?'':''); $createdata .= ($key===$IDselect?'':'').'  '.$val[subject].' '.$val[date].' 
'.$noitems.'
 
'.$lang[MSG_SELECTED].'

'.($ErrTstring || $Err?'':'').'

'.$lang[MSG_ADDMODIFY].'
'.$lang[MSG_EMAILERROR].'
'.$lang[MSG_EMAIL].' : 
'.$lang[MSG_IMPORTFILE].' :
'.$lang[MSG_AS].' : '.$lang[SPAM_1].' '.$lang[SPAM_3].'
 
  '.(is_array($select)?'':'').'
'; if($showlite!=2) $createdata.=copyright().'
'; $skindata['data'] = $createdata; //vypsani stranky if($showlite) echo template( $skin_dir . 'settings.tpl', $skindata); else echo template( $skin_dir . 'skin.tpl', $skindata); ?>