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

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

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