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 ('systems/init.php');
02  
03   $Page->template_options->title = 'Mark II';
04   $Page->title->subject = 'Mark II';
05  
06   $Page->location->append ('Systems', '../../');
07   $Page->location->append ('Models');
08   $Page->location->append ('Mark II');
09  
10   $Page->start_display ();
11 ?>
12 <div class="main-box">
13   <div class="text-flow">
14     <div class="align-right">
15       <a href="../images/mark_II.jpg"><img src="../images/mark_II_tn.jpg" alt="Mark II"></a>
16     </div>
17     <p>The Mark II is the second system put together by earthli Systems. This
18       is another refurbished system, like the <a href="../mark_I/index.php">Mark I</a>.
19       Earthli Systems added a new sound card, modem and extra RAM.</p>
20     <h3>History</h3>
21     <p> The Mark II had its beginnings as a <a href="http://www.packardbell.com/">Packard-Bell</a>
22       machine purchased in 1997. (which has since gone out of business and is
23       offering support only through a third party). Earthli Systems added a
24       new sound card, modem and extra RAM. The system was completely replaced
25       and all components re-installed.</p>
26     <h3>Components</h3>
27     <table class="basic columns left-labels">
28       <tr>
29         <th>Processor</th>
30         <td><a href="http://www.amd.com">AMD</a> K6-2 - 333MHz </td>
31         <td></td>
32       </tr>
33       <tr>
34         <th>RAM</th>
35         <td>PC100 96MB SDRAM DIMM </td>
36         <td></td>
37       </tr>
38       <tr>
39         <th>Video Card</th>
40         <td><a href="http://www.creative.com/">Creative Labs</a> Riva TNT PCI</td>
41         <td>[<a href="http://www.nvidia.com/products.nsf/htmlmedia/detonator3.html">Drivers</a>]</td>
42       </tr>
43       <tr>
44         <th>Sound Card</th>
45         <td><a href="http://www.creative.com/">Creative Labs</a> Sound Blaster
46           16</td>
47         <td>[<a href="http://www.soundblaster.com/drivers/">Drivers</a>]</td>
48       </tr>
49       <tr>
50         <th>CD-Rom</th>
51         <td>CD-Rom 10x</td>
52         <td></td>
53       </tr>
54       <tr>
55         <th>Hard Drive</th>
56         <td>10.2 GB IDE</td>
57         <td></td>
58       </tr>
59       <tr>
60         <th>Modem</th>
61         <td>Lucent 56Kb V.90</td>
62         <td></td>
63       </tr>
64     </table>
65     <h3>Setup</h3>
66     <p>You can find <a href="setup.php">additional setup information here</a>.</p>
67   </div>
68 </div>
69 <?php $Page->finish_display (); ?>
70