Parašė Scarletas· 2012 Sau. 24 20:01:17
#4
Kaip ir prižadėjau, sukurta:
( Jeigu kas netiks ar reiks pakeisti ar pnš. sakyk ;] )
<?php
/*-------------------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion Content Management System
| Copyright © 2002 - 2010 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+--------------------------------------------------------+
| Name: Krepšinio lygos rezultatai
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at <a href='http://www.gnu.org/licenses/agpl.html.' target='_blank'><span style='color:005C5B'>www.gnu.org/licenses/agpl.html.</span></a> Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";
opentable("K.L Rezultatai");
echo "<table width='100%' cellspacing='0' cellpadding='5' border='1'>
<tr>
<th>Data</th>
<th>Laikas</th>
<th>Rungtynės</th>
<th>Rezultatas</th>
</tr>
<tr>
<td align='center'>2012-01-22</td>
<td align='center'>21:00</td>
<td align='center'><a href=''>MF - CHF</a></td>
<td align='center'><a href=''><font color='red'>39 - 50</font></a></td>
</tr>
<tr>
<td align='center'>2012-01-22</td>
<td align='center'>21:00</td>
<td align='center'><a href=''>MF - CHF</a></td>
<td align='center'><a href=''><font color='red'>39 - 50</font></a></td>
</tr>
<tr>
<td align='center'>2012-01-22</td>
<td align='center'>21:00</td>
<td align='center'><a href=''>MF - CHF</a></td>
<td align='center'><a href=''><font color='red'>39 - 50</font></a></td>
</tr>
<tr>
<td align='center'>2012-01-22</td>
<td align='center'>21:00</td>
<td align='center'><a href=''>MF - CHF</a></td>
<td align='center'><a href=''><font color='red'>39 - 50</font></a></td>
</tr>
<tr>
<td align='center'>2012-01-22</td>
<td align='center'>21:00</td>
<td align='center'><a href=''>MF - CHF</a></td>
<td align='center'><a href=''><font color='red'>39 - 50</font></a></td>
</tr>
</table><br>";
closetable();
require_once THEMES."templates/footer.php";
?>