view develop/views/maintemplate.php @ 9:584b1623e9ef

TOC correction list page updated
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 09 Feb 2015 18:59:24 +0100
parents 63e08b98032f
children ac77748bb813
line wrap: on
line source

<html>

<head>
</head>
<body>

<ul>
    <?php foreach($viewmodel as $item) { ?>
    <li><?php var_dump($item); ?></li>
    <?php } ?>
</ul>


</body>
</html>