<div class="bc-1">
            <ul class="l-1">
                <li><?php 
echo $this->l11n->lang[27]['Dataset'];
?>
                <li><select>
                        <option value="0" selected>
                    </select>
            </ul>
        </div>
    </div>

    <div class="b b-5 c3-2 c3" id="i3-2-5">
        <div class="bc-1">
            <?php 
echo $formExport->render();
?>
        </div>
    </div>

    <div class="b b-5 c3-2 c3" id="i3-2-5">
        <h1><?php 
echo $this->l11n->lang[27]['Info'];
?>
</h1>

        <div class="bc-1">
            <!-- @formatter:off -->
            <table class="tc-1">
                <tr>
                    <th><label><?php 
예제 #2
0
        }

        #child {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            position: relative;
            font-size: 1.0em;
        }

        #title {
            text-align: center;
            font-size: 10em;
            padding-bottom: 20px;
        }

        #content {
        }
    </style>
</head>
<body>
<div class="floater"></div>
<div id="parent">
    <div id="child">
        <?php 
echo $loginForm->render();
?>
    </div>
</div>
</body>
</html>