diff --git a/admin/index.php b/admin/index.php index 32a372cf..79c6c2a8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -78,6 +78,9 @@ echo "
".theme_icon("judging_score_entry")." ".i18n("Judging Score Entry")." | ";
+ }
echo " ".theme_icon("enter_winning_projects")." ".i18n("Enter Winning Projects")." | ";
echo " ".theme_icon("one-click_cwsf_registration")." ".i18n("One-Click CWSF Registration")." | ";
echo " ".theme_icon("one-click_ysf_affiliation_stats")." ".i18n("One-Click YSF Affiliation Stats")." | ";
diff --git a/admin/judging_score_edit.php b/admin/judging_score_edit.php
new file mode 100644
index 00000000..ebf2529e
--- /dev/null
+++ b/admin/judging_score_edit.php
@@ -0,0 +1,118 @@
+
+/*
+ This file is part of the 'Science Fair In A Box' project
+ SFIAB Website: http://www.sfiab.ca
+
+ Copyright (C) 2005-2006 Sci-Tech Ontario Inc
".i18n("Proj Num")." | "; + echo "".i18n("Project Title")." | "; + echo "".i18n("Age Category")." | "; + echo "".i18n("Division")." | "; + echo "".i18n("Score")." | "; + echo "".i18n("Normalized Score")." | "; + echo "".i18n("Action")." | "; + echo "
---|---|---|---|---|---|---|
$r->projectnumber | \n"; + echo "$r->title | \n"; + + echo "".i18n($cats[$r->projectcategories_id])." | \n"; + echo "".i18n($divs[$r->projectdivisions_id])." | \n"; + echo "" . number_format($r->score, 2) . " | \n"; + echo "" . number_format($r->norm_score, 2) . " | \n"; + echo ""; + if($year==$config['FAIRYEAR']) { + echo "projectid\">"; + echo i18n("Edit Scores"); + echo ""; + } + echo " | \n"; + echo "