コード例 #1
0
ファイル: detailproject.php プロジェクト: Ovi1/LSPB-jombri
                <div>
                    <?php 
    if ($commitment->get('undefined') == 'notsure') {
        echo JText::_('COM_JBLANCE_UNSPECIFIED');
    } else {
        echo $commitment->get('period') . ' ' . JText::_('COM_JBLANCE_HOURS_PER') . ' ' . JText::_($commitment->get('interval'));
    }
    ?>
                </div>

                <h4><?php 
    echo JText::_('COM_JBLANCE_PROJECT_DURATION');
    ?>
:</h4>
                <div><?php 
    echo JblanceHelper::getProjectDuration($row->project_duration);
    ?>
</div>
                <?php 
}
?>

            <h4><?php 
echo JText::_('COM_JBLANCE_SKILLS_REQUIRED');
?>
:</h4>
            <div><?php 
echo JblanceHelper::getCategoryNames($row->id_category, 'tags-link', 'project');
?>
</div>