topical media & game development
[]
readme
course(s)
preface
I
1
2
II
3
4
III
5
6
7
IV
8
9
10
V
11
12
afterthought(s)
appendix
reference(s)
example(s)
resource(s)
_
portal-start.php
<div
id="row1" class="row1_white"> <!-- start content -->
<div
class="content">
<div
id="headlines">
<div
class="title">Latest Headlines
</div>
<div
class="contentLatest"> <?PHP foreach (
core->Rss->getFeedItems() as
item) { ?>
<div
class="entryLatest">
</a>
</div>
<?PHP } ?>
</div>
<!-- end contentLatest -->
</div>
<!-- end headlines -->
<div
id="topItemsHome">
<div
class="title">Top Items
</div>
<div
class="contentLatest">
<div
id="div_feed_item"><?PHP include('components/top_items.php'); ?>
</div>
<!--
<div
id="topItemsHomeContainer">
</div>
-->
</div>
</div>
<!-- end topItems -->
</div>
<!-- end content -->
</div>
<!-- end row1 --> <!-- start row2 -->
<div
id="row2"> <!-- start content -->
<div
class="content"> <?PHP include('components/pictures.php'); ?> <?PHP include('components/articles.php'); ?> <?PHP include('components/audio.php'); ?>
</div>
</div>
<!-- end content -->
</div>
<!-- end row2 --> <?PHP
/*
<table
width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td
width="35">
<img
src="img/trans.gif" width="35" height="10" />
</td>
<td
width="350">
<b>
Latest headlines:
</b>
</td>
<td
width="35">
</td>
<td>
</td>
<td
width="20">
</td>
</tr>
<tr>
<td>
<img
src="img/trans.gif" width="35" height="10" />
</td>
<td>
<img
src="img/trans.gif" width="20" height="10" />
</td>
<td>
<img
src="img/trans.gif" width="20" height="10" />
</td>
<td>
<img
src="img/trans.gif" width="20" height="10" />
</td>
<td>
<img
src="img/trans.gif" width="20" height="10" />
</td>
</tr>
<tr>
<td>
<img
src="img/trans.gif" width="35" height="10" />
</td>
<td
valign="top"><?PHP foreach (
core->Rss->getFeedItems() as
item) { ?> -
</a>
<br
/> <?PHP } ?>
</td>
<td>
</td>
<td
valign="top">
<div
id="div_feed_item"><?PHP include('components/top_items.php'); ?>
</div>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
<img
src="img/trans.gif" width="35" height="25" />
</td>
<td>
<img
src="img/trans.gif" width="35" height="25" />
</td>
<td>
<img
src="img/trans.gif" width="35" height="25" />
</td>
<td>
<img
src="img/trans.gif" width="10" height="25" />
</td>
</tr>
</table>
<img
src="img/ecebf1.jpg" width="950" height="3" />
<table
width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<img
src="img/trans.gif" width="73" height="20" />
</td>
</tr>
</table>
<table
width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td
width="33%" valign="top"><?PHP include('components/pictures.php'); ?>
</td>
<td
width="33%" valign="top"><?PHP include('components/articles.php'); ?>
</td>
<td
width="33%" valign="top"><?PHP include('components/audio.php'); ?>
</td>
</tr>
</table>
*/
?>
[]
readme
course(s)
preface
I
1
2
II
3
4
III
5
6
7
IV
8
9
10
V
11
12
afterthought(s)
appendix
reference(s)
example(s)
resource(s)
_
(C) A. Eliëns 2/9/2007
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.