コード例 #1
0
ファイル: view.php プロジェクト: ngdvan/lntguitar
?>
<!--</div>-->
    </div>
    <?php 
//echo $hopam->lyrics;
$l = new GuitarTabs();
$l->add_section('', $hopam->lyrics);
?>
    <div class="lyric">
        <div style="display: inline;clear: both;">
            <div class="title" style="width: 50%;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: 50%;float: left;color: #000;font-size: 18px;font-family: 'TIMES NEW ROMAN'">Key: <?php 
echo CHtml::link('Tất cả', '#', array('class' => 'all_tab'));
?>
 <span style='color: #a7a7a7'>|</span> <?php 
echo $l->objTabs();
?>
</div>
        </div>
        <div class="guitar_tab" style="clear: both;font-style: italic;">
            <?php 
$l->print_fixed2();
?>
        </div>
    </div>
    <!--<div class="comment">
        <?php 
/*if (!Yii::app()->user->isGuest) { */
?>
        <?php 
/*if (Yii::app()->user->hasFlash('commentSubmitted')): */