コード例 #1
0
ファイル: index.php プロジェクト: ratbird/hope
            <?php 
echo $avatar;
?>
            <br>
            <br>
            <?php 
echo _('Profilbesuche:');
?>
            <?php 
echo object_return_views($current_user->user_id);
?>
            <br>
            <? if(!empty($score) && !empty($score_title)) :?>
                <br>
                <a href="<?php 
echo URLhelper::getLink("dispatch.php/score");
?>
" <?php 
echo tooltip(_("Zur Rangliste"));
?>
><?php 
echo _("Stud.IP-Punkte:");
?>
 <?php 
echo $score;
?>
<br>
                    <?php 
echo _("Rang:");
?>
 <?php 
コード例 #2
0
ファイル: index.php プロジェクト: ratbird/hope
            <th><?php 
echo _('Typ');
?>
</th>
            <th><?php 
echo _('Thema');
?>
</th>
            <th><?php 
echo _('Raum');
?>
</th>
        </tr>
    </thead>
    <tbody>
    <?php 
foreach ($lostDateKeys as $key) {
    $date = $dates[$key];
    echo $this->render_partial('course/dates/_date_row.php', compact('date', 'dates', 'key'));
}
?>
    </tbody>
</table>
<? endif; ?>

<?php 
$sidebar = Sidebar::get();
$sidebar->setImage('sidebar/date-sidebar.png');
$actions = new ActionsWidget();
$actions->addLink(_('Als Doc-Datei runterladen'), URLhelper::getURL('dispatch.php/course/dates/export'), Icon::create('file-word', 'clickable'));
$sidebar->addWidget($actions);