Example #1
0
<b><?php 
xl('None', 'e');
?>
</b>
</div>

<div id='current_encounter' style = 'display:none'>
<b><?php 
xl('None', 'e');
?>
</b>
</div>

<?php 
if (!$GLOBALS['athletic_team']) {
    genPopupsList();
    echo "<hr />\n";
    genFindBlock();
    echo "<hr />\n";
}
?>

<?php 
if (!empty($GLOBALS['online_support_link'])) {
    ?>
<a href='<?php 
    echo $GLOBALS["online_support_link"];
    ?>
' target="_blank" id="support_link" class='css_button' onClick="top.restoreSession()"><span><?php 
    xl('Online Support', 'e');
    ?>
Example #2
0
 <option value='0'><?php 
    xl('Default', 'e');
    ?>
</option>
 <option value='1'><?php 
    xl('Top', 'e');
    ?>
</option>
 <option value='2'><?php 
    xl('Bottom', 'e');
    ?>
</option>
</select>
<?php 
    if ($GLOBALS['athletic_team']) {
        genPopupsList('width:47%');
    }
    ?>
</center>

<table cellpadding='0' cellspacing='0' border='0' width='100%' style="display:none;">
 <tr>
  <td class='smalltext' nowrap>
   <input type='checkbox' name='cb_top' onclick='toggleFrame(1)' checked />
   <b><?php 
    xl('Top', 'e');
    ?>
</b>
  </td>
  <td class='smalltext' align='right' nowrap>
   <b><?php