コード例 #1
0
ファイル: view.php プロジェクト: ngdvan/lntguitar
$l->key = $key;
$l->add_section('', $hopam->lyrics);
?>
    <div class="lyric">
        <div style="display: inline;clear: both;">
            <div class="title"
                 style="width: 20%;float: left;font-size: 18px;color: #231f20;font-weight: normal;font-family: 'TIMES NEW ROMAN'">
                Lời bài hát
            </div>
            <div class="hopam_tab"
                 style="width: 80%;float: left;color: #000;font-size: 18px;font-family: 'TIMES NEW ROMAN'">
            </div>
        </div>
        <div class="guitar_tab" style="clear: both;">
            <?php 
$l->print_fixed2();
//            var_dump($l->tabs);
?>
        </div>
    </div>
    <div class="comment">
        <?php 
if (Yii::app()->user->hasFlash('commentSubmitted')) {
    ?>
        <div class="flash-success">
            <?php 
    echo Yii::app()->user->getFlash('commentSubmitted');
    ?>
        </div>
        <?php 
} else {