%PDF- %PDF-
Direktori : /www/old2/_music/jabbarchive/ |
Current File : /www/old2/_music/jabbarchive/roster_conv.php |
<h1>Flat history for <?php echo $_GET['them']; ?></h1> <?php $res = q("select utc, body, them, id, dir from archive where us='$us' and them not like '%@conf%' order by utc desc limit 100"); foreach($res as $r) { $r[1] = str_replace('<', '<', str_replace('>', '>', $r[1])); $style = $r[4] ? "outgoing" : "incoming"; echo "<!-- {$r[3]} --><div class=\"$style\"><table width=\"100%\"><tr><td width=\"35%\" style=\"vertical-align:top;\">[{$r[0]}] <b><a href=\"./index.php?what=history-flat&them=".urlencode($r[2])."\">{$r[2]}</a></b>:</td><td width=\"65%\">".nl2br($r[1])."</td></tr></table></div>\n"; } echo "</table>\n"; ?>