File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / templates / chgk_db_jeopardy_question.tpl.php
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Mar 21 18:06:04 2010 UTC (14 years, 1 month ago) by roma7
Branches: MAIN
CVS tags: HEAD
FB2 export

<div><strong>Тема <?php  echo $question->getNumber()?></strong>:
<?php echo $question->theme;?> (<?php echo $question->fields['Authors']->getHtml();?>)
  <?php foreach ($question->questions as $k => $q)  : ?>
    <p><?php print $q->number;?>. <?php print $q->Question->getHtml();?>
        <br><i>Ответ: </i><?php echo  $q->Answer->getHtml();?>
    </p>
    <?php endforeach;?>
    <?php if ($question->fields['Sources'] )  :?>
    <p>
           <i>Источники: </i><?php  echo $question->fields['Sources']->getHtml();?>
    </p>
    <?php endif;?>
</div>




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>