File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / templates / chgk_db_jeopardy_question.tpl.php
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Mar 20 17:23:42 2010 UTC (14 years, 3 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
issue http://db.chgk.info/v2/node/10

<div><b>Тема <?php  echo $question->getNumber()?></b>:
<?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>