Copyright (C) 2008 James Grant This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ?> 'committee_main.php', 'Administration' => 'admin/index.php', 'Fundraising Main' => 'admin/fundraising.php') ); if($_POST['save']=="edit" || $_POST['save']=="add") { if($_POST['save']=="add") { $q=mysql_query("INSERT INTO sponsors (year) VALUES ('".$config['FAIRYEAR']."')"); $id=mysql_insert_id(); } else $id=$_POST['id']; $exec="UPDATE sponsors SET ". "organization='".mysql_escape_string(stripslashes($_POST['organization']))."', ". "address='".mysql_escape_string(stripslashes($_POST['address']))."', ". "city='".mysql_escape_string(stripslashes($_POST['city']))."', ". "province_code='".mysql_escape_string(stripslashes($_POST['province_code']))."', ". "postalcode='".mysql_escape_string(stripslashes($_POST['postalcode']))."', ". "phone='".mysql_escape_string(stripslashes($_POST['phone']))."', ". "tollfree='".mysql_escape_string(stripslashes($_POST['tollfree']))."', ". "fax='".mysql_escape_string(stripslashes($_POST['fax']))."', ". "email='".mysql_escape_string(stripslashes($_POST['email']))."', ". "website='".mysql_escape_string(stripslashes($_POST['website']))."', ". "notes='".mysql_escape_string(stripslashes($_POST['notes']))."', ". "donationpolicyurl='".mysql_escape_string(stripslashes($_POST['donationpolicyurl']))."', ". "fundingselectiondate='".mysql_escape_string(stripslashes($_POST['fundingselectiondate']))."', ". "logo='".mysql_escape_string(stripslashes($_POST['logo']))."', ". "waiveraccepted='".mysql_escape_string(stripslashes($_POST['waiveraccepted']))."', ". "taxreceiptrequired='".mysql_escape_string(stripslashes($_POST['taxreceiptrequired']))."' ". "WHERE id='$id'"; mysql_query($exec); if($_POST['save']=="add") echo happy("Sponsor successfully added"); else echo happy("Successfully saved changes to sponsor"); } if($_GET['action']=="delete" && $_GET['delete']) { //dont allow any deleting until we figure out what we need to do, infact, i think we never should hard delete //this should only soft-delete so things like awards from previous years are still all linked correctly. // mysql_query("DELETE FROM sponsors WHERE id='".$_GET['delete']."'"); // echo happy("Sponsors cannot be deleted"); } if($_GET['action']=="edit" || $_GET['action']=="add") { echo "<< ".i18n("Back to Award Sponsors")."\n"; if($_GET['action']=="edit") { echo "

".i18n("Edit Award Sponsor")."

\n"; $buttontext="Save Sponsor"; $q=mysql_query("SELECT * FROM sponsors WHERE id='".$_GET['edit']."'"); $r=mysql_fetch_object($q); } else if($_GET['action']=="add") { echo "

".i18n("Add New Award Sponsor")."

\n"; $buttontext="Add Sponsor"; } $buttontext=i18n($buttontext); echo "
\n"; echo "\n"; if($_GET['action']=="edit") echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
".i18n("Organization Name")."organization)."\" size=\"60\" maxlength=\"128\" />
".i18n("Address")."address)."\" size=\"60\" maxlength=\"64\" />
".i18n("City")."city)."\" size=\"32\" maxlength=\"32\" />
".i18n($config['provincestate']).""; emit_province_selector("province_code",$r->province_code); echo "
".i18n($config['postalzip'])."postalcode\" size=\"8\" maxlength=\"7\" />
".i18n("Phone")."phone)."\" size=\"16\" maxlength=\"32\" />
".i18n("Toll Free")."tollfree)."\" size=\"16\" maxlength=\"32\" />
".i18n("Fax")."fax)."\" size=\"16\" maxlength=\"32\" />
".i18n("Email")."email)."\" size=\"60\" maxlength=\"128\" />
".i18n("Website")."website)."\" size=\"60\" maxlength=\"128\" />
".i18n("Donation Policy URL")."donationpolicyurl)."\" size=\"60\" maxlength=\"128\" />
".i18n("Funding Selection Date").""; emit_date_selector("fundingselectiondate",$r->fundingselectiondate); echo "
".i18n("Logo")."
".i18n("Waiver Accepted").""; if($r->waiveraccepted=="no") $ch="checked=\"checked\""; else $ch=""; echo "".i18n("No")."   "; if($r->waiveraccepted=="yes") $ch="checked=\"checked\""; else $ch=""; echo "".i18n("Yes")."   "; echo "
".i18n("Tax Receipt Required").""; if($r->taxreceiptrequired=="no") $ch="checked=\"checked\""; else $ch=""; echo "".i18n("No")."   "; if($r->taxreceiptrequired=="yes") $ch="checked=\"checked\""; else $ch=""; echo "".i18n("Yes")."   "; echo "
".i18n("Notes")."
\n"; echo "
\n"; } else { echo "Add New Sponsor\n"; echo "
"; echo ""; echo ""; echo " "; echo " "; echo " "; echo " "; echo " "; echo "\n"; //$q=mysql_query("SELECT * FROM award_sponsors WHERE year='".$config['FAIRYEAR']."' ORDER BY organization"); //we want to show all years, infact that year field probably shouldnt even be there. $q=mysql_query("SELECT * FROM sponsors ORDER BY organization"); while($r=mysql_fetch_object($q)) { echo "\n"; echo " \n"; $numq=mysql_query("SELECT COUNT(id) AS num FROM award_awards WHERE year='".$config['FAIRYEAR']."' AND sponsors_id='$r->id'"); $numr=mysql_fetch_object($numq); $numawards=$numr->num; $numq=mysql_query("SELECT COUNT(id) AS num FROM sponsorships WHERE year='".$config['FAIRYEAR']."' AND sponsors_id='$r->id'"); $numr=mysql_fetch_object($numq); $numsponsorships=$numr->num; $numq=mysql_query("SELECT COUNT(users_id) AS num FROM users_sponsor, users WHERE sponsors_id='$r->id' AND users_sponsor.users_id=users.id AND users.year='".$config['FAIRYEAR']."' and users.deleted='no'"); $numr=mysql_fetch_object($numq); $numcontacts=$numr->num; echo " "; echo " "; echo " "; echo " \n"; echo "\n"; } echo "
Organization# of Sponsorships# of Awards# of ContactsAction
$r->organization"; echo "$numsponsorships  "; echo "id\">\"view\""; echo ""; echo "$numawards  "; echo "id\">\"view\""; echo ""; echo "$numcontacts  "; echo "id\">\"view\""; echo ""; echo "id\">"; /* cannot delete sponsors, we need to be able to link to them from other years, etc... this could be turned back on as a soft delete eventually echo " "; echo "id\">"; */ echo "
\n"; } send_footer(); ?>