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->location->append ('Systems');
04 $Page->start_display ();
05 ?>
06 <div class="main-box">
07 <div class="columns text-flow">
08 <div>
09 <p>For a while, earthli custom-built cheap computers using new and refurbished
10 parts. If you're the proud owner of one of these systems, you can find some
11 support information here.</p>
12 <h2><a href="models/mark_III/">Mark III</a></h2>
13 <div class="align-right">
14 <a href="models/images/mark_III.jpg"><img width="125" height="191" src="models/images/mark_III_tn.jpg" alt="Mark III"></a>
15 </div>
16 <p>The Mark III is the oldest machine yet.</p>
17 <p>It is also refurbished, but has no new parts added. The system
18 has been re-installed and upgraded.</p>
19 <p><a href="models/mark_III/">Details...</a></p>
20 <h2 class="clear-right"><a href="models/mark_II/">Mark II</a></h2>
21 <div class="align-right">
22 <a href="models/images/mark_II.jpg"><img src="models/images/mark_II_tn.jpg" width="125" height="177" alt="Mark II"></a>
23 </div>
24 <p>The Mark II is the second system put together by earthli
25 Systems.</p>
26 <p>This is another refurbishes system, like the <a href="models/mark_I/">Mark
27 I</a>. earthli Systems added a new sound card, modem and extra
28 RAM.</p>
29 <p><a href="models/mark_II/">Details...</a></p>
30 <h2 class="clear-right"><a href="models/mark_I/">Mark I</a></h2>
31 <div class="align-right">
32 <a href="models/images/mark_I.jpg"><img src="models/images/mark_I_tn.jpg" width="125" height="175" alt="Mark I"></a>
33 </div>
34 <p>The Mark I is the first system put together by earthli Systems.</p>
35 <p>It is a refurbished machine with the most important components
36 replaced by the latest technology, chosen with an eye towards
37 value. </p>
38 <p><a href="models/mark_I/">Details...</a></p>
39 </div>
40 <div class="right-sidebar">
41 <h2>News</h2>
42 <table class="basic columns detail left-labels">
43 <tr>
44 <td class="date-time">23.06.2001</td>
45 <td>Fixed up <a href="consulting/06_23_2001.php">Rob's Machine</a></td>
46 </tr>
47 <tr>
48 <td class="date-time">09.05.2001</td>
49 <td><a href="models/mark_III/">Mark III</a> ready for delivery</td>
50 </tr>
51 <tr>
52 <td class="date-time">08.05.2001</td>
53 <td><a href="models/mark_II/">Mark II</a> delivered</td>
54 </tr>
55 <tr>
56 <td class="date-time">07.05.2001</td>
57 <td><a href="models/mark_III/">Mark III</a> re-installed</td>
58 </tr>
59 <tr>
60 <td class="date-time">29.04.2001</td>
61 <td><a href="models/mark_II/">Mark II</a> ships</td>
62 </tr>
63 <tr>
64 <td class="date-time">19.04.2001</td>
65 <td><a href="models/mark_II/">Mark II</a> rebuilt, cleaned and installed</td>
66 </tr>
67 <tr>
68 <td class="date-time">13.04.2001</td>
69 <td><a href="models/mark_I/">Mark I</a> delivered</td>
70 </tr>
71 <tr>
72 <td class="date-time">26.03.2001</td>
73 <td><a href="models/mark_I/">Mark I</a> built</td>
74 </tr>
75 <tr>
76 <td class="date-time">19.03.2001</td>
77 <td><a href="models/mark_I/">Mark I</a> components ordered</td>
78 </tr>
79 </table>
80 <h2>Guides</h2>
81 <ul>
82 <li>How to <a href="guides/?page_name=installing_windows_2000">Install Windows 2000</a>.</li>
83 <li><a href="consulting/">Consulting Services</a></li>
84 </ul>
85 </div>
86 </div>
87 </div>
88 <?php $Page->finish_display (); ?>