Annotation of db/prgsrc/drupal/modules/chgk_db/templates/chgk_db_tour.tpl.php, revision 1.2

1.2     ! roma7       1: <?php if ($tour->hasEditor() &&
        !             2:           ($alone || $tour->getEditor() !=$tour->getParentEditor())
        !             3:         ) {?>
        !             4: <div class='editor'><?php print $tour->getEditorHtml();?></div>
        !             5: <?php }?>
        !             6: 
1.1       roma7       7: <?php
1.2     ! roma7       8:   if ( $tour->hasInfo() && 
        !             9:           ($alone || $tour->getInfo() !=$tour->getParentInfo()) )  {?>
        !            10:     <div class='info'><?php print $tour->getInfo();?></div>
        !            11:   <?php } 
1.1       roma7      12:   foreach ($tour->questions as $question) {
1.2     ! roma7      13:     print $question->getHtml();
1.1       roma7      14:   }
                     15: 

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