forked from science-ation/science-ation
- Add the award critera to the page where we input the winners, just so the
person doing the data entry has the option to sanity check the results.
This commit is contained in:
parent
91d122ab3e
commit
f83dcfebd0
@ -88,6 +88,7 @@ if($action=="edit" && $edit)
|
||||
$q=mysql_query("SELECT
|
||||
award_awards.id,
|
||||
award_awards.name,
|
||||
award_awards.criteria,
|
||||
award_awards.order AS awards_order,
|
||||
award_types.type
|
||||
FROM
|
||||
@ -138,11 +139,8 @@ if($action=="edit" && $edit)
|
||||
*/
|
||||
|
||||
// echo "<img border=\"0\" src=\"".$config['SFIABDIRECTORY']."/images/16/edit.".$config['icon_extension']."\">";
|
||||
echo "<b>";
|
||||
echo " $r->type - \n";
|
||||
echo " $r->name \n";
|
||||
echo "</b>";
|
||||
echo "<br />";
|
||||
echo "<b>{$r->type} - {$r->name}</b><br />";
|
||||
echo "{$r->criteria}<br />";
|
||||
|
||||
$pq=mysql_query("SELECT
|
||||
award_prizes.prize,
|
||||
|
Loading…
Reference in New Issue
Block a user