Exemplo n.º 1
0
        <li>
                <a href="<?php 
    echo Yii::app()->createUrl('msg/message/view', array('id' => $row['id']));
    ?>
">
                        <?php 
    echo CHtml::image(MyYiiUtils::getThumbSrc(Users::model()->getProfileImagePath($row['from_user_id']), array('resize' => array('width' => 50, 'height' => null)), 'http://placehold.it/50x50'), CHtml::encode($row['from']), array('class' => 'msg-photo', 'style' => 'max-width:50px;'));
    ?>
                        <span class="msg-body">
                                <span class="msg-title">
                                        <span class="blue"><?php 
    echo CHtml::encode($row['from']);
    ?>
</span><br/>
                                        <?php 
    echo MyYiiUtils::myShortenedString($row['message'], 20, " ...", 20);
    ?>
                                </span>
                                <span class="msg-time">
                                        <i class="icon-time"></i>
                                        <time class="timeago" datetime="<?php 
    echo $localtime;
    ?>
"><?php 
    echo Common::formatDate($localtime);
    ?>
</time>
                                </span>
                        </span>
                </a>
        </li>