Пример #1
0
<?php 
get_people('lisaeng');
?>
    </section>

    <section>
        <h2>Academic Guests</h2>
<?php 
get_people('guest');
?>
    </section>

    <section>
        <h2>Former Members</h2>
<?php 
get_people('former');
?>
    </section>

</article>



<article id="students">
    <header>
        <h1>For Students</h1>
    </header>

<!--
    <section>
        <h2>Current Lectures</h2>
Пример #2
0
<?php

/* Get Projects */
$projects = get_projects('unparked');
$parked_projects = get_projects('parked');
$all_projects = get_projects('all');
/* Setup Calendar */
if (isset($_GET['startdate'])) {
    $mondays = get_mondays($_GET['startdate']);
} else {
    $lastweek = date("Y-m-d", mktime(0, 0, 0, date('m'), date('d') - 7, date('Y')));
    /* get calendar starting with previous week */
    $mondays = get_mondays($lastweek);
}
/* Get People */
$people = get_people();
/* Get recent changes */
$changes = get_changes('50');
Пример #3
0
        <?php 
get_people('external');
?>
<!--
        <div class="adressblock clearfix">
            <h3>Jan Ten Pierick</h3>
            <img class="floatimg" src="img/anon.jpg">
            <p>(LISA engeneer)<br>email@inter.net<br>Office: Y36-K34<br>Tel: +41 44 63 55804</p>
        </div>
-->
    </section>

    <section>
        <h2>Academic Guests</h2>
        <?php 
get_people('guest');
?>
<!--
        <div class="adressblock clearfix">
            <h3>Pierre Mandrin</h3>
            <img class="floatimg" src="img/anon.jpg">
            <p>email@inter.net<br>Office: Y36-K34<br>Tel: +41 44 63 55804</p>
        </div>
-->
    </section>
    
</article>



<article id="students">
Пример #4
0


top


<?php 
include 'people.php';
?>

middle

<?php 
get_people('group');
?>

end