예제 #1
0
<!doctype html>
<html>
<head>
    <?php 
echo $example->renderHead();
?>
    <style type="text/css">
        .section {
            min-height: 200px;
            margin: 0 0 10px 0;
        }
    </style>
</head>
<body>
    <?php 
echo $example->renderNavigation();
?>
    <div class="editable center half" data-id="body-1">
        <h1>Section Example</h1>
        <div>
            <div class="section" data-id="1">
                <?php 
echo $example->renderSections(1);
?>
                <div class="section" data-id="2">
                    <?php 
echo $example->renderSections(2);
?>
                </div>
            </div>
            <div class="section" data-id="3">