Example #1
0
    $lslist->setStartDate($firstts);
    $lslist->setEndDate($lastts);
    involved::load($lslist, 'loss');
    $killsummary = new KillSummaryTable($kslist, $lslist);
    $killsummary->setBreak(6);
    $name = $system->getName() . " " . substr($firstts, 0, 16) . " " . substr($lastts, -8, 5);
}
?>
<form>
<table class="popup-table" height="100%" width="355px">
<tr>
	<td align="center"><strong>Forum Post</strong></td>
</tr>
<tr>
	<td align="center"><input type="button" value="Close" onClick="ReverseContentDisplay('popup');"></td>
</tr>
<tr>
<td valign="top" align="center">
<textarea class="killmail" name="killmail" cols="100" rows="30" readonly="readonly">
<?php 
echo $name . "\r\n";
echo $killsummary->forum();
?>
</textarea></td></tr>
<tr><td align="center"><input type="button" value="Select All" onClick="this.form.killmail.select();this.form.killmail.focus(); document.execCommand('Copy')">&nbsp;<input type="button" value="Close" onClick="ReverseContentDisplay('popup');"></td>
</tr>

</table>
</form>