예제 #1
0
        .layout-sidebar-left .layout-content {
            float: right;
            width: 69%;
        }
    </style>
</head>
<body>
    <?php 
echo $example->renderNavigation();
?>
    <div class="editable center half" data-id="body-1">
        <h1>Section Example</h1>
        <div>
            <?php 
echo $example->renderContainer(1, 'top-small');
?>
            <?php 
echo $example->renderContainer(2, 'top');
?>
            <?php 
echo $example->renderContainer(3, 'left');
?>
            <?php 
echo $example->renderContainer(4, 'right');
?>
        </div>
    </div>
    <script type="text/javascript">
        (function($) {
            var nodes = document.getElementsByClassName('section');