bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
|
52.1.1
by b11johgu
Added controllers for examplepage, templatelayout. |
1 |
<!-- examplesBody.php -->
|
2 |
<div id="bodyContainer"> |
|
|
28.2.3
by a10rolch
Added files: |
3 |
<div class="pinkBanner"> |
4 |
<h1 name="Quizzes">Quizzes</h1> |
|
5 |
</div> |
|
6 |
|
|
|
52.1.1
by b11johgu
Added controllers for examplepage, templatelayout. |
7 |
<!-- Loops down below makes it possible to load values from a source --> |
|
28.2.3
by a10rolch
Added files: |
8 |
<?php foreach ($titles as $category => $categoryArray):?> |
|
52.1.1
by b11johgu
Added controllers for examplepage, templatelayout. |
9 |
<div class="blueBanner"> |
|
28.2.3
by a10rolch
Added files: |
10 |
<h1 name="<?php echo $category;?>"><?php echo $category;?></h1> |
|
52.1.1
by b11johgu
Added controllers for examplepage, templatelayout. |
11 |
</div> |
12 |
<?php foreach ($categoryArray as $subCategory => $subCatArray):?> |
|
13 |
<h3><?php echo $subCategory;?></h3> |
|
14 |
<?php |
|
15 |
if(count($subCatArray)>0){ |
|
16 |
foreach ($subCatArray as $example):?> |
|
17 |
<p><a href="#"><?php echo $example;?></a></p> |
|
18 |
<?php endforeach;}?> |
|
19 |
<?php endforeach;?> |
|
20 |
<?php endforeach;?> |
|
|
28.2.3
by a10rolch
Added files: |
21 |
</div> |
22 |
||
|
52.1.1
by b11johgu
Added controllers for examplepage, templatelayout. |
23 |
</div> |
24 |
</body>
|
|
|
28.2.3
by a10rolch
Added files: |
25 |
</html>
|
|
52.1.1
by b11johgu
Added controllers for examplepage, templatelayout. |
26 |