Beispiel #1
0
        ?>
</a></th>
              <th class="colAvgScore"><a href="<?php 
        echo sortHeader('AvgScore');
        ?>
"><?php 
        echo translate('AvgBrScore');
        echo sortTag('AvgScore');
        ?>
</a></th>
              <th class="colMaxScore"><a href="<?php 
        echo sortHeader('MaxScore');
        ?>
"><?php 
        echo translate('MaxBrScore');
        echo sortTag('MaxScore');
        ?>
</a></th>
<?php 
        if (ZM_WEB_LIST_THUMBS) {
            ?>
              <th class="colThumbnail"><?php 
            echo translate('Thumbnail');
            ?>
</th>
<?php 
        }
        ?>
              <th class="colMark"><input type="checkbox" name="toggleCheck" value="1" onclick="toggleCheckbox( this, 'markEids' );"<?php 
        if (!canEdit('Events')) {
            ?>
Beispiel #2
0
        ?>
</a></th>
          <th class="colFrames"><a href="<?php 
        echo sortHeader('Frames', '&amp;');
        ?>
"><?php 
        echo substr($SLANG['Frames'], 0, 3);
        echo sortTag('Frames');
        ?>
</a></th>
          <th class="colScore"><a href="<?php 
        echo sortHeader('TotScore', '&amp;');
        ?>
"><?php 
        echo substr($SLANG['Score'], 0, 3);
        echo sortTag('TotScore');
        ?>
</a></th>
        </tr>
<?php 
    }
    ?>
        <tr>
          <td class="colId"><a href="?view=eventdetails&amp;eid=<?php 
    echo $event['Id'];
    ?>
&amp;page=1"><?php 
    echo $event['Id'];
    if ($event['Archived']) {
        echo "*";
    }