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 I';
04 $Page->title->subject = 'Mark I';
05
06 $Page->location->append ('Systems', '../../');
07 $Page->location->append ('Models');
08 $Page->location->append ('Mark I');
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_I.jpg"><img src="../images/mark_I_tn.jpg" alt="Mark I"></a><br>
16 <p class="detail">(router not included)</p>
17 </div>
18 <p>The Mark I is the first system put together by earthli Systems. It is
19 a refurbished machine with the most important components replaced by the
20 latest technology, chosen with an eye towards value.</p>
21 <h3>History</h3>
22 <p> The Mark I had its beginnings as a Xenon machine originally purchased
23 in January 1995 (Xenon has since gone out of business). Over the years,
24 the sound card, modem, hard drive and CD-Rom, motherboard, processor and
25 RAM were replaced. A network card was added.</p>
26 <p>The final Mark I was constructed when the second motherboard/processor
27 stopped responding. The case, processor, mainboard, RAM and video card
28 were all upgraded. The final configuration is given below.</p>
29 <h3>Components</h3>
30 <table class="basic columns left-labels">
31 <tr>
32 <td>Case</td>
33 <td><a href="http://www.antec-inc.com/">Antec</a> KS382+PP255HX MINITOWER
34 250W/PS</td>
35 <td></td>
36 </tr>
37 <tr>
38 <td>Processor</td>
39 <td><a href="http://www.amd.com">AMD</a> Duron™ 750MHz </td>
40 <td></td>
41 </tr>
42 <tr>
43 <td>Mainboard</td>
44 <td><a href="http://www.giga-byte.com">Gigabyte</a> GA-7ZX ATX
45 Motherboard</td>
46 <td>[<a href="http://www1.giga-byte.com/products/7zxr_2.htm">Bios/Drivers</a>]</td>
47 </tr>
48 <tr>
49 <td>RAM</td>
50 <td><a href="http://www.kingston.com/">Kingston</a> PC133 128MB SDRAM
51 DIMM </td>
52 <td></td>
53 </tr>
54 <tr>
55 <td>Video Card</td>
56 <td><a href="http://www.ati.com">ATI</a> Radeon 32MB DDR Video Card
57 AGP</td>
58 <td>[<a href="http://support.ati.com/products/pc/radeon/radeon32mb_ddr.html">Drivers</a>]</td>
59 </tr>
60 <tr>
61 <td>Sound Card</td>
62 <td><a href="http://www.turtlebeach.com">Turtle Beach</a> Montego II</td>
63 <td>[<a href="http://www.voyetra-turtle-beach.com/site/kb_ftp/576ftp.asp">Drivers</a>]</td>
64 </tr>
65 <tr>
66 <td>CD-Rom</td>
67 <td><a href="http://www.sony.com">Sony</a> CD-Rom 10x</td>
68 <td></td>
69 </tr>
70 <tr>
71 <td>Hard Drive</td>
72 <td><a href="http://www.westerndigital.com/">Western Digital</a> Ultra
73 ATA/66 10.2 GB</td>
74 <td></td>
75 </tr>
76 </table>
77 </div>
78 </div>
79 <?php $Page->finish_display (); ?>
80