The best way to learn how to use the WebCore is by example. See the documentation for more information.
The requested URL is always shown first; if a page uses one or more WebCore templates, those are shown afterwards.
00 <?php
01 include_once ('quake/init.php');
02
03 $Page->title->subject = 'Battles';
04
05 $Page->location->append ("Quake III Arena", "./");
06 $Page->location->append ("Battles");
07
08 $Page->start_display ();
09 ?>
10 <div class="main-box">
11 <p><a href="http://www.aeons.de/AEstats/">AEStats</a> provides graphical and statistical
12 breakdowns from which any player will be able to find a chart that makes them
13 feel good about themselves.</p>
14 <table class="basic columns left-labels">
15 <tr>
16 <th>2004</th>
17 <td>Opus Urban Terror</td>
18 <td>[<a href="pages/battles/ut_opus/AEStats.html" target="battle">AEStats</a>]</td>
19 </tr>
20 <tr>
21 <th>2004</th>
22 <td>Opus Quake 3 Arena</td>
23 <td>[<a href="pages/battles/q3a_opus/AEStats.html" target="battle">AEStats</a>]</td>
24 </tr>
25 <tr>
26 <th>06/03/2001</th>
27 <td>malloc, dur (Urban Terror Mod)</td>
28 <td>[<a href="pages/battles/6_3_2001/AEStats.html" target="battle">AEStats</a>]</td>
29 </tr>
30 <tr>
31 <th>05/23/2001</th>
32 <td>malloc, dur, kavorka and joker</td>
33 <td>[<a href="pages/battles/5_23_2001/AEStats.html" target="battle">AEStats</a>]</td>
34 </tr>
35 <tr>
36 <th>05/10/2001</th>
37 <td>Grizz VvvV vs. dur</td>
38 <td>[<a href="pages/battles/5_10_2001/AEStats.html" target="battle">AEStats</a>]</td>
39 </tr>
40 <tr>
41 <th>05/03/2001</th>
42 <td>joker, dur and malloc</td>
43 <td>[<a href="pages/battles/5_3_2001/AEStats.html" target="battle">AEStats</a>]</td>
44 </tr>
45 <tr>
46 <th>04/23/2001</th>
47 <td>malloc vs. dur</td>
48 <td>[<a href="pages/battles/4_23_2001/AEStats.html" target="battle">AEStats</a>]</td>
49 </tr>
50 </table>
51 <p class="info-box-bottom">Battle info opens in its own window.</p>
52 </div>
53 <?php $Page->finish_display (); ?>
54
55