Compare commits

..

582 Commits

Author SHA1 Message Date
jacob
fc503f505c Small modification to ensure that the user variable at least includes their name if they have no roles; 2012-03-06 18:22:18 +00:00
jacob
88ed011e5a Modified the user info structure to explain the users' t-shirt size as an enumeration rather than a varchar 2012-02-22 15:57:29 +00:00
jacob
f61b4b94f3 Quick patches:
- wording changes for creating an account and recovering passwords
 - updated rollover script to copy the conference logo
2012-02-15 16:36:52 +00:00
jacob
680528d387 Misplaced not operator preventing people from registering new projects 2012-02-10 22:04:58 +00:00
jacob
6893a22276 Updated code to allow invitaiton of committee members. 2012-02-10 20:19:19 +00:00
james
4f8b8c6a57 Forward port substitutions on firstname/lastname for new user welcome email 2012-02-10 17:37:59 +00:00
jacob
f16f5b6211 A small patch. Allows registration id's in the user field with a zero value to be handled the same way as a null value. 2012-02-08 21:30:37 +00:00
jacob
6ea87600da Updated the user_copy function to avoid copying the registrations_id and grade fields. 2012-02-07 17:31:33 +00:00
jacob
0f26cbbf2c Quick fix to make sure you can't switch to an inactive conference through the API 2012-02-06 17:41:50 +00:00
jacob
b1d2fd76a6 Another bug fix on conferences.php 2011-12-20 15:40:17 +00:00
jacob
01589a1518 Bug fixes for conference managament "wizard". 2011-12-20 15:21:48 +00:00
james
80ec239bd9 CSS fixups 2011-12-20 15:10:30 +00:00
jacob
14c192d69f Added the pronunciation field to the user object for participants 2011-04-08 18:24:24 +00:00
james
0e188391d8 Update on the winners.php to work with the new user system 2011-04-08 18:08:17 +00:00
james
2811eef8d2 Some touch-ups to get prize nomination working properly with the new system 2011-04-08 16:28:21 +00:00
james
36cc0e289c Forward port truncate username fix into trunk 2011-03-29 19:42:00 +00:00
james
974d42fa91 Fix "Try Report" from report editor - if no conference id passed in, use the current conference id, which it was set to do, but $conference wasnt global'd in the function 2011-03-29 18:27:12 +00:00
james
ef46b5811b And fix the same bug with the prize order saving 2011-03-28 18:38:49 +00:00
james
497f6eddd7 fix a bug in saving the award order (we need to .load on a div that actually exists) 2011-03-28 18:36:58 +00:00
jacob
75e7d4e574 Just a few quick query updates 2011-03-28 14:44:25 +00:00
james
b519726d73 Update website consent page 2011-03-27 17:11:36 +00:00
james
a1b0c33a64 Take website first/last name censent into consideration for app
Update project info
2011-03-27 17:08:59 +00:00
james
ade9e1b876 Update confirmed participants page from students table to users table 2011-03-27 16:49:22 +00:00
jacob
3e290af2dc Quick query fix 2011-03-24 21:34:12 +00:00
jacob
4a9e2ca163 Updated e-mail to accomodate custom e-mail address confirmation messages. 2011-03-24 21:04:28 +00:00
james
98f6a9f76d Update more communication emails (teachers, principals)
Tweak award eligibility display
Add "Account" info to student reports (email, username, pendingemail)
Move some project identification stuff around and fix the groupings
2011-03-23 19:44:08 +00:00
james
3af6933f73 hmm better implement the selection of eligibility - it wasnt working here for me, but was on some windows browsers.. so.. be explicit with what its doing and now it should work everywhere 2011-03-22 20:40:31 +00:00
james
23d8765fa6 Fix all participant emails in communication module
Make queries for communications easier, all you need is a users.id queried, the system will find everything else for you
Add ability to use [PASSWORD], [USERNAME], [EMAIL] (tries accounts.email first, if its not there, it uses accounts.pendingemail), in _ANY_ email.  [REGNUM] also added but will obviously only work for participants
Add "all" section to the tabs list for user editor, so a user without any roles can still get the basic pages like "account",  "roles", and "personal info"
Put count on participant invitations for teachers (and superusers)
Fix a bug where changing a password for a different user didnt work (it changed YOURS!)
2011-03-22 04:37:51 +00:00
james
5147b3a62b Fix daves commit from last night, we dont use year anymore, we use conferences_id 2011-03-20 19:20:03 +00:00
dave
58af12c9cb Commit from branch2.3, match the categories/divs with the project year to avoid printing categories from previous years. 2011-03-20 00:09:00 +00:00
james
d59908033e Always put the app text under the barcode so people know what its for :p
Fix the naming of the barcode function for consistency
2011-03-19 21:05:18 +00:00
james
12bb399d48 Fix the conference logo not working on reports (FINALLY! god for such a stupid bug it took me forever to realize it), also tweaked the barcode code a bit 2011-03-19 20:49:06 +00:00
james
c493120128 INcrease the size of the barcode slightly. 2011-03-17 23:16:44 +00:00
james
047dd2c86f Oops missed one (IMPORTANT) barcode commit 2011-03-17 23:13:51 +00:00
james
c338261abc Add iPhone app stuff to trunk/ 2011-03-17 23:06:16 +00:00
dennis
2e303635ea Changes to facilitate running in Windows OS IIS or Apache werb server 2011-03-15 20:28:10 +00:00
james
3b2bf0a0e2 Oops, fix off-by-one in safetyquestion report editor fields 2011-03-15 00:08:59 +00:00
james
41085e2c46 Add fields for project safety question answers to report buildeir 2011-03-14 22:04:30 +00:00
james
d182699702 shrink RegNum column, it doesnt need to be so big.
fix project_details custom report for students->users
2011-03-14 21:24:39 +00:00
james
9c080c76f5 Add some trimming to username/passwords/emails (to prevent people from putting spaces before and/or after their email address causing it to be invalid)
Updated report system to read students from users table instead of students table
Fix tcpdf tables spanning multiple pages spilling into the header area
Fix calling an invalid add_table function (its addTable yo!)
2011-03-14 20:59:16 +00:00
james
badc2e9378 forward port translation changes on participant special award pages 2011-03-10 16:17:21 +00:00
james
81fafb609c Add ability fo superuser to SEE anyones current password 2011-03-10 15:01:17 +00:00
james
6d189a907f If the email is already validated (like if they clicked the link more than once) just tell them thats the case instead of telling them its invalid (which it is) 2011-03-09 23:43:19 +00:00
james
a463b591cc Make participant invite table header clickable to sort 2011-03-09 02:49:41 +00:00
james
ae8ec49388 Allow admin or superuser to uninvite students from any school 2011-03-08 17:46:25 +00:00
james
43283059ae show pendingemail in school list if email isnt set (and let them know its unconfirmed)
show "no name set" in school list if the name (firstname." ".lastname) is blank
2011-03-07 22:34:28 +00:00
james
5270935d3b A few tweaks to get the simcoe signature page back to 1 page
- reduce some spacing
 - remove final <hr /> from bottom
2011-03-07 20:05:26 +00:00
james
ef327f008b Update the javascript based count when the page loads 2011-03-07 17:48:06 +00:00
james
e47f65729d Trim the summary before splitting to count words (gets rid of leading and trailing whitespace causing extra 'words') 2011-03-07 16:28:02 +00:00
james
7583dc7dc6 More better output for school info on partifipant invite list (see whats going on!) 2011-03-05 04:44:27 +00:00
james
caf1207fbf Put some superuser stuff on the participant invite page so alison can see whats going on 2011-03-05 04:39:06 +00:00
james
b26d9a3dc4 Fix school list 2011-03-05 03:13:15 +00:00
james
c995e226c7 Update registration_list
Update registration_statistics
Update registration_receivedforms
Update student_editor
2011-03-04 22:29:55 +00:00
james
953e95ac3e Update student/project editor for admin
Fix the registration_list.php to work again - temporarily disable "create new project" and the ability to ADD students to an existing project
2011-03-04 21:52:37 +00:00
james
9caa5b0a17 Fix the local sfiab side of special awards
Add "numstudents" to top of participant main page
2011-03-04 20:07:10 +00:00
james
c6ba56f57a Fix the -1 for the god damn last time 2011-03-04 19:56:15 +00:00
james
af47f30aeb Fix special award nominations to work with "-1" special award (i dont want to nomiiated for special awradsa) 2011-03-04 19:21:30 +00:00
james
afd81015eb Send the -1 award through for 'no special awards' 2011-03-04 16:38:15 +00:00
james
a28ab561eb Properly handle award id = -1 for "i dont want special awards" 2011-03-04 16:15:10 +00:00
james
c0299dc870 Update docs for account/edit, and tweak link_username_to_email 2011-03-04 16:01:59 +00:00
james
7d6d1851cd michael couldnt find the registration number becuase it was called 'num' so now give him both 'num' and 'registration_number' 2011-03-04 05:51:23 +00:00
james
133b41da5b Fix typo, argh 2011-03-04 05:28:14 +00:00
james
9a33f52e15 global $conference in joinproject 2011-03-04 05:19:42 +00:00
james
81f6702412 Wehn adding a project, get the WHOLE project object to return using getProject instead of simply quering it manually 2011-03-04 04:54:50 +00:00
james
0255fdbb88 Add firstname and lastname to the incomplete log for a better idea 2011-03-04 04:45:21 +00:00
james
ac30e13078 Add teacher emaisl to communications tool 2011-03-04 02:26:22 +00:00
james
acbd76aa03 FIx missing numstudents in project object 2011-03-04 01:32:52 +00:00
james
9efd7d89f9 UPdate teh numstudents API docs 2011-03-04 01:05:47 +00:00
james
cbfd66bb28 add numstudents API to the project object
also add a unique constraint on the user_roles table (user_id,role_id)
2011-03-04 01:05:15 +00:00
james
7254d983d8 FIx bug in special awards saving 2011-03-04 00:49:25 +00:00
james
5df66f4b7e Commit earlier fix to getProject returning invalid project object, im assuming this fixes michaels issue even though i havent heard yet... 2011-03-04 00:18:39 +00:00
james
c87f23397f Add better debug messages to output 2011-03-03 23:14:52 +00:00
james
4c15b72a8b and finally, fix special awards registration in teh system 2011-03-03 22:42:49 +00:00
james
2d2b9f4ef2 Update project page and status 2011-03-03 22:40:35 +00:00
james
020bebc1ab Fix project saving when session registration id isnt set properly, but we have it from the user object 2011-03-03 22:33:52 +00:00
james
b9d8a9c8c5 catch a few more role/add errors, and show more debug if it (by chance) hits the defualt case 2011-03-03 22:17:05 +00:00
james
3360fe95eb Tweak signature page 2011-03-03 22:04:11 +00:00
james
056d4d23bb Updates to old participant pages to work with new user system 2011-03-03 21:55:05 +00:00
james
4aced55922 Remove 'special awards' from participants user profile, it shoudlnt be there! 2011-03-03 21:38:35 +00:00
james
f31cc5c5fa remove the not used special awards section 2011-03-03 21:20:30 +00:00
james
b1940cbb9a Don't let students sign up for more special awards than tehy are allowed to 2011-03-03 20:58:54 +00:00
james
42ba7a3db9 Pass in the registrations id for the user 2011-03-03 20:55:12 +00:00
james
39dd0e6897 Some adjustments to student status, and make the old "main" page start to work again 2011-03-03 20:52:17 +00:00
james
bd4eb9a9cc Reorder status array for Michael
Remove registrations_id from field list
Adjust remove dateofbirth in favour of birthdate
2011-03-03 19:24:49 +00:00
james
699e12523f make foodreq field based on configuration
api registration/fields accepts both string (to json decode) or a post array, so the testapi page works
2011-03-03 18:11:36 +00:00
james
6ca366e1b8 Oosp actually put in the db update too 2011-03-03 17:39:14 +00:00
james
d0702e9dc1 Add participant_fields and participant_required_fields 2011-03-03 17:37:56 +00:00
james
9b1e3fa964 Add judge completesections
Fix typo in participant page
2011-03-03 16:34:22 +00:00
james
bca687a50e tweak studnet status, rename functions to make more sense
particpants 'role' is now complete if their own personal info is complete
registration status is now separate and dictates whether the registrations overall status is complete or not
2011-03-03 16:24:09 +00:00
james
17d15584d0 Only check single user complete status for their 'role' to be complete
The overall registration status is now done completely separate
2011-03-03 16:15:48 +00:00
james
04283b7383 Add ability to edit users from the account_list
TODO: force user to join a conference if they dont have a user record for the conference yet (then roles cna be added, like say, committee :p )
2011-03-03 05:44:49 +00:00
james
f58e53cdb8 Okay really completely get rid of the role if '{$type}_enable'=='no'
Move account_list to main admin page
2011-03-03 05:36:36 +00:00
james
8588846591 Undo the roletype change, i think there's more going on here than i originally thought.. it hink we use the $_SESSION['roles'] in two different ways at some point, fixing one breaks the other, need to investigate more 2011-03-03 05:32:46 +00:00
james
5ce75f9a82 Allow uninviting participants 2011-03-03 05:13:29 +00:00
james
a5eeefa195 Dont display anything for volunteer registration if its complete disabled
Tweak setting school id when inviting participants when an account is both a teacher AND an admin (still need to set the school!)
Disable registration_list for now, so Alison doesnt try it and see it broken and get frustrated
2011-03-03 05:03:44 +00:00
james
002704889b Add doc for nummentors to project object 2011-03-03 04:43:03 +00:00
james
22b4d119f6 Move nummentors to project object
Remove registration/edit (we dont need to post anything back... for now...)
2011-03-03 04:42:13 +00:00
james
26e4204015 Fix a bug in loading users (cant call user_load() within any function that is called within user_load itself, like all the individual page checks -- in this case, emergencycontactStatus()
Add special awards display to project/view
Add special awards saving to project/edit
2011-03-03 04:24:21 +00:00
jacob
b9fbc56372 A start on adding the special awards API 2011-03-03 03:00:35 +00:00
james
95bbdab5f6 Add safetyquestions as part of the project/view and project/edit API 2011-03-03 02:57:40 +00:00
james
4fe1b04db3 Few code touchups, emergencyContactStatus pulls from users not students 2011-03-03 02:23:47 +00:00
james
0b50b6b8f8 If a registration role type is completely disabled (via "{$type}_enable"="no") then report "not available" for that role, regardless of what the registration_type says 2011-03-03 02:18:15 +00:00
james
cd140c198a Add basic project info to registration/view 2011-03-03 01:53:04 +00:00
james
0d365bc731 mentors are also incomplete if we have less than we say we're gonna have 2011-03-03 01:46:37 +00:00
james
04dcd31b6a Oops registration_id not registrations_id
Also fix the roletype error on main page
2011-03-03 01:36:41 +00:00
james
53b155215d Add missing } 2011-03-02 23:58:38 +00:00
james
648e1bb031 Oops move registration into the righ tsection 2011-03-02 23:56:13 +00:00
james
9ff6a1cf58 Tweak doc 2011-03-02 23:53:35 +00:00
james
87940b54de Add API registration/view
Add API registration/edit
2011-03-02 23:52:44 +00:00
jacob
b955b01965 Erg - indeed, a fix for something I overlooked 2011-03-02 23:00:14 +00:00
jacob
0c6f1c3b70 Added the necessary code for updating the grade category that a project belongs in whenever it or it's participants are modified. 2011-03-02 22:41:26 +00:00
james
1749d8c67b Fix the contact form 2011-03-02 21:17:59 +00:00
jacob
902e45fe2e Missing function definition. Not sure why that didn't show up before... 2011-03-02 20:39:57 +00:00
jacob
c0b592dbd1 A quick catch to avoid errors on checking a students registration info when they have none 2011-03-02 20:28:20 +00:00
james
44ac9e6640 Remove registrations_id from one other place too 2011-03-02 17:46:53 +00:00
james
6f882b38b9 Remove registrations_id from the mentor object, it gets set when a mentor is added automatically, but should never be changed 2011-03-02 17:45:36 +00:00
james
693fb1e398 Oops fix is_array typo 2011-03-02 17:39:13 +00:00
james
46f292ba16 Switch mentors to only be "edit" instead of "add and edit"
If a id exists, it is updated
If no id exists, it is created

edit now returns the full mentor view array
2011-03-02 17:18:13 +00:00
jacob
e538262cc6 Update to user_load to ensure that the roles statuses are directly checked upon loading the user. 2011-03-02 17:12:13 +00:00
james
86ab58acac Fixes to maek signature page work 2011-03-02 16:50:28 +00:00
jacob
e7fac7406f Some user data that was expected in the session was not getting updated
on the user load.  Fixed.
2011-03-02 15:57:38 +00:00
james
5f289a6761 Update signature page to properly pull student info from users instead of students 2011-03-02 14:41:32 +00:00
james
5dba209aae Fix json_decode, we need the second parameter to specify an assoc array instead of an object 2011-03-02 14:26:18 +00:00
james
0e45df5df8 Add page_text's for participant and teacher invite only 2011-03-02 06:41:14 +00:00
james
1bc55cf742 Add two missing emails (for teachers and participants) 2011-03-02 06:26:33 +00:00
james
32b3d1d368 Add a quick and dirty participant_invite page to allow teachers to invite participants, since the teacher interface hasnt been created yet on the drupal side 2011-03-02 06:22:27 +00:00
james
963e1cdd31 Update wording on school info page to be more clear 2011-03-02 05:25:31 +00:00
james
0c3f01f238 Put a useful link on the main page, since there's nothing else 2011-03-02 05:25:00 +00:00
james
ead770775d Make sending emails with HTML work properly if there's no HTML yet 2011-03-02 05:24:09 +00:00
james
2b808e5e48 Make school feedback work 2011-03-02 05:23:38 +00:00
james
d6efd6749e Tweak the docs 2011-03-01 20:09:33 +00:00
jacob
e10d31f2c8 Updated the api for api/project/mentor/add and api/project/mentor/edit. Both now accept an array of
mentor arrays (now referred to as 'mentors' instead of 'mentor').  /edit will only accept an array,
but /add will accept that or no parameters to generate a fresh empty record.
2011-03-01 19:57:05 +00:00
james
3419f06b0b emergencycontact ORDER BY id 2011-03-01 17:59:08 +00:00
james
d3801e5a17 mentor/view ORDER BY id 2011-03-01 17:58:13 +00:00
james
ec5736c29f Return associated array instead of indexed on addMentor 2011-03-01 17:56:13 +00:00
james
3cf5b38994 Fix path of ajax script for user select autocomplete
Add label to the field so they know what to type in
2011-03-01 16:21:29 +00:00
jacob
143b255375 Oops - needed to move a line with some other modified code. 2011-02-28 21:54:21 +00:00
jacob
a773a76ed9 Quick touch-up on the user structure, adding a subset to the user role status for the participant role. Fixing also (I think) the problem with users always seeming to have the complete status 2011-02-28 21:45:51 +00:00
james
69bc561055 allow project/add and project/mentor/add to pass in an corresponding input array, and save that into the newly created project/mentor 2011-02-28 19:00:24 +00:00
jacob
2eeff8d688 Moved participant registration completion checks into participant.inc.php, and added the participant_status_update function to call them all and find get the total status.
Updated judge.inc.php and volunteer.inc.php - they were previously putting the complete status for a role into the user object as a separate value (eg. $user['judge_status'] = 'complete';).  Updated that to put it in the user's role list directly (eg. $user['roles']['judge']['status'] = 'complete').
Updated register_participants_namecheck.php to use the user table and check the session against the normal user_auth_required.
2011-02-25 22:30:50 +00:00
jacob
d10d5f3835 Quick fixes:
1) desk and outlet information no longer required when saving a project if they're not required in the config
 2) Updated the project/save api to have consistent return value with other api functions
2011-02-25 16:19:15 +00:00
jacob
82746f754b Added the emergencycontact info to the code describing the structure of the user object (user_get_fields). 2011-02-24 18:42:46 +00:00
jacob
2ec08b64d9 Adding additional student fields to the users table
Added name confirmation to the api in api/user/displayname/get and pi/user/displayname/confirm
2011-02-24 17:44:12 +00:00
james
0968725a5f Adjust Dennis's conferences editor commit slightly 2011-02-23 23:18:06 +00:00
james
4ba97420ee Forward port the new 'custom - judges - all years' report 2011-02-23 23:12:42 +00:00
james
b9c95e8719 Oops remove the second unneeded parameter 2011-02-23 23:06:20 +00:00
james
3ac1d9f92d Forward port translation changes 2011-02-23 23:05:27 +00:00
james
56119710a0 Upgrade TCPDF from 5_3_00 to 5_9_056 2011-02-23 22:42:29 +00:00
james
4f319cea75 tcpdf supports png's internally as well, and png's give better color results in the final pdf (see simcoe county logo!) 2011-02-23 22:33:30 +00:00
james
ac334f2534 Add working school editor -- some things in it will need to be refactored out, but for now, just leave it as is so alison can get to editing her schools 2011-02-23 21:57:33 +00:00
jacob
19676aa403 Modified the authentication api to store project registration id and registration number in the session.
Updated the project api's to use project id/number stored in the session
2011-02-23 21:12:12 +00:00
james
0320f662dd remove the student table from the register_participants_signature auth
add 'participant' to the auth requirement for projects in the API
2011-02-23 19:30:50 +00:00
james
06fdbe1621 Fix commmittee member management page to work with new user system (and to force committee rollover since we didnt do it on rollover) 2011-02-23 18:50:46 +00:00
james
22a46874ee Misc login/invite fixes 2011-02-23 17:50:06 +00:00
james
518472136d Update the account list with more details 2011-02-23 17:48:44 +00:00
jacob
74cfb14bf4 minor touch-up: don't need to load the emergency contact's id when loading it as part of the user object. 2011-02-23 17:35:50 +00:00
james
fa3a661b62 Allow superuser to edit other peoples accounts
Show pending email if there is one
2011-02-23 17:09:39 +00:00
james
6b37f4b721 Move user_editor_window to the root, so it can share a common user_edit_tabs.inc between user_edit (for the logged in user) and user_editor_window (for admins to edit users)
Start fixing the school editor (not done yet)

Update jqueryui (1.8.9) and jquery (1.4.4 - NOT 1.5 - 1.5 causes conflicts with autocomplete and validaotor plugins)
2011-02-23 16:45:00 +00:00
james
79baaa37b6 Make password optional for create account (it'll pick a random one if not specified) 2011-02-23 16:42:08 +00:00
james
a484939f1b Move openeditor() to sfiab.js common file, and update references to it 2011-02-23 16:40:17 +00:00
dennis
ee657d49a1 Dennis. Changes allow 'installation' in windows servers (and others) Complete functionality in windows servers still 'in work' 2011-02-22 21:54:34 +00:00
jacob
6c0e0cb0ca Added emergency contact info as an array member of the user object.
Updated register_participants_emergencycontact.php to link emergency contacts directly to the users, and allow multiple emergency contacts for a single user.
Added the users_id field to the emergencycontact table, allowing that direct link.
2011-02-22 20:52:54 +00:00
james
ab566836e7 Upgrade jquery and jqueryui, so we can use built-in autocomplete 2011-02-22 17:50:14 +00:00
james
a451a47a94 Fix displaying science head emails, and add them to the list-view as well for convenience 2011-02-22 15:49:06 +00:00
james
7eb89d98a2 use addTable instead of add_table for consistency between interfaces 2011-02-22 15:24:19 +00:00
james
1d2642527e Add a simple index to the top of the APIDOC page 2011-02-21 22:17:58 +00:00
james
8d7eb7ca72 add api/project/signatureform API 2011-02-21 22:07:06 +00:00
james
8aaff3cbd7 Add another missing semi-colon 2011-02-21 21:40:52 +00:00
jacob
f22dfb3c93 Added project mentor management to the api, and functions for testing it 2011-02-21 19:42:13 +00:00
james
e06eb7dbd8 Add missing ; to 194
Remove duplicate INSERT of roles (its in 193, no need to do it again?!)
2011-02-21 16:22:29 +00:00
jacob
64ef61d88f Added api functionality for disconnecting a user from a registration : api/project/remove 2011-02-18 21:53:07 +00:00
jacob
f785a71be2 Oops - removed debug output from the project/new api.
Updated getProject to take userId as a parameter, rather than the registration number.
2011-02-18 20:48:56 +00:00
jacob
40e139b7a1 Fix for logical error in how I connected users to registrations. Had the wrong ID field connecting them. 2011-02-18 20:25:47 +00:00
jacob
e6dfe1c476 Added joinProject function in register_participants.inc.php, and added the api for it at /api/project/join 2011-02-18 19:19:56 +00:00
jacob
c1d248dbd3 Added the soulmate for a lonely opening brace. 2011-02-18 17:12:32 +00:00
jacob
6519392bd5 Added getRegistrationsId() function, returning the registration ID for the specified user 2011-02-18 17:05:07 +00:00
james
96f36d4681 Implement project\/view 2011-02-18 16:56:35 +00:00
jacob
340a45127b Added code preventing users from creating more than one registration/project 2011-02-18 16:46:44 +00:00
james
3c0151263f Convert project/edit to pass a 'project' object as JSON instead of individual fields 2011-02-18 16:37:11 +00:00
jacob
ef4a14a386 modified the project/add API to not expect any data, but simply create the project. 2011-02-18 16:14:23 +00:00
jacob
3745d8cfd9 Added api functionality for creating and saving projects 2011-02-17 22:04:47 +00:00
james
b71a0dc994 email_send should send html version of email if we have it, also dont translate the subject & body thorugh i18n() 2011-02-17 16:36:17 +00:00
jacob
dfb54ec9df Added date of birth, food requriements, t-shirt size and medical alert info to the users table as student fields 2011-02-16 19:08:58 +00:00
james
93f4703b71 Add account_list (temporary hack)
user_invite can find users by username OR by email address
if the account is found, but user_load fails, thats okay, it just means that they dont have any roles yet
2011-02-16 18:39:59 +00:00
james
4ac3a8f974 Revert Dennis's commit - improper line endings caused the whole files to be replaced 2011-02-16 16:59:33 +00:00
dennis
ce35d4ccee Changes by Dennis. Required to provide for a clean install on Windows server ISPs (also my Windows xp workstation with PHP and mySQL). There should be NO changes to functionality. 2011-02-10 14:46:58 +00:00
james
221213e1d8 Add grade to participant required fields 2011-02-02 23:19:15 +00:00
james
ebc7d7ad1d Fix the other two places that used the array_diff_assoc incorrectly (by simply removing it) 2011-02-01 21:59:06 +00:00
james
b4d018f771 Fix user_save to properly update the status of all roles that the user has
Fix special awards tab to load&save properly
Fix volunteer positions tab to load&save properly
2011-02-01 20:10:11 +00:00
jacob
347b12ab2e Oops - only update the session user id for the newly created user if it's the same account and the same conference as the one doing the user creation 2011-01-28 20:16:43 +00:00
james
8714fe7a1d Fix invitation emails 2011-01-28 20:02:21 +00:00
jacob
ceb55a49a6 Add a user id to the session when someone adds a role (and thus a user) to an account that does not currently correspond to any user records. 2011-01-28 19:57:09 +00:00
james
462427c1b1 Fix divisions insert check 2011-01-28 18:22:18 +00:00
james
cb6796b95d Languages group fix 2011-01-28 18:12:30 +00:00
james
349af780ed Email address fix for user_list (now show accounts.username and accounts.email) 2011-01-28 18:01:31 +00:00
jacob
552ce74d96 Couple of quick fixes:
- the "languages" field needed to be regrouped when applied to a Science Olympics account
 - Modified account/create api to test all errors and return them as a group, rather than exiting on the first error
2011-01-27 22:55:42 +00:00
james
a5bd01f621 Bunch of fixes 2011-01-26 23:15:58 +00:00
james
97076cbe32 Add function to copy schools from a different conference.
fix the user_load_by_uid calls, but im not sure if simply replacing them with user_load() is the 'right' fix.. but at least the page loads now :p
2011-01-11 20:10:51 +00:00
james
9230b559db Forward port mysql 5.1 16 character username limit difference 2010-12-30 14:24:05 +00:00
james
e0f0a5dd90 Re-do user_invite to allow users to be invited by admin/config's - its not complete, but its working, it still needs to send emails though to tell the user of their new role, but i need to think on how to do that because if its a new account then it could be just a username/password without an email, but if its invited then the email __IS__ the username, but we shouldnt rely on the email being valid until its been confirmed via the email confirmation.. ugh?!?! 2010-12-21 23:16:20 +00:00
james
8f2e8f985b Adjust wording slightly 2010-12-21 22:57:46 +00:00
james
beac7bb44e Forward port the "auto-select novice" change 2010-12-16 16:56:49 +00:00
james
459eb17e98 Add a hidden config option (put it in data/config.inc.php) to not require API access over SSL 2010-12-08 21:18:07 +00:00
james
8f17e80169 If there's less than 2 conferences (specifically, 1 conference) then dont show the conference selector in the header 2010-12-07 19:29:02 +00:00
james
673b0b51f8 Make conference saving work again 2010-12-07 19:26:39 +00:00
james
e278505bc0 Simplify the user list and make it work again 2010-12-06 20:26:39 +00:00
james
39ff0dd2ce More fixes to (hopefully) allow a superuser to add admin/config roles 2010-12-06 19:33:38 +00:00
james
0acf5a5661 Allow superuser to always access admin/config even if its not in their session roles 2010-12-06 18:33:02 +00:00
jacob
8817e5eb86 Updated the user loading to only include fields that are relevant to the roles, accounting for the fact that certain roles (eg. juge) have different fields for different conference types. 2010-12-02 20:28:19 +00:00
jacob
336cec80e0 Quick fix for an error showing up in some field types for the api
Added an error catch, re-indexing the languages array when a user is saved, to ensure that the indecies are numeric
2010-12-02 18:43:35 +00:00
jacob
77a3c77e69 oops - forgot to remove debugging remarks 2010-12-02 17:54:01 +00:00
jacob
dfd468505c Modified the api loging for better readability and to include the output 2010-12-02 17:50:16 +00:00
jacob
128fc6a3b5 Added logging to the API, and separated the log file creation into a common function 2010-12-02 17:25:23 +00:00
jacob
a6544f40c4 Added an error check in saving the user, avoiding duplicate keys on an insert if bad data is passed in. Touched up the error output to make finding errors a pinch easier. 2010-12-02 16:33:04 +00:00
jacob
6b94ef5c76 Added abillity to uninvite a user from a particular role where allowed, and api function (/user/uninvite)
Added function user_list_modifiable, which returns a list of user info that the current user is allowed to modify (users.inc.php)
Added api for calling user_list_modifiable (/user/list)
2010-12-01 19:40:45 +00:00
jacob
39f53e4168 Added teacher abillity to add/remove students
Updated the user_save to output more meaningful errors
Updates on 'questions' and 'pagetext' tables to change the 0 conference ID to -1, matching the -1 year
2010-11-29 22:54:12 +00:00
jacob
1e1fa0097a Updated super/conferences.php, adding a rollback if there are errors in copying a conference.
Added compvars.php, which is a test script for comparing data after it's been rolled over from one conference to another - used to test the rollover in super/conferences.php.
Updated usage of the role "student", replacing it with "participant".
2010-11-26 16:50:17 +00:00
james
57561c829d Add copyoriginal and copyparent to API 2010-11-25 20:47:32 +00:00
james
46b39f81e0 Add copyoriginal, copyparent, and notes(currently unused) to conferences table
Add code in create conference and copy conference to set copyoriginal and copyparent
Add missing json_decode to API (we expect ALL arrays being POSTED to be json encoded)
2010-11-25 20:45:44 +00:00
jacob
e9f46edb0e Added code for inviting users, access to it through the api 2010-11-23 20:58:38 +00:00
jacob
8f255f4eb8 Added an icon for conference management. Added fields in the config for teachers 2010-11-18 22:46:46 +00:00
jacob
0720cb0ae0 Updated super/conferences to properly manage existing conferences, and touched up it's UI to fit the site theme 2010-11-18 20:44:48 +00:00
james
63178e596b Add dictionary documentation
Update Test API page to link to apidocs and dictionary
2010-11-18 17:24:18 +00:00
jacob
1701e965ef Added a quick link to test api/registration/dictionary 2010-11-18 17:10:53 +00:00
jacob
8b15620f69 Added the api/registration/dictionary functionality 2010-11-18 17:00:26 +00:00
jacob
e730a5ab05 Added the rollover for the fiscal year, and removed the rollover for the fair year 2010-11-18 16:38:12 +00:00
jacob
f6eee9666a Updated to properly use the user_save function 2010-11-18 16:02:11 +00:00
jacob
31baeaa715 SQL error fix 2010-11-18 15:59:22 +00:00
james
a8b0adce05 fix typo 2010-11-17 23:47:37 +00:00
jacob
1b098f85b3 The API depends on a return value from the user_save function, which was not being generated.
Updated user_save to return 'ok' on success, and an error message otherwise.
Updated api.php to make use of user_save's retun value.
2010-11-17 21:02:32 +00:00
jacob
6c5669c3f4 Arg - accidentally committed with a data dump... 2010-11-17 16:37:44 +00:00
jacob
1972323a65 Correction on how the multiselect fields are described 2010-11-17 16:12:10 +00:00
jacob
2848ed177d Quick correction on how lang is described in the user_get_fields function 2010-11-17 15:52:02 +00:00
jacob
0ff766175b Updates on the data that gets returned when describing the user structure
Modified user code to properly save the volunteer availability data
Updated the UI to properly use the user_save function to update judge and volunteer info
2010-11-16 22:51:42 +00:00
james
61fba8a93c json_decode always returns an object unless you tell it to give you an associative array (2nd parameter)
give multi-select-lists as full object's where appropriate (might be more too? special awards?)
2010-11-16 21:19:16 +00:00
jacob
a0c64963e0 small mod on user save function 2010-11-16 20:54:46 +00:00
jacob
cf2e2eb6db Modified some of the user preference data as it's stored in the user array 2010-11-16 20:42:40 +00:00
jacob
1e2340beb1 Some updates on the interface for creating conferences
Modified the user object, correcting some issues with judging availability and volunteer availability.
2010-11-16 19:53:26 +00:00
james
7113a3df95 Oops, i never committed this before - add configerence id as an optional parameter to /auth/login 2010-11-16 04:29:16 +00:00
jacob
00f380483b Rewrote the installation script to deal with conferences
Writing UI components to create conferences from within the user interface - still buggy
2010-11-10 23:05:24 +00:00
jacob
a3b72f7aa3 Altering tables projectdivisions, projectsubdivisions, and projectcategories, changing their primary keys from (year, id) to (conferences_id, id) 2010-11-10 19:25:46 +00:00
jacob
a7a7735347 Added grouping to the list of user information fields 2010-11-10 18:47:01 +00:00
jacob
769d5ee969 A quick fix. The award_awards_table had the conferences_id set to 0 where the year was -1. Modified it to match. 2010-11-05 17:48:19 +00:00
jacob
88c6d9a0dd Further updates in migrating to conference id 2010-11-03 20:59:03 +00:00
jacob
c3cf698524 Updates converting from year to conference id. 2010-11-03 17:18:02 +00:00
jacob
54070f1836 Several updates on migrating from fair years to conference id's 2010-11-02 20:35:47 +00:00
jacob
1c1a0673c3 Adding conferences_id to the last two tables that need it 2010-11-02 16:24:04 +00:00
jacob
89475dae93 A quick function update 2010-11-01 21:51:27 +00:00
jacob
e4d94ffca2 Updated the communication queries in communication.inc.php to use the conferences system rather than fair years. 2010-11-01 21:23:17 +00:00
jacob
5e0886c812 Minor correction 2010-11-01 17:21:58 +00:00
jacob
ca0e700952 More conversions from fair year to conference id 2010-11-01 17:14:42 +00:00
jacob
d8df2be109 Quick patch on my last commit. 2010-11-01 15:28:51 +00:00
jacob
21261a99af Many updates of queries, switching from usage of FAIRYEAR to conference_id. 2010-11-01 15:24:59 +00:00
jacob
4f35702bbf Added API function for modifying account information 2010-10-28 21:22:12 +00:00
jacob
d0d3c7b7c4 Separated the functionality of school selection from the pages, implemented it in the API 2010-10-27 16:40:17 +00:00
jacob
f1b9123835 Added a couple of field descriptions in the user fields 2010-10-26 19:38:08 +00:00
jacob
92d46976f7 Separating judging timeslot selection into the user object 2010-10-26 18:15:04 +00:00
james
0bcd811101 Fix passing in role list by ids 2010-10-25 23:58:48 +00:00
james
3971df267f Add registration field roles to testapi.php page
Fix char(2) field detection
2010-10-25 23:55:38 +00:00
james
19e146547f Fix api registration fields when roles ar epassed in
roles can be passed in as array of ids or array of types
2010-10-25 23:12:35 +00:00
jacob
bb40bf4da1 Updated the user_load and user_save functions to handle judges special awards selection.
Updated judge_special_awards.php to use that method rather than direct SQL queries.
2010-10-25 18:07:55 +00:00
jacob
7625c2e309 User settings touch-ups 2010-10-22 21:17:25 +00:00
jacob
cee52c6b67 Updated function for getting user info structure. Used it in the user_load function. 2010-10-22 18:43:17 +00:00
james
a5887bdf96 Oops fix the docs 2010-10-22 15:12:45 +00:00
james
a035a6f8e3 Add registration/fields API
Fix $roles array use colliding with global $roles array ($roles should never be used anywhere! its a master list of all of the roles set in the bootstrap!)
2010-10-22 15:06:49 +00:00
jacob
bae700dead Starting on code for getting relevant field descriptions for user data depending on
the roles for that user.
2010-10-21 21:56:09 +00:00
jacob
3867b9b539 Fixes on the modified user_load function 2010-10-21 16:08:41 +00:00
jacob
b9bcb127a6 Updated these tables to include the conference id:
award_awards
	award_prizes
	award_types
	award_awards_projectcategories
	award_awards_projectdivisions
	winners
	students
	projects
	registrations

Also modified all code that uses those tables to work with the conference id
instead of the year, with the exception of these files:
	communication.inc.php
	reports_students.inc.php
	rerollprizes.php
	remote.php
The "rerollprizes.php" probably doesn't matter, having been a one-time usage
file anyway.  The others will need to be modified in the future to correctly
use the conference id instead of the year.
2010-10-20 21:58:26 +00:00
jacob
78bf0c8751 Modified user_load to load only fields relevant to the roles that the user has 2010-10-20 19:44:18 +00:00
james
a792b763a1 remove username from the standard user fields
add 'required_fields' array to the user object so the API users know which fields are needed
2010-10-20 17:25:43 +00:00
james
c367656d02 also load committee whether its active or not 2010-10-15 01:46:53 +00:00
james
ab068fdfbb Fix updateSessionRoles once and for all 2010-10-15 01:31:07 +00:00
james
759ecc0a1a Oops its user_load not users_load 2010-10-14 23:06:21 +00:00
james
f225787e39 Properly update the session roles from the API side
Allow (u) to be empty if we dont have it, we can get it from the session users_id
2010-10-14 20:38:48 +00:00
james
241618c74f Fix saving active/deactive roles
Fix the session roles when roles are modified and only put 'active' ones into the session roles array
2010-10-14 20:31:10 +00:00
james
ba793ac8e0 Fix rolestasks saving of the level for each item
Fix tableeditor css to only modify anything in the tableeditor/tableview classes
Fix saving language for volunteers
Fix error message for saving phone numbers on organization and personal
Fix schoolfeedback and schoolinfo pages
Update school select tab, better html and school options list
Fix css for tertiary menu to show difference between selected and non-selected
2010-10-14 19:42:20 +00:00
jacob
01d70abf74 Added teacher interface in olympics
UI touch ups
2010-10-14 17:51:56 +00:00
jacob
4a3ea7dba9 Changed the scienceolympic judge settings to a generic activity selection tab (replacing so_judge_other.php with activities.php)
Altered use of schedule_users_availability_link.  It no longer distinguishes by role.
2010-10-14 15:26:47 +00:00
james
e55a6f901a fix schedule display boxes to be the same for FF/IE/Chrome
Add min/max judges/volunteers/teams
Add defaults
Update science olympic tab display
Add Teams/Volunteers/Judges status to admin schedule view
2010-10-14 15:11:52 +00:00
james
2b4b42c250 Dont make jquery elements bigger, it messes stuff up! 2010-10-14 14:31:16 +00:00
jacob
8e4306ae3b Updated volunteer preferences to work with the new interface and with the new conference id system 2010-10-14 14:10:49 +00:00
jacob
9229b1665b Added user settings config for science olympic judges 2010-10-13 21:01:01 +00:00
jacob
941b5e127f Quick correction on automatic e-mail 2010-10-12 18:00:17 +00:00
jacob
f0d1578ac3 Added generic "account" password recovery 2010-10-12 16:49:38 +00:00
jacob
607834bc0e updating _SESSION when user roles are modified 2010-10-08 20:28:56 +00:00
jacob
7d5f5cccd0 Removed some usage of old user functions. Added role handling in testapi.php 2010-10-08 18:43:20 +00:00
jacob
835047f3a8 Role functions debugged in account.inc.php, using them in user_main.php and user.inc.php 2010-10-08 16:07:07 +00:00
jacob
177f49f805 moving code for modifying user roles into accounts.inc.php. Incomplete. Broken. 2010-10-07 22:02:45 +00:00
james
fce116316e Implement the role/* functions 2010-10-06 21:01:17 +00:00
jacob
98dcfd6399 added some skeletal function stubs 2010-10-06 20:01:15 +00:00
jacob
daa714e5ef Added functionality in the main page for managing roles 2010-10-06 17:05:54 +00:00
jacob
052024b6d6 Updates for letting users register in roles. Incomplete 2010-10-05 21:46:29 +00:00
james
e590c94690 Fix api for categories (projectcategories_load wouldnt have ever worked!) 2010-10-05 20:24:43 +00:00
james
4ddbffe4bb Oops, guess i should test before committing -- this fixes the syntax error, as well as allows more weird chars to be properly set and saved as division/category titles 2010-10-05 20:18:32 +00:00
james
e7222337f7 Fix a typo 2010-10-05 19:45:28 +00:00
james
eb1012f7c5 Oops, also bump the DB version so it runs the new updates 2010-10-05 19:45:05 +00:00
james
4f42407073 migrate categories/divisions/subdivisions from FAIRYEAR to conferences_id
rename API call /config to /config/variables
update API with /config members for divisions/subdivisions/categories
2010-10-05 19:43:30 +00:00
jacob
d2afb6a94e Modifications on how roles get handled 2010-10-05 15:04:15 +00:00
james
898bdaacfc Oops put account/edit APIDOCS back in 2010-10-01 21:06:57 +00:00
james
f0b362eff7 Add account/view api 2010-10-01 21:04:05 +00:00
james
a92544bbea Implement user/edit
Remove saving some stuff from user_save
2010-10-01 19:42:52 +00:00
james
895bcc36e2 Add user/view API
Change user_load() to explicitly load specific values instead of all values, as there's now some fields that need to be deleted but we cant delete them yet...
2010-10-01 19:28:26 +00:00
jacob
9db042fc10 Modifications on editing users 2010-10-01 18:47:28 +00:00
james
e0eef7effa Add /api/config 2010-10-01 17:13:48 +00:00
jacob
88055eb6a6 oops - committed with some code remarked 2010-09-30 14:41:08 +00:00
jacob
637a35ca60 Separated (un)registering teams for events into schedule.inc.php and added it to the api 2010-09-29 21:23:54 +00:00
james
8b2de95005 Be a bit smarter with "notimplemented", add API impelmentation status, and basic details to the apidocs page 2010-09-28 20:37:44 +00:00
james
b5ed7c174f use 'events' and 'locations' instead of 'list' in the return object 2010-09-28 20:24:32 +00:00
jacob
0a02525d14 Added some API functionality used in schoolschedule.php 2010-09-28 20:09:31 +00:00
james
eb3c8f0d77 Add not implemented API comments of what still needs to get done 2010-09-28 19:48:03 +00:00
james
cbcb1743ce add class clear to CSS so menu's work properly again 2010-09-28 19:07:31 +00:00
james
3e8271c869 Make apidoc valid html 2010-09-27 20:51:16 +00:00
james
c413d54f6d a few apidoc cleanups 2010-09-27 20:50:37 +00:00
james
0f9588cdf4 Add APIDOC for the rest of the existing api 2010-09-27 20:45:57 +00:00
james
08340544d9 Add api documentation 2010-09-27 20:38:49 +00:00
james
54bf2201de Oops fix typo 2010-09-27 20:04:12 +00:00
james
55bdb2aec5 Add account/create API
Start adding some basic APIDOC comments to be parsed out into documentation later
2010-09-27 19:52:43 +00:00
james
64a0432c55 Add account registration and email address confirmation 2010-09-27 19:13:56 +00:00
jacob
c009ef1e3a Added user_school.php, a form tab for user to select the school to which they belong. Updated user_edit.php to use it. 2010-09-27 16:14:09 +00:00
james
bce4bdb2b2 Change "pageid" and "NAV_PAGE_ID" to "navident" and "NAV_IDENT" and add the field to the database
Add schedule class details to "new" theme
2010-09-23 21:09:04 +00:00
james
8282ceaf96 need tbody for tablesorter 2010-09-23 17:21:47 +00:00
james
ff3ab7151e Handle topic-menu headings that arent linked 2010-09-23 17:07:19 +00:00
james
a6ec8ef874 Fix the SESSION debug output 2010-09-23 16:41:40 +00:00
james
ffd09ae67e Fix clicking on secondary nav 2010-09-23 16:37:19 +00:00
james
60c6235649 Re-write the naviagation agian - no more ajax menus, and it auto-selects the first secondary and first tertiary pages when clicking a higher level 2010-09-23 16:17:24 +00:00
james
2292af3206 Use div_prefs and cat_prefs (make the scheduler work again)
Give higher preference to not having leftover judges
Treat 'indifferent' cat_prefs as cost=0 even though its a 2 (on the 0-4 scale)
2010-09-22 18:28:51 +00:00
james
a8fa8e7a99 Disable DEPRECATED warnings 2010-09-11 00:53:03 +00:00
james
70d359c15b PHP 5.3 DEPRECATED split() so, convert all split()'s to explode()'s 2010-09-10 19:38:56 +00:00
useradvocate
517563a97a TUAG- various tune ups to HTML,CSS 2010-09-09 20:13:48 +00:00
useradvocate
5dab48e574 TUAG- various tune ups to HTML,CSS 2010-09-09 20:13:29 +00:00
useradvocate
eef65869bb TUAG- various tune ups to HTML,CSS 2010-09-09 20:13:10 +00:00
useradvocate
755b9c8560 TUAG- various tune ups to HTML,CSS 2010-09-09 20:12:41 +00:00
james
c9bf5f4227 get rid of the custom fundraising module primary nav 2010-09-09 16:42:40 +00:00
james
07f2aa208e Add class="clear to primary and secondary menu's 2010-09-09 15:22:22 +00:00
james
3913bb397d List all conferences with status in the api call, instead of just the running ones 2010-09-07 19:59:37 +00:00
james
dfb6112e66 Split committee management out 2010-09-03 16:59:05 +00:00
james
a5f309c022 Add session variables and date list by conference to API test page 2010-09-02 19:14:59 +00:00
james
146f557759 Add science olympics teams api to testapi page 2010-09-02 19:01:49 +00:00
james
959843d4c4 Add a simple API test page for checking some api calls
Update /api/dates to use current conference id if one isnt specificed
2010-09-02 18:53:48 +00:00
james
6963b7104b switch conference API 2010-09-02 17:38:13 +00:00
james
c8ada5f7c2 Move the schedule to the teacher account 2010-09-01 19:27:55 +00:00
james
88cdfebdea Move team management to teacher interface 2010-09-01 17:53:35 +00:00
james
d01a3088b7 dd api for managing science olympics teams 2010-08-31 20:50:11 +00:00
james
de564f3c55 More user stuff to get things workinga gain
Add a API module for science olympics
2010-08-31 20:12:41 +00:00
james
ec3be0f10f More changes to be able to at least barely use the system again 2010-08-31 19:41:32 +00:00
james
3766b0a3f6 Fix navigation when loading a page that exists in the nav structure 2010-08-31 17:41:54 +00:00
james
81f3f3235a Fix logging in and switching conferences, man, this is becoming a mess 2010-08-31 17:35:58 +00:00
dave
e03902bbec Merge judge_availablilty into judge_other and delete
judge_availability.php
2010-08-31 07:23:49 +00:00
james
4bf2897f18 Add changes for API Authenication and force API to use SSL 2010-08-24 16:04:12 +00:00
dave
05432715e4 fix spacing 2010-08-24 00:04:57 +00:00
dave
49648aed94 Don't validate it right away, that causes the invlaidHandler to be run
and the form to be submitted (since in SFIAB we actually want to save a
partially-filled but invalid form).  Need anothe way to trigger
validation without also triggering the submission
2010-08-24 00:04:56 +00:00
dave
2db3ce6b9e Validate the form on load so the user can see the problems right away. 2010-08-24 00:04:53 +00:00
james
56707e4941 Oops sort the menu's correctly, and restrict the editor to one less level than before (as per TUAG request) 2010-08-20 19:59:20 +00:00
james
358d413365 Remove the accordion from the tertiary menu, and move the tertiary menu <div> to the <div id="main"> as specified in TUAG's prototype 2010-08-20 18:16:21 +00:00
james
4143f289af A few more cleanups, and unfortunately we cant convert the whole $config to javascript, so just do the SFIABDIRECTORY that we need for now, we can add more later 2010-08-20 18:00:47 +00:00
james
030f2030e8 update classic theme too 2010-08-20 17:47:51 +00:00
james
15d057ae1f Add the missing files 2010-08-20 17:45:53 +00:00
james
69234c1657 Update rolestasks to be conference-type specific
Add a  'new' theme for TUAG to start implementing
2010-08-20 17:40:11 +00:00
james
71b0489493 A few more cleanups, and link the admin and config primary menu icons to real pages so we can remove the (old) links 2010-08-20 15:42:18 +00:00
james
02998f98d6 A few more UI div recommendations and CSS touchups
Make php '$config' array available in javascript as javascript 'config' object
2010-08-20 15:11:11 +00:00
james
a449fce300 Rename system setup page 2010-08-20 14:29:49 +00:00
dave
b4a021411d judge main questions 2010-08-19 22:56:35 +00:00
dave
9f3dc6c9dc Fix user loading 2010-08-19 22:56:33 +00:00
dave
7b454e322a Cleanup the roles page so it's not so vertically abundant. 2010-08-19 22:56:31 +00:00
james
1427900873 Cleanup the temporary user_main page a bit, even though its still temporary 2010-08-19 20:13:43 +00:00
james
78614ef309 Set some redirects to user_edit instead of user_account
Disable the importantdates box again
2010-08-19 20:07:08 +00:00
james
ffcab968d3 move navigation javascripts to a separate file 2010-08-19 18:58:25 +00:00
james
f0907a5d47 Add new div's as directed by UI guys 2010-08-19 18:55:34 +00:00
dave
de52f85ec3 Use a second list for "other things to do". Things like the account
info and role info don't need to be complete/incomplete
2010-08-08 17:15:17 +00:00
dave
79286a56e0 Can we please turn off the important dates for a logged in user. It
gets in the way of everything.  Disabling for now.
2010-08-08 09:13:07 +00:00
dave
ceb80636e1 Start of the new user editor, some works, most things don't. 2010-08-08 09:09:49 +00:00
dave
7faf0fff45 Update user accoutn to make it look better 2010-08-08 09:09:48 +00:00
dave
4ba55b274c Updates to user_personal to use form validator 2010-08-08 09:09:46 +00:00
dave
5112bc5ffb Playing with user_personal.php 2010-08-08 09:09:38 +00:00
james
57f7bd5212 Add conferences and dates api 2010-07-28 21:49:58 +00:00
james
2c7e23b276 Fix some user/account bugs
Start fixing the schoolstudents page (it now adds users, but it doesnt re-load them or edit htem or delete them)
2010-07-27 19:06:36 +00:00
james
32dd83fbde Fix the primary nav 2010-07-23 18:55:11 +00:00
james
d871810065 fix alignment of the top table 2010-07-21 20:19:48 +00:00
james
9e3473dd33 Add another missing <tbody> ... </tbody> 2010-07-21 20:17:59 +00:00
james
589b3aa173 Oops forgot to remove some debug 2010-07-21 20:16:25 +00:00
james
71074eaf24 Get rid of the old (not used anymore) taskNav function
Add some missing <tbody> tags so the tablesorter doesnt choke (every table with class=tableview MUST have a <tbody> element, even if there are no <tr>'s inside the body
2010-07-21 20:14:05 +00:00
james
b4f206c6db Migrate stuff out of primarynav into the login box 2010-07-21 19:27:50 +00:00
james
5d06ea17e6 Fix the bug where the first load of the accordion doesnt populate correctly 2010-07-21 19:20:34 +00:00
james
a4ea8b2f4d More updates to the nav - now keeps track of the accordion tab position, and which link within the accordion is seelcted 2010-07-21 18:37:03 +00:00
james
f704f14134 make sure user_load is called in the right directory
unset session navigation when switching conferences
2010-07-21 15:16:39 +00:00
james
b3ce18ca0c Fix one small issue with db update 204
Allow logging in if the user isnt in the conference (just go to the user_account page for now, i guess eventually it'll need to go to a "register for the conference" page
Some fixes and updates to the menu/navigation, still not perfect, btu getting there
2010-07-21 15:14:32 +00:00
james
aaea2764b6 Spell bootstrap correctly 2010-07-16 16:37:21 +00:00
james
0a4acc7dd5 Refactor checks & startup & initialization/loading to a bootstrap common file 2010-07-16 16:36:44 +00:00
james
ec27794017 refactor all functions except header/footer functions from common.inc.php to common.inc.functions.php 2010-07-16 16:17:03 +00:00
james
e8c8bf33fe Fix some nav issues and start the task of detecting where in teh nav we are if we didnt navigate to the page through the links
Some general formatting cleanups on the common.inc too
2010-07-15 21:24:10 +00:00
jacob
fa69916607 Adding conferences_id fields to judges tables. Will later drop the year fields 2010-07-15 21:18:36 +00:00
jacob
5cd3f22088 migration to new user system 2010-07-15 20:28:35 +00:00
jacob
bffcf724d8 Udated user_list to work with new account system 2010-07-15 20:00:10 +00:00
james
5207e193fc Authenticate and check for superuser on all /super pages 2010-07-15 19:52:44 +00:00
james
ce9bb827ef Finally, a working roletasks editor, complete with drag'n'drop 2010-07-15 19:05:20 +00:00
dave
0c0f139027 Move the javascript include to common.inc 2010-07-15 09:18:08 +00:00
dave
1f5b0697ed Don't need user_password.php anymore 2010-07-15 09:18:06 +00:00
dave
a40100c03f Part of the last commit belongs on this one. Move the user, email, and
password stuff ot of user_personal.php
2010-07-15 09:18:05 +00:00
dave
28004d6fe8 typo 2010-07-15 09:18:04 +00:00
dave
582ffb6586 Don't need to check users_id, user_auth_required does that now. 2010-07-15 09:18:03 +00:00
dave
ba2738b813 Fix redirection on login and on forced password changes. 2010-07-15 09:18:02 +00:00
dave
dd6228f5d7 Implement password expired, force the user to set a new password. 2010-07-15 09:17:59 +00:00
jacob
a403202786 Updates to work with new user system. Also updated the committees_link table fieldname to use "accounts_id" instead of "users_uid" and updated code accordingly. 2010-07-14 21:04:50 +00:00
jacob
004c9b64d2 Partially modified to work with new user account system 2010-07-14 20:26:07 +00:00
dave
c81bc0c7da Save the username link 2010-07-14 19:02:05 +00:00
dave
80537e75f2 Add a field so we can record email->username linkage 2010-07-14 18:57:00 +00:00
jacob
82bdfdbd10 Fixes for issue with record id's 2010-07-14 18:30:04 +00:00
dave
712348dbb9 Fix email checking
user_account now saves info, and does online-checking of usernames.
Form validation is fun!
2010-07-14 18:09:28 +00:00
dave
1697287a35 First-child with CSS 2010-07-14 18:09:26 +00:00
dave
74ecb60f90 We can do the first child thing with CSS, no need to call any
javascript.
2010-07-14 18:09:23 +00:00
dave
994759d660 keep username and email synced if the checkbox is checked. 2010-07-14 18:09:19 +00:00
james
d5912ac1e8 Start un-breaking all the broken UI navigation 2010-07-13 21:23:39 +00:00
justin
45e1e79072 make showing the winners link optional 2010-07-13 20:18:50 +00:00
jacob
6eab783fb6 Fixed an omission in the script - user ID's were not being updated in the users table to point to the appropriate record in the accounts table 2010-07-13 20:07:06 +00:00
justin
8a16a90c0e place pronunciation on one line in the default script (issue 372) 2010-07-13 19:46:51 +00:00
justin
39c402f3f5 and make sure the setting doesn't override an existing school entry 2010-07-13 19:23:18 +00:00
justin
c877ce1f95 automatically select the same school as the first partner when added a second to a registration 2010-07-13 19:16:35 +00:00
dave
83c683063e 6 character passwords 2010-07-13 18:28:13 +00:00
dave
9ce7df3f9b Try without any textinput fudging. Fix the input type, don't use
"email"
2010-07-13 18:27:14 +00:00
dave
0f580472f6 Account editor (that doesn't edit yet) but uses a jquery input
validator.  Had to move the global .error class to div.error and
span.error (the only ways error() uses them).  For the rest of the
cases, like when .error is used to indicate input errors, we should
convert to using the input validator if we're all happy with it.
2010-07-13 18:00:53 +00:00
jacob
a1455b30b6 Three small fixes:
1) Needed to include deleted records that were getting omitted
2) typo in debug output
3) "users" records with a year of 0 get deleted after the corresponding "accounts" record is created
2010-07-13 17:01:50 +00:00
justin
f3403c901c fix some syntax errors, that should be the last of them 2010-07-13 14:39:47 +00:00
james
282c2599ce Put update 196 back in after dave somehow removed it?! 2010-07-13 13:40:44 +00:00
dave
4d8e359049 Fix award ceremony script. 2010-07-13 05:20:38 +00:00
dave
1be2301844 Add an oid field to confrences so we know which conferences are the same
year after year.. we should probably keep the "year" column there too..
it's easier to query that than querying the config variables to find all
the years taht the conference was active (needed for ceremony script and
report generation)
2010-07-13 05:20:37 +00:00
dave
98d264ef67 Rename $_SESSION['conferenceid'] to $_SESSION['conferences_id'] for
naming consistency.
2010-07-13 05:20:35 +00:00
justin
6e464998b5 fix typo 2010-07-13 04:47:47 +00:00
dave
7fb84ea200 Apparently Safari takes the "email" seriously, and won't let anything go
that isn't really an email.. no so good for usernames.  We need a "I
don't have an email" button  or somethign .
2010-07-13 04:33:42 +00:00
dave
ccf1b9c453 Fix an update bug. The code needs to be run to set the conference ID
before we can build a UNIQUE index on the conference id.
2010-07-13 04:25:00 +00:00
dave
b6f43280d7 fix naming and types 2010-07-13 03:54:34 +00:00
justin
024cd25fa6 added warning when registrations have started (issue 255) 2010-07-13 03:33:58 +00:00
dave
7c918c0167 update the user personal information editor, the superuser edit flags
for admin/config/super don't quite work yet.
2010-07-13 03:30:26 +00:00
dave
88f8ce044b Update role activate/deactive page 2010-07-13 03:30:25 +00:00
dave
c3f2e0c589 Update the password change page 2010-07-13 03:30:24 +00:00
dave
2a4b64588d Update /config files too 2010-07-13 03:30:23 +00:00
dave
ad0468e4e1 Convert to new user_auth_required. Some report edits too that I don't
feel like filtering out
2010-07-13 03:30:17 +00:00
dave
8d1c6e1cd4 Add an option to bypass the actual db version update write to the
database, so for testing the same update can be applied over and over
without needing to update the db.
2010-07-13 03:30:14 +00:00
dave
5338adefa9 Remove uneeded function 2010-07-13 03:30:12 +00:00
dave
b1f2718a3c Users can login and logout and look at their home pages. 2010-07-13 03:30:11 +00:00
dave
56987c174a update db version 2010-07-13 03:30:10 +00:00
dave
f5618851dd Remvoe old db update 2010-07-13 03:30:09 +00:00
dave
61a9d73835 Move db updates to 197 2010-07-13 03:30:07 +00:00
dave
801d2580be Add config/admin roles and conversion script 2010-07-13 03:30:06 +00:00
dave
2e17685fc2 More fields for hte account 2010-07-13 03:30:05 +00:00
dave
514c1f12b9 Move my 196 update to 198. Add conferences_id migration to users table 2010-07-13 03:30:04 +00:00
dave
68737a68b7 Move 196 upfdate to 198. I have a big 196 already committeed to my
local tree, and james is working on 197.
2010-07-13 03:30:02 +00:00
dave
54fd1cf19c More judge fields 2010-07-13 03:30:00 +00:00
justin
78f4bcb43a resetting prize form appropriately now (issue 411). Also fixed unreported issue preventing checkboxes in this form from being properly set. 2010-07-13 02:02:31 +00:00
justin
e69e6bc64e fix prize saving so the description is actually saved (issue 478) 2010-07-13 01:03:39 +00:00
justin
4a148a415f allow multiple awards to be marked as cwsf awards (issue 226) 2010-07-13 00:26:39 +00:00
justin
9ef983c671 change "Reports Editor" to "Report Management" (issue 366) 2010-07-12 23:23:52 +00:00
justin
30d01eeb74 eligibility editor now checks that no two divisional awards have overlapping eligibility criteria (issue 249) 2010-07-12 23:11:07 +00:00
james
6021d9f486 Start implementing the secondary menu
Fix importantdates div to not load when the div isnt there
2010-07-12 20:29:20 +00:00
justin
ac450aefdf Add ability to remove all current divisional awards when running this script (bug 233) 2010-07-12 19:47:29 +00:00
james
2c6a491710 Switch doctype to HTML5
Properly float the important dates div
Remove table from page heading icon/title/help icon and use divs/floats instead
Temporarily make the login form post to the login.php page so one can still login
2010-07-12 19:40:06 +00:00
justin
8c12e443b0 enable deleting of fundraising campaigns under certain conditions 2010-07-12 19:02:49 +00:00
justin
54b258e793 remove # from every row 2010-07-11 18:18:56 +00:00
justin
b80a3e0772 add table for project languages. 2010-07-11 18:09:00 +00:00
justin
7b90784828 add support to link to fair website 2010-07-11 14:46:44 +00:00
justin
4cba8caa3c enter salutations using a textfield, not a dropdown. 2010-07-11 13:52:28 +00:00
justin
343f0f8acd fix spelling error 2010-07-11 02:27:00 +00:00
jacob
2563f8295e Fixes for bugs 418 and 412
- when editing awards, the list now gets refreshed upon update
  - increased size of donors notes fields
2010-07-09 21:54:06 +00:00
james
5956a15754 Final UI changes for the day.... 2010-07-09 20:35:05 +00:00
james
39c8d90d1e More UI changes 2010-07-09 20:25:31 +00:00
james
5321de365f More UI recommendations 2010-07-09 19:24:04 +00:00
james
fe5b170371 Re-arrange some stuff as per new UI specs 2010-07-09 19:04:25 +00:00
jacob
b09257b47e Bug #427 asterisks added on judge expertise fields (required fields) 2010-07-09 18:36:30 +00:00
jacob
2aa8e3805a quick patch 2010-07-06 17:50:52 +00:00
jacob
342dbe6cad Oops - correcting a query 2010-07-06 15:47:27 +00:00
jacob
887610f5e3 Added script for copying/converting user data into the new format, populating the accounts and user_roles table
Modified user.inc and user_login to handle authentication on the new accounts table
2010-07-06 15:32:26 +00:00
james
75c806bf7e temporarily set the fairyear in install3 so user_create works? 2010-07-05 20:36:40 +00:00
james
548ebf24db Updates and cleanups to the installer 2010-07-05 19:37:24 +00:00
james
16c5e8ecc9 Switch back to CSS layout 2010-06-28 18:00:47 +00:00
jacob
07f76fdac8 Addded a pendingemail field to the accounts table 2010-06-24 14:45:51 +00:00
james
c086e7e0bb refactor config into config & super pages, 'config' page is now 'conference config' specifically for the conference, all non-conference related tasks are moved to the superuser page 2010-06-23 21:18:06 +00:00
jacob
1743beb14e Populating the roles table, add "superuser" field to the accounts table 2010-06-23 20:45:12 +00:00
james
41ca527d20 Use proper fieldname conventions 2010-06-23 19:58:33 +00:00
jacob
55b5080575 Added new databases for user/role management 2010-06-23 19:45:33 +00:00
james
4faa4b8dc4 Migrate all dates to use conferences ONLY, instead of dual conference/FAIRYEAR setup 2010-06-23 16:06:01 +00:00
jacob
24c80b1654 Disabled deleting teams if they're registered for events 2010-06-23 15:52:27 +00:00
james
dc63df156c Fix SQL Injection and XSS vulnerability - woohoo our first 0-day exploit!
http://inj3ct0r.com/exploits/12613
http://packetstorm.linuxsecurity.com/1006-exploits/fairinabox-sqlxss.txt
2010-06-23 05:07:57 +00:00
james
b7f3274543 Massive overhaul of the configuration variables
- split into system variables and conference variables
- rely on conference_id instead of year
2010-06-22 21:32:03 +00:00
jacob
b3448b7c7c updated to delete links between schedule registrations and users when a schedule registration is deleted 2010-06-22 19:35:36 +00:00
jacob
00716cd84d layout tweaks 2010-06-22 17:14:23 +00:00
jacob
c699135bce Added some last tidbits to the UI for selecting team members at a specific event
Added functionality in listSelector.js to validate data when it's switched from one list to another
2010-06-22 16:56:47 +00:00
jacob
964a855275 DB table for linking users to teams in events 2010-06-22 14:53:08 +00:00
jacob
54f6a2e251 Created a javascript "listSelector" class that can be used to select a list of items from an existing list.
Added a form in schoolschedule.php which uses that class to select students on a team
2010-06-21 22:06:18 +00:00
james
e02e5ba687 Remove a bunch of conferenceid=0 checks -- we now always have a conference id 2010-06-17 21:14:00 +00:00
james
4f65058f59 Migrate config options theme and theme_icons from Global(FAIRYEAR) to Special(no fair year associated) 2010-06-17 20:56:03 +00:00
jacob
7cb1f55a3e updates on the student list editor for teachers 2010-06-17 20:22:18 +00:00
james
6c4a54fe94 Create science fair conferences for all past years that the system knows about
Also add a temporary year field to the conferences table, to make migration easier (easier to find a conference id for a given science fair year)
2010-06-17 20:03:45 +00:00
james
054c62dfa8 Couple small tweaks - science olympics event rename to science olympics activity, sort events by eventtype first 2010-06-17 19:31:50 +00:00
james
d45ababbbb Dont insert blank events into the schedule 2010-06-17 16:07:27 +00:00
james
e1ef58f988 Oops fix my missing semicolon now 2010-06-17 15:14:36 +00:00
jacob
13bc1b3d9a D'OH 2010-06-17 15:11:59 +00:00
jacob
970ac57f21 syntax error in the earlier version 2010-06-17 15:11:04 +00:00
james
56b5e8269a add defaults for min/max team size and number of teams to each event
pull those defaults when creating a new scheduled event
show registered teams when viewing an event as an admin
2010-06-17 15:06:11 +00:00
jacob
f1a43a9cec DB updates that I forgot to include with my last commit 2010-06-17 14:02:30 +00:00
jacob
0503030a35 Updates for managing students 2010-06-16 21:33:43 +00:00
james
6ea88362e8 Only allow registration for science olympic events 2010-06-16 18:14:44 +00:00
james
dad86ce72b Only show teams for the current conference now that teams have a conference :) 2010-06-16 17:57:51 +00:00
james
4c56a33d7c s/School Access/School Home 2010-06-16 17:50:12 +00:00
jacob
8e8f9f7c3b Fixed a stray quotation mark that broke a query 2010-06-16 17:45:13 +00:00
james
bbf46aa47f Don't let admin remove scheduled events if they have teams registered 2010-06-16 17:09:42 +00:00
james
dd230b2cdf Show registered teams on admin schedule
Move more stuff to common include
2010-06-16 16:15:17 +00:00
jacob
7e749f0295 Added conferences_id to the so_teams table and updated corresponding code accordingly
Partially implemented student manager under school dashboard for science olypmics
2010-06-16 15:16:25 +00:00
james
7ca5edc2a1 Show team registrations on the schedule view for teachers 2010-06-15 22:01:09 +00:00
james
a4ea7f6b1e Move some common schedule functions out
Properly show current capacity in schedule view
2010-06-15 21:52:03 +00:00
james
e5d9460d73 Add schedule view for school access, allow schools to register teams for events 2010-06-15 21:43:21 +00:00
jacob
41efbd89b0 Renamed manage_teams.php to schoolteams.php for consistency
Started adding a page for the school to modify students under SOIAB
2010-06-15 18:14:01 +00:00
jacob
ebe9f4b522 Separated the school access pages into separate documents 2010-06-15 16:57:50 +00:00
james
3b0ad48451 Fix crumbtrails 2010-06-15 15:44:25 +00:00
james
1fa7139482 Add a title field and default it to the event name (lets them do things like "Compound Boggle #1" and "Compound Boggle #2"
Add max team capacity editor and numbers to display
2010-06-14 20:37:31 +00:00
jacob
76652861d4 Added conference filter to event location editor 2010-06-14 20:12:54 +00:00
jacob
c9ebee5c10 Forgot to update the code version on my last commit 2010-06-14 19:44:49 +00:00
jacob
f090e957c6 Modified events table to filter properly by event and handle URLs properly
Slight change in tableeditor to allow it to properly filter a value of zero (not treating it as null)
2010-06-14 19:43:10 +00:00
james
e98ec8751b add event types
schedule shows event types in different colours
add tabs to schedule editor windor for each event type
forward port ENUM changes to tableeditor
fix bug in emit_minute_selector
2010-06-14 19:25:49 +00:00
jacob
f116d9c5fc Added team management for SOIAB. Minor typo correction in conferences.php 2010-06-14 18:30:39 +00:00
james
bd7e107c0e Again :p 2010-06-14 16:58:58 +00:00
james
3b7d24c823 Adjust the schedule default start/end times 2010-06-14 16:58:33 +00:00
james
7e4a3af95d Put back int judges -- we'll need them for science olympics yet - but in a different capacity 2010-06-14 16:57:16 +00:00
james
23142cf01a Hide events that are not in the time frame defined by the schedule 2010-06-14 16:20:25 +00:00
james
49f127dbd1 Properly set the width of each event when its placed on the schedule based on the size of the table cell its going into, and re-place all the events on window.resize :) 2010-06-11 20:39:29 +00:00
james
76f1a79fe7 Oops, remove teh database name from the db update on create table 2010-06-11 20:27:53 +00:00
james
d7be4a15dc Oops commit the missing file :) 2010-06-11 20:20:46 +00:00
james
a928b97396 Add a fixme to deleting events from the schedule to make sure we dont forget :) 2010-06-11 20:08:27 +00:00
james
badea469f6 Switch hour and minute in the editor to dropdowns
Fix passing extra parameters to emit_hour_selector
Allow emit_minute_selector to work with different minute intervals
2010-06-11 20:04:51 +00:00
james
4edd9baad3 Working schedule event editor for adding, editing and removing events from the schedule. 2010-06-11 19:36:50 +00:00
james
80fc39bf7f Implement start hour and end hour for schedule view
Implement event duration height calculations
2010-06-11 15:55:16 +00:00
jacob
44fd9bea1f Added function for saving submitted settings when science fair/olympic inclusion is chosen 2010-06-11 14:48:29 +00:00
jacob
7d38b43cfc school management partially updated 2010-06-10 22:10:20 +00:00
jacob
5b7f7dca00 add specific character encoding 2010-06-10 20:37:49 +00:00
james
56ce08201a Add schedule database 2010-06-10 20:37:11 +00:00
james
df3af58ffa Place already scheduled events on the schedule table, still doesnt do duration, messing with the stupid arrays now... gotta go 2010-06-10 20:35:02 +00:00
jacob
4b95aebe8f Added an event editor 2010-06-10 19:50:49 +00:00
james
6a24618359 Event scheduling start - shows times and locations and lets you click about in the table 2010-06-10 19:40:50 +00:00
james
ba20d1b974 Move session stuff up so it can be set before its used to determine the conference 2010-06-10 19:40:20 +00:00
jacob
e0efe11f03 Added a command at the end to switch the character encoding for the entire database 2010-06-10 19:09:00 +00:00
james
78e311322c Set the record type and default sort 2010-06-10 18:45:38 +00:00
james
0938342569 Always create new tables with UTF8 2010-06-10 18:36:10 +00:00
jacob
558a724e0e correcting field name 2010-06-10 18:25:26 +00:00
jacob
dab613b746 Added locations table and editor 2010-06-10 18:09:16 +00:00
james
122248a03c Move the conference block above the configuration/dates loading, so we can load the right dates for the conference (and probably soon, the right configuration variables too!) 2010-06-10 17:58:27 +00:00
jacob
c44068929a Somehow the "exit" got remarked from the top of populate_fake. Unremarked it. 2010-06-10 16:13:19 +00:00
james
6ab03749f5 Rework admin page for science olympics
Add stubs for events & scheduling and event locations
2010-06-09 20:40:04 +00:00
james
86a43e909a Implement conference specific logos 2010-06-09 20:24:52 +00:00
james
703cc18425 Make JPG files using GD so it handles transaprency, but keep making the GIF/PNG's from convert binary 2010-06-09 19:23:27 +00:00
dave
d1c607f575 New TCPDF signature page 2010-06-09 17:05:21 +00:00
james
fa56770b8a Recommit 175 FULL due to missing 174 php 2010-06-09 16:51:49 +00:00
dave
6049ce9edb Missing file, that's why it wasn't converting properly 2010-06-09 16:45:51 +00:00
james
fbba2e7e20 Needed to add a "no" value to the "deleted" field when creating a new user 2010-06-09 16:14:01 +00:00
james
4c9692682a added a line for catching "set" field type in the character set update
created a full database dump in UTF-8 encoding for installer
2010-06-09 15:41:50 +00:00
james
4799b4ffd8 Add back the UTF8 database set names call, and switch all emails to use UTF8 encoding 2010-06-09 15:14:41 +00:00
james
d5ed8a1fc4 Modified version of update 173 to handle special windows characters 2010-06-09 15:11:14 +00:00
dave
cb51fef47d Name column consistently 2010-06-09 07:44:02 +00:00
dave
0567451a58 Implement fair name/logo as fields in a report instead of special
options.  This way, the logo/fairname can be moved around and
resized.   Ensure those fields exist in each report.  Convert name/logo
preferences in all existing reports, and adjust the yloc/height of
existing fields to make way for the headers if they exist.
2010-06-09 07:43:59 +00:00
dave
a46cb110ca Add logo and fairname to labels (still doesn't scale the contents of the
label).
2010-06-09 05:21:42 +00:00
dave
76e8f8c3e2 Convert everythign to millimeters 2010-06-09 05:21:40 +00:00
dave
f1082a1c40 Add TABLOID to tcpdf 2010-06-09 05:21:38 +00:00
dave
8438c48e4b Remove lpdf setup routines 2010-06-09 05:21:35 +00:00
jacob
a2239d84da Modifications to fix db update problems 2010-06-08 20:31:52 +00:00
dave
ee2e03df4b Remove TCPDF example from source 2010-06-08 19:24:26 +00:00
dave
180550f15e Fix load/save now that face and lines are gone. Change TCPDF report
types to use the old types.
2010-06-08 18:57:01 +00:00
dave
ce1d289a31 Convert labels to new format and millimeters. Drop now-unused columns
"face" and "lines".
2010-06-08 18:49:21 +00:00
dave
d67500fe1a Mostly working TCPDF conversion for both labels and reports 2010-06-08 18:49:20 +00:00
dave
6ab3522970 Fix a TCPDF bug causing misaligned table headers on a page break 2010-06-08 18:49:17 +00:00
dave
b0842d28ee Delete unneeded file 2010-06-08 18:49:16 +00:00
dave
1f1691167c Convert all width to millimeters 2010-06-08 18:49:14 +00:00
dave
dcf3f1687d Upgrade to TCPDF 5.3 2010-06-08 18:48:10 +00:00
dave
d6dcdf1ea6 More sensible values for margins 2010-06-08 18:47:59 +00:00
jacob
6504d09886 Added updates for converting from Latin1 to utf8 character encoding 2010-06-04 20:23:59 +00:00
james
20382fc44a Remove old superconfig
Remove Age Categories from config for scienceolympics -- for now, all science olympics ive heard of just use the grades as designations
2010-06-04 17:12:38 +00:00
james
cf05b063c1 A few more tweaks to the date config - if we have a conference year should be 0, if we dont have a conference, conference should be 0 and year should be set. 2010-06-04 17:09:35 +00:00
james
b47b88ab9b Update front-end dates 2010-06-04 16:48:02 +00:00
james
b51b4420db Update dates configuration for science olympics 2010-06-04 16:45:56 +00:00
james
36024b63ca Sneak in one more update to 172 2010-06-03 19:29:31 +00:00
james
14308b5991 Start of adding 'conferences' and ability to switch between running conferences 2010-06-03 19:21:27 +00:00
james
d779a6ea27 Oops missed the CSS for the lightswitches 2010-05-28 12:00:09 +00:00
justin
a586ad8e93 enhance reporting capabilities for judging score entry 2010-05-27 21:55:10 +00:00
james
c47eb2ac30 Movethe link somewhere a bit better, still requires config access to get to 2010-05-27 20:41:33 +00:00
james
8aae3b3522 Add a (non-working for demo only!) superconfig page to turn on/off the science fair and science olympics components 2010-05-27 20:33:08 +00:00
dave
f7532e8ebc Add address to the primary contact in an awards report 2010-05-07 07:29:31 +00:00
1004 changed files with 317357 additions and 43903 deletions

View File

@ -1 +0,0 @@
data/

View File

@ -1,15 +0,0 @@
FROM mcr.microsoft.com/devcontainers/php:1-8.2-bookworm
# Install MariaDB client
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y mariadb-client \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
# Install php-mysql driver
RUN docker-php-ext-install pdo pdo_mysql
# [Optional] Uncomment this section to install additional OS packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends imagemagick
# [Optional] Uncomment this line to install global node packages.
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1

View File

@ -1,29 +0,0 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/php-mariadb
{
"name": "PHP & MariaDB",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
"forwardPorts": [80, 3306],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"
// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": [
"lkrms.pretty-php"
]
}
},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

View File

@ -1,35 +0,0 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
volumes:
- ../..:/workspaces:cached
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:db
# Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
# (Adding the "ports" property to this file will not forward from a Codespace.)
depends_on:
- db
db:
image: mariadb:11.6
restart: unless-stopped
volumes:
- mariadb-data:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: mariadb
MYSQL_DATABASE: mariadb
MYSQL_USER: mariadb
MYSQL_PASSWORD: mariadb
# Add "forwardPorts": ["3306"] to **devcontainer.json** to forward MariaDB locally.
# (Adding the "ports" property to this file will not forward from a Codespace.)
volumes:
mariadb-data:

File diff suppressed because it is too large Load Diff

1
.gitignore vendored
View File

@ -1 +0,0 @@
data/

View File

@ -6,4 +6,5 @@ RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-l
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^web/(.*)$ cms.php?f=$1 [L]
RewriteRule ^api/(.*)$ api.php?request=$1 [L]

6
Rmail/LICENSE.txt Normal file
View File

@ -0,0 +1,6 @@
License for Rmail
=================
This software is covered by the PHPGuru License. You can read it, along with a few FAQs, here:
http://www.phpguru.org/static/license.html

880
Rmail/RFC822.php Normal file
View File

@ -0,0 +1,880 @@
<?php
/**
* o------------------------------------------------------------------------------o
* | This package is licensed under the Phpguru license. A quick summary is |
* | that for commercial use, there is a small one-time licensing fee to pay. For |
* | registered charities and educational institutes there is a reduced license |
* | fee available. You can read more at: |
* | |
* | http://www.phpguru.org/static/license.html |
* o------------------------------------------------------------------------------o
*
* © Copyright 2008,2009 Richard Heyes
*/
/**
* RFC 822 Email address list validation Utility
*
* What is it?
*
* This class will take an address string, and parse it into it's consituent
* parts, be that either addresses, groups, or combinations. Nested groups
* are not supported. The structure it returns is pretty straight forward,
* and is similar to that provided by the imap_rfc822_parse_adrlist(). Use
* print_r() to view the structure.
*
* How do I use it?
*
* $address_string = 'My Group: "Richard Heyes" <richard@localhost> (A comment), ted@example.com (Ted Bloggs), Barney;';
* $structure = Mail_RFC822::parseAddressList($address_string, 'example.com', TRUE)
* print_r($structure);
*/
class Mail_RFC822
{
/**
* The address being parsed by the RFC822 object.
* @private string $address
*/
private $address = '';
/**
* The default domain to use for unqualified addresses.
* @private string $default_domain
*/
private $default_domain = 'localhost';
/**
* Should we return a nested array showing groups, or flatten everything?
* @private boolean $nestGroups
*/
private $nestGroups = true;
/**
* Whether or not to validate atoms for non-ascii characters.
* @private boolean $validate
*/
private $validate = true;
/**
* The array of raw addresses built up as we parse.
* @private array $addresses
*/
private $addresses = array();
/**
* The final array of parsed address information that we build up.
* @private array $structure
*/
private $structure = array();
/**
* The current error message, if any.
* @private string $error
*/
private $error = null;
/**
* An internal counter/pointer.
* @private integer $index
*/
private $index = null;
/**
* The number of groups that have been found in the address list.
* @private integer $num_groups
* @access public
*/
private $num_groups = 0;
/**
* A variable so that we can tell whether or not we're inside a
* Mail_RFC822 object.
* @private boolean $mailRFC822
*/
private $mailRFC822 = true;
/**
* A limit after which processing stops
* @private int $limit
*/
private $limit = null;
/**
* Sets up the object. The address must either be set here or when
* calling parseAddressList(). One or the other.
*
* @access public
* @param string $address The address(es) to validate.
* @param string $default_domain Default domain/host etc. If not supplied, will be set to localhost.
* @param boolean $nest_groups Whether to return the structure with groups nested for easier viewing.
* @param boolean $validate Whether to validate atoms. Turn this off if you need to run addresses through before encoding the personal names, for instance.
*
* @return object Mail_RFC822 A new Mail_RFC822 object.
*/
function __construct($address = null, $default_domain = null, $nest_groups = null, $validate = null, $limit = null)
{
if (isset($address)) $this->address = $address;
if (isset($default_domain)) $this->default_domain = $default_domain;
if (isset($nest_groups)) $this->nestGroups = $nest_groups;
if (isset($validate)) $this->validate = $validate;
if (isset($limit)) $this->limit = $limit;
}
/**
* Starts the whole process. The address must either be set here
* or when creating the object. One or the other.
*
* @access public
* @param string $address The address(es) to validate.
* @param string $default_domain Default domain/host etc.
* @param boolean $nest_groups Whether to return the structure with groups nested for easier viewing.
* @param boolean $validate Whether to validate atoms. Turn this off if you need to run addresses through before encoding the personal names, for instance.
*
* @return array A structured array of addresses.
*/
function parseAddressList($address = null, $default_domain = null, $nest_groups = null, $validate = null, $limit = null)
{
if (!isset($this->mailRFC822)) {
$obj = new Mail_RFC822($address, $default_domain, $nest_groups, $validate, $limit);
return $obj->parseAddressList();
}
if (isset($address)) $this->address = $address;
if (isset($default_domain)) $this->default_domain = $default_domain;
if (isset($nest_groups)) $this->nestGroups = $nest_groups;
if (isset($validate)) $this->validate = $validate;
if (isset($limit)) $this->limit = $limit;
$this->structure = array();
$this->addresses = array();
$this->error = null;
$this->index = null;
while ($this->address = $this->_splitAddresses($this->address)) {
continue;
}
if ($this->address === false || isset($this->error)) {
return false;
}
// Reset timer since large amounts of addresses can take a long time to
// get here
set_time_limit(30);
// Loop through all the addresses
for ($i = 0; $i < count($this->addresses); $i++){
if (($return = $this->_validateAddress($this->addresses[$i])) === false
|| isset($this->error)) {
return false;
}
if (!$this->nestGroups) {
$this->structure = array_merge($this->structure, $return);
} else {
$this->structure[] = $return;
}
}
return $this->structure;
}
/**
* Splits an address into seperate addresses.
*
* @access private
* @param string $address The addresses to split.
* @return boolean Success or failure.
*/
function _splitAddresses($address)
{
if (!empty($this->limit) AND count($this->addresses) == $this->limit) {
return '';
}
if ($this->_isGroup($address) && !isset($this->error)) {
$split_char = ';';
$is_group = true;
} elseif (!isset($this->error)) {
$split_char = ',';
$is_group = false;
} elseif (isset($this->error)) {
return false;
}
// Split the string based on the above ten or so lines.
$parts = explode($split_char, $address);
$string = $this->_splitCheck($parts, $split_char);
// If a group...
if ($is_group) {
// If $string does not contain a colon outside of
// brackets/quotes etc then something's fubar.
// First check there's a colon at all:
if (strpos($string, ':') === false) {
$this->error = 'Invalid address: ' . $string;
return false;
}
// Now check it's outside of brackets/quotes:
if (!$this->_splitCheck(explode(':', $string), ':'))
return false;
// We must have a group at this point, so increase the counter:
$this->num_groups++;
}
// $string now contains the first full address/group.
// Add to the addresses array.
$this->addresses[] = array(
'address' => trim($string),
'group' => $is_group
);
// Remove the now stored address from the initial line, the +1
// is to account for the explode character.
$address = trim(substr($address, strlen($string) + 1));
// If the next char is a comma and this was a group, then
// there are more addresses, otherwise, if there are any more
// chars, then there is another address.
if ($is_group && substr($address, 0, 1) == ','){
$address = trim(substr($address, 1));
return $address;
} elseif (strlen($address) > 0) {
return $address;
} else {
return '';
}
// If you got here then something's off
return false;
}
/**
* Checks for a group at the start of the string.
*
* @access private
* @param string $address The address to check.
* @return boolean Whether or not there is a group at the start of the string.
*/
function _isGroup($address)
{
// First comma not in quotes, angles or escaped:
$parts = explode(',', $address);
$string = $this->_splitCheck($parts, ',');
// Now we have the first address, we can reliably check for a
// group by searching for a colon that's not escaped or in
// quotes or angle brackets.
if (count($parts = explode(':', $string)) > 1) {
$string2 = $this->_splitCheck($parts, ':');
return ($string2 !== $string);
} else {
return false;
}
}
/**
* A common function that will check an exploded string.
*
* @access private
* @param array $parts The exloded string.
* @param string $char The char that was exploded on.
* @return mixed False if the string contains unclosed quotes/brackets, or the string on success.
*/
function _splitCheck($parts, $char)
{
$string = $parts[0];
for ($i = 0; $i < count($parts); $i++) {
if ($this->_hasUnclosedQuotes($string)
|| $this->_hasUnclosedBrackets($string, '<>')
|| $this->_hasUnclosedBrackets($string, '[]')
|| $this->_hasUnclosedBrackets($string, '()')
|| substr($string, -1) == '\\') {
if (isset($parts[$i + 1])) {
$string = $string . $char . $parts[$i + 1];
} else {
$this->error = 'Invalid address spec. Unclosed bracket or quotes';
return false;
}
} else {
$this->index = $i;
break;
}
}
return $string;
}
/**
* Checks if a string has an unclosed quotes or not.
*
* @access private
* @param string $string The string to check.
* @return boolean True if there are unclosed quotes inside the string, false otherwise.
*/
function _hasUnclosedQuotes($string)
{
$string = explode('"', $string);
$string_cnt = count($string);
for ($i = 0; $i < (count($string) - 1); $i++)
if (substr($string[$i], -1) == '\\')
$string_cnt--;
return ($string_cnt % 2 === 0);
}
/**
* Checks if a string has an unclosed brackets or not. IMPORTANT:
* This function handles both angle brackets and square brackets;
*
* @access private
* @param string $string The string to check.
* @param string $chars The characters to check for.
* @return boolean True if there are unclosed brackets inside the string, false otherwise.
*/
function _hasUnclosedBrackets($string, $chars)
{
$num_angle_start = substr_count($string, $chars[0]);
$num_angle_end = substr_count($string, $chars[1]);
$this->_hasUnclosedBracketsSub($string, $num_angle_start, $chars[0]);
$this->_hasUnclosedBracketsSub($string, $num_angle_end, $chars[1]);
if ($num_angle_start < $num_angle_end) {
$this->error = 'Invalid address spec. Unmatched quote or bracket (' . $chars . ')';
return false;
} else {
return ($num_angle_start > $num_angle_end);
}
}
/**
* Sub function that is used only by hasUnclosedBrackets().
*
* @access private
* @param string $string The string to check.
* @param integer &$num The number of occurences.
* @param string $char The character to count.
* @return integer The number of occurences of $char in $string, adjusted for backslashes.
*/
function _hasUnclosedBracketsSub($string, &$num, $char)
{
$parts = explode($char, $string);
for ($i = 0; $i < count($parts); $i++){
if (substr($parts[$i], -1) == '\\' || $this->_hasUnclosedQuotes($parts[$i]))
$num--;
if (isset($parts[$i + 1]))
$parts[$i + 1] = $parts[$i] . $char . $parts[$i + 1];
}
return $num;
}
/**
* Function to begin checking the address.
*
* @access private
* @param string $address The address to validate.
* @return mixed False on failure, or a structured array of address information on success.
*/
function _validateAddress($address)
{
$is_group = false;
if ($address['group']) {
$is_group = true;
// Get the group part of the name
$parts = explode(':', $address['address']);
$groupname = $this->_splitCheck($parts, ':');
$structure = array();
// And validate the group part of the name.
if (!$this->_validatePhrase($groupname)){
$this->error = 'Group name did not validate.';
return false;
} else {
// Don't include groups if we are not nesting
// them. This avoids returning invalid addresses.
if ($this->nestGroups) {
$structure = new stdClass;
$structure->groupname = $groupname;
}
}
$address['address'] = ltrim(substr($address['address'], strlen($groupname . ':')));
}
// If a group then split on comma and put into an array.
// Otherwise, Just put the whole address in an array.
if ($is_group) {
while (strlen($address['address']) > 0) {
$parts = explode(',', $address['address']);
$addresses[] = $this->_splitCheck($parts, ',');
$address['address'] = trim(substr($address['address'], strlen(end($addresses) . ',')));
}
} else {
$addresses[] = $address['address'];
}
// Check that $addresses is set, if address like this:
// Groupname:;
// Then errors were appearing.
if (!isset($addresses)){
$this->error = 'Empty group.';
return false;
}
for ($i = 0; $i < count($addresses); $i++) {
$addresses[$i] = trim($addresses[$i]);
}
// Validate each mailbox.
// Format could be one of: name <geezer@domain.com>
// geezer@domain.com
// geezer
// ... or any other format valid by RFC 822.
array_walk($addresses, array($this, 'validateMailbox'));
// Nested format
if ($this->nestGroups) {
if ($is_group) {
$structure->addresses = $addresses;
} else {
$structure = $addresses[0];
}
// Flat format
} else {
if ($is_group) {
$structure = array_merge($structure, $addresses);
} else {
$structure = $addresses;
}
}
return $structure;
}
/**
* Function to validate a phrase.
*
* @access private
* @param string $phrase The phrase to check.
* @return boolean Success or failure.
*/
function _validatePhrase($phrase)
{
// Splits on one or more Tab or space.
$parts = preg_split('/[ \\x09]+/', $phrase, -1, PREG_SPLIT_NO_EMPTY);
$phrase_parts = array();
while (count($parts) > 0){
$phrase_parts[] = $this->_splitCheck($parts, ' ');
for ($i = 0; $i < $this->index + 1; $i++)
array_shift($parts);
}
for ($i = 0; $i < count($phrase_parts); $i++) {
// If quoted string:
if (substr($phrase_parts[$i], 0, 1) == '"') {
if (!$this->_validateQuotedString($phrase_parts[$i]))
return false;
continue;
}
// Otherwise it's an atom:
if (!$this->_validateAtom($phrase_parts[$i])) return false;
}
return true;
}
/**
* Function to validate an atom which from rfc822 is:
* atom = 1*<any CHAR except specials, SPACE and CTLs>
*
* If validation ($this->validate) has been turned off, then
* validateAtom() doesn't actually check anything. This is so that you
* can split a list of addresses up before encoding personal names
* (umlauts, etc.), for example.
*
* @access private
* @param string $atom The string to check.
* @return boolean Success or failure.
*/
function _validateAtom($atom)
{
if (!$this->validate) {
// Validation has been turned off; assume the atom is okay.
return true;
}
// Check for any char from ASCII 0 - ASCII 127
if (!preg_match('/^[\\x00-\\x7E]+$/i', $atom, $matches)) {
return false;
}
// Check for specials:
if (preg_match('/[][()<>@,;\\:". ]/', $atom)) {
return false;
}
// Check for control characters (ASCII 0-31):
if (preg_match('/[\\x00-\\x1F]+/', $atom)) {
return false;
}
return true;
}
/**
* Function to validate quoted string, which is:
* quoted-string = <"> *(qtext/quoted-pair) <">
*
* @access private
* @param string $qstring The string to check
* @return boolean Success or failure.
*/
function _validateQuotedString($qstring)
{
// Leading and trailing "
$qstring = substr($qstring, 1, -1);
// Perform check.
return !(preg_match('/(.)[\x0D\\\\"]/', $qstring, $matches) && $matches[1] != '\\');
}
/**
* Function to validate a mailbox, which is:
* mailbox = addr-spec ; simple address
* / phrase route-addr ; name and route-addr
*
* @access public
* @param string &$mailbox The string to check.
* @return boolean Success or failure.
*/
function validateMailbox(&$mailbox)
{
// A couple of defaults.
$phrase = '';
$comment = '';
// Catch any RFC822 comments and store them separately
$_mailbox = $mailbox;
while (strlen(trim($_mailbox)) > 0) {
$parts = explode('(', $_mailbox);
$before_comment = $this->_splitCheck($parts, '(');
if ($before_comment != $_mailbox) {
// First char should be a (
$comment = substr(str_replace($before_comment, '', $_mailbox), 1);
$parts = explode(')', $comment);
$comment = $this->_splitCheck($parts, ')');
$comments[] = $comment;
// +1 is for the trailing )
$_mailbox = substr($_mailbox, strpos($_mailbox, $comment)+strlen($comment)+1);
} else {
break;
}
}
for($i=0; $i<count(@$comments); $i++){
$mailbox = str_replace('('.$comments[$i].')', '', $mailbox);
}
$mailbox = trim($mailbox);
// Check for name + route-addr
if (substr($mailbox, -1) == '>' && substr($mailbox, 0, 1) != '<') {
$parts = explode('<', $mailbox);
$name = $this->_splitCheck($parts, '<');
$phrase = trim($name);
$route_addr = trim(substr($mailbox, strlen($name.'<'), -1));
if ($this->_validatePhrase($phrase) === false || ($route_addr = $this->_validateRouteAddr($route_addr)) === false)
return false;
// Only got addr-spec
} else {
// First snip angle brackets if present.
if (substr($mailbox,0,1) == '<' && substr($mailbox,-1) == '>')
$addr_spec = substr($mailbox,1,-1);
else
$addr_spec = $mailbox;
if (($addr_spec = $this->_validateAddrSpec($addr_spec)) === false)
return false;
}
// Construct the object that will be returned.
$mbox = new stdClass();
// Add the phrase (even if empty) and comments
$mbox->personal = $phrase;
$mbox->comment = isset($comments) ? $comments : array();
if (isset($route_addr)) {
$mbox->mailbox = $route_addr['local_part'];
$mbox->host = $route_addr['domain'];
$route_addr['adl'] !== '' ? $mbox->adl = $route_addr['adl'] : '';
} else {
$mbox->mailbox = $addr_spec['local_part'];
$mbox->host = $addr_spec['domain'];
}
$mailbox = $mbox;
return true;
}
/**
* This function validates a route-addr which is:
* route-addr = "<" [route] addr-spec ">"
*
* Angle brackets have already been removed at the point of
* getting to this function.
*
* @access private
* @param string $route_addr The string to check.
* @return mixed False on failure, or an array containing validated address/route information on success.
*/
function _validateRouteAddr($route_addr)
{
// Check for colon.
if (strpos($route_addr, ':') !== false) {
$parts = explode(':', $route_addr);
$route = $this->_splitCheck($parts, ':');
} else {
$route = $route_addr;
}
// If $route is same as $route_addr then the colon was in
// quotes or brackets or, of course, non existent.
if ($route === $route_addr){
unset($route);
$addr_spec = $route_addr;
if (($addr_spec = $this->_validateAddrSpec($addr_spec)) === false) {
return false;
}
} else {
// Validate route part.
if (($route = $this->_validateRoute($route)) === false) {
return false;
}
$addr_spec = substr($route_addr, strlen($route . ':'));
// Validate addr-spec part.
if (($addr_spec = $this->_validateAddrSpec($addr_spec)) === false) {
return false;
}
}
if (isset($route)) {
$return['adl'] = $route;
} else {
$return['adl'] = '';
}
$return = array_merge($return, $addr_spec);
return $return;
}
/**
* Function to validate a route, which is:
* route = 1#("@" domain) ":"
*
* @access private
* @param string $route The string to check.
* @return mixed False on failure, or the validated $route on success.
*/
function _validateRoute($route)
{
// Split on comma.
$domains = explode(',', trim($route));
for ($i = 0; $i < count($domains); $i++) {
$domains[$i] = str_replace('@', '', trim($domains[$i]));
if (!$this->_validateDomain($domains[$i])) return false;
}
return $route;
}
/**
* Function to validate a domain, though this is not quite what
* you expect of a strict internet domain.
*
* domain = sub-domain *("." sub-domain)
*
* @access private
* @param string $domain The string to check.
* @return mixed False on failure, or the validated domain on success.
*/
function _validateDomain($domain)
{
// Note the different use of $subdomains and $sub_domains
$subdomains = explode('.', $domain);
while (count($subdomains) > 0) {
$sub_domains[] = $this->_splitCheck($subdomains, '.');
for ($i = 0; $i < $this->index + 1; $i++)
array_shift($subdomains);
}
for ($i = 0; $i < count($sub_domains); $i++) {
if (!$this->_validateSubdomain(trim($sub_domains[$i])))
return false;
}
// Managed to get here, so return input.
return $domain;
}
/**
* Function to validate a subdomain:
* subdomain = domain-ref / domain-literal
*
* @access private
* @param string $subdomain The string to check.
* @return boolean Success or failure.
*/
function _validateSubdomain($subdomain)
{
if (preg_match('|^\[(.*)]$|', $subdomain, $arr)){
if (!$this->_validateDliteral($arr[1])) return false;
} else {
if (!$this->_validateAtom($subdomain)) return false;
}
// Got here, so return successful.
return true;
}
/**
* Function to validate a domain literal:
* domain-literal = "[" *(dtext / quoted-pair) "]"
*
* @access private
* @param string $dliteral The string to check.
* @return boolean Success or failure.
*/
function _validateDliteral($dliteral)
{
return !preg_match('/(.)[][\x0D\\\\]/', $dliteral, $matches) && $matches[1] != '\\';
}
/**
* Function to validate an addr-spec.
*
* addr-spec = local-part "@" domain
*
* @access private
* @param string $addr_spec The string to check.
* @return mixed False on failure, or the validated addr-spec on success.
*/
function _validateAddrSpec($addr_spec)
{
$addr_spec = trim($addr_spec);
// Split on @ sign if there is one.
if (strpos($addr_spec, '@') !== false) {
$parts = explode('@', $addr_spec);
$local_part = $this->_splitCheck($parts, '@');
$domain = substr($addr_spec, strlen($local_part . '@'));
// No @ sign so assume the default domain.
} else {
$local_part = $addr_spec;
$domain = $this->default_domain;
}
if (($local_part = $this->_validateLocalPart($local_part)) === false) return false;
if (($domain = $this->_validateDomain($domain)) === false) return false;
// Got here so return successful.
return array('local_part' => $local_part, 'domain' => $domain);
}
/**
* Function to validate the local part of an address:
* local-part = word *("." word)
*
* @access private
* @param string $local_part
* @return mixed False on failure, or the validated local part on success.
*/
function _validateLocalPart($local_part)
{
$parts = explode('.', $local_part);
// Split the local_part into words.
while (count($parts) > 0){
$words[] = $this->_splitCheck($parts, '.');
for ($i = 0; $i < $this->index + 1; $i++) {
array_shift($parts);
}
}
// Validate each word.
for ($i = 0; $i < count($words); $i++) {
if ($this->_validatePhrase(trim($words[$i])) === false) return false;
}
// Managed to get here, so return the input.
return $local_part;
}
/**
* Returns an approximate count of how many addresses are
* in the given string. This is APPROXIMATE as it only splits
* based on a comma which has no preceding backslash. Could be
* useful as large amounts of addresses will end up producing
* *large* structures when used with parseAddressList().
*
* @param string $data Addresses to count
* @return int Approximate count
*/
function approximateCount($data)
{
return count(preg_split('/(?<!\\\\),/', $data));
}
/**
* This is a email validating function seperate to the rest
* of the class. It simply validates whether an email is of
* the common internet form: <user>@<domain>. This can be
* sufficient for most people. Optional stricter mode can
* be utilised which restricts mailbox characters allowed
* to alphanumeric, full stop, hyphen and underscore.
*
* @param string $data Address to check
* @param boolean $strict Optional stricter mode
* @return mixed False if it fails, an indexed array
* username/domain if it matches
*/
function isValidInetAddress($data, $strict = false)
{
$regex = $strict ? '/^([.0-9a-z_-]+)@(([0-9a-z-]+\.)+[0-9a-z]{2,4})$/i' : '/^([*+!.&#$|\'\\%\/0-9a-z^_`{}=?~:-]+)@(([0-9a-z-]+\.)+[0-9a-z]{2,4})$/i';
if (preg_match($regex, trim($data), $matches)) {
return array($matches[1], $matches[2]);
} else {
return false;
}
}
}
?>

1112
Rmail/Rmail.php Normal file

File diff suppressed because it is too large Load Diff

313
Rmail/mimePart.php Normal file
View File

@ -0,0 +1,313 @@
<?php
/**
* o------------------------------------------------------------------------------o
* | This package is licensed under the Phpguru license. A quick summary is |
* | that for commercial use, there is a small one-time licensing fee to pay. For |
* | registered charities and educational institutes there is a reduced license |
* | fee available. You can read more at: |
* | |
* | http://www.phpguru.org/static/license.html |
* o------------------------------------------------------------------------------o
*
* © Copyright 2008,2009 Richard Heyes
*/
/**
*
* Raw mime encoding class
*
* What is it?
* This class enables you to manipulate and build
* a mime email from the ground up.
*
* Why use this instead of mime.php?
* mime.php is a userfriendly api to this class for
* people who aren't interested in the internals of
* mime mail. This class however allows full control
* over the email.
*
* Eg.
*
* // Since multipart/mixed has no real body, (the body is
* // the subpart), we set the body argument to blank.
*
* $params['content_type'] = 'multipart/mixed';
* $email = new Mail_mimePart('', $params);
*
* // Here we add a text part to the multipart we have
* // already. Assume $body contains plain text.
*
* $params['content_type'] = 'text/plain';
* $params['encoding'] = '7bit';
* $text = $email->addSubPart($body, $params);
*
* // Now add an attachment. Assume $attach is
* the contents of the attachment
*
* $params['content_type'] = 'application/zip';
* $params['encoding'] = 'base64';
* $params['disposition'] = 'attachment';
* $params['dfilename'] = 'example.zip';
* $attach =& $email->addSubPart($body, $params);
*
* // Now build the email. Note that the encode
* // function returns an associative array containing two
* // elements, body and headers. You will need to add extra
* // headers, (eg. Mime-Version) before sending.
*
* $email = $message->encode();
* $email['headers'][] = 'Mime-Version: 1.0';
*
*
* Further examples are available at http://www.phpguru.org
*
* TODO:
* - Set encode() to return the $obj->encoded if encode()
* has already been run. Unless a flag is passed to specifically
* re-build the message.
*
* @author Richard Heyes <richard@phpguru.org>
* @version $Revision: 1.3 $
* @package Mail
*/
class Mail_MIMEPart
{
/**
* The encoding type of this part
* @var string
*/
private $encoding;
/**
* An array of subparts
* @var array
*/
private $subparts;
/**
* The output of this part after being built
* @var string
*/
private $encoded;
/**
* Headers for this part
* @var array
*/
private $headers;
/**
* The body of this part (not encoded)
* @var string
*/
private $body;
/**
* Constructor.
*
* Sets up the object.
*
* @param $body - The body of the mime part if any.
* @param $params - An associative array of parameters:
* content_type - The content type for this part eg multipart/mixed
* encoding - The encoding to use, 7bit, 8bit, base64, or quoted-printable
* cid - Content ID to apply
* disposition - Content disposition, inline or attachment
* dfilename - Optional filename parameter for content disposition
* description - Content description
* charset - Character set to use
* @access public
*/
public function __construct($body = '', $params = array())
{
if (!defined('MAIL_MIMEPART_CRLF')) {
define('MAIL_MIMEPART_CRLF', defined('MAIL_MIME_CRLF') ? MAIL_MIME_CRLF : "\r\n", true);
}
foreach ($params as $key => $value) {
switch ($key) {
case 'content_type':
$headers['Content-Type'] = $value . (isset($charset) ? '; charset="' . $charset . '"' : '');
break;
case 'encoding':
$this->encoding = $value;
$headers['Content-Transfer-Encoding'] = $value;
break;
case 'cid':
$headers['Content-ID'] = '<' . $value . '>';
break;
case 'disposition':
$headers['Content-Disposition'] = $value . (isset($dfilename) ? '; filename="' . $dfilename . '"' : '');
break;
case 'dfilename':
if (isset($headers['Content-Disposition'])) {
$headers['Content-Disposition'] .= '; filename="' . $value . '"';
} else {
$dfilename = $value;
}
break;
case 'description':
$headers['Content-Description'] = $value;
break;
case 'charset':
if (isset($headers['Content-Type'])) {
$headers['Content-Type'] .= '; charset="' . $value . '"';
} else {
$charset = $value;
}
break;
}
}
// Default content-type
if (!isset($headers['Content-Type'])) {
$headers['Content-Type'] = 'text/plain';
}
// Default encoding
if (!isset($this->encoding)) {
$this->encoding = '7bit';
}
// Assign stuff to member variables
$this->encoded = array();
$this->headers = $headers;
$this->body = $body;
}
/**
* Encodes and returns the email. Also stores
* it in the encoded member variable
*
* @return An associative array containing two elements,
* body and headers. The headers element is itself
* an indexed array.
*/
public function encode()
{
$encoded =& $this->encoded;
if (!empty($this->subparts)) {
srand((double)microtime()*1000000);
$boundary = '=_' . md5(uniqid(rand()) . microtime());
$this->headers['Content-Type'] .= ';' . MAIL_MIMEPART_CRLF . "\t" . 'boundary="' . $boundary . '"';
// Add body parts to $subparts
for ($i = 0; $i < count($this->subparts); $i++) {
$headers = array();
$tmp = $this->subparts[$i]->encode();
foreach ($tmp['headers'] as $key => $value) {
$headers[] = $key . ': ' . $value;
}
$subparts[] = implode(MAIL_MIMEPART_CRLF, $headers) . MAIL_MIMEPART_CRLF . MAIL_MIMEPART_CRLF . $tmp['body'];
}
$encoded['body'] = '--' . $boundary . MAIL_MIMEPART_CRLF .
implode('--' . $boundary . MAIL_MIMEPART_CRLF, $subparts) .
'--' . $boundary.'--' . MAIL_MIMEPART_CRLF;
} else {
$encoded['body'] = $this->getEncodedData($this->body, $this->encoding) . MAIL_MIMEPART_CRLF;
}
// Add headers to $encoded
$encoded['headers'] =& $this->headers;
return $encoded;
}
/**
* Adds a subpart to current mime part and returns
* a reference to it
*
* @param $body The body of the subpart, if any.
* @param $params The parameters for the subpart, same
* as the $params argument for constructor.
* @return A reference to the part you just added.
*/
public function addSubPart($body, $params)
{
$this->subparts[] = new Mail_MIMEPart($body, $params);
return $this->subparts[count($this->subparts) - 1];
}
/**
* Returns encoded data based upon encoding passed to it
*
* @param $data The data to encode.
* @param $encoding The encoding type to use, 7bit, base64,
* or quoted-printable.
*/
private function getEncodedData($data, $encoding)
{
switch ($encoding) {
case '8bit':
case '7bit':
return $data;
break;
case 'quoted-printable':
return $this->quotedPrintableEncode($data);
break;
case 'base64':
return rtrim(chunk_split(base64_encode($data), 76, MAIL_MIMEPART_CRLF));
break;
default:
return $data;
}
}
/**
* Encodes data to quoted-printable standard.
*
* @param $input The data to encode
* @param $line_max Optional max line length. Should
* not be more than 76 chars
*/
private function quotedPrintableEncode($input , $line_max = 76)
{
$lines = preg_split("/\r?\n/", $input);
$eol = MAIL_MIMEPART_CRLF;
$escape = '=';
$output = '';
while(list(, $line) = each($lines)){
$linlen = strlen($line);
$newline = '';
for ($i = 0; $i < $linlen; $i++) {
$char = substr($line, $i, 1);
$dec = ord($char);
if (($dec == 32) AND ($i == ($linlen - 1))){ // convert space at eol only
$char = '=20';
} elseif($dec == 9) {
; // Do nothing if a tab.
} elseif(($dec == 61) OR ($dec < 32 ) OR ($dec > 126)) {
$char = $escape . strtoupper(sprintf('%02s', dechex($dec)));
}
if ((strlen($newline) + strlen($char)) >= $line_max) { // MAIL_MIMEPART_CRLF is not counted
$output .= $newline . $escape . $eol; // soft line break; " =\r\n" is okay
$newline = '';
}
$newline .= $char;
} // end of for
$output .= $newline . $eol;
}
$output = substr($output, 0, -1 * strlen($eol)); // Don't want last crlf
return $output;
}
} // End of class
?>

371
Rmail/smtp.php Normal file
View File

@ -0,0 +1,371 @@
<?php
/**
* o------------------------------------------------------------------------------o
* | This package is licensed under the Phpguru license. A quick summary is |
* | that for commercial use, there is a small one-time licensing fee to pay. For |
* | registered charities and educational institutes there is a reduced license |
* | fee available. You can read more at: |
* | |
* | http://www.phpguru.org/static/license.html |
* o------------------------------------------------------------------------------o
*
* © Copyright 2008,2009 Richard Heyes
*/
define('SMTP_STATUS_NOT_CONNECTED', 1, true);
define('SMTP_STATUS_CONNECTED', 2, true);
class smtp
{
private $authenticated;
private $connection;
private $recipients;
private $headers;
private $timeout;
private $errors;
private $status;
private $body;
private $from;
private $host;
private $port;
private $helo;
private $auth;
private $user;
private $pass;
/**
* Constructor function. Arguments:
* $params - An assoc array of parameters:
*
* host - The hostname of the smtp server Default: localhost
* port - The port the smtp server runs on Default: 25
* helo - What to send as the HELO command Default: localhost
* (typically the hostname of the
* machine this script runs on)
* auth - Whether to use basic authentication Default: FALSE
* user - Username for authentication Default: <blank>
* pass - Password for authentication Default: <blank>
* timeout - The timeout in seconds for the call Default: 5
* to fsockopen()
*/
public function __construct($params = array())
{
if(!defined('CRLF'))
define('CRLF', "\r\n", TRUE);
$this->authenticated = FALSE;
$this->timeout = 5;
$this->status = SMTP_STATUS_NOT_CONNECTED;
$this->host = 'localhost';
$this->port = 25;
$this->helo = 'localhost';
$this->auth = FALSE;
$this->user = '';
$this->pass = '';
$this->errors = array();
foreach($params as $key => $value){
$this->$key = $value;
}
}
/**
* Connect function. This will, when called
* statically, create a new smtp object,
* call the connect function (ie this function)
* and return it. When not called statically,
* it will connect to the server and send
* the HELO command.
*/
public function connect($params = array())
{
if (!isset($this->status)) {
$obj = new smtp($params);
if($obj->connect()){
$obj->status = SMTP_STATUS_CONNECTED;
}
return $obj;
} else {
$this->connection = fsockopen($this->host, $this->port, $errno, $errstr, $this->timeout);
if (function_exists('socket_set_timeout')) {
@socket_set_timeout($this->connection, 5, 0);
}
$greeting = $this->get_data();
if (is_resource($this->connection)) {
return $this->auth ? $this->ehlo() : $this->helo();
} else {
$this->errors[] = 'Failed to connect to server: '.$errstr;
return FALSE;
}
}
}
/**
* Function which handles sending the mail.
* Arguments:
* $params - Optional assoc array of parameters.
* Can contain:
* recipients - Indexed array of recipients
* from - The from address. (used in MAIL FROM:),
* this will be the return path
* headers - Indexed array of headers, one header per array entry
* body - The body of the email
* It can also contain any of the parameters from the connect()
* function
*/
public function send($params = array())
{
foreach ($params as $key => $value) {
$this->set($key, $value);
}
if ($this->is_connected()) {
// Do we auth or not? Note the distinction between the auth variable and auth() function
if ($this->auth AND !$this->authenticated) {
if(!$this->auth())
return false;
}
$this->mail($this->from);
if (is_array($this->recipients)) {
foreach ($this->recipients as $value) {
$this->rcpt($value);
}
} else {
$this->rcpt($this->recipients);
}
if (!$this->data()) {
return false;
}
// Transparency
$headers = str_replace(CRLF.'.', CRLF.'..', trim(implode(CRLF, $this->headers)));
$body = str_replace(CRLF.'.', CRLF.'..', $this->body);
$body = substr($body, 0, 1) == '.' ? '.'.$body : $body;
$this->send_data($headers);
$this->send_data('');
$this->send_data($body);
$this->send_data('.');
$result = (substr(trim($this->get_data()), 0, 3) === '250');
//$this->rset();
return $result;
} else {
$this->errors[] = 'Not connected!';
return FALSE;
}
}
/**
* Function to implement HELO cmd
*/
private function helo()
{
if(is_resource($this->connection)
AND $this->send_data('HELO '.$this->helo)
AND substr(trim($error = $this->get_data()), 0, 3) === '250' ){
return true;
} else {
$this->errors[] = 'HELO command failed, output: ' . trim(substr(trim($error),3));
return false;
}
}
/**
* Function to implement EHLO cmd
*/
private function ehlo()
{
if (is_resource($this->connection)
AND $this->send_data('EHLO '.$this->helo)
AND substr(trim($error = $this->get_data()), 0, 3) === '250' ){
return true;
} else {
$this->errors[] = 'EHLO command failed, output: ' . trim(substr(trim($error),3));
return false;
}
}
/**
* Function to implement RSET cmd
*/
private function rset()
{
if (is_resource($this->connection)
AND $this->send_data('RSET')
AND substr(trim($error = $this->get_data()), 0, 3) === '250' ){
return true;
} else {
$this->errors[] = 'RSET command failed, output: ' . trim(substr(trim($error),3));
return false;
}
}
/**
* Function to implement QUIT cmd
*/
private function quit()
{
if(is_resource($this->connection)
AND $this->send_data('QUIT')
AND substr(trim($error = $this->get_data()), 0, 3) === '221' ){
fclose($this->connection);
$this->status = SMTP_STATUS_NOT_CONNECTED;
return true;
} else {
$this->errors[] = 'QUIT command failed, output: ' . trim(substr(trim($error),3));
return false;
}
}
/**
* Function to implement AUTH cmd
*/
private function auth()
{
if (is_resource($this->connection)
AND $this->send_data('AUTH LOGIN')
AND substr(trim($error = $this->get_data()), 0, 3) === '334'
AND $this->send_data(base64_encode($this->user)) // Send username
AND substr(trim($error = $this->get_data()),0,3) === '334'
AND $this->send_data(base64_encode($this->pass)) // Send password
AND substr(trim($error = $this->get_data()),0,3) === '235' ){
$this->authenticated = true;
return true;
} else {
$this->errors[] = 'AUTH command failed: ' . trim(substr(trim($error),3));
return false;
}
}
/**
* Function that handles the MAIL FROM: cmd
*/
private function mail($from)
{
if ($this->is_connected()
AND $this->send_data('MAIL FROM:<'.$from.'>')
AND substr(trim($this->get_data()), 0, 2) === '250' ) {
return true;
} else {
return false;
}
}
/**
* Function that handles the RCPT TO: cmd
*/
private function rcpt($to)
{
if($this->is_connected()
AND $this->send_data('RCPT TO:<'.$to.'>')
AND substr(trim($error = $this->get_data()), 0, 2) === '25' ){
return true;
} else {
$this->errors[] = trim(substr(trim($error), 3));
return false;
}
}
/**
* Function that sends the DATA cmd
*/
private function data()
{
if($this->is_connected()
AND $this->send_data('DATA')
AND substr(trim($error = $this->get_data()), 0, 3) === '354' ) {
return true;
} else {
$this->errors[] = trim(substr(trim($error), 3));
return false;
}
}
/**
* Function to determine if this object
* is connected to the server or not.
*/
private function is_connected()
{
return (is_resource($this->connection) AND ($this->status === SMTP_STATUS_CONNECTED));
}
/**
* Function to send a bit of data
*/
private function send_data($data)
{
if(is_resource($this->connection)){
return fwrite($this->connection, $data.CRLF, strlen($data)+2);
} else {
return false;
}
}
/**
* Function to get data.
*/
private function get_data()
{
$return = '';
$line = '';
$loops = 0;
if(is_resource($this->connection)){
while((strpos($return, CRLF) === FALSE OR substr($line,3,1) !== ' ') AND $loops < 100){
$line = fgets($this->connection, 512);
$return .= $line;
$loops++;
}
return $return;
}else
return false;
}
/**
* Sets a variable
*/
public function set($var, $value)
{
$this->$var = $value;
return true;
}
/**
* Function to return the errors array
*/
public function getErrors()
{
return $this->errors;
}
} // End of class
?>

10
TODO Normal file
View File

@ -0,0 +1,10 @@
- Make auto-logout on email address change work properly on the FIRST submit, not on first action after the submit
- same for judges changing email address
testing commit emails
test two
test three
test four
test five
test six
test seven

556
account.inc.php Normal file
View File

@ -0,0 +1,556 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
Copyright (C) 2010 David Grant <dave@lightbox.org>
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.
*/
?>
<?
function account_valid_user($user)
{
/* Find any character that doesn't match the valid username characters
* (^ inverts the matching remember */
$x = preg_match('[^a-zA-Z0-9@.-_]',$user);
/* If x==1, a match was found, and the input is bad */
return ($x == 1) ? false : true;
}
function account_valid_password($pass)
{
/* Same as user, but allow more characters */
$x = preg_match('[^a-zA-Z0-9 ~!@#$%^&*()-_=+|;:,<.>/?]',$pass);
/* If x==1, a match was found, and the input is bad */
if($x == 1) return false;
if(strlen($pass) < 6) return false;
return true;
}
/* Duplicate of common.inc.php:generatePassword, which will be deleted
* eventually when ALL users are handled through this file */
function account_generate_password($pwlen=8)
{
//these are good characters that are not easily confused with other characters :)
$available="ABCDEFGHJKLMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz23456789";
$len=strlen($available) - 1;
$key="";
for($x=0;$x<$pwlen;$x++)
$key.=$available{rand(0,$len)};
return $key;
}
function account_set_password($accounts_id, $password = NULL)
{
$save_old = false;
if($password == NULL) {
$q = mysql_query("SELECT passwordset FROM accounts WHERE id='$accounts_id'");
$a = mysql_fetch_assoc($q);
/* Generate a new password */
$password = account_generate_password(12);
/* save the old password only if it's not an auto-generated one */
if($a['passwordset'] != '0000-00-00') $save_old = true;
/* Expire the password */
$save_set = "'0000-00-00'";
} else {
/* Set the password, no expiry, save the old */
$save_old = true;
$save_set = 'NOW()';
}
$p = mysql_escape_string($password);
$set = ($save_old == true) ? 'oldpassword=password, ' : '';
$set .= "password='$p', passwordset=$save_set ";
$query = "UPDATE accounts SET $set WHERE id='$accounts_id'";
mysql_query($query);
echo mysql_error();
return $password;
}
function account_load($id)
{
$id = intval($id);
//we dont want password or the pending email code in here
$q = mysql_query("SELECT id,
username,
link_username_to_email,
passwordset,
email,
pendingemail,
superuser,
deleted,
deleted_datetime,
created
FROM accounts WHERE id='$id'");
if(mysql_num_rows($q) == 0) {
return false;
}
if(mysql_num_rows($q) > 1) {
return false;
}
$a = mysql_fetch_assoc($q);
return $a;
}
function account_get_password($id) {
$id=intval($id);
$q=mysql_query("SELECT password FROM accounts WHERE id='$id'");
$r=mysql_fetch_object($q);
return $r->password;
}
function account_load_by_username($username)
{
$un = mysql_real_escape_string($username);
$q = mysql_query("SELECT * FROM accounts WHERE username='$un'");
if(mysql_num_rows($q) == 0) {
return false;
}
if(mysql_num_rows($q) > 1) {
return false;
}
$a = mysql_fetch_assoc($q);
return $a;
}
function account_create($username,$password=NULL)
{
global $config;
$errMsg = '';
/* Sanity check username */
if(!account_valid_user($username)) {
$errMsg .= i18n('Invalid user name "%1"', array($username)) . "\n";
}else{
/* Make sure the account doesn't exist */
$us = mysql_real_escape_string($username);
$q = mysql_query("SELECT * FROM accounts WHERE username='$us'");
if(mysql_num_rows($q)) {
$errMsg .= i18n("The username %1 is already in use", array($username)) . "\n";
}
}
//if the password is set, make sure its valid, if its null, thats OK, it'll get generated and set by account_set_password
if($password && !account_valid_password($password)) {
$errMsg .= i18n("Invalid password") . "\n";
}
if($errMsg != '') return $errMsg;
/* Create the account */
mysql_query("INSERT INTO accounts (`username`,`created`,`deleted`,`superuser`)
VALUES ('$us', NOW(),'no','no')");
echo mysql_error();
$accounts_id = mysql_insert_id();
account_set_password($accounts_id, $password);
$a = account_load($accounts_id);
return $a;
}
function account_set_email($accounts_id,$email) {
global $config;
//we dont actually set the email until its confirmed, we only set the pending email :p
if(isEmailAddress($email)) {
$code=generatePassword(24);
mysql_query("UPDATE accounts SET email=NULL, pendingemail='".mysql_real_escape_string($email)."', pendingemailcode='$code' WHERE id='$accounts_id'");
$link = account_build_email_confirmation_link($accounts_id);
email_send('account_email_confirmation',$email,array(),array("EMAIL"=>$email,"EMAILCONFIRMATIONLINK"=>$link));
}
}
// generate the email confirmation URL. Separated from account_set_email for use elsewhere.
// returns null if no confirmation code is set for this account
function account_build_email_confirmation_link($accounts_id){
global $config;
$q = mysql_query("SELECT pendingemail, pendingemailcode FROM accounts WHERE id = $accounts_id");
$row = mysql_fetch_assoc($q);
$code = $row['pendingemailcode'];
$email = $row['pendingemail'];
if(trim($code) == ''){
return null;
}
$urlproto = $_SERVER['SERVER_PORT'] == 443 ? "https://" : "http://";
$urlmain = "$urlproto{$_SERVER['HTTP_HOST']}{$config['SFIABDIRECTORY']}";
$urlemailconfirm = "emailconfirmation.php?i=$accounts_id&e=".rawurlencode($email)."&c=".$code;
return $urlmain."/".$urlemailconfirm;
}
// add the specified role to the account's user record for the specified conference
// return true on success, false on failure
function account_add_role($accounts_id, $roles_id, $conferences_id, $password = null){
global $config;
global $conference;
//if we get role as a type string instead of an id (eg, 'teacher'), lets just look it up
if(!is_numeric($roles_id)) {
$tq=mysql_query("SELECT id FROM roles WHERE type='".mysql_real_escape_string($roles_id)."'");
$tr=mysql_fetch_object($tq);
$roles_id=$tr->id;
}
// avoid injections
$accounts_id=intval($accounts_id);
$roles_id=intval($roles_id);
$conferences_id=intval($conferences_id);
$password=mysql_real_escape_string($password);
// make sure the specified id's actually exist
if(mysql_result(mysql_query("SELECT COUNT(*) FROM accounts WHERE id = $accounts_id"), 0) != 1){
return "invalidaccount";
}
if(mysql_result(mysql_query("SELECT COUNT(*) FROM roles WHERE id = $roles_id"), 0) != 1){
return "invalidrole";
}
if(mysql_result(mysql_query("SELECT COUNT(*) FROM conferences WHERE id = $conferences_id"), 0) != 1){
return "invalidconference";
}
// find out if this account has a user record for this conference
$data = mysql_fetch_array(mysql_query("
SELECT * FROM users
WHERE conferences_id = $conferences_id
AND accounts_id = $accounts_id
"));
if(is_array($data)){
// they do indeed have a user record for this conference. Let's load it
$u = user_load($data['id']);
$users_id = $data['id'];
}else{
// They're not actually connected to this conference, let's hook 'em up
$u = user_create($accounts_id, $conferences_id);
$users_id = $u['id'];
// if this applies to their current session, update their session user id
if($_SESSION['accounts_id'] == $accounts_id && $_SESSION['conferences_id'] == $conferences_id){
$_SESSION['users_id'] = $users_id;
}
}
// we now have the user id that we need, let's check to see whether or not they
// already have the specified role.
if(mysql_result(mysql_query("SELECT COUNT(*) FROM user_roles WHERE users_id = $users_id AND roles_id = $roles_id"), 0) != 0){
// they already have this role. shell_exec("man true");
return 'ok';
}
// see if this role conflicts with existing ones
if(!account_add_role_allowed($accounts_id, $conferences_id, $roles_id)){
return 'invalidrole(account_add_role_allowed)';
}
// get the type of the role (eg. "judge", "participant", etc.)
$role = mysql_result(mysql_query("SELECT type FROM roles WHERE id = $roles_id"), 0);
if($_SESSION['superuser']!='yes') {
// and see if it's a valid one for this conference
if(!array_key_exists($role . '_registration_type', $config)){
return 'invalidrole(_registration_type)';
}
}
if( in_array("admin",$_SESSION['roles']) ||
in_array("config",$_SESSION['roles']) ||
$_SESSION['superuser']=="yes")
{
//do nothing, we're logged in a a superuser, admin or config, so we
//dont want/need to check the types, just go ahead and invite them
//its easie than reversing the logic of the if above.
}
else {
// and let's see if we meet the conditions for the registration type
$error = "";
switch($config[$role . '_registration_type']){
case 'open':
case 'openorinvite':
// this is allowed.
break;
case 'singlepassword':
if($password != $config[$role . '_registration_singlepassword']){
$error = "invalidpassword";
}
break;
case 'schoolpassword':
if($password != null){
$schoolId = $u['schools_id'];
$schoolDat = mysql_fetch_assoc(mysql_query("SELECT registration_password FROM schools WHERE id=$schoolId"));
if(is_array($schoolDat)){
if($password == $schoolDat['registration_password']) $valid = true;
$error = "invalidpassword";
}
}
break;
case 'invite':
if( in_array("teacher",$_SESSION['roles']) && $role=='participant') {
//if they are a teacher, they can add a participant role a-ok
$error = '';
}
else {
$error = 'invalidrole(invite_only)';
}
break;
}
}
if($error != ""){
return $error;
}
// *whew* all conditions have been met. Let's go ahead and create the record
if(!mysql_query("INSERT INTO user_roles (accounts_id, users_id, roles_id, active, complete) VALUES($accounts_id, $users_id, $roles_id, 'yes', 'no')")){
return "mysqlerror:" . mysql_error();
}
$a=account_load($accounts_id);
$password=account_get_password($accounts_id);
//in this case, we want to send to pendingemail if thats all we have, because
//its possible that this is a new user that was just added and we just sent
//the email confirmation email as well, so on new user invitation, they will get
//the invite email as well as the email confirmation email.
if($a['email']) $e=$a['email'];
else if($a['pendingemail']) $e=$a['pendingemail'];
email_send("{$role}_new_invite",
$e,
array("FAIRNAME"=>$conference['name']),
array("FAIRNAME"=>$conference['name'],
"EMAIL"=>$e,
"USERNAME"=>$a['username'],
"PASSWORD"=>$password,
"ROLE"=>$role)
);
// if we made it this far, the role was successfully added
return 'ok';
}
// find out if the specifed role can be added to this account at the specified conference
function account_add_role_allowed($accounts_id, $roles_id, $conferences_id){
$returnval = true;
// avoid injections
$accounts_id *= 1;
$roles_id *= 1;
$conferences_id *= 1;
// get the user id for this account/conference
$userdat = mysql_fetch_assoc(mysql_query("SELECT id FROM users WHERE accounts_id = $accounts_id AND conferences_id = $conferences_id"));
// If this condition isn't met, then the account is not connected to the conference.
// In that case, the role can be allowed as there is no conflict.
if(is_array($userdat)){
$users_id = $userdat['id'];
// get the roles for the specified account at the specified conference
$query = mysql_query("
SELECT * FROM user_roles
WHERE users_id = $users_id
");
while($returnval && $row = mysql_fetch_assoc($query)){
switch($row['type']){
case 'participant':
// Student cant' add any other role
$returnval = false;
break;
default:
if($role == 'participant') {
// No role can add the participant role
$returnval = false;
}
// All other roles can coexist (even the fair role)
break;
}
}
}
return $returnval;
}
// remove the specified role from the account's user record for the specified conference
// return true on success, false on failure
function account_remove_role($accounts_id, $roles_id, $conferences_id){
// avoid injections
$accounts_id *= 1;
$roles_id *= 1;
$conferences_id *= 1;
// make sure the specified id's actually exist
if(mysql_result(mysql_query("SELECT COUNT(*) FROM accounts WHERE id = $accounts_id"), 0) != 1){
return "invalidaccount";
}
if(mysql_result(mysql_query("SELECT COUNT(*) FROM roles WHERE id = $roles_id"), 0) != 1){
return "invalidrole";
}
if(mysql_result(mysql_query("SELECT COUNT(*) FROM conferences WHERE id = $conferences_id"), 0) != 1){
return "invalidconference";
}
// very little error catching needed here. If the role's there, we hopfully succeed in
// removing it. If it's not, then we succeed in doing nothing
$data = mysql_fetch_array(mysql_query("
SELECT * FROM users
WHERE conferences_id = $conferences_id
AND accounts_id = $accounts_id
"));
if(is_array($data)){
// they do indeed have a user record for this conference.
$users_id = $data['id'];
// Do role-specific remove actions
$role = mysql_result(mysql_query("SELECT `type` FROM roles WHERE id = $roles_id"), 0);
switch($role) {
case 'committee':
mysql_query("DELETE FROM committees_link WHERE accounts_id='{$accounts_id}'");
break;
case 'judge':
mysql_query("DELETE FROM judges_teams_link WHERE users_id='$users_id'");
mysql_query("DELETE FROM judges_specialawards_sel WHERE users_id='$users_id'");
break;
default:
break;
}
// and now we can remove the role link itself
mysql_query("DELETE FROM user_roles WHERE roles_id={$roles_id} AND users_id='$users_id'");
}
return 'ok';
}
// A function for handling updates of any fields that can be modified through an API call.
// returns 'ok' on success, error message otherwise.
function account_update_info($fields){
if($_SESSION['accounts_id']) {
$accounts_id = $_SESSION['accounts_id'];
}else{
return 'you must be logged in to change your account settings';
}
if(!is_array($fields)) return 'account_update_info expects an array';
$message = 'ok';
$updates = array();
foreach($fields as $index => $value){
switch($index){
case 'username':
if(account_valid_user($value)){
$u = mysql_real_escape_string($value);
$q = mysql_query("SELECT id FROM accounts WHERE username = '$u' AND deleted = 'no' AND id != $accounts_id");
if(mysql_num_rows($q) != 0){
$message = "username already in use";
}else{
$updates[$index] = $value;
}
}else{
$message = "invalid username";
}
break;
case 'password':
$q = mysql_query("SELECT password FROM accounts WHERE id='$accounts_id' AND password='" . mysql_real_escape_string($value) . "'");
if(mysql_num_rows($q)){
// ignore this parameter. The password has not changed
}else if(!account_valid_password($value)){
$message = "invalid password";
}else{
$updates[$index] = $value;
}
break;
case 'link_username_to_email':
if(in_array($value, array('yes', 'no'))){
if($value=='yes') {
//if its yes, we can only do it if username==email
if($fields['username']==$fields['email']) {
$updates[$index] = $value;
} else {
$message="username and email must match for link_username_toemail";
}
}
else {
$updates[$index] = $value;
}
}else{
$message = '"link_username_to_email" must be either a "yes" or "no" value';
}
break;
case 'email':
if(isEmailAddress($value)){
$updates[$index] = $value;
}else{
$message = 'invalid e-mail address';
}
break;
default:
$message = 'invalid field name';
}
}
if($message != 'ok'){
return $message;
}
// the data's all been validated, so we can continue with the actual update.
// doing it separately from the above loop to ensure that it's an all-or nothing update;
// none of it will happen if any one part is erroneous.
foreach($updates as $index => $value){
switch($index){
case 'username':
$username = mysql_real_escape_string($value);
mysql_query("UPDATE accounts SET username = '$username' WHERE id = $accounts_id");
break;
case 'password':
account_set_password($accounts_id, mysql_real_escape_string($value));
break;
case 'link_username_to_email':
mysql_query("UPDATE accounts SET link_username_to_email = '$value' WHERE id = $accounts_id");
break;
case 'email':
account_set_email($accounts_id, $value);
break;
}
}
return $message;
}
?>

View File

@ -5,6 +5,7 @@
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
Copyright (C) 2009 David Grant <dave@lightbox.org>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
@ -20,10 +21,13 @@
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
?>
<?
$DBHOST= "db";
$DBNAME= "mariadb";
$DBUSER= "mariadb";
$DBPASS= "mariadb";
?>
function activities_status(&$u)
{
global $config;
/* They must select a language */
if(count($u['languages']) < 1) return 'incomplete';
return 'complete';
}

190
activities.php Normal file
View File

@ -0,0 +1,190 @@
<?php
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?php
require_once('common.inc.php');
require_once('user.inc.php');
require_once('activities.inc.php');
require_once("questions.inc.php");
require_once('user_edit.inc.php');
/* Ensure they're logged in as a judge, volunteer or admin */
user_auth_required(array(), array('judge', 'volunteer', 'admin'));
$edit_id = isset($_GET['users_id']) ? intval($_GET['users_id']) : $_SESSION['users_id'];
if($edit_id != $_SESSION['users_id'])
user_auth_required('admin');
else
user_auth_required();
$u = user_load($edit_id);
// load the times at which the various events are happening
$times = array();
$q = mysql_query("
SELECT schedule.id, date, hour, minute, duration, title
FROM schedule
JOIN events ON schedule.events_id = events.id
WHERE schedule.conferences_id = {$conference['id']}
ORDER BY date, hour, minute
");
$x = 0;
while($r = mysql_fetch_assoc($q)){
$dateParts = explode('-', $r['date']);
$startTime = mktime($r['hour'], $r['minute'], 0, $dateParts[1], $dateParts[2], $dateParts[0]);
$endTime = $startTime + $r['duration'] * 60;
$times[$r['id']] = array(
'date' => $r['date'],
'starttime' => date('g:ia', $startTime),
'endtime' => date('g:ia', $endTime),
'name' => $r['title'],
);
}
switch($_GET['action']) {
case 'save':
if(!is_array($_POST['languages'])) $_POST['languages']=array();
$u['languages'] = array();
foreach($_POST['languages'] AS $val)
$u['languages'][] = $val;
$u['willing_chair'] = ($_POST['willing_chair'] == 'yes') ? 'yes' : 'no';
$u['highest_psd'] = stripslashes($_POST['highest_psd']);
$u['available_events'] = array_values($_POST['time']);
user_save($u);
/*
if(is_array($_POST['questions'])){
questions_save_answers("judgereg",$u['id'],$_POST['questions']);
}
*/
happy_("Preferences successfully saved");
$u = user_load($u['id']);
$newstatus=activities_status($u);
?>
<script type="text/javascript">
user_update_tab_status('activities','<?=$newstatus?>');
</script>
<?
exit;
}
$fields = array('languages[]', 'willing_chair','highest_psd','time[]');
$required = array('languages[]');
if(count($times) > 1) $required[] = 'time[]';
?>
<h4><?=i18n("Activity Information")?> - <span class="status_activities"></span></h4>
<br/>
<form class="editor" id="activities_form">
<table width="90%">
<tr><td style="text-align: left" colspan="2"><b><?=i18n('Language(s)')?></b><hr /></td></tr>
<tr><?=user_edit_item($u, 'Languages', 'languages[]', 'languages')?></tr>
<?php if(count($times) > 1) { ?>
<tr><td style="text-align: left" colspan="2"><br /><b><?=i18n('Time Availability')?></b><hr />
<i><?=i18n('Please specify the events you are available for')?></i>
</td></tr>
<?php
// get a list of the times they already have selected
$sel = array();
$q = mysql_query("
SELECT eual.* FROM schedule_users_availability_link eual
JOIN schedule ON schedule.id = eual.schedule_id
WHERE eual.users_id=\"{$u['id']}\"
AND schedule.conferences_id = {$conference['id']}
ORDER BY `schedule`.`date`, `schedule`.`hour`, `schedule`.`minute`
");
while($r = mysql_fetch_assoc($q)) {
foreach($times as $x => $t) {
if($x == $r['schedule_id']){
$sel[] = $x;
}
}
}
$items = array();
foreach($times as $x => $t) {
$items[$x] = "{$t['name']} ({$t['date']} {$t['starttime']} - {$t['endtime']})";
}
echo '<tr>';
user_edit_item($u, 'Time Availability', 'time[]', 'checklist', $items, $sel);
echo '</tr>';
}
//questions_print_answer_editor('judgereg', $u, 'questions');
?>
</table>
<br />
<button><?=i18n("Save Information")?></button>
</form>
<script type="text/javascript">
function activities_save()
{
$("#debug").load("<?=$config['SFIABDIRECTORY']?>/activities.php?action=save&users_id=<?=$u['id']?>", $("#activities_form").serializeArray());
return false;
}
$(document).ready(function() {
$("#activities_form").validate({
errorPlacement: function(error, element) {
if( element.attr('type') == 'checkbox' ) {
error.insertAfter( element.parent("span") );
} else {
error.insertAfter(element);
}
},
rules: {
"languages[]": { required: true },
"time[]": { required: <?=in_array('time[]', $required)?'true':'false'?> },
},
messages: {
"languages[]": { required: "<?=i18n('Please select the language(s) you can work in')?>" },
"time[]": { required: "<?=i18n('Please select the time(s) you are available')?>" }
},
submitHandler: function() {
activities_save();
return false;
},
cancelHandler: function() {
activities_save();
return false;
}
});
user_update_tab_status('activities');
});
</script>

144
admin/account_list.php Normal file
View File

@ -0,0 +1,144 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
if($_GET['show_types'])
$NAV_IDENT=$_GET['show_types'][0];
if($_POST['show_types'])
$NAV_IDENT=$_POST['show_types'][0];
require_once('../common.inc.php');
require_once('../user.inc.php');
require_once('../judge.inc.php');
user_auth_required('admin');
require_once('judges.inc.php');
if($_GET['action']=="join" && $_GET['accounts_id']) {
//we're making this user join this conference
echo "joining {$_GET['accounts_id']} with {$conference['id']}";
$u = user_create(intval($_GET['accounts_id']), $conference['id']);
echo happy(i18n("User joined conference"));
}
send_header("Account List",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php')
);
$querystr = "SELECT * FROM accounts ORDER BY username";
/*
echo $querystr;
echo "<br />\n";
echo "<br />\n";
*/
$q = mysql_query($querystr);
echo mysql_error();
echo "<br />\n";
$num = mysql_num_rows($q);
echo i18n("Listing %1 account total.",array($num));
echo mysql_error();
echo "<table class=\"tableview\">";
echo "<thead>";
echo "<tr>";
echo " <th>".i18n("Account ID")."</th>";
echo " <th>".i18n("Username")."</th>";
echo " <th>".i18n("Email Address")."</th>";
echo " <th>".i18n("Pending Email")."</th>";
echo " <th>".i18n("User Info")."</th>";
// echo " <th>".i18n("Actions")."</th>";
echo "</tr>";
echo "</thead>";
echo "<tbody>";
$tally = array();
$tally['active'] = array();
$tally['inactive'] = array();
$tally['active']['complete'] = 0;
$tally['active']['incomplete'] = 0;
$tally['active']['na'] = 0;
$tally['inactive']['complete'] = 0;
$tally['inactive']['incomplete'] = 0;
$tally['inactive']['na'] = 0;
while($r=mysql_fetch_assoc($q)) {
// get the role data for this user
echo "<tr>";
echo "<td>";
echo $r['id'];
echo "</td>";
echo "<td>";
echo $r['username'];
echo "</td>";
echo "<td>";
echo $r['email'];
echo "</td><td>";
echo $r['pendingemail'];
echo "</td>";
echo "<td>";
$u=user_load_by_accounts_id($r['id']);
if($u) {
//we can edit them even if they dont have any roles, duh
echo "<b>";
echo "<a href=\"#\" onclick=\"return openeditor({$u['id']})\">";
if($u['firstname'] || $u['lastname']) {
echo $u['firstname']." ".$u['lastname'];
}
else {
echo i18n("No name specified");
}
echo "</a>";
echo "</b>";
echo "<br />";
if(count($u['roles'])) {
echo "<table>";
foreach($u['roles'] AS $r=>$rd) {
echo "<tr><td>";
echo $rd['name'];
echo "</td>";
if($rd['active']=="yes"){ $cl="happy"; $cls=""; } else { $cl="error"; $cls="not "; }
echo "<td class=\"$cl\">{$cls}active</td>";
if($rd['complete']=="yes"){ $cl="happy"; $cls=""; } else { $cl="error"; $cls="not "; }
echo "<td class=\"$cl\">{$cls}complete</td>";
echo "</tr>";
}
echo "</table>";
} else {
echo "no roles";
}
}
else {
echo "no user record for this conference. ";
echo " <a href=\"account_list.php?action=join&accounts_id={$r['id']}\">click to join conference</a>";
}
echo "</td>";
echo "</tr>";
}
echo "</tbody>";
echo "</table>";
send_footer();
?>

View File

@ -1,41 +1,14 @@
<?
<?php
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005-2008 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2008-2012 Youth Science Ontario <info@youthscienceontario.ca>
* Copyright (C) 2005-2012 James Grant <james@lightbox.org>
*
* 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.
*/
?>
<?
class annealer
{
class annealer {
var $num_buckets;
var $bucket;
var $bucket_cost;
var $bucket_cost_new;
var $cost;
var $start_temp,
$start_moves;
var $start_temp, $start_moves;
var $cost_function_callback;
var $pick_move_callback;
var $update_callback;
@ -45,9 +18,9 @@ class annealer
var $max_items_per_bucket;
var $rate;
var $move_bucket_ids;
function annealer($num_buckets, $start_temp, $start_moves, $rate,
$cost_function_cb, $items)
$cost_function_cb, $items)
{
$this->num_buckets = $num_buckets;
$this->start_temp = $start_temp;
@ -56,7 +29,7 @@ class annealer
unset($this->pick_move_callback);
unset($this->update_callback);
unset($this->delta_cost_bucket_ids_callback);
$this->bucket_cost = array();
$this->bucket_cost_old = array();
$this->bucket = array();
@ -65,15 +38,14 @@ class annealer
$this->rate = $rate;
$this->max_items_per_bucket = 0;
$ipb = ceil($this->items_per_bucket);
$i = 0;
$i=0;
$this->cost = 0;
/* Assign to buckets */
for ($x = 0; $x < $num_buckets; $x++) {
for($x=0; $x<$num_buckets; $x++) {
unset($b);
$b = array();
for ($y = 0; $y < $ipb; $y++) {
if ($i == count($items))
break;
for($y=0;$y<$ipb; $y++) {
if($i == count($items)) break;
$b[] = $items[$i];
$i++;
}
@ -81,85 +53,80 @@ class annealer
}
/* Then do costs after all bucket assignments are done */
for ($x = 0; $x < $num_buckets; $x++) {
for($x=0; $x<$num_buckets; $x++) {
$c = $this->cost_function($x);
$this->bucket_cost[] = $c;
$this->cost += $c;
}
TRACE("Annealer setup: T={$this->start_temp}, "
. "M={$this->start_moves}, Bkts={$this->num_buckets}, "
. "Cost={$this->cost}\n");
TRACE("Annealer setup: T={$this->start_temp}, ".
"M={$this->start_moves}, Bkts={$this->num_buckets}, ".
"Cost={$this->cost}\n");
}
function set_pick_move($func)
{
$this->pick_move_callback = $func;
}
function set_update_callback($func)
{
$this->update_callback = $func;
}
function set_delta_cost_bucket_ids_callback($func)
{
$this->delta_cost_bucket_ids_callback = $func;
}
function set_max_items_per_bucket($num)
function set_max_items_per_bucket($num)
{
$this->max_items_per_bucket = $num;
}
function pick_move()
{
/* Pick a bucket and item */
while (1) {
while(1) {
$b1 = rand(0, $this->num_buckets - 1);
if (count($this->bucket[$b1]) > 0)
break;
if(count($this->bucket[$b1]) > 0) break;
}
$i1 = rand(0, count($this->bucket[$b1]) - 1);
$i1 = rand(0, count($this->bucket[$b1]) -1);
/* Pick a second bucket that is different than the first */
$b2 = rand(0, $this->num_buckets - 2);
if ($b2 >= $b1)
$b2++;
if($b2 >= $b1) $b2++;
if ($this->max_items_per_bucket > 0 && count($this->bucket[$b2]) >= $this->max_items_per_bucket) {
/*
* Can't move b1 into b2, it would exceed the max items per bucket, pick an
* item to swap with
*/
$i2 = rand(0, count($this->bucket[$b2]) - 1);
if($this->max_items_per_bucket > 0 && count($this->bucket[$b2]) >= $this->max_items_per_bucket) {
/* Can't move b1 into b2, it would exceed the max items per bucket, pick an
* item to swap with */
$i2 = rand(0, count($this->bucket[$b2])-1);
} else {
/* Pick an item, or a blank, in the second bucket */
$i2 = rand(0, count($this->bucket[$b2]));
if ($i2 == count($this->bucket[$b2]))
$i2 = -1;
if($i2 == count($this->bucket[$b2])) $i2 = -1;
}
// TRACE("Move ($b1,$i1)<->($b2,$i2)\n");
// TRACE("Move ($b1,$i1)<->($b2,$i2)\n");
return array($b1, $i1, $b2, $i2);
}
function cost_function($b)
{
$bkt = $this->bucket[$b];
$cb = $this->cost_function_callback;
$c = $cb($this, $b, $bkt);
// $this->print_bucket($b);
// print("Computed cost to be: $c\n");
// $this->print_bucket($b);
// print("Computed cost to be: $c\n");
return $c;
}
function compute_delta_cost($move)
function compute_delta_cost($move)
{
list($b1, $i1, $b2, $i2) = $move;
if ($b1 == $b2) {
if($b1 == $b2) {
echo "Called on same bucket, not supported!\n";
exit;
// return $this->compute_delta_cost_same_bucket($move);
// return $this->compute_delta_cost_same_bucket($move);
}
$cost = 0;
@ -170,42 +137,42 @@ class annealer
/* Setup new costs */
$this->bucket_cost_new = $this->bucket_cost;
/* Compute new lists with swapped elements */
if ($i2 != -1) { /* Swap */
if($i2 != -1) { /* Swap */
array_splice($this->bucket[$b1], $i1, 1, $b2_old[$i2]);
array_splice($this->bucket[$b2], $i2, 1, $b1_old[$i1]);
} else { /* Move one to other */
} else { /* Move one to other */
array_splice($this->bucket[$b1], $i1, 1);
$this->bucket[$b2][] = $b1_old[$i1];
}
/*
* Get the lists of buckets we need to recompute, by default
* just b1 and b2
*/
if (isset($this->delta_cost_bucket_ids_callback)) {
/* Get the lists of buckets we need to recompute, by default
* just b1 and b2 */
if(isset ($this->delta_cost_bucket_ids_callback)) {
$cb = $this->delta_cost_bucket_ids_callback;
$ids = $cb($this, $b1);
$ids = array_unique(array_merge($ids, $cb($this, $b2)), SORT_NUMERIC);
$ids = array_unique(array_merge($ids, $cb($this, $b2)), SORT_NUMERIC );
} else {
$ids = array($b1, $b2);
}
// TRACE("Recompute IDs:\n");
// TRACE_R($ids);
// TRACE("Recompute IDs:\n");
// TRACE_R($ids);
/* Save that list */
$this->move_bucket_ids = $ids;
/* Compute a delta cost, recompute all costs for all buckets */
foreach ($ids as $bucket_id) {
foreach($ids as $bucket_id) {
/* Compute costs */
$cost -= $this->bucket_cost[$bucket_id];
$this->bucket_cost_new[$bucket_id] = $this->cost_function($bucket_id);
$cost += $this->bucket_cost_new[$bucket_id];
}
/* Save the new lists */
$b1_new = $this->bucket[$b1];
$b2_new = $this->bucket[$b2];
@ -213,47 +180,46 @@ class annealer
/* Return to the original bucket lists */
$this->bucket[$b1] = $b1_old;
$this->bucket[$b2] = $b2_old;
return array($cost, array($b1_new, $b2_new));
}
/*
function compute_delta_cost_same_bucket($move)
{
list($b1, $i1, $b2, $i2) = $move;
/*
* function compute_delta_cost_same_bucket($move)
* {
* list($b1, $i1, $b2, $i2) = $move;
*
* $cost = 0;
*
* $b_old = $this->bucket[$b1];
*
* $b_new = array();
* /* Make a new bucket list
* for($x=0; $x<count($b_old); $x++) {
* if($x == $i1) {
* /* Swap or remove this index
* if($i2 != -1) $b_new[] = $b_old[$i2];
* } else if($x == $i2) {
* $b_new[] = $b_old[$i1];
* } else {
* $b_new[] = $b_old[$x];
* }
* }
*
* /* Assign the new item lists to the buckets
* $this->bucket[$b1] = $b_new;
*
* /* Compute costs
* $cost -= $this->bucket_cost[$b1];
*
* $c1 = $this->cost_function($b1);
* $cost += $c1;
*
* /* Return to the original bucket lists
* $this->bucket[$b1] = $b_old;
*
* return array($cost, array($c1, $b_new, 0, array()));
* }
*/
$cost = 0;
$b_old = $this->bucket[$b1];
$b_new = array();
/* Make a new bucket list
for($x=0; $x<count($b_old); $x++) {
if($x == $i1) {
/* Swap or remove this index
if($i2 != -1) $b_new[] = $b_old[$i2];
} else if($x == $i2) {
$b_new[] = $b_old[$i1];
} else {
$b_new[] = $b_old[$x];
}
}
/* Assign the new item lists to the buckets
$this->bucket[$b1] = $b_new;
/* Compute costs
$cost -= $this->bucket_cost[$b1];
$c1 = $this->cost_function($b1);
$cost += $c1;
/* Return to the original bucket lists
$this->bucket[$b1] = $b_old;
return array($cost, array($c1, $b_new, 0, array()));
}
*/
function accept_move($move, $movedata)
{
@ -261,8 +227,7 @@ class annealer
list($b1_new, $b2_new) = $movedata;
$this->bucket[$b1] = $b1_new;
if ($b1 != $b2)
$this->bucket[$b2] = $b2_new;
if($b1 != $b2) $this->bucket[$b2] = $b2_new;
$this->bucket_cost = $this->bucket_cost_new;
}
@ -274,114 +239,106 @@ class annealer
$last_cost = 0;
$last_cost_count = 0;
if ($this->num_buckets <= 1) {
if($this->num_buckets <= 1) {
TRACE("Only one Bucket, nothing to anneal.\n");
return;
}
// $this->print_buckets();
// $this->print_buckets();
$estimated_iterations = ceil(log(0.1 / $this->start_temp, $this->rate));
// print_r($this);
// print_r($this);
$iterations = 0;
while (1) {
while(1) {
$moves = $this->start_moves;
for ($m = 0; $m < $moves; $m++) {
// $this->print_buckets();
for($m = 0; $m<$moves; $m++) {
// $this->print_buckets();
/* Pick 2 moves at random */
if (isset($this->pick_move_callback)) {
if(isset ($this->pick_move_callback)) {
$cb = $this->pick_move_callback;
$move = $cb($this);
} else {
$move = $this->pick_move();
}
/* See what the new cost is compared to the old */
list($delta_c, $movedata) =
list($delta_c, $movedata) =
$this->compute_delta_cost($move);
$r = floatval(rand()) / floatval(getrandmax());
/* Decide if we want to keep it */
$e = exp(-$delta_c / $temperature);
// TRACE("r=$r, exp=$e, delta=$delta_c\n");
if ($r < exp(-$delta_c / $temperature)) {
// TRACE("r=$r, exp=$e, delta=$delta_c\n");
if($r < exp(-$delta_c / $temperature)) {
/* Yes, we do, record the move */
$this->accept_move($move, $movedata);
$current_cost += $delta_c;
$n_accepted++;
// if($current_cost < $this->cost)
// if($current_cost < $this->cost)
$this->cost = $current_cost;
// TRACE("Move accepted, cost=$current_cost\n");
// TRACE("Move accepted, cost=$current_cost\n");
} else {
// TRACE("Move rejected\n");
// TRACE("Move rejected\n");
}
$this->iterations++;
if ($this->iterations % 10000 == 0) {
if($this->iterations % 10000 == 0) {
TRACE(" {$this->iterations} iterations, cost={$this->cost}, temperature=$temperature\n");
// $this->print_buckets();
// $this->print_buckets();
}
if ($this->cost == 0) {
/*
* If we manage to get to a 0 cost
* solution, don't look any more
*/
if($this->cost == 0) {
/* If we manage to get to a 0 cost
* solution, don't look any more */
break;
}
}
$iterations++;
if (isset($this->update_callback)) {
if(isset ($this->update_callback)) {
$cb = $this->update_callback;
$cb($iterations, $estimated_iterations);
}
if ($this->cost == 0)
break;
if($this->cost == 0) break;
if ($this->cost == $last_cost) {
$last_cost_count++;
if($this->cost == $last_cost) {
$last_cost_count ++;
} else {
$last_cost = $this->cost;
$last_cost_count = 0;
$last_cost_count=0;
}
if ($temperature < 0.1 && $last_cost_count > 10)
if($temperature < 0.1 && $last_cost_count > 10)
break;
// if we go 1 million iterations without changing the cost, lets give up
if ($last_cost_count > 1000000)
break;
// TRACE("Cost is {$this->cost}\n");
// TRACE("Cost is {$this->cost}\n");
$temperature *= $this->rate;
/*
FIXME: README: NOTE: TODO:
From Kris, 2009-03-24
Dave do you think we should consider something like this?
/*
* FIXME: README: NOTE: TODO:
* From Kris, 2009-03-24
* Dave do you think we should consider something like this?
*
* <Kris_School_1> here's the schedule i use in my academic annealer:
* if( _params._useVPRTempSchedule ) {
* // This is VPR's temperature schedule...
* if( successRate > 0.96 ) {
* _temp *= 0.5;
* } else if( successRate > 0.8 ) {
* _temp *= 0.9;
* } else if( successRate > 0.15 || !windowsSized ) {
* _temp *= 0.95;
* } else {
* _temp *= 0.8;
* }
* } else {
* // This is identical to Aaarts and Van Laarhaven.
* real64 kappa = _params._tempReduction; // 1.0 == slow, 10 = reasonable, 100 == fast
* real64 sqrvar = std::sqrt( variance );
* if( variance <= EPSNEG || sqrvar <= EPSNEG ) {
* _temp = 0.;
* } else {
* _temp = _temp * ( sqrvar / ( sqrvar + kappa * _temp ) );
* }
* }
*/
<Kris_School_1> here's the schedule i use in my academic annealer:
if( _params._useVPRTempSchedule ) {
// This is VPR's temperature schedule...
if( successRate > 0.96 ) {
_temp *= 0.5;
} else if( successRate > 0.8 ) {
_temp *= 0.9;
} else if( successRate > 0.15 || !windowsSized ) {
_temp *= 0.95;
} else {
_temp *= 0.8;
}
} else {
// This is identical to Aaarts and Van Laarhaven.
real64 kappa = _params._tempReduction; // 1.0 == slow, 10 = reasonable, 100 == fast
real64 sqrvar = std::sqrt( variance );
if( variance <= EPSNEG || sqrvar <= EPSNEG ) {
_temp = 0.;
} else {
_temp = _temp * ( sqrvar / ( sqrvar + kappa * _temp ) );
}
}
*/
}
TRACE("Annealing complete. {$this->iterations} iterations. Final cost is {$this->cost}\n");
}
@ -389,17 +346,16 @@ class annealer
function print_bucket($x)
{
$b = $this->bucket[$x];
print ("Bucket $x: (cost: {$this->bucket_cost[$x]})\n");
print (' ');
for ($y = 0; $y < count($b); $y++) {
print ("{$b[$y]} ");
print("Bucket $x: (cost: {$this->bucket_cost[$x]})\n");
print(" ");
for($y=0;$y<count($b); $y++) {
print("{$b[$y]} ");
}
print ("\n");
print("\n");
}
function print_buckets()
{
for ($x = 0; $x < $this->num_buckets; $x++) {
for($x=0; $x<$this->num_buckets; $x++) {
$this->print_bucket($x);
}
}

View File

@ -1,136 +1,143 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
require_once("awards.inc.php");
user_auth_required('admin');
send_header('Create All Divisional Awards',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Awards Main' => 'admin/awards.php'));
send_header('Create All Divisional Awards',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Awards Main' => 'admin/awards.php')
);
if (get_value_from_array($_GET, 'sponsors_id'))
$sponsors_id = $_GET['sponsors_id'];
else if (get_value_from_array($_POST, 'sponsors_id'))
$sponsors_id = $_POST['sponsors_id'];
if($_GET['sponsors_id']) $sponsors_id=$_GET['sponsors_id'];
else if($_POST['sponsors_id']) $sponsors_id=$_POST['sponsors_id'];
if (get_value_from_array($_GET, 'award_types_id'))
$award_types_id = $_GET['award_types_id'];
else if (get_value_from_array($_POST, 'award_types_id'))
$award_types_id = $_POST['award_types_id'];
if($_GET['award_types_id']) $award_types_id=$_GET['award_types_id'];
else if($_POST['award_types_id']) $award_types_id=$_POST['award_types_id'];
// first, we can only do this if we dont have any type=divisional awards created yet
if($_GET['force'] == "true") {
$q=mysql_query("SELECT id FROM award_awards WHERE award_types_id='1' AND conferences_id='{$conference['id']}'");
while($r=mysql_fetch_object($q)) {
award_delete($r->id);
}
}
$q = $pdo->prepare("SELECT COUNT(id) AS num FROM award_awards WHERE award_types_id='1' AND year='{$config['FAIRYEAR']}'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
if ($r->num) {
echo error(i18n('%1 Divisional awards already exist. There must not be any divisional awards in order to run this wizard', array($r->num)));
} else {
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$div[$r->id] = $r->division;
//first, we can only do this if we dont have any type=divisional awards created yet
$q=mysql_query("SELECT COUNT(id) AS num FROM award_awards WHERE award_types_id='1' AND conferences_id='{$conference['id']}'");
$r=mysql_fetch_object($q);
if($r->num)
{
echo error(i18n("%1 Divisional awards already exist. There must not be any divisional awards in order to run this wizard",array($r->num)));
echo "<p><a href='award_awardcreatedivisional.php?force=true'>" . i18n("Proceed Anyways?") . "</a> ";
echo i18n("This will delete all existing divisional awards.");
echo "</p>";
}
else
{
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$cat[$r->id] = $r->category;
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='".$conference['id']."' ORDER BY id");
while($r=mysql_fetch_object($q))
$div[$r->id]=$r->division;
$dkeys = array_keys($div);
$ckeys = array_keys($cat);
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='".$conference['id']."' ORDER BY id");
while($r=mysql_fetch_object($q))
$cat[$r->id]=$r->category;
$dkeys = array_keys($div);
$ckeys = array_keys($cat);
if($config['filterdivisionbycategory']=="yes") {
$q=mysql_query("SELECT * FROM projectcategoriesdivisions_link WHERE conferences_id='".$conference['id']."' ORDER BY projectdivisions_id,projectcategories_id");
$divcat=array();
while($r=mysql_fetch_object($q)) {
$divcat[]=array("c"=>$r->projectcategories_id,"d"=>$r->projectdivisions_id);
}
if ($config['filterdivisionbycategory'] == 'yes') {
$q = $pdo->prepare("SELECT * FROM projectcategoriesdivisions_link WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY projectdivisions_id,projectcategories_id");
$q->execute();
$divcat = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divcat[] = array('c' => $r->projectcategories_id, 'd' => $r->projectdivisions_id);
}
} else {
$divcat = array();
foreach ($dkeys AS $d) {
foreach ($ckeys AS $c) {
$divcat[] = array('c' => $c, 'd' => $d);
else {
$divcat=array();
foreach($dkeys AS $d) {
foreach($ckeys AS $c) {
$divcat[]=array("c"=>$c,"d"=>$d);
}
}
}
}
if ($_GET['action'] == 'create' && $_GET['sponsors_id']) {
$q = $pdo->prepare("SELECT * FROM award_prizes WHERE year='-1' AND award_awards_id='0' ORDER BY `order`");
$q->execute();
$prizes = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$prizes[] = array(
'cash' => $r->cash,
'scholarship' => $r->scholarship,
'value' => $r->value,
'prize' => $r->prize,
'number' => $r->number,
'excludefromac' => $r->excludefromac,
'trophystudentkeeper' => $r->trophystudentkeeper,
'trophystudentreturn' => $r->trophystudentreturn,
'trophyschoolkeeper' => $r->trophyschoolkeeper,
'trophyschoolreturn' => $r->trophyschoolreturn,
'order' => $r->order
);
}
$ord = 1;
echo '<br />';
foreach ($divcat AS $dc) {
$d_id = $dc['d'];
$c_id = $dc['c'];
$d_division = $div[$d_id];
$c_category = $cat[$c_id];
if($_GET['action']=="create" && $_GET['sponsors_id'])
{
$q=mysql_query("SELECT * FROM award_prizes WHERE conferences_id='-1' AND award_awards_id='0' ORDER BY `order`");
$prizes=array();
while($r=mysql_fetch_object($q))
{
$prizes[]=array(
"cash"=>$r->cash,
"scholarship"=>$r->scholarship,
"value"=>$r->value,
"prize"=>$r->prize,
"number"=>$r->number,
"excludefromac"=>$r->excludefromac,
"trophystudentkeeper"=>$r->trophystudentkeeper,
"trophystudentreturn"=>$r->trophystudentreturn,
"trophyschoolkeeper"=>$r->trophyschoolkeeper,
"trophyschoolreturn"=>$r->trophyschoolreturn,
"order"=>$r->order);
}
echo i18n('Creating %1 - %2', array($c_category, $d_division)) . '<br />';
$q = $pdo->prepare("INSERT INTO award_awards (sponsors_id,award_types_id,name,criteria,`order`,year) VALUES (
$ord=1;
echo "<br />";
foreach($divcat AS $dc) {
$d_id=$dc['d'];
$c_id=$dc['c'];
$d_division=$div[$d_id];
$c_category=$cat[$c_id];
echo i18n("Creating %1 - %2",array($c_category,$d_division))."<br />";
mysql_query("INSERT INTO award_awards (sponsors_id,award_types_id,name,criteria,`order`,conferences_id) VALUES (
'{$_GET['sponsors_id']}',
'1',
'$c_category - $d_division',
'" . i18n('Best %1 projects in the %2 division', array($c_category, $d_division)) . "',
'".i18n("Best %1 projects in the %2 division",array($c_category,$d_division))."',
'$ord',
'{$config['FAIRYEAR']}'
'{$conference['id']}'
)");
$q->execute();
show_pdo_errors_if_any($pdo);
$award_awards_id = $pdo->lastInsertId();
echo mysql_error();
$award_awards_id=mysql_insert_id();
$q = $pdo->prepare("INSERT INTO award_awards_projectcategories (award_awards_id,projectcategories_id,year) VALUES ('$award_awards_id','$c_id','{$config['FAIRYEAR']}')");
$q->execute();
$q = $pdo->prepare("INSERT INTO award_awards_projectdivisions (award_awards_id,projectdivisions_id,year) VALUES ('$award_awards_id','$d_id','{$config['FAIRYEAR']}')");
$q->execute();
$ord++;
mysql_query("INSERT INTO award_awards_projectcategories (award_awards_id,projectcategories_id,conferences_id) VALUES ('$award_awards_id','$c_id','{$conference['id']}')");
mysql_query("INSERT INTO award_awards_projectdivisions (award_awards_id,projectdivisions_id,conferences_id) VALUES ('$award_awards_id','$d_id','{$conference['id']}')");
echo '&nbsp;&nbsp;' . i18n('Prizes: ');
foreach ($prizes AS $prize) {
$q = $pdo->prepare("INSERT INTO award_prizes (award_awards_id,cash,scholarship,value,prize,number,`order`,excludefromac,trophystudentkeeper,trophystudentreturn,trophyschoolkeeper,trophyschoolreturn,year) VALUES (
$ord++;
echo "&nbsp;&nbsp;".i18n("Prizes: ");
foreach($prizes AS $prize)
{
mysql_query("INSERT INTO award_prizes (award_awards_id,cash,scholarship,value,prize,number,`order`,excludefromac,trophystudentkeeper,trophystudentreturn,trophyschoolkeeper,trophyschoolreturn,conferences_id) VALUES (
'$award_awards_id',
'{$prize['cash']}',
'{$prize['scholarship']}',
@ -143,111 +150,107 @@ if ($r->num) {
'{$prize['trophystudentreturn']}',
'{$prize['trophyschoolkeeper']}',
'{$prize['trophyschoolreturn']}',
'{$config['FAIRYEAR']}'
'{$conference['id']}'
)");
$q->execute();
echo $prize['prize'] . ',';
echo $prize['prize'].",";
}
echo "<br />";
}
echo '<br />';
echo happy(i18n("All divisional awards and prizes successfully created"));
echo "<a href=\"award_awards.php\">".i18n("Go to awards manager")."</a>\n";
}
echo happy(i18n('All divisional awards and prizes successfully created'));
echo '<a href="award_awards.php">' . i18n('Go to awards manager') . "</a>\n";
} else {
echo '<br />';
echo i18n('Please choose the sponsor and create the prizes that will be added to all divisional awards');
echo '<form method="get" action="award_awardcreatedivisional.php">';
else
{
echo "<br />";
echo i18n("Please choose the sponsor and create the prizes that will be added to all divisional awards");
echo "<form method=\"get\" action=\"award_awardcreatedivisional.php\">";
echo '<table>';
echo '<tr><td>' . i18n('Sponsor') . ':</td><td>';
$sq = $pdo->prepare('SELECT id,organization FROM sponsors ORDER BY organization');
$sq->execute();
echo '<select name="sponsors_id">';
// only show the "choose a sponsor" option if we are adding,if we are editing, then they must have already chosen one.
echo $firstsponsor;
while ($sr = $sq->fetch(PDO::FETCH_OBJ)) {
if ($sr->id == $sponsors_id)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$sr->id\">" . i18n($sr->organization) . '</option>';
}
echo '</select>';
echo '</td></tr>';
echo "<table>";
echo "<tr><td>".i18n("Sponsor").":</td><td>";
$sq=mysql_query("SELECT id,organization FROM sponsors ORDER BY organization");
echo "<select name=\"sponsors_id\">";
//only show the "choose a sponsor" option if we are adding,if we are editing, then they must have already chosen one.
echo $firstsponsor;
while($sr=mysql_fetch_object($sq))
{
if($sr->id == $sponsors_id)
$sel="selected=\"selected\"";
else
$sel="";
echo "<option $sel value=\"$sr->id\">".i18n($sr->organization)."</option>";
}
echo "</select>";
echo "</td></tr>";
echo '<tr><td>' . i18n('Prizes') . '</td><td><a href="award_prizes.php?award_awards_id=-1">Edit prize template for divisional awards</a>';
// the 'generic' template prizes for the awards are stored with year =-1 and award_awards_id=0
echo "<tr><td>".i18n("Prizes")."</td><td><a href=\"award_awards.php?action=edit_prize_template\">Edit prize template for divisional awards</a>";
//the 'generic' template prizes for the awards are stored with conferences_id =-1 and award_awards_id=0
$q = $pdo->prepare("SELECT * FROM award_prizes WHERE year='-1' AND award_awards_id='0' ORDER BY `order`");
$q->execute();
$q=mysql_query("SELECT * FROM award_prizes WHERE conferences_id='-1' AND award_awards_id='0' ORDER BY `order`");
if ($q->rowCount()) {
if(mysql_num_rows($q))
{
/*
* echo "<form method=\"post\" action=\"award_prizes.php\">";
* echo "<input type=\"hidden\" name=\"action\" value=\"reorder\">";
* echo "<input type=\"hidden\" name=\"award_awards_id\" value=\"$award_awards_id\">";
*/
echo "<form method=\"post\" action=\"award_prizes.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"reorder\">";
echo "<input type=\"hidden\" name=\"award_awards_id\" value=\"$award_awards_id\">";
*/
echo '<table class="summarytable">';
echo '<tr>';
echo "<table class=\"summarytable\">";
echo "<tr>";
// echo " <th>".i18n("Order")."</th>";
echo ' <th>' . i18n('Prize Description') . '</th>';
echo ' <th>' . i18n('Cash Amount') . '</th>';
echo ' <th>' . i18n('Scholarship Amount') . '</th>';
echo ' <th>' . i18n('Value') . '</th>';
echo ' <th>' . i18n('# of Prizes') . '</th>';
// echo " <th>Actions</th>";
echo "</tr>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<tr>\n";
echo " <td>$r->prize</td>\n";
echo ' <td align="right">';
if ($r->cash)
echo "\$$r->cash";
else
echo '&nbsp;';
echo ' </td>';
echo ' <td align="right">';
if ($r->scholarship)
echo "\$$r->scholarship";
else
echo '&nbsp;';
echo ' </td>';
echo ' <td align="right">';
if ($r->value)
echo "\$$r->value";
else
echo '&nbsp;';
echo ' </td>';
echo " <td align=\"center\">$r->number</td>\n";
echo " <th>".i18n("Prize Description")."</th>";
echo " <th>".i18n("Cash Amount")."</th>";
echo " <th>".i18n("Scholarship Amount")."</th>";
echo " <th>".i18n("Value")."</th>";
echo " <th>".i18n("# of Prizes")."</th>";
// echo " <th>Actions</th>";
echo "</tr>\n";
while($r=mysql_fetch_object($q))
{
echo "<tr>\n";
echo " <td>$r->prize</td>\n";
echo " <td align=\"right\">";
if($r->cash) echo "\$$r->cash";
else echo "&nbsp;";
echo " </td>";
echo " <td align=\"right\">";
if($r->scholarship) echo "\$$r->scholarship";
else echo "&nbsp;";
echo " </td>";
echo " <td align=\"right\">";
if($r->value) echo "\$$r->value";
else echo "&nbsp;";
echo " </td>";
echo " <td align=\"center\">$r->number</td>\n";
echo "</tr>\n";
}
echo "</table>\n";
}
echo "</table>\n";
echo "</td></tr>";
echo "</table>";
echo "<b>".i18n("We will create the following awards with the prizes listed above").":</b>";
echo "<br />";
foreach($divcat AS $dc) {
$d_id=$dc['d'];
$c_id=$dc['c'];
$d_division=$div[$d_id];
$c_category=$cat[$c_id];
echo i18n($c_category)." - ".i18n($d_division)."<br />";
}
echo "<input type=\"hidden\" name=\"action\" value=\"create\">";
echo "<input type=\"submit\" value=\"".i18n("Create all divisional awards")."\">";
echo "</form>";
}
echo '</td></tr>';
echo '</table>';
echo '<b>' . i18n('We will create the following awards with the prizes listed above') . ':</b>';
echo '<br />';
foreach ($divcat AS $dc) {
$d_id = $dc['d'];
$c_id = $dc['c'];
$d_division = $div[$d_id];
$c_category = $cat[$c_id];
echo i18n($c_category) . ' - ' . i18n($d_division) . '<br />';
}
echo '<input type="hidden" name="action" value="create">';
echo '<input type="submit" value="' . i18n('Create all divisional awards') . '">';
echo '</form>';
}
}
send_footer();
send_footer();
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,266 +1,247 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2007 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2007 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once ('curl.inc.php');
require_once ('awards.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
user_auth_required('admin');
require_once('curl.inc.php');
require_once('awards.inc.php');
switch (get_value_from_array($_GET, 'action')) {
case 'check':
$fairs_id = intval($_GET['fairs_id']);
$q = $pdo->prepare("SELECT * FROM fairs WHERE id=?");
$q->execute([$fairs_id]);
$fair = $q->fetch(PDO::FETCH_ASSOC);
if (!($fair['username'] && $fair['password'])) {
echo error(i18n("Username and Password are not set for source '%1'. Please set them in the SFIAB Configuration/External Award Sources editor first", array($r->name)));
return;
switch($_GET['action']) {
case 'check':
$fairs_id = intval($_GET['fairs_id']);
$q=mysql_query("SELECT * FROM fairs WHERE id='$fairs_id'");
$fair=mysql_fetch_assoc($q);
if(!($fair['username'] && $fair['password'])) {
echo error(i18n("Username and Password are not set for source '%1'. Please set them in the SFIAB Configuration/External Award Sources editor first",array($r->name)));
return;
}
echo i18n("Checking %1 for awards...",array($fair['name']));
echo "<br />";
if($fair['type'] == 'ysc') {
$req=array("awardrequest"=>array(
"username"=>$fair['username'],
"password"=>$fair['password'],
"year"=>$config['FAIRYEAR'],
)
);
} else {
$req['getawards'] = array('year'=>$config['FAIRYEAR']);
}
$data = curl_query($fair, $req);
if($data['error'] != 0) {
echo error("Server said: {$data['message']}<br />");
send_footer();
exit;
}
echo notice(i18n('Server said: Success'));
// echo "sending [".nl2br(htmlspecialchars($xmldata))."]";
$keys=array_keys($data);
if(!array_key_exists('awards', $data)) {
echo error(i18n("Invalid XML response. Expecting '%1' in '%2'",array("awards",join(',',array_keys($data)))));
// echo "response=".print_r($data);
return;
}
//get a list of all the existing awards for this external source
$aq=mysql_query("SELECT * FROM award_awards WHERE award_source_fairs_id='$fairs_id' AND conferences_id='{$conference['id']}'");
$existingawards=array();
while($ar=mysql_fetch_object($aq)) {
$existingawards[$ar->id] = true;
}
echo "<i>";
$awards = $data['awards'];
$postback = $data['postback'];
echo i18n("Postback URL: %1",array($postback))." <br />";
$numawards=is_array($awards) ? count($awards) : 0;
echo i18n("Number of Awards: %1",array($numawards))." <br />";
if($numawards == 0) {
echo i18n('No awards to process').'</i> <br />';
return;
}
$divs = projectdivisions_load();
$cats = projectcategories_load();
foreach($awards as $award) {
$identifier=$award['identifier'];
$year=$award['year'];
echo i18n("Award Identifier: %1",array($identifier))." &nbsp; ";
echo i18n("Award Year: %1",array($year))."<br />";
echo i18n("Award Name: %1",array($award['name_en']))."<br />";
if($year != $config['FAIRYEAR']) {
echo error(i18n("Award is not for the current fair year... skipping"));
echo '<br />';
continue;
}
echo i18n('Checking %1 for awards...', array($fair['name']));
echo '<br />';
if ($fair['type'] == 'ysc') {
$req = array('awardrequest' => array(
'username' => $fair['username'],
'password' => $fair['password'],
'year' => $config['FAIRYEAR'],
));
} else {
$req['getawards'] = array('year' => $config['FAIRYEAR']);
}
$data = curl_query($fair, $req);
if ($data['error'] != 0) {
echo error("Server said: {$data['message']}<br />");
send_footer();
exit;
}
echo notice(i18n('Server said: Success'));
// echo "sending [".nl2br(htmlspecialchars($xmldata))."]";
$keys = array_keys($data);
if (!array_key_exists('awards', $data)) {
echo error(i18n("Invalid XML response. Expecting '%1' in '%2'", array('awards', join(',', array_keys($data)))));
// echo "response=".print_r($data);
return;
}
// get a list of all the existing awards for this external source
$aq = $pdo->prepare("SELECT * FROM award_awards WHERE award_source_fairs_id='$fairs_id' AND year='{$config['FAIRYEAR']}'");
$aq->execute();
$existingawards = array();
while ($ar = $aq->fetch(PDO::FETCH_OBJ)) {
$existingawards[$ar->id] = true;
}
echo '<i>';
$awards = $data['awards'];
$postback = $data['postback'];
echo i18n('Postback URL: %1', array($postback)) . ' <br />';
$numawards = is_array($awards) ? count($awards) : 0;
echo i18n('Number of Awards: %1', array($numawards)) . ' <br />';
if ($numawards == 0) {
echo i18n('No awards to process') . '</i> <br />';
return;
}
$divs = projectdivisions_load();
$cats = projectcategories_load();
foreach ($awards as $award) {
$identifier = $award['identifier'];
$year = $award['year'];
echo i18n('Award Identifier: %1', array($identifier)) . ' &nbsp; ';
echo i18n('Award Year: %1', array($year)) . '<br />';
echo i18n('Award Name: %1', array($award['name_en'])) . '<br />';
if ($year != $config['FAIRYEAR']) {
echo error(i18n('Award is not for the current fair year... skipping'));
echo '<br />';
continue;
}
$tq = $pdo->prepare("SELECT * FROM award_awards WHERE
$tq=mysql_query("SELECT * FROM award_awards WHERE
external_identifier='$identifier' AND
award_source_fairs_id='$fairs_id' AND
year='$year'");
$tq->execute();
if ($tq->rowCount() == 0) {
/* Award doesn't exist, create it, then update it with the common code below */
$q = $pdo->prepare("INSERT INTO award_awards (award_types_id,
conferences_id='{$conference['id']}'");
if(mysql_num_rows($tq) == 0) {
/* Award doesn't exist, create it, then update it with the common code below */
mysql_query("INSERT INTO award_awards (award_types_id,
year, external_identifier,
award_source_fairs_id)
VALUES (2,'{$year}',
'" . $identifier . "',
'".mysql_escape_string($identifier)."',
'$fairs_id')");
$q->execute();
$award_id = $pdo->lastInsertId();
/* By default make all divs/cats eligible */
foreach ($divs as $id => $d)
$q = $pdo->prepare("INSERT INTO award_awards_projectdivisions(award_awards_id,projectdivisions_id,year) VALUES ('$award_id','$id','{$config['FAIRYEAR']}')");
$q->execute();
$award_id=mysql_insert_id();
/* By default make all divs/cats eligible */
foreach($divs as $id=>$d)
mysql_query("INSERT INTO award_awards_projectdivisions(award_awards_id,projectdivisions_id,conferences_id) VALUES ('$award_id','$id','{$conference['id']}')");
foreach($cats as $id=>$c)
mysql_query("INSERT INTO award_awards_projectcategories(award_awards_id,projectcategories_id,conferences_id) VALUES ('$award_id','$id','{$conference['id']}')");
} else {
echo i18n("Award already exists, updating info")."<br />";
$awardrecord=mysql_fetch_object($tq);
$award_id = $awardrecord->id;
}
foreach ($cats as $id => $c)
$q = $pdo->prepare("INSERT INTO award_awards_projectcategories(award_awards_id,projectcategories_id,year) VALUES ('$award_id','$id','{$config['FAIRYEAR']}')");
$q->execute();
} else {
echo i18n('Award already exists, updating info') . '<br />';
$awardrecord = $q->fetch(PDO::FETCH_OBJ);
$award_id = $awardrecord->id;
}
//remove it from the existingawards list
unset($existingawards[$award_id]);
// remove it from the existingawards list
unset($existingawards[$award_id]);
//check if the sponsor exists, if not, add them
$sponsor_str = mysql_escape_string($award['sponsor']);
$sponsorq=mysql_query("SELECT * FROM sponsors WHERE organization='$sponsor_str'");
if($sponsorr=mysql_fetch_object($sponsorq)) {
$sponsor_id=$sponsorr->id;
} else {
mysql_query("INSERT INTO sponsors (organization,year,notes)
VALUES ('$sponsor_str','$year','".mysql_escape_string("Imported from external source: $r->name")."')");
echo mysql_error();
$sponsor_id=mysql_insert_id();
}
// check if the sponsor exists, if not, add them
$sponsor_str = $award['sponsor'];
$sponsorq = $pdo->prepare("SELECT * FROM sponsors WHERE organization='$sponsor_str'");
$sponsorq->execute();
if ($sponsorr = $sponsorq->fetch(PDO::FETCH_OBJ)) {
$sponsor_id = $sponsorr->id;
} else {
$q = $pdo->prepare("INSERT INTO sponsors (organization,year,notes)
VALUES ('$sponsor_str','$year','" . "Imported from external source: $r->name" . "')");
$q->execute();
show_pdo_errors_if_any($pdo);
$sponsor_id = $pdo->lastInsertId();
}
$self_nominate = ($award['self_nominate'] == 'yes') ? 'yes' : 'no';
$schedule_judges = ($award['schedule_judges'] == 'yes') ? 'yes' : 'no';
$q = $pdo->prepare("UPDATE award_awards SET
$self_nominate = ($award['self_nominate'] == 'yes') ? 'yes' : 'no';
$schedule_judges = ($award['schedule_judges'] == 'yes') ? 'yes' : 'no';
mysql_query("UPDATE award_awards SET
sponsors_id='$sponsor_id',
name='" . $award['name_en'] . "',
criteria='" . $award['criteria_en'] . "',
external_postback='" . $postback . "',
external_register_winners='" . (($award['external_register_winners'] == 1) ? 1 : 0) . "',
external_additional_materials='" . (($award['external_additional_materials'] == 1) ? 1 : 0) . "',
name='".mysql_escape_string($award['name_en'])."',
criteria='".mysql_escape_string($award['criteria_en'])."',
external_postback='".mysql_escape_string($postback)."',
external_register_winners='".(($award['external_register_winners']==1)?1:0)."',
external_additional_materials='".(($award['external_additional_materials']==1)?1:0)."',
self_nominate='$self_nominate',
schedule_judges='$schedule_judges'
WHERE
id='$award_id'
AND external_identifier='" . $identifier . "'
AND external_identifier='".mysql_escape_string($identifier)."'
AND year='$year'
");
$q->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
// update the prizes
$prizes = $award['prizes'];
if (!is_array($prizes)) {
continue;
//update the prizes
$prizes = $award['prizes'];
if(!is_array($prizes)) {
continue;
}
echo i18n("Number of prizes: %1",array(count($prizes)))."<br />";
/* Get existing prizes */
$pq=mysql_query("SELECT * FROM award_prizes WHERE award_awards_id='$award_id'");
$existingprizes=array();
while($pr=mysql_fetch_assoc($pq))
$existingprizes[$pr['prize']]=$pr;
/* Iterate over the downloaded pizes */
foreach($prizes AS $prize) {
//if it doesn't exist, add it
if(!array_key_exists($prize['prize_en'],$existingprizes)) {
/* Add a base entry, then update it below, yes it's two sql queries,
* but it's much shorter code, and means changing things in only
* one spot */
echo "&nbsp;".i18n("Adding prize %1",array($prize['prize_en']))."<br />";
$p = mysql_escape_string(stripslashes($prize['prize_en']));
mysql_query("INSERT INTO award_prizes (award_awards_id,prize,year,external_identifier)
VALUES ('$award_id','$p','$year','$p')");
$prize_id = mysql_insert_id();
} else {
$ep=$existingprizes[$prize['prize_en']];
echo "&nbsp;".i18n("Updating prize %1",array($ep['prize']))."<br />";
$prize_id = $ep['id'];
//remove it from the list
unset($existingprizes[$ep['prize']]);
}
echo i18n('Number of prizes: %1', array(count($prizes))) . '<br />';
/* Get existing prizes */
if(!array_key_exists('identifier', $prize)) $prize['identifier'] = $prize['prize_en'];
$pq = $pdo->prepare("SELECT * FROM award_prizes WHERE award_awards_id='$award_id'");
$pq->execute();
$existingprizes = array();
while ($pr = $pq->fetch(PDO::FETCH_ASSOC))
$existingprizes[$pr['prize']] = $pr;
/* Iterate over the downloaded pizes */
foreach ($prizes AS $prize) {
// if it doesn't exist, add it
if (!array_key_exists($prize['prize_en'], $existingprizes)) {
/*
* Add a base entry, then update it below, yes it's two sql queries,
* but it's much shorter code, and means changing things in only
* one spot
*/
echo '&nbsp;' . i18n('Adding prize %1', array($prize['prize_en'])) . '<br />';
$p = stripslashes($prize['prize_en']);
$q = $pdo->prepare("INSERT INTO award_prizes (award_awards_id,prize,year,external_identifier)
VALUES ('$award_id','$p','$year','$p')");
$q->execute();
$prize_id = $pdo->lastInsertId();
} else {
$ep = $existingprizes[$prize['prize_en']];
echo '&nbsp;' . i18n('Updating prize %1', array($ep['prize'])) . '<br />';
$prize_id = $ep['id'];
// remove it from the list
unset($existingprizes[$ep['prize']]);
}
if (!array_key_exists('identifier', $prize))
$prize['identifier'] = $prize['prize_en'];
$q = $pdo->prepare("UPDATE award_prizes SET
cash='" . intval($prize['cash']) . "',
scholarship='" . intval($prize['scholarship']) . "',
value='" . intval($prize['value']) . "',
prize='" . $prize['prize_en'] . "',
number='" . intval($prize['number']) . "',
`order`='" . intval($prize['ord']) . "',
external_identifier='" . stripslashes($prize['identifier']) . "',
trophystudentkeeper='" . intval($prize['trophystudentkeeper']) . "',
trophystudentreturn='" . intval($prize['trophystudentreturn']) . "',
trophyschoolkeeper='" . intval($prize['trophyschoolkeeper ']) . "',
trophyschoolreturn='" . intval($prize['trophyschoolreturn']) . "'
mysql_query("UPDATE award_prizes SET
cash='".intval($prize['cash'])."',
scholarship='".intval($prize['scholarship'])."',
value='".intval($prize['value'])."',
prize='".mysql_escape_string($prize['prize_en'])."',
number='".intval($prize['number'])."',
`order`='".intval($prize['ord'])."',
external_identifier='".mysql_real_escape_string(stripslashes($prize['identifier']))."',
trophystudentkeeper='".intval($prize['trophystudentkeeper'])."',
trophystudentreturn='".intval($prize['trophystudentreturn'])."',
trophyschoolkeeper='".intval($prize['trophyschoolkeeper '])."',
trophyschoolreturn='".intval($prize['trophyschoolreturn'])."'
WHERE
id='$prize_id'");
$q->execute();
show_pdo_errors_if_any($pdo);
// FIXME: update the translations
}
/* Delete local entries that weren't downloaded */
foreach ($existingprizes AS $ep) {
echo '&nbsp;' . i18n('Removing prize %1', array($ep['prize'])) . '<br />';
award_prize_delete($ep['id']);
}
}
echo '<br />';
// remove any awards that are left in the $existingawards array, they must have been removed from the source
foreach ($existingawards AS $aid => $val) {
echo i18n('Removing award id %1 that was removed from external source', array($aid)) . '<br />';
award_delete($aid);
echo mysql_error();
//FIXME: update the translations
}
echo '</i>';
exit;
/* Delete local entries that weren't downloaded */
foreach($existingprizes AS $ep) {
echo "&nbsp;".i18n("Removing prize %1",array($ep['prize']))."<br />";
award_prize_delete($ep['id']);
}
}
echo "<br />";
//remove any awards that are left in the $existingawards array, they must have been removed from the source
foreach($existingawards AS $aid=>$val) {
echo i18n("Removing award id %1 that was removed from external source",array($aid))."<br />";
award_delete($aid);
}
echo "</i>";
exit;
}
send_header('Download Awards',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Awards Main' => 'admin/awards.php'));
send_header("Download Awards",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Awards Main' => 'admin/awards.php' ));
?>
<script type="text/javascript">
@ -268,53 +249,52 @@ send_header('Download Awards',
function award_download(id)
{
if(id == -1) return false;
$("#award_download_status").load("<?= $_SERVER['PHP_SELF'] ?>?action=check&fairs_id="+id);
$("#award_download_status").load("<?=$_SERVER['PHP_SELF']?>?action=check&fairs_id="+id);
}
</script>
<?
if (!function_exists('curl_init')) {
echo error(i18n('CURL Support Missing'));
echo notice(i18n('Your PHP installation does not support CURL. You will need to have CURL support added by your system administrator before being able to access external award sources'));
$links = false;
if(!function_exists('curl_init')) {
echo error(i18n("CURL Support Missing"));
echo notice(i18n("Your PHP installation does not support CURL. You will need to have CURL support added by your system administrator before being able to access external award sources"));
$links=false;
} else {
$links = true;
$links=true;
}
?>
<table class="tableview"><thead>
<tr><th><?= i18n('Source Name') ?></th>
<th><?= i18n('Source Location URL') ?></th>
<th><?= i18n('Check') ?></th>
<tr><th><?=i18n("Source Name")?></th>
<th><?=i18n("Source Location URL")?></th>
<th><?=i18n("Check")?></th>
</tr></thead>
<?
$q = $pdo->prepare("SELECT * FROM fairs WHERE enable_awards='yes' ORDER BY name");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
$q=mysql_query("SELECT * FROM fairs WHERE enable_awards='yes' ORDER BY name");
while($r=mysql_fetch_object($q)) {
echo "<tr>";
echo "<td>{$r->name}</td>\n";
echo "<td>{$r->url}</td>";
echo '<td align="center">';
if ($links)
echo "<a href=\"#\" onclick=\"award_download({$r->id})\">" . i18n('check') . '</a>';
echo "<td align=\"center\">";
if($links)
echo "<a href=\"#\" onclick=\"award_download({$r->id})\">".i18n("check")."</a>";
else
echo 'n/a';
echo '</td>';
echo '</tr>';
// $checkurl.="&check[]={$r->id}";
}
echo "n/a";
echo "</td>";
echo "</tr>";
// $checkurl.="&check[]={$r->id}";
}
/*
* if($links)
* echo "<a href=\"award_download.php?action=check$checkurl\">".i18n("Check all sources")."</a>";
*/
if($links)
echo "<a href=\"award_download.php?action=check$checkurl\">".i18n("Check all sources")."</a>";
*/
?>
</table>
<br />
<div id="award_download_status"></div>
<?
send_footer();
send_footer();
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,66 +1,49 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2010 David Grant <dave@lightbox.org>
*
* 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.
*/
Copyright (C) 2010 David Grant <dave@lightbox.org>
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.
*/
?>
<?
function award_delete($award_awards_id)
{ global $pdo;
/* Delete all winners attached to this award */
$q = $pdo->prepare("SELECT id FROM award_prizes WHERE award_awards_id='$award_awards_id'");
$q->execute();
{
/* Delete all winners attached to this award */
$q = mysql_query("SELECT id FROM award_prizes WHERE award_awards_id='$award_awards_id'");
while(($p = mysql_fetch_assoc($q))) {
mysql_query("DELETE FROM winners WHERE award_prizes_id='{$p['id']}'");
}
while (($p = $q->fetch(PDO::FETCH_ASSOC))) {
$q = $pdo->prepare("DELETE FROM winners WHERE awards_prizes_id='{$p['id']}'");
$q->execute();
}
/* FIXME: maybe delte judging teams and judge
* assignments and timeslots?
/* FIXME: maybe delte judging teams and judge
* assignments and timeslots?
/* Delete the award */
$q = $pdo->prepare("DELETE FROM award_prizes WHERE award_awards_id='$award_awards_id'");
$q->execute();
$q = $pdo->prepare("DELETE FROM award_awards_projectcategories WHERE award_awards_id='$award_awards_id'");
$q->execute();
$q = $pdo->prepare("DELETE FROM award_awards_projectdivisions WHERE award_awards_id='$award_awards_id'");
$q->execute();
$q = $pdo->prepare("DELETE FROM award_awards WHERE id='$award_awards_id'");
$q->execute();
/* Delete the award */
mysql_query("DELETE FROM award_prizes WHERE award_awards_id='$award_awards_id'");
mysql_query("DELETE FROM award_awards_projectcategories WHERE award_awards_id='$award_awards_id'");
mysql_query("DELETE FROM award_awards_projectdivisions WHERE award_awards_id='$award_awards_id'");
mysql_query("DELETE FROM award_awards WHERE id='$award_awards_id'");
}
function award_prize_delete($award_prizes_id)
{ global $pdo;
$q = $pdo->prepare("DELETE FROM winners WHERE awards_prizes_id='$award_prizes_id'");
$q->execute();
$q = $pdo->prepare("DELETE FROM award_prizes WHERE id='$award_prizes_id'");
$q->execute();
{
mysql_query("DELETE FROM winners WHERE award_prizes_id='$award_prizes_id'");
mysql_query("DELETE FROM award_prizes WHERE id='$award_prizes_id'");
}
?>

View File

@ -1,50 +1,49 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
send_header('Awards',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'awards_management');
send_header("Awards",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"awards_management" );
require_once ('rerollprizes.php');
require_once("rerollprizes.php");
echo '<br />';
echo '<a href="award_awards.php">' . i18n('Awards Management') . '</a><br />';
echo '<a href="donors.php">' . i18n('Sponsors') . '</a><br />';
echo '<br />';
echo '<a href="award_awards.php?action=edit_prize_template">' . i18n('Edit prize template for the divisional awards') . '</a>';
echo '<br />';
echo '<a href="award_awardcreatedivisional.php">' . i18n('Create divisional awards for all divisions & categories') . '</a><br />';
echo '<br />';
echo '<a href="award_download.php">' . i18n('Download awards from external sources') . '</a><br />';
echo '<a href="award_upload.php">' . i18n('Upload award winners to external sources') . '</a><br />';
echo "<br />";
echo "<a href=\"award_awards.php\">".i18n('Awards Management')."</a><br />";
echo "<a href=\"donors.php\">".i18n('Sponsors')."</a><br />";
echo "<br />";
echo "<a href=\"award_awards.php?action=edit_prize_template\">".i18n('Edit prize template for the divisional awards')."</a>";
echo "<br />";
echo "<a href=\"award_awardcreatedivisional.php\">".i18n('Create divisional awards for all divisions & categories')."</a><br />";
echo "<br />";
echo "<a href=\"award_download.php\">".i18n('Download awards from external sources')."</a><br />";
echo "<a href=\"award_upload.php\">".i18n('Upload award winners to external sources')."</a><br />";
send_footer();
send_footer();
?>

View File

@ -1,224 +1,199 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2008 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2008 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
// make sure storage folder exists
if (!file_exists('../data/userfiles'))
mkdir('../data/userfiles');
//make sure storage folder exists
if(!file_exists("../data/userfiles"))
mkdir("../data/userfiles");
send_header('Website Content Manager',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'website_content_management');
?>
<div class="element"></div>
<script type="module">
import { Editor } from 'https://esm.sh/@tiptap/core'
import StarterKit from 'https://esm.sh/@tiptap/starter-kit'
send_header("Website Content Manager",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"website_content_management"
);
new Editor({
element: document.querySelector('.element'),
extensions: [
StarterKit.configure({
heading: {
levels: [1, 2, 3],
},
}),
],
})
</script>
<?
if($_POST['action']=="save")
{
$err=false;
foreach($config['languages'] AS $lang=>$langname) {
$filename=stripslashes($_POST['filename']);
// $filename=ereg_replace("[^A-Za-z0-9\.\_\/]","_",$_POST['filename']);
if (get_value_from_array($_POST, 'action') == 'save') {
$err = false;
foreach ($config['languages'] AS $lang => $langname) {
$filename = stripslashes(get_value_from_array($_POST, 'filename', ''));
// $filename=ereg_replace("[^A-Za-z0-9\.\_\/]","_",$_POST['filename']);
if(substr($filename,-5)!=".html")
$filename=$filename.".html";
if (substr($filename, -5) != '.html')
$filename = $filename . '.html';
$textname="text_$lang";
$titlename="title_$lang";
$showlogoname="showlogo_$lang";
//get the dt here to insert with ALL the languages, we cant rely on the INSERT NOW() always inserting multiple records with the same timestamp!
$insertdt=date("Y-m-d H:i:s");
$text=stripslashes($_POST[$textname]);
$textname = "text_$lang";
$titlename = "title_$lang";
$showlogoname = "showlogo_$lang";
// get the dt here to insert with ALL the languages, we cant rely on the INSERT NOW() always inserting multiple records with the same timestamp!
$insertdt = date('Y-m-d H:i:s');
$text = stripslashes(get_value_from_array($_POST, $textname, ''));
$q = $pdo->prepare("INSERT INTO cms (filename,dt,lang,text,title,showlogo) VALUES (
'" . $filename . "',
mysql_query("INSERT INTO cms (filename,dt,lang,text,title,showlogo) VALUES (
'".mysql_escape_string($filename)."',
'$insertdt',
'$lang',
'" . $text . "',
'" . get_value_from_array($_POST, $titlename, '') . "',
'" . get_value_from_array($_POST, $showlogoname, '') . "'
'".mysql_escape_string($text)."',
'".mysql_escape_string($_POST[$titlename])."',
'".$_POST[$showlogoname]."'
)");
$q->execute();
if ($pdo->errorInfo()) {
echo error(i18n('An error occurred saving %1 in %2', array($filename, $langname)));
$err = true;
if(mysql_error()) {
echo error(i18n("An error occurred saving %1 in %2",array($filename,$langname)));
$err=true;
}
}
if (!$err)
echo happy(i18n('%1 successfully saved', array($_POST['filename'])));
}
if(!$err)
echo happy(i18n("%1 successfully saved",array($_POST['filename'])));
}
if (get_value_from_array($_GET, 'filename', '') || get_value_from_array($_GET, 'action', 'create')) {
if($_GET['filename'] || $_GET['action']=="create")
{
echo "<a href=\"cms.php\">&lt;&lt; Back to file list</a><br />\n";
echo '<form method="post" action="cms.php">';
echo "<form method=\"post\" action=\"cms.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"save\">\n";
if (get_value_from_array($_GET, 'filename', ''))
echo '<input type="hidden" name="filename" value="' . htmlspecialchars($_GET['filename']) . "\">\n";
if($_GET['filename'])
echo "<input type=\"hidden\" name=\"filename\" value=\"".htmlspecialchars($_GET['filename'])."\">\n";
else
echo 'Choose filename to create: /web/<input type="text" name="filename" size="15">.html<hr />';
echo "Choose filename to create: /web/<input type=\"text\" name=\"filename\" size=\"15\">.html<hr />";
echo '<table width="100%" cellpadding="3">';
echo '<tr><td valign="top">';
foreach ($config['languages'] AS $lang => $langname) {
echo '<table class="tableview" width="100%">';
echo '<tr><th colspan="2">';
$q = $pdo->prepare("SELECT * FROM cms WHERE filename='" . get_value_from_array($_GET, 'filename', '') . "' AND lang='$lang' ORDER BY dt DESC LIMIT 1");
$q->execute();
if ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->dt == '0000-00-00 00:00:00' || !$r->dt)
$dt = 'Never';
else
$dt = $r->dt;
echo '<b>' . htmlspecialchars($_GET['filename']) . " - $langname</b> &nbsp;&nbsp; " . i18n('Last updated') . ": $dt<br />";
if ($_GET['dt']) {
$q2 = $pdo->prepare("SELECT * FROM cms WHERE filename='" . $_GET['filename'] . "' AND lang='$lang' AND dt<='" . $_GET['dt'] . "' ORDER BY dt DESC LIMIT 1");
$q2->execute();
$r2 = $q2->fetch(PDO::FETCH_OBJ);
if ($r2->dt != $r->dt) {
echo "<table width=\"100%\" cellpadding=\"3\">";
echo "<tr><td valign=\"top\">";
foreach($config['languages'] AS $lang=>$langname) {
echo "<table class=\"tableview\" width=\"100%\">";
echo "<tr><th colspan=\"2\">";
$q=mysql_query("SELECT * FROM cms WHERE filename='".mysql_escape_string($_GET['filename'])."' AND lang='$lang' ORDER BY dt DESC LIMIT 1");
if($r=mysql_fetch_object($q)) {
if($r->dt=="0000-00-00 00:00:00" || !$r->dt) $dt="Never";
else $dt=$r->dt;
echo "<b>".htmlspecialchars($_GET['filename'])." - $langname</b> &nbsp;&nbsp; ".i18n("Last updated").": $dt<br />";
if($_GET['dt']) {
$q2=mysql_query("SELECT * FROM cms WHERE filename='".mysql_escape_string($_GET['filename'])."' AND lang='$lang' AND dt<='".$_GET['dt']."' ORDER BY dt DESC LIMIT 1");
$r2=mysql_fetch_object($q2);
if($r2->dt!=$r->dt)
{
echo "Displaying historical file. Date: $r->dt";
$r = $r2;
$r=$r2;
}
}
} else {
echo "<b>$langname</b><br />"; // &nbsp;&nbsp; ".i18n("Last updated").": $dt<br />";
}
else
{
echo "<b>$langname</b><br />"; // &nbsp;&nbsp; ".i18n("Last updated").": $dt<br />";
}
echo "</th></tr>\n";
echo '<tr><td width="100">' . i18n('Page Title') . ":</td><td><input type=\"text\" name=\"title_$lang\" style=\"width: 99%;\" value=\"" . htmlspecialchars(get_value_property_or_default($r, 'title', '')) . "\"></td></tr>\n";
echo '<tr><td width="100">' . i18n('Show Logo') . ':</td><td>';
if (get_value_property_or_default($r, 'showlogo'))
$ch = 'checked="checked"';
else
$ch = '';
echo "<input $ch type=\"radio\" name=\"showlogo_$lang\" value=\"1\"> " . i18n('Yes');
echo '&nbsp;&nbsp;&nbsp;';
if (!get_value_property_or_default($r, 'showlogo'))
$ch = 'checked="checked"';
else
$ch = '';
echo "<input $ch type=\"radio\" name=\"showlogo_$lang\" value=\"0\"> " . i18n('No');
echo "<tr><td width=\"100\">".i18n("Page Title").":</td><td><input type=\"text\" name=\"title_$lang\" style=\"width: 99%;\" value=\"".htmlspecialchars($r->title)."\"></td></tr>\n";
echo "<tr><td width=\"100\">".i18n("Show Logo").":</td><td>";
if($r->showlogo) $ch="checked=\"checked\""; else $ch="";
echo "<input $ch type=\"radio\" name=\"showlogo_$lang\" value=\"1\"> ".i18n("Yes");
echo "&nbsp;&nbsp;&nbsp;";
if(!$r->showlogo) $ch="checked=\"checked\""; else $ch="";
echo "<input $ch type=\"radio\" name=\"showlogo_$lang\" value=\"0\"> ".i18n("No");
echo "</td></tr>\n";
echo '<tr><td colspan="2">';
require_once ('../fckeditor/fckeditor.php');
echo "<tr><td colspan=\"2\">";
require_once("../fckeditor/fckeditor.php");
$oFCKeditor = new FCKeditor("text_$lang");
$oFCKeditor->BasePath = '../fckeditor/';
$oFCKeditor->Value = get_value_property_or_default($r, 'text');
$oFCKeditor->Width = '100%';
$oFCKeditor->Height = 400;
$oFCKeditor->Create();
$oFCKeditor = new FCKeditor("text_$lang") ;
$oFCKeditor->BasePath = "../fckeditor/";
$oFCKeditor->Value = $r->text;
$oFCKeditor->Width="100%";
$oFCKeditor->Height=400;
$oFCKeditor->Create() ;
echo "</td></tr></table>\n";
echo '<br />';
echo "<br />";
}
echo '</td><td width="130" valign="top">';
echo '<table class="tableview" width="130">';
echo "</td><td width=\"130\" valign=\"top\">";
echo "<table class=\"tableview\" width=\"130\">";
if (get_value_from_array($_GET, 'historylimit', ''))
$historylimit = intval(get_value_from_array($_GET, 'historylimit', ''));
else
$historylimit = 30;
if($_GET['historylimit']) $historylimit=intval($_GET['historylimit']);
else $historylimit=30;
echo '<tr><th>' . i18n('File History') . "</th></tr>\n";
echo "<tr><th>".i18n("File History")."</th></tr>\n";
$q=mysql_query("SELECT DISTINCT(dt) FROM cms WHERE filename='".mysql_escape_string($_GET['filename'])."' ORDER BY dt DESC LIMIT $historylimit");
$first=true;
if(mysql_num_rows($q)) {
while($r=mysql_fetch_object($q))
{
if($r->dt==$_GET['dt']) $style="font-weight: bold;";
else $style="font-weight: normal;";
$q = $pdo->prepare("SELECT DISTINCT(dt) FROM cms WHERE filename='" . get_value_from_array($_GET, 'filename', '') . "' ORDER BY dt DESC LIMIT $historylimit");
$q->execute();
$first = true;
if ($q->rowCount()) {
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->dt == $_GET['dt'])
$style = 'font-weight: bold;';
else
$style = 'font-weight: normal;';
if($first && !$_GET['dt']) $style="font-weight: bold;";
if ($first && !$_GET['dt'])
$style = 'font-weight: bold;';
echo '<tr><td><a href="cms.php?filename=' . rawurlencode($_GET['filename']) . '&amp;dt=' . rawurlencode($r->dt) . "\" style=\"font-size: 0.75em; $style\">$r->dt</a></td></tr>\n";
$first = false;
echo "<tr><td><a href=\"cms.php?filename=".rawurlencode($_GET['filename'])."&amp;dt=".rawurlencode($r->dt)."\" style=\"font-size: 0.75em; $style\">$r->dt</a></td></tr>\n";
$first=false;
}
} else
}
else
echo "<tr><td><i>No History</i></td></tr>\n";
echo "</table>\n";
echo "</td></tr>\n";
echo '<tr><td colspan="2">';
echo '<table><tr><td>';
echo '<input type="submit" value="' . i18n('Save Page') . "\" />\n";
echo '</form>';
echo '</td><td>';
echo '<form method="get" action="cms.php">';
echo '<input type="submit" value="' . i18n('Cancel Changes') . "\" />\n";
echo "<tr><td colspan=\"2\">";
echo "<table><tr><td>";
echo "<input type=\"submit\" value=\"".i18n("Save Page")."\" />\n";
echo "</form>";
echo "</td><td>";
echo "<form method=\"get\" action=\"cms.php\">";
echo "<input type=\"submit\" value=\"".i18n("Cancel Changes")."\" />\n";
echo "</form>\n";
echo "</td></tr></table>\n";
echo "</td></tr></table>\n";
} else {
echo i18n('Choose a web page filename to edit');
echo '&nbsp;';
echo '<a href="cms.php?action=create">' . i18n('or click here to create a new file') . "</a><br />\n";
echo '<table class="summarytable">';
$q = $pdo->prepare('SELECT DISTINCT(filename) AS filename FROM cms ORDER BY filename');
}
else
{
echo i18n("Choose a web page filename to edit");
echo "&nbsp;";
echo "<a href=\"cms.php?action=create\">".i18n("or click here to create a new file")."</a><br />\n";
echo '<tr><th>' . i18n('Filename') . '</th><th>' . i18n('Last Update') . '</th></tr>';
while ($r = $q->fetch(PDO::FETCH_ASSOC)) {
echo '<tr><td><a href="cms.php?filename=' . rawurlencode($r->filename) . "\">/web/$r->filename</a></td>";
$q2 = $pdo->prepare("SELECT dt FROM cms WHERE filename='" . $r->filename . "' ORDER BY dt DESC LIMIT 1");
echo "<table class=\"summarytable\">";
$r2 = $q2->fetch(PDO::FETCH_OBJ);
if ($r2->dt == '0000-00-00 00:00:00')
$dt = 'Never';
else
$dt = $r2->dt;
$q=mysql_query("SELECT DISTINCT(filename) AS filename FROM cms ORDER BY filename");
echo "<tr><th>".i18n("Filename")."</th><th>".i18n("Last Update")."</th></tr>";
while($r=mysql_fetch_object($q))
{
echo "<tr><td><a href=\"cms.php?filename=".rawurlencode($r->filename)."\">/web/$r->filename</a></td>";
$q2=mysql_query("SELECT dt FROM cms WHERE filename='".mysql_escape_string($r->filename)."' ORDER BY dt DESC LIMIT 1");
$r2=mysql_fetch_object($q2);
if($r2->dt=="0000-00-00 00:00:00") $dt="Never";
else $dt=$r2->dt;
echo "<td>$dt</td>";
echo '</tr>';
}
echo '</table>';
}
echo "</tr>";
send_footer();
}
echo "</table>";
}
send_footer();
?>

View File

@ -0,0 +1,56 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once("../common.inc.php");
require_once("../user.inc.php");
require_once("../committee.inc.php");
user_auth_required('admin');
require("../tableeditor.class.php");
/* Now, start the output for this page */
send_header("Committee Management",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php' ),
"committee_management");
echo "<a href=\"committees.php\">Manage Committee Members</a><br />";
$_SESSION['last_page'] = 'committee_management';
//make sure storage folder exists
$editor=new TableEditor("committees",
array("name"=>"Committee Name",
)
);
$editor->setPrimaryKey("id");
$editor->setDefaultSortField("name");
$editor->setRecordType("Committee");
$editor->execute();
send_footer();
?>

View File

@ -1,60 +1,55 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
require_once ('../committee.inc.php');
require_once("../common.inc.php");
require_once("../user.inc.php");
require_once("../committee.inc.php");
user_auth_required('committee', 'admin');
user_auth_required('admin');
if (get_value_from_array($_POST, 'users_uid'))
$uid = intval($_POST['users_uid']);
if($_POST['accounts_id'])
$accounts_id = intval($_POST['accounts_id']);
/* Now, start the output for this page */
send_header('Committee Management',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'committee_management');
$_SESSION['last_page'] = 'committee_management';
/* Now, start the output for this page */
send_header("Committee Member Management",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php' ),
"committee_management");
$_SESSION['last_page'] = 'committee_management';
?>
<script type="text/javascript">
<!--
function openeditor(id)
{
window.open("user_editor_window.php?id="+id,"UserEditor","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500,scrollbars=yes");
return false;
}
function neweditor()
{
var username = document.forms.addmember.add_member.value;
window.open("user_editor_window.php?type=committee&username="+username,"UserEditor","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500,scrollbars=yes");
window.open("../user_editor_window.php?type=committee&username="+username,"UserEditor","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500,scrollbars=yes");
document.forms.addmember.add_member.value = "";
return false;
}
@ -94,13 +89,13 @@ function actionChanged()
}
function actionSubmit()
{
{
if(document.forms.memberaction.action.selectedIndex==0)
{
alert('You must choose an action');
return false;
}
if(document.forms.memberaction.users_uid.selectedIndex==0)
if(document.forms.memberaction.accounts_id.selectedIndex==0)
{
alert('You must choose a member');
return false;
@ -108,7 +103,7 @@ function actionSubmit()
if(document.forms.memberaction.action.selectedIndex == 2) {
// Edit
var id = document.forms.memberaction.users_uid.options[document.forms.memberaction.users_uid.selectedIndex];
var id = document.forms.memberaction.accounts_id.options[document.forms.memberaction.accounts_id.selectedIndex];
openeditor(id.value);
// alert("id="+id.value);
return false;
@ -123,246 +118,189 @@ function actionSubmit()
//-->
</script>
<?
global $uid;
if (get_value_from_array($_POST, 'addcommittee')) {
// add a new committee
// re-order the committees
$q = $pdo->prepare("INSERT INTO committees (name) VALUES ('" . $_POST['addcommittee'] . "')");
$q->execute();
echo happy(i18n('Committee successfully added'));
}
if (get_value_from_array($_POST, 'committees_id') && get_value_from_array($_POST, 'committees_ord')) {
// re-order the committees
$x = 0;
$ids = $_POST['committees_id'];
$ords = $_POST['committees_ord'];
if($_POST['committees_id']) {
//re-order the committees
$x=0;
$ids=$_POST['committees_id'];
$titles = $_POST['title'];
$titles=$_POST['title'];
$pords = $_POST['order'];
while (get_value_from_array($ids, $x)) {
while($ids[$x]) {
$cid = intval($ids[$x]);
$q = $pdo->prepare("UPDATE committees SET ord='" . intval($ords[$x]) . "' WHERE id='$cid'");
$q->execute();
$x++;
$ctitle = $titles[$cid];
$cord = $pords[$cid];
/*
* If the committee has no members, don't bother trying to do
* anything
*/
if (!is_array($ctitle))
continue;
// print_r($ctitle);
/* If the committee has no members, don't bother trying to do
* anything */
if(!is_array($ctitle)) continue;
// print_r($ctitle);
foreach ($ctitle as $uid => $title) {
$o = intval($cord[$uid]);
$t = stripslashes($title);
$u = intval($uid);
$q = $pdo->prepare("UPDATE committees_link SET title='$t', ord='$o'
WHERE committees_id='$cid' AND users_uid='$u'");
$q->execute();
foreach($ctitle as $accounts_id=>$title) {
$o = intval($cord[$accounts_id]);
$t = mysql_escape_string(stripslashes($title));
$u = intval($accounts_id);
$q = "UPDATE committees_link SET title='$t', ord='$o'
WHERE committees_id='$cid' AND accounts_id='$u'";
// echo $q;
mysql_query($q);
}
}
echo happy(i18n('Committees successfully saved'));
echo happy(i18n("Committees successfully saved"));
}
if (get_value_from_array($_POST, 'action') == 'assign') {
if (get_value_from_array($_POST, 'committees_id') && get_value_from_array($_POST, 'users_uid')) {
if($_POST['action']=="assign")
{
if($_POST['committees_id'] && $_POST['accounts_id']) {
$cid = intval($_POST['committees_id']);
$q = $pdo->prepare("SELECT * FROM committees_link WHERE committees_id='$cid' AND users_uid='$uid'");
$q->execute();
$q=mysql_query("SELECT * FROM committees_link WHERE committees_id='$cid' AND accounts_id='$accounts_id'");
if (!$q->rowCount()) {
$q = $pdo->prepare("INSERT INTO committees_link (committees_id,users_uid) VALUES ('$cid','$uid')");
$q->execute();
echo happy(i18n('Successfully added member to committee'));
} else
echo error(i18n('That member already exists in that committee'));
} else
echo error(('You must choose both a member and a committee'));
if(!mysql_num_rows($q)) {
mysql_query("INSERT INTO committees_link (committees_id,accounts_id) VALUES ('$cid','$accounts_id')");
echo happy(i18n("Successfully added member to committee"));
}
else
echo error(i18n("That member already exists in that committee"));
}
else
echo error(("You must choose both a member and a committee"));
}
if (get_value_from_array($_GET, 'deletecommittee')) {
$del = intval($_GET['deletecommittee']);
$q = $pdo->prepare("DELETE FROM committees WHERE id='$del'");
$q->execute();
echo happy(i18n('Committee removed'));
}
if (get_value_from_array($_POST, 'action') == 'remove') {
if($_POST['action']=="remove") {
/* user_delete takes care of unlinking the user in other tables */
user_delete($uid, 'committee');
echo happy(i18n('Committee member deleted'));
user_delete($accounts_id, 'committee');
echo happy(i18n("Committee member deleted"));
}
if (get_value_from_array($_GET, 'unlinkmember') && get_value_from_array($_GET, 'unlinkcommittee')) {
if($_GET['unlinkmember'] && $_GET['unlinkcommittee']) {
$mem = intval($_GET['unlinkmember']);
$com = intval($_GET['unlinkcommittee']);
// unlink the member from the committee
$q = $pdo->prepare("DELETE FROM committees_link WHERE users_uid='$mem' AND committees_id='$com'");
$q->execute();
echo happy(i18n('Committee member unlinked from committee'));
//unlink the member from the committee
mysql_query("DELETE FROM committees_link WHERE accounts_id='$mem' AND committees_id='$com'");
echo happy(i18n("Committee member unlinked from committee"));
}
echo '<table>';
echo '<tr><td>';
echo '<a href="../user_invite.php?type=committee">Create a new member</a><br/>';
echo "<a href=\"committee_committees.php\">Manage Committees</a><br />";
echo "<form name=\"memberaction\" method=\"post\" action=\"committees.php\" onsubmit=\"return actionSubmit()\">\n";
echo "<table>";
echo "<tr><td>";
echo "<select name=\"action\" onchange=\"javascript:actionChanged()\">";
echo "<option value=\"\">".i18n("Choose")."</option>\n";
echo "<option value=\"assign\">".i18n("Assign")."</option>\n";
echo "<option value=\"edit\">".i18n("Edit")."</option>\n";
echo "<option value=\"remove\">".i18n("Remove")."</option>\n";
echo "</select>";
echo '<h4>' . i18n('Add Committee') . "</h4>\n";
echo "<form method=\"post\" action=\"committees.php\">\n";
echo "<table>\n";
echo '<tr><td>' . i18n('Committee Name') . ': </td><td><input type="text" size="15" name="addcommittee" /></td>';
echo ' <td><input type="submit" value="' . i18n('Add') . "\" /></td></tr>\n";
echo "</table>\n";
echo "</form>\n";
echo "</td><td>";
$query = "
SELECT accounts_id, firstname, lastname, email, deleted FROM users WHERE accounts_id IN(
SELECT accounts_id FROM user_roles JOIN roles ON user_roles.roles_id = roles.id WHERE roles.type = 'committee'
)
AND conferences_id = " . $conference['id'];
$q = mysql_query($query);
echo "<select name=\"accounts_id\">";
echo "<option value=\"\">".i18n("Select a Member")."</option>\n";
while($r=mysql_fetch_object($q))
{
if($r->deleted == 'yes') continue;
$displayname = $r->firstname.' '.$r->lastname;
echo "<option value=\"$r->accounts_id\">$displayname ($r->email)</option>\n";
}
echo "</select>";
echo '</td><td width="40">&nbsp;</td><td>';
echo '<h4>' . i18n('Add Committee Member') . "</h4>\n";
echo "<form method=\"post\" name=\"addmember\" action=\"committees.php\" onsubmit=\"return neweditor();\">\n";
echo "<table>\n";
echo '<tr><td>' . i18n('Member Email') . ': </td><td>';
echo "<input type=\"text\" size=\"15\" name=\"add_member\" />\n";
echo "</td>\n";
echo ' <td><input type="submit" onclick="return neweditor();" value="' . i18n('Add') . "\" /></td></tr>\n";
echo "</table>\n";
echo '<a href="committees.php">' . i18n('Reload committee list (needed after adding a new member)') . "</a>\n";
echo "</form>\n";
echo "</td><td>";
echo '</td></tr>';
echo '</table>';
echo '<hr />';
echo '<h4>' . i18n('Committee Member Management') . "</h4>\n";
echo "<form name=\"memberaction\" method=\"post\" action=\"committees.php\" onsubmit=\"return actionSubmit()\">\n";
echo '<table>';
echo '<tr><td>';
echo '<select name="action" onchange="javascript:actionChanged()">';
echo '<option value="">' . i18n('Choose') . "</option>\n";
echo '<option value="assign">' . i18n('Assign') . "</option>\n";
echo '<option value="edit">' . i18n('Edit') . "</option>\n";
echo '<option value="remove">' . i18n('Remove') . "</option>\n";
echo '</select>';
//The Assign Div
echo "<div id=\"assigndiv\">";
echo i18n("To Committee").": ";
$q=mysql_query("SELECT * FROM committees ORDER BY ord,name");
echo "<select name=\"committees_id\">";
echo "<option value=\"\">".i18n("Select a Committee")."</option>\n";
while($r=mysql_fetch_object($q))
{
echo "<option value=\"$r->id\">$r->name</option>\n";
}
echo "</select>";
echo "</div>";
echo '</td><td>';
$q = $pdo->prepare("SELECT uid,MAX(year),firstname,lastname,email,deleted FROM users WHERE types LIKE '%committee%' GROUP BY uid ORDER BY firstname");
$q->execute();
echo '<select name="users_uid">';
echo '<option value="">' . i18n('Select a Member') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->deleted != 'no')
continue;
$displayname = $r->firstname . ' ' . $r->lastname;
echo "<option value=\"$r->uid\">$displayname ($r->email)</option>\n";
}
echo '</select>';
//The Edit or Remove Div
echo '</td><td>';
echo "</td><td><input type=\"submit\" value=\"".i18n("Go")."\" /></td></tr>";
// The Assign Div
echo '<div id="assigndiv">';
echo i18n('To Committee') . ': ';
$q = $pdo->prepare('SELECT * FROM committees ORDER BY ord,name');
$q->execute();
echo '<select name="committees_id">';
echo '<option value="">' . i18n('Select a Committee') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<option value=\"$r->id\">$r->name</option>\n";
}
echo '</select>';
echo '</div>';
echo "</table>";
echo "</form>";
// The Edit or Remove Div
echo "<script language=\"javascript\" type=\"text/javascript\">actionChanged()</script>";
echo "<hr />";
echo '</td><td><input type="submit" value="' . i18n('Go') . '" /></td></tr>';
echo '</table>';
echo '</form>';
$q=mysql_query("SELECT * FROM committees ORDER BY ord,name");
if(mysql_num_rows($q))
{
echo "<form method=\"post\" action=\"committees.php\">\n";
echo "<table>";
echo "<tr><td colspan=\"2\"></td><th colspan=\"2\">".i18n('Title within committee / Sort order')."</th>";
echo "</tr>";
while($r=mysql_fetch_object($q)) {
echo "<tr>";
echo "<td colspan=\"4\">";
echo "<input type=\"hidden\" name=\"committees_id[]\" value=\"$r->id\" />";
// echo "<input size=\"1\" type=\"text\" name=\"committees_ord[]\" value=\"$r->ord\" />";
echo "<b>".i18n($r->name)."</b>";
echo '<script language="javascript" type="text/javascript">actionChanged()</script>';
echo '<hr />';
$q = $pdo->prepare('SELECT * FROM committees ORDER BY ord,name');
$q->execute();
if ($q->rowCount()) {
echo '<h4>' . i18n('Committees') . '</h4>';
echo "<form method=\"post\" action=\"committees.php\">\n";
echo '<table>';
echo '<tr><td colspan="2"></td><td><b>' . i18n('Title') . '</b></td>';
echo '<td><b>' . i18n('Order') . '</b></td>';
echo '<td><b>' . i18n('Public Email / Private Email') . '</b></td></tr>';
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
echo '<td colspan="3">';
echo "<input type=\"hidden\" name=\"committees_id[]\" value=\"$r->id\" />";
echo "<input size=\"1\" type=\"text\" name=\"committees_ord[]\" value=\"$r->ord\" />";
echo '&nbsp; <b>' . i18n($r->name) . '</b>';
$q2 = $pdo->prepare("SELECT
$q2=mysql_query("SELECT
committees_link.title,
committees_link.ord,
users.uid,
MAX(users.year) AS my,
users.lastname
committees_link.accounts_id
FROM committees_link
JOIN users ON users.uid = committees_link.users_uid
WHERE committees_id='{$r->id}'
GROUP BY users.uid
ORDER BY ord,
users.lastname ");
$q2->execute();
ORDER BY ord");
if ($q2->rowCount() == 0) {
echo '&nbsp; &nbsp;';
echo "<a title=\"Remove Committee\" onclick=\"return confirmClick('Are you sure you want to remove this committee?');\" href=\"committees.php?deletecommittee=$r->id\"><img src=\"" . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '" border="0" alt="Remove Committee" /></a>';
}
echo "</td></tr>\n";
echo mysql_error();
while($r2=mysql_fetch_object($q2)) {
$u = user_load_by_accounts_id($r2->accounts_id);
echo "</td></tr>\n";
//if rollover is proper, this shouldnt be necessary, but, the simcoe rollover didnt do this, so lets do it here as a safety
if(!$u) {
$roleq=mysql_query("SELECT * FROM roles WHERE type='committee'");
$roler=mysql_fetch_object($roleq);
//hmm thats okay,w e must have missed something in the rollover... sicne its tied to the accounts_id, we just need to add a record
account_add_role($r2->accounts_id,$roler->id,$conference['id']);
while ($r2 = $q2->fetch(PDO::FETCH_OBJ)) {
if ($u = user_load_by_uid($r2->uid)) {
echo '<tr><td align="right">&nbsp;&nbsp;&nbsp;&nbsp;';
//and now we should be able to load them
$u = user_load_by_accounts_id($r2->accounts_id);
}
echo "<tr><td align=\"right\">&nbsp;&nbsp;&nbsp;&nbsp;";
echo "<a title=\"Edit Member\" href=\"#\" onclick=\"openeditor({$u['id']})\"><img src=\"{$config['SFIABDIRECTORY']}/images/16/edit.{$config['icon_extension']}\" border=\"0\" alt=\"Edit\" /></a>";
echo '&nbsp;';
echo "<a title=\"Unlink Member from Committee\" onclick=\"return confirmClick('Are you sure you want to unlink this member from this committee?');\" href=\"committees.php?unlinkmember={$u['uid']}&amp;unlinkcommittee={$r->id}\"><img src=\"{$config['SFIABDIRECTORY']}/images/16/undo.{$config['icon_extension']}\" border=\"0\" alt=\"Unlink\" /></a>";
echo '</td>';
echo '<td valign="top">';
echo "<b>{$u['name']}</b>";
echo '</td><td>';
echo "<input type=\"text\" value=\"{$r2->title}\" name=\"title[{$r->id}][{$u['uid']}]\" size=\"15\">";
echo '</td><td>';
echo "<input type=\"text\" value=\"{$r2->ord}\" name=\"order[{$r->id}][{$u['uid']}]\" size=\"2\">";
echo '</td><td>';
if (get_value_from_array($u, 'email')) {
list($b, $a) = explode('@', $u['email']);
echo "<script language=\"javascript\" type=\"text/javascript\">em('$b','$a')</script>";
}
if (get_value_from_array($u, 'emailprivate')) {
if ($u['email'])
echo ' <b>/</b> ';
list($b, $a) = explode('@', $u['emailprivate']);
echo "<script language=\"javascript\" type=\"text/javascript\">em('$b','$a')</script>";
}
echo "&nbsp;";
echo "<a title=\"Unlink Member from Committee\" onclick=\"return confirmClick('Are you sure you want to unlink this member from this committee?');\" href=\"committees.php?unlinkmember={$u['accounts_id']}&amp;unlinkcommittee={$r->id}\"><img src=\"{$config['SFIABDIRECTORY']}/images/16/undo.{$config['icon_extension']}\" border=\"0\" alt=\"Unlink\" /></a>";
echo "</td>";
echo "<td valign=\"top\">";
echo "<b>{$u['firstname']} {$u['lastname']}</b>";
echo "</td><td>";
echo "<input type=\"text\" value=\"{$r2->title}\" name=\"title[{$r->id}][{$u['accounts_id']}]\" size=\"25\">";
echo "</td><td>";
echo "<input type=\"text\" value=\"{$r2->ord}\" name=\"order[{$r->id}][{$u['accounts_id']}]\" size=\"2\">";
echo "</td></tr>\n";
}
echo "<tr><td colspan=\"4\">&nbsp;</td></tr>\n";
}
echo "<tr><td colspan=\"2\">&nbsp;</td></tr>\n";
echo "<tr><td colspan=\"2\"><input type=\"submit\" value=\"".i18n("Save Committee Orders and Titles")."\" /></td></tr>\n";
echo "</table>";
echo "</form>\n";
}
echo '<tr><td colspan="2"><input type="submit" value="' . i18n('Save Committee Orders and Titles') . "\" /></td></tr>\n";
echo '</table>';
echo "</form>\n";
}
send_footer();
?>

View File

@ -1,178 +1,244 @@
<?
// This file was modified Jan of 2014 by Richard Sin
// A glitch that grabs old emails has been resolved.
$mailqueries=array(
"myself"=>array("name"=>"Yourself (for testing)","query"=>"SELECT users.id FROM users WHERE users.id='{$_SESSION['users_id']}'"),
$mailqueries = array(
'committee_all' => array('name' => 'Committee members (all)', 'query' =>
"SELECT u.firstname, u.lastname, u.organization, u.email, u.deleted, q.year FROM users AS u INNER JOIN (SELECT uid, max(year) AS year FROM users GROUP BY uid) AS q ON u.uid = q.uid AND u.year = q.year WHERE u.types LIKE '%committee%' AND u.deleted='no' GROUP BY `u`.`id` ASC"),
/* The WHERE clause evaluates which rows to add to the GROUP
BY, the HAVING clase evaluates which grouped rows show up. We
want to to evaluate 'deleted' AFTER the grouping, so we catch
the case where the MAX(year) has deleted='yes'. If we use WHERE
deleted='no', we'll only add non-deleted rows to the group, and
end up picking up a user active in, say 2007 and 2008, but
deleted in 2009. */
'judges_all' => array('name' => 'Judges from all years (except deleted judges)', 'query' =>
"SELECT u.firstname, u.lastname, u.email, u.deleted, q.year FROM users AS u INNER JOIN (SELECT uid, max(year) AS year FROM users GROUP BY uid ) AS q ON u.uid = q.uid AND u.year = q.year WHERE u.types LIKE '%judge%' AND u.deleted='no' ORDER BY `u`.`email` ASC"),
'judges_active_lastyear' => array('name' => 'Judges (all) active from last year', 'query' =>
"SELECT firstname, lastname, email FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id WHERE types LIKE '%judge%' AND year='" . ($config['FAIRYEAR'] - 1) . "' AND deleted='no' AND users_judge.judge_active='yes' ORDER BY email"),
'judges_active_thisyear' => array('name' => 'Judges (all) active for this year', 'query' =>
"SELECT firstname, lastname, email FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id WHERE types LIKE '%judge%' AND year='{$config['FAIRYEAR']}' AND deleted='no' AND users_judge.judge_active='yes' ORDER BY email"),
'judges_div_active_thisyear' => array('name' => 'Judges (regular judges only) active for this year', 'query' =>
"SELECT firstname, lastname, email FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id WHERE types LIKE '%judge%' AND year='{$config['FAIRYEAR']}' AND deleted='no' AND users_judge.judge_active='yes' AND (users_judge.special_award_only='no' OR users_judge.special_award_only='' OR users_judge.special_award_only IS NULL) ORDER BY email"),
'judges_spec_active_thisyear' => array('name' => 'Judges (special award judges only) active for this year', 'query' =>
"SELECT firstname, lastname, email FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id WHERE types LIKE '%judge%' AND year='{$config['FAIRYEAR']}' AND deleted='no' AND users_judge.judge_active='yes' AND users_judge.special_award_only='yes' ORDER BY email"),
'judges_inactive' => array('name' => 'Judges (all) not active for this year', 'query' =>
"SELECT firstname, lastname, email, judge_active, deleted, MAX(year)
FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id
WHERE types LIKE '%judge%'
GROUP BY uid HAVING deleted='no' AND ((max(year)='{$config['FAIRYEAR']}' AND judge_active='no') OR max(year)<'{$config['FAIRYEAR']}')
ORDER BY email"),
'judges_active_complete_thisyear' => array('name' => 'Judges (all) active for this year and complete', 'query' =>
"SELECT firstname, lastname, email FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id WHERE types LIKE '%judge%' AND year='{$config['FAIRYEAR']}' AND users_judge.judge_complete='yes' AND deleted='no' AND users_judge.judge_active='yes' ORDER BY email"),
'judges_active_incomplete_thisyear' => array('name' => 'Judges (all) active for this year but not complete', 'query' =>
"SELECT firstname, lastname, email FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id WHERE types LIKE '%judge%' AND year='{$config['FAIRYEAR']}' AND (users_judge.judge_complete!='yes' OR users_judge.judge_complete IS NULL) AND deleted='no' AND users_judge.judge_active='yes' ORDER BY email"),
'participants_complete_thisyear' => array('name' => 'Participants complete this year', 'query' =>
"SELECT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND registrations.year='" . $config['FAIRYEAR'] . "' AND ( registrations.status='complete' OR registrations.status='paymentpending') ORDER BY students.email"),
'participants_complete_paymentpending_thisyear' => array('name' => 'Participants complete this year but payment pending', 'query' =>
"SELECT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND registrations.year='" . $config['FAIRYEAR'] . "' AND registrations.status!='complete' AND registrations.status='paymentpending' ORDER BY students.email"),
'participants_notcomplete_thisyear' => array('name' => 'Participants not complete this year', 'query' =>
"SELECT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND registrations.year='" . $config['FAIRYEAR'] . "' AND registrations.status!='complete' AND registrations.status!='new' ORDER BY students.email"),
'participants_complete_lastyear' => array('name' => 'Participants complete last year', 'query' =>
"SELECT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND registrations.year='" . ($config['FAIRYEAR'] - 1) . "' AND ( registrations.status='complete' OR registrations.status='paymentpending') ORDER BY students.email"),
'participants_complete_allyears' => array('name' => 'Participants complete all years', 'query' =>
"SELECT DISTINCT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND ( registrations.status='complete' OR registrations.status='paymentpending') ORDER BY students.email"),
'participants_cwsf_thisyear' => array('name' => 'CWSF Winners for this year', 'query' => "
SELECT DISTINCT students.firstname, students.lastname, students.email
FROM award_awards
JOIN award_prizes ON award_prizes.award_awards_id=award_awards.id
JOIN winners ON winners.awards_prizes_id=award_prizes.id
JOIN projects ON winners.projects_id=projects.id
JOIN registrations ON projects.registrations_id=registrations.id
JOIN students ON students.registrations_id=registrations.id
WHERE award_awards.cwsfaward='1' AND winners.year='" . $config['FAIRYEAR'] . "'
ORDER BY students.email"),
'participants_cwsf_lastyear' => array('name' => 'CWSF Winners from last year', 'query' => "
SELECT DISTINCT students.firstname, students.lastname, students.email
FROM award_awards
JOIN award_prizes ON award_prizes.award_awards_id=award_awards.id
JOIN winners ON winners.awards_prizes_id=award_prizes.id
JOIN projects ON winners.projects_id=projects.id
JOIN registrations ON projects.registrations_id=registrations.id
JOIN students ON students.registrations_id=registrations.id
WHERE award_awards.cwsfaward='1' AND winners.year='" . ($config['FAIRYEAR'] - 1) . "'
ORDER BY students.email"),
'participants_cwsf_allyears' => array('name' => 'CWSF Winners from all years', 'query' => "
SELECT DISTINCT students.firstname, students.lastname, students.email
FROM award_awards
JOIN award_prizes ON award_prizes.award_awards_id=award_awards.id
JOIN winners ON winners.awards_prizes_id=award_prizes.id
JOIN projects ON winners.projects_id=projects.id
JOIN registrations ON projects.registrations_id=registrations.id
JOIN students ON students.registrations_id=registrations.id
WHERE award_awards.cwsfaward='1'
ORDER BY students.email"),
'sponsors' => array('name' => 'Organization sponsors', 'query' =>
"SELECT id, organization, email FROM sponsors WHERE email!='' ORDER BY email"),
'sponsors_primarycontacts' => array('name' => 'Organization sponsors (primary contacts)', 'query' =>
"SELECT uid, MAX(users.year) AS year, sponsors.organization, users.firstname, users.lastname, users.email, deleted, users_sponsor.primary
FROM sponsors,
users_sponsor,
users
WHERE
users.id=users_sponsor.users_id
AND users_sponsor.sponsors_id=sponsors.id
AND users.types LIKE '%sponsor%'
AND users.email!=''
GROUP BY uid
HAVING deleted='no' AND users_sponsor.primary='yes'
ORDER BY users.email
"),
'sponsors_allcontacts' => array('name' => 'Organization sponsors (all contacts)', 'query' =>
"SELECT DISTINCT(users.email), sponsors.organization, users.firstname, users.lastname, users.email
FROM sponsors,
users_sponsor,
users
WHERE
users.id=users_sponsor.users_id
AND users_sponsor.sponsors_id=sponsors.id
AND users.types LIKE '%sponsor%'
AND users.deleted='no'
AND users.email!=''
ORDER BY users.email
"),
'sponsors_specialawards' => array('name' => 'Organization sponsors for Special Awards', 'query' =>
"SELECT DISTINCT sponsors.id, organization, email
FROM sponsors
JOIN award_awards ON sponsors.id=award_awards.sponsors_id
WHERE
email!=''
AND award_awards.award_types_id=2
"committee_all"=>array("name"=>"Committee members (all)","query"=>
"SELECT users.id FROM users
JOIN accounts ON users.accounts_id=accounts.id
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type = 'committee' AND accounts.deleted = 'no' "),
/* The WHERE clause evaluates which rows to add to the GROUP
BY, the HAVING clase evaluates which grouped rows show up. We
want to to evaluate 'deleted' AFTER the grouping, so we catch
the case where the MAX(conferences_id) has deleted='yes'. If we use WHERE
deleted='no', we'll only add non-deleted rows to the group, and
end up picking up a user active in, say 2007 and 2008, but
deleted in 2009. */
"judges_all"=>array("name"=>"Judges from all conferences (except deleted judges)","query"=>
"SELECT firstname, lastname, email, deleted, MAX(conferences_id) FROM users
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type ='judge' GROUP BY users.accounts_id HAVING deleted='no' ORDER BY email"),
"judges_active_thisconference"=>array("name"=>"Judges active for this conference", "query"=>
"SELECT users.id FROM users
LEFT JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type='judge' AND conferences_id={$conference['id']} AND deleted='no' AND user_roles.active='yes' ORDER BY email"),
"judges_inactive_thisconference"=>array("name"=>"Judges in the conference that are not active", "query"=>
"SELECT users.id FROM users
LEFT JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type='judge' AND conferences_id={$conference['id']} AND deleted='no' AND user_roles.active='no' ORDER BY email"),
"judges_inactive_allconferences"=>array("name"=>"Judges inactive for any conference", "query"=>
"SELECT users.id FROM users
LEFT JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type='judge' AND deleted='no' AND user_roles.active='no' ORDER BY email"),
"judges_active_complete_thisconference"=>array("name"=>"Judges active for this conference and complete", "query"=>
"SELECT users.id FROM users
LEFT JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.id
WHERE roles.type = 'judge' AND conferences_id = {$conference['id']}
AND user_roles.complete='yes'
AND deleted='no'
AND user_roles.active='yes'
ORDER BY email"),
'sponsors_primarycontacts_specialawards' => array('name' => 'Organization sponsors for Special Awards (primary contacts)', 'query' =>
"SELECT DISTINCT uid, MAX(users.year) AS year, sponsors.organization, users.firstname, users.lastname, users.email, deleted, users_sponsor.primary
FROM sponsors,
users_sponsor,
users,
award_awards
WHERE
users.id=users_sponsor.users_id
AND users_sponsor.sponsors_id=sponsors.id
AND users.types LIKE '%sponsor%'
AND users.email!=''
AND sponsors.id=award_awards.sponsors_id
AND award_awards.award_types_id=2
GROUP BY uid
HAVING deleted='no' AND users_sponsor.primary='yes'
ORDER BY users.email
"),
'sponsors_allcontacts_specialawards' => array('name' => 'Organization sponsors for Special Awards (all contacts)', 'query' =>
"SELECT DISTINCT(users.email), sponsors.organization, users.firstname, users.lastname, users.email
FROM sponsors,
users_sponsor,
users,
award_awards
WHERE
users.id=users_sponsor.users_id
AND users_sponsor.sponsors_id=sponsors.id
AND users.types LIKE '%sponsor%'
AND users.deleted='no'
AND users.email!=''
AND sponsors.id=award_awards.sponsors_id
AND award_awards.award_types_id=2
ORDER BY users.email
"),
/*
* "special_award_sponsors_unconfirmed"=>array("name"=>"Special award sponsors (unconfirmed only)","query"=>
* "SELECT DISTINCT(award_sponsors.id), organization, firstname, lastname, award_contacts.email FROM award_sponsors, award_awards, award_contacts WHERE award_awards.sponsors_id=award_sponsors.id AND award_contacts.award_sponsors_id=award_sponsors.id AND award_sponsors.confirmed='no' AND award_awards.award_types_id='2' AND award_contacts.year='".$config['FAIRYEAR']."'"),
*
* "special_award_sponsors_all"=>array("name"=>"Special award sponsors (all)","query"=>
* "SELECT DISTINCT(award_sponsors.id), organization, firstname, lastname, award_contacts.email FROM award_sponsors, award_awards, award_contacts WHERE award_awards.sponsors_id=award_sponsors.id AND award_contacts.award_sponsors_id=award_sponsors.id AND award_awards.award_types_id='2' AND award_contacts.year='".$config['FAIRYEAR']."'"),
*/
'school_principals' => array('name' => 'School principals', 'query' =>
"SELECT schools.principal_uid AS uid, schools.school, users.firstname AS firstname, users.lastname AS lastname, users.email AS email FROM schools
JOIN users ON schools.principal_uid=users.uid AND users.id=(SELECT id FROM users WHERE users.uid=schools.principal_uid ORDER BY `year` DESC LIMIT 1)
WHERE schools.year='" . $config['FAIRYEAR'] . "' AND users.email!=''"),
'school_scienceheads' => array('name' => 'School science heads', 'query' =>
"SELECT schools.sciencehead_uid AS uid, schools.school, users.firstname AS firstname, users.lastname AS lastname, users.email AS email FROM schools
JOIN users ON schools.sciencehead_uid=users.uid AND users.id=(SELECT id FROM users WHERE users.uid=schools.sciencehead_uid ORDER BY `year` DESC LIMIT 1)
WHERE schools.year='" . $config['FAIRYEAR'] . "' AND users.email!=''"),
'school_with_project_thisyear' => array('name' => 'Schools with projects this year', 'query' =>
'SELECT DISTINCT(sc.schoolemail) AS email, sc.school AS firstname FROM students AS st LEFT JOIN schools AS sc ON sc.id = st.schools_id WHERE st.year = ' . $config['FAIRYEAR'] . ' AND LENGTH( sc.schoolemail ) !=0 ORDER BY email
'),
'school_thisyear' => array('name' => 'Schools this year', 'query' =>
"SELECT school AS firstname, schoolemail AS email FROM `schools` WHERE `year` ='" . $config['FAIRYEAR'] . "' GROUP BY schoolemail"),
'school_teachers_thisyear' => array('name' => 'Teachers (as entered by students) this year', 'query' =>
"SELECT teachername AS firstname, teacheremail AS email FROM students WHERE year = '" . $config['FAIRYEAR'] . "' GROUP BY teacheremail"),
'school_teachers_lastyear' => array('name' => 'Teachers (as entered by students) last year', 'query' =>
"SELECT teachername AS firstname, teacheremail AS email FROM students WHERE year = '" . ($config['FAIRYEAR'] - 1) . "' GROUP BY teacheremail"),
'school_teachers_allyears' => array('name' => 'Teachers (as entered by students) all years', 'query' =>
'SELECT teachername AS firstname, teacheremail AS email FROM students GROUP BY teacheremail'),
/* Volunteers */
'volunteers_active_complete_thisyear' => array('name' => 'Volunteers active for this year and complete', 'query' =>
"SELECT id, firstname, lastname, email FROM users LEFT JOIN users_volunteer ON users_volunteer.users_id=users.id WHERE users.year='{$config['FAIRYEAR']}' AND users_volunteer.volunteer_complete='yes' AND users_volunteer.volunteer_active='yes' AND users.deleted='no' AND types LIKE '%volunteer%' ORDER BY email"),
'volunteers_active_incomplete_thisyear' => array('name' => 'Volunteers active for this year but not complete', 'query' =>
"SELECT id, firstname, lastname, email FROM users LEFT JOIN users_volunteer ON users_volunteer.users_id=users.id WHERE users.year='{$config['FAIRYEAR']}' AND users_volunteer.volunteer_complete='no' AND users_volunteer.volunteer_active='yes' AND users.deleted='no' AND users.types LIKE '%volunteer%' ORDER BY email"),
);
"judges_active_incomplete_thisconference"=>array("name"=>"Judges active for this conference but not complete", "query"=>
"SELECT users.id FROM users
LEFT JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.id
WHERE roles.type = 'judge' AND conferences_id = {$conference['id']}
AND user_roles.complete='no'
AND deleted='no'
AND user_roles.active='yes'
ORDER BY email"),
"participants_all_thisconference"=>array("name"=>"Participants (all) for this conference","query"=>
"SELECT users.id
FROM users
JOIN user_roles ON user_roles.users_id=users.id
JOIN roles ON user_roles.roles_id=roles.id
WHERE users.conferences_id='{$conference['id']}'
AND roles.type='participant'"),
"participants_complete_thisconference"=>array("name"=>"Participants complete/paymentpending for this conference","query"=>
"SELECT users.id FROM users
JOIN registrations ON users.registrations_id=registrations.id
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type = 'participant'
AND registrations.conferences_id='".$conference['id']."'
AND ( registrations.status='complete' OR registrations.status='paymentpending')"),
"participants_complete_paymentpending_thisconference"=>array("name"=>"Participants payment pending for this conference","query"=>
"SELECT users.id FROM users
JOIN registrations ON users.registrations_id=registrations.id
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type = 'participant'
AND registrations.conferences_id='".$conference['id']."'
AND registrations.status='paymentpending'"),
"participants_notcomplete_thisconference"=>array("name"=>"Participants not complete for this conference","query"=>
"SELECT users.id
FROM users
JOIN user_roles ON user_roles.users_id=users.id
JOIN roles ON user_roles.roles_id=roles.id
LEFT JOIN registrations ON users.registrations_id=registrations.id
WHERE users.conferences_id='{$conference['id']}'
AND roles.type='participant'
AND (registrations.status IS NULL OR registrations.status='open' OR registrations.status='new')"),
/* // FIXME - not sure if this has a sensible equivalent when dealing with "conferences" rather than fair years
"participants_complete_lastyear"=>array("name"=>"Participants complete last year","query"=>
"SELECT firstname, lastname, students.email FROM students,registrations WHERE students.registrations_id=registrations.id AND registrations.year='".($config['FAIRYEAR']-1)."' AND ( registrations.status='complete' OR registrations.status='paymentpending') ORDER BY students.email"),
"participants_complete_allconferences"=>array("name"=>"Participants complete for all conferences","query"=>
"SELECT users.id, users.firstname, users.lastname, accounts.email FROM users
JOIN accounts on users.accounts_id=accounts.id
JOIN registrations ON users.registrations_id=registrations.id
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type = 'participant'
AND (registrations.status='complete' OR registrations.status='paymentpending') ORDER BY accounts.email"),
*/
"participants_cwsf_thisconference"=>array("name"=>"CWSF Winners for this conference","query"=>"
SELECT users.id
FROM award_awards
JOIN award_prizes ON award_prizes.award_awards_id=award_awards.id
JOIN winners ON winners.awards_prizes_id=award_prizes.id
JOIN projects ON winners.projects_id=projects.id
JOIN registrations ON projects.registrations_id=registrations.id
JOIN users ON users.registrations_id=registrations.id
WHERE award_awards.cwsfaward='1'
AND winners.conferences_id='".$conference['id']."' "),
"sponsors"=>array("name"=>"Organization sponsors","query"=>
"SELECT id, organization, email FROM sponsors WHERE email!='' ORDER BY email"),
"sponsors_primarycontacts"=>array("name"=>"Organization sponsors (primary contacts)","query"=>
"SELECT users.id, conferences_id, organization, firstname, lastname, email, `primary`
FROM users
JOIN user_roles on users.id = user_roles.id
JOIN roles ON user_roles.roles_id = roles.id
WHERE
roles.type = 'sponsor'
AND email != ''
AND deleted='no'
AND `primary`='yes'
ORDER BY email
"),
"sponsors_allcontacts"=>array("name"=>"Organization sponsors (all contacts)","query"=>
"SELECT DISTINCT(users.email), sponsors.organization, users.firstname, users.lastname, users.email
FROM sponsors
JOIN users_sponsor ON users_sponsor.sponsors_id = sponsors.id
JOIN users ON users.id = users_sponsor.users_id
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE
roles.type = 'sponsor'
AND users.deleted='no'
AND users.email!=''
ORDER BY users.email"),
/*
"special_award_sponsors_unconfirmed"=>array("name"=>"Special award sponsors (unconfirmed only)","query"=>
"SELECT DISTINCT(award_sponsors.id), organization, firstname, lastname, award_contacts.email FROM award_sponsors, award_awards, award_contacts WHERE award_awards.sponsors_id=award_sponsors.id AND award_contacts.award_sponsors_id=award_sponsors.id AND award_sponsors.confirmed='no' AND award_awards.award_types_id='2' AND award_contacts.year='".$config['FAIRYEAR']."'"),
"special_award_sponsors_all"=>array("name"=>"Special award sponsors (all)","query"=>
"SELECT DISTINCT(award_sponsors.id), organization, firstname, lastname, award_contacts.email FROM award_sponsors, award_awards, award_contacts WHERE award_awards.sponsors_id=award_sponsors.id AND award_contacts.award_sponsors_id=award_sponsors.id AND award_awards.award_types_id='2' AND award_contacts.year='".$config['FAIRYEAR']."'"),
*/
"school_principals"=>array("name"=>"School principals this conference","query"=>
"SELECT principal_uid AS id FROM schools
WHERE schools.conferences_id='".$conference['id']."'
AND principal_uid>0
"),
"school_scienceheads"=>array("name"=>"School science heads this conference","query"=>
"SELECT sciencehead_uid AS id FROM schools
WHERE schools.conferences_id='".$conference['id']."'
AND sciencehead_uid>0
"),
"teachers_with_school"=>array("name"=>"Teachers with a school in this conference","query"=>
"SELECT users.id
FROM users
JOIN schools ON users.schools_id=schools.id
JOIN user_roles ON users.id=user_roles.users_id
JOIN roles ON user_roles.roles_id=roles.id
WHERE schools.conferences_id='".$conference['id']."'
AND roles.type='teacher'
"),
"teachers_without_school"=>array("name"=>"Teachers without a school in this conference","query"=>
"SELECT users.id
FROM users
JOIN user_roles ON users.id=user_roles.users_id
JOIN roles ON user_roles.roles_id=roles.id
WHERE roles.type='teacher'
AND users.conferences_id='".$conference['id']."'
AND (users.schools_id='' OR users.schools_id=0)
"),
/*
"school_teachers_thisconference"=>array("name"=>"Teachers (as entered by students) for this conference","query"=>
"SELECT DISTINCT(teacheremail) AS email, teachername AS firstname FROM students WHERE conferences_id='".$conference['id']."' AND teacheremail!=''"),
*/
/* // FIXME again, not sure that this has a sensible equivalent with conferences
"school_teachers_lastyear"=>array("name"=>"Teachers (as entered by students) last year","query"=>
"SELECT DISTINCT(teacheremail) AS email, teachername AS firstname FROM students WHERE year='".($config['FAIRYEAR']-1)."' AND teacheremail!=''"),
*/
/*
"school_teachers_allconferences"=>array("name"=>"Teachers (as entered by students) all conferences","query"=>
"SELECT DISTINCT(teacheremail) AS email, teachername AS firstname FROM students WHERE teacheremail!=''"),
*/
/* Volunteers */
"volunteers_active_complete_thisconference"=>array("name"=>"Volunteers active for this conference and complete", "query"=>
"SELECT users.id, firstname, lastname, email
FROM users LEFT JOIN user_roles ON user_roles.users_id = users.id JOIN roles ON roles.id = user_roles.roles_id
WHERE users.conferences_id = '".$conference['id']."'
AND roles.type='volunteer'
AND user_roles.complete='yes'
AND user_roles.active='yes'
AND users.deleted='no'
ORDER BY email"),
"volunteers_active_incomplete_thisconference"=>array("name"=>"Volunteers active for this conference but not complete", "query"=>
"SELECT users.id, firstname, lastname, email
FROM users LEFT JOIN user_roles ON user_roles.users_id = users.id JOIN roles ON roles.id = user_roles.roles_id
WHERE users.conferences_id = '".$conference['id']."'
AND roles.type='volunteer'
AND user_roles.complete='no'
AND user_roles.active='yes'
AND users.deleted='no'
ORDER BY email"),
"accounts_email_unconfirmed" => array("name" => "Users active in any active conference with unconfirmed e-mail addresses", "query" =>
"SELECT users.id
FROM users
JOIN accounts ON users.accounts_id = accounts.id
JOIN conferences ON users.conferences_id = conferences.id
WHERE conferences.status = 'running'
AND accounts.pendingemail IS NOT NULL
AND accounts.pendingemail != ''
"),
"accounts_email_unconfirmed_thisconference" => array("name" => "Users active for this conference with unconfirmed e-mail addresses", "query" =>
"SELECT users.id
FROM users JOIN accounts ON users.accounts_id = accounts.id
WHERE users.conferences_id = {$conference['id']}
AND accounts.pendingemail IS NOT NULL
AND accounts.pendingemail != ''
"),
);
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,111 +1,110 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
if (get_value_from_array($_GET, 'action') == 'status') {
$q = $pdo->prepare('SELECT * FROM emailqueue WHERE finished IS NULL');
$q->execute();
if($_GET['action']=="status") {
$q=mysql_query("SELECT * FROM emailqueue WHERE finished IS NULL");
if ($config['emailqueue_lock'] || $q->rowCount()) {
echo '<h4>' . i18n('Active Send Queues') . "</h4>\n";
if($config['emailqueue_lock'] || mysql_num_rows($q)) {
echo "<h4>".i18n("Active Send Queues")."</h4>\n";
$q=mysql_query("SELECT *,UNIX_TIMESTAMP(started) AS ts FROM emailqueue WHERE finished IS NULL ORDER BY started DESC");
$q = $pdo->prepare('SELECT *,UNIX_TIMESTAMP(started) AS ts FROM emailqueue WHERE finished IS NULL ORDER BY started DESC');
$q->execute();
if (!$config['emailqueue_lock']) {
echo error(i18n("It looks like there's emails waiting to send, but the sending process isnt running.")
. '<br />'
. '<a href="communication.php?action=restartqueue">' . i18n('Click here to manually restart the process') . '</a>');
if(!$config['emailqueue_lock']) {
echo error(i18n("It looks like there's emails waiting to send, but the sending process isnt running.").
"<br />".
"<a href=\"communication.php?action=restartqueue\">".i18n("Click here to manually restart the process")."</a>");
}
echo '<table class="tableview">';
echo '<thead><tr>';
echo ' <th>' . i18n('Name') . "</th>\n";
echo ' <th>' . i18n('Subject') . "</th>\n";
echo ' <th>' . i18n('Started') . "</th>\n";
echo ' <th>' . i18n('Progress') . "</th>\n";
echo ' <th>' . i18n('Duration') . "</th>\n";
echo ' <th>' . i18n('ETA') . "</th>\n";
echo ' <th>' . i18n('Cancel') . "</th>\n";
echo "<table class=\"tableview\">";
echo "<thead><tr>";
echo " <th>".i18n("Name")."</th>\n";
echo " <th>".i18n("Subject")."</th>\n";
echo " <th>".i18n("Started")."</th>\n";
echo " <th>".i18n("Progress")."</th>\n";
echo " <th>".i18n("Duration")."</th>\n";
echo " <th>".i18n("ETA")."</th>\n";
echo " <th>".i18n("Cancel")."</th>\n";
echo "</tr></thead>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
while($r=mysql_fetch_object($q)) {
echo "<tr>";
echo " <td>$r->name</td>\n";
echo " <td>$r->subject</td>\n";
echo " <td>$r->started</td>\n";
$remaining = $r->numtotal - $r->numsent;
$now = time();
$duration = $now - $r->ts;
$num = $r->numsent + $r->numfailed;
$remaining=$r->numtotal-$r->numsent;
$now=time();
$duration=$now-$r->ts;
$num=$r->numsent+$r->numfailed;
echo " <td align=\"center\">$num / $r->numtotal</td>\n";
echo '<td>';
echo "<td>";
echo format_duration($duration);
echo '</td>';
echo '<td>';
if ($r->numsent || $r->numfailed) {
$emailspersecond = ($r->numsent + $r->numfailed) / $duration;
$remainingduration = $remaining / $emailspersecond;
echo "</td>";
echo "<td>";
if($r->numsent || $r->numfailed) {
$emailspersecond=($r->numsent+$r->numfailed)/$duration;
$remainingduration=$remaining/$emailspersecond;
echo format_duration($remainingduration);
} else {
echo 'Unknown';
}
echo '</td>';
echo "<td><a href=\"#\" onclick=\"return cancelQueue($r->id)\">" . i18n('cancel') . '</td>';
else {
echo "Unknown";
}
echo "</td>";
echo "<td><a href=\"#\" onclick=\"return cancelQueue($r->id)\">".i18n("cancel")."</td>";
echo "</tr>\n";
}
echo '</table>';
echo "</table>";
echo "<br /><br />\n";
} else {
echo notice('No Email Communications are currently being sent out');
}
else {
echo notice("No Email Communications are currently being sent out");
?>
<script type="text/javascript">
stopRefreshing();
</script>
<?
}
}
$q = $pdo->prepare('SELECT * FROM emailqueue WHERE finished IS NOT NULL ORDER BY started DESC LIMIT 10');
$q->execute();
echo '<h4>' . i18n('Completed Send Queues') . "</h4>\n";
$q=mysql_query("SELECT * FROM emailqueue WHERE finished IS NOT NULL ORDER BY started DESC LIMIT 10");
echo "<h4>".i18n("Completed Send Queues")."</h4>\n";
echo "<table class=\"tableview\">\n";
echo '<thead><tr>';
echo ' <th>' . i18n('Name') . "</th>\n";
echo ' <th>' . i18n('Subject') . "</th>\n";
echo ' <th>' . i18n('Started') . "</th>\n";
echo ' <th>' . i18n('Finished') . "</th>\n";
echo ' <th>' . i18n('Total Emails') . "</th>\n";
echo ' <th>' . i18n('Success') . "</th>\n";
echo ' <th>' . i18n('Failed') . "</th>\n";
// FIXME: comment bounced until we implement it
// echo " <th>".i18n("Bounced")."</th>\n";
echo "<thead><tr>";
echo " <th>".i18n("Name")."</th>\n";
echo " <th>".i18n("Subject")."</th>\n";
echo " <th>".i18n("Started")."</th>\n";
echo " <th>".i18n("Finished")."</th>\n";
echo " <th>".i18n("Total Emails")."</th>\n";
echo " <th>".i18n("Success")."</th>\n";
echo " <th>".i18n("Failed")."</th>\n";
//FIXME: comment bounced until we implement it
// echo " <th>".i18n("Bounced")."</th>\n";
echo "</tr></thead>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
while($r=mysql_fetch_object($q)) {
echo "<tr>";
echo " <td>$r->name</td>\n";
echo " <td>$r->subject</td>\n";
echo " <td>$r->started</td>\n";
@ -113,18 +112,19 @@ if (get_value_from_array($_GET, 'action') == 'status') {
echo " <td align=\"center\">$r->numtotal</td>\n";
echo " <td align=\"center\">$r->numsent</td>\n";
echo " <td align=\"center\">$r->numfailed</td>\n";
// echo " <td align=\"center\">$r->numbounced</td>\n";
//echo " <td align=\"center\">$r->numbounced</td>\n";
echo "</tr>\n";
}
echo "</table>\n";
exit;
}
exit;
}
send_header('Communication Sending Status',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Communication' => 'admin/communication.php'));
?>
send_header("Communication Sending Status",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Communication' => 'admin/communication.php')
);
?>
<script type="text/javascript">
$(document).ready( function() {
refreshStatus();
@ -132,9 +132,9 @@ send_header('Communication Sending Status',
var refreshTimeout;
function refreshStatus() {
$("#queuestatus").load("communication_send_status.php?action=status",null,function() {
<? if ($config['emailqueue_lock']) { ?>
<? if($config['emailqueue_lock']) { ?>
refreshTimeout=setTimeout('refreshStatus()',1000);
<? } ?>
<? } ?>
});
}
@ -151,10 +151,10 @@ send_header('Communication Sending Status',
</script>
<?
echo '<br />';
echo '<div id="queuestatus" style="margin-left: 20px;">';
echo '</div>';
echo '<br />';
echo "<br />";
echo "<div id=\"queuestatus\" style=\"margin-left: 20px;\">";
echo "</div>";
echo "<br />";
send_footer();
?>

View File

@ -1,149 +1,151 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2007 James Grant <james@lightbox.org>
* Copyright (C) 2009 David Grant <dave@lightbox.org>
*
* 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.
*/
Copyright (C) 2007 James Grant <james@lightbox.org>
Copyright (C) 2009 David Grant <dave@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once ('xml.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
user_auth_required('admin');
require_once('xml.inc.php');
function xml_dearray(&$array)
{
// echo "<pre>";print_r($array);echo "</pre>";
$keys = array_keys($array);
foreach ($keys as $k) {
if (!is_array($array[$k])) {
function xml_dearray(&$array)
{
// echo "<pre>";print_r($array);echo "</pre>";
$keys = array_keys($array);
foreach($keys as $k) {
if(!is_array($array[$k])) {
echo "Not array at key $k";
exit;
}
/* Special cases, leave these as arrays of entries */
if ($k == 'award' || $k == 'prize') {
foreach ($array[$k] as &$a) {
if($k == 'award' || $k == 'prize') {
foreach($array[$k] as &$a) {
xml_dearray($a);
}
continue;
}
if (count($array[$k]) != 1) {
echo 'Unexpected multielement array, stop.';
if(count($array[$k]) != 1) {
echo "Unexpected multielement array, stop.";
exit;
};
$array[$k] = $array[$k][0];
if (is_array($array[$k])) {
if(is_array($array[$k])) {
xml_dearray($array[$k]);
}
}
}
}
function curl_query($fair, $data, $ysc_url = '')
{
global $output;
switch ($fair['type']) {
case 'sfiab':
$url = $fair['url'] . '/remote.php';
$var = 'json';
$d = array();
$d['auth'] = array('username' => $fair['username'],
function curl_query($fair, $data, $ysc_url='')
{
global $output;
switch($fair['type']) {
case 'sfiab':
$url = $fair['url'].'/remote.php';
$var = 'json';
$d = array();
$d['auth'] = array('username' => $fair['username'],
'password' => $fair['password']);
$str = json_encode(array_merge($d, $data));
break;
case 'ysc':
if ($ysc_url == '')
$url = $fair['url'];
else
$url = $ysc_url;
$var = 'xml';
$output = '';
xmlCreateRecurse($data);
$str = $output;
break;
default:
echo "Unknown fair type {$fair['type']}";
break;
$str = json_encode(array_merge($d, $data));
break;
case 'ysc':
if($ysc_url == '')
$url = $fair['url'];
else
$url = $ysc_url;
$var = 'xml';
$output="";
xmlCreateRecurse($data);
$str = $output;
break;
default:
echo "Unknown fair type {$fair['type']}";
break;
}
// debug_("Curl Send: (type:{$fair['type']}=>$url ysc_url=>$ysc_url) $str");
// debug_("Curl Send: (type:{$fair['type']}=>$url ysc_url=>$ysc_url) $str");
$ch = curl_init(); // / initialize a cURL session
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, 0); // / Header control
curl_setopt($ch, CURLOPT_POST, 1); // / tell it to make a POST, not a GET
curl_setopt($ch, CURLOPT_POSTFIELDS, "$var=" . urlencode($str)); // / put the query string here starting with "?"
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // / This allows the output to be set into a variable $datastream
// curl_setopt ($ch, CURLOPT_POSTFIELDSIZE, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 360);
curl_setopt($ch, CURLOPT_SSLVERSION, 3);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$datastream = curl_exec($ch); // / execute the curl session and return the output to a variable $datastream
curl_close($ch); // / close the curl session
$ch = curl_init(); /// initialize a cURL session
curl_setopt ($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_HEADER, 0); /// Header control
curl_setopt ($ch, CURLOPT_POST, 1); /// tell it to make a POST, not a GET
curl_setopt ($ch, CURLOPT_POSTFIELDS, "$var=".urlencode($str)); /// put the query string here starting with "?"
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); /// This allows the output to be set into a variable $datastream
curl_setopt ($ch, CURLOPT_POSTFIELDSIZE, 0);
curl_setopt ($ch, CURLOPT_TIMEOUT, 360);
curl_setopt ($ch, CURLOPT_SSLVERSION, 3);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, false);
$datastream = curl_exec ($ch); /// execute the curl session and return the output to a variable $datastream
curl_close ($ch); /// close the curl session
// debug_("Server Returned: ".urldecode($datastream));
// debug_("Server Returned: ".urldecode($datastream));
switch ($fair['type']) {
case 'sfiab':
$ret = json_decode(urldecode($datastream), true);
switch($fair['type']) {
case 'sfiab':
$ret=json_decode(urldecode($datastream), true);
break;
case 'ysc':
$datastream = str_replace(" standalone=\"yes\"","",$datastream);
/* Return is XML, make a return array */
$response=xml_parsexml($datastream);
if(!is_array($response)) {
$ret['message']=$datastream;
$ret['error']=0;
return $ret;
}
/* De-array everything */
xml_dearray($response);
$key = array_keys($response);
// echo "<pre>";print_r($response);echo "</pre>";
switch($key[0]) {
case 'awardresponse':
/* Full response */
$ret = $response['awardresponse'];
/* Undo variable to array */
$ret['awards'] = $ret['awards']['award'];
foreach($ret['awards'] as &$a)
$a['prizes'] = $a['prizes']['prize'];
$ret['error'] = 0;
$ret['message'] = '';
break;
case 'ysc':
$datastream = str_replace(' standalone="yes"', '', $datastream);
/* Return is XML, make a return array */
$response = xml_parsexml($datastream);
if (!is_array($response)) {
$ret['message'] = $datastream;
$ret['error'] = 0;
return $ret;
}
/* De-array everything */
xml_dearray($response);
$key = array_keys($response);
// echo "<pre>";print_r($response);echo "</pre>";
switch ($key[0]) {
case 'awardresponse':
/* Full response */
$ret = $response['awardresponse'];
/* Undo variable to array */
$ret['awards'] = $ret['awards']['award'];
foreach ($ret['awards'] as &$a)
$a['prizes'] = $a['prizes']['prize'];
$ret['error'] = 0;
$ret['message'] = '';
break;
case 'awardwinnersresponse':
/* Parse return */
$ret['error'] = ($response['awardwinnersresponse']['status'] == 'failed') ? 1 : 0;
$ret['message'] = $response['awardwinnersresponse']['statusmessage'];
break;
}
case 'awardwinnersresponse':
/* Parse return */
$ret['error'] = ($response['awardwinnersresponse']['status'] == 'failed') ? 1 : 0;
$ret['message'] = $response['awardwinnersresponse']['statusmessage'];
break;
}
break;
}
// n debug_("Returning: ".print_r($ret, true));
//n debug_("Returning: ".print_r($ret, true));
return $ret;
}
}
?>

View File

@ -1,45 +1,42 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
include 'xml.inc.php';
require_once ('../user.inc.php');
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.
function get_cwsf_award_winners()
{
global $config, $pdo;
$winners = array();
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.
$q = $pdo->prepare("SELECT * FROM award_awards WHERE cwsfaward='1' AND year=?");
$q->execute([$config['FAIRYEAR']]);
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.
*/
if ($q->rowCount() == 1) {
$award = $q->fetch(PDO::FETCH_OBJ);
$pq = $pdo->prepare("SELECT * FROM award_prizes WHERE award_awards_id=?");
$pq->execute([$award->id]);
include "xml.inc.php";
require_once("../user.inc.php");
while ($prize = $pq->fetch(PDO::FETCH_OBJ)) {
$wq = $pdo->prepare("SELECT
function get_cwsf_award_winners()
{
global $config;
$winners=array();
$winners_ids=array();
$q=mysql_query("SELECT * FROM award_awards WHERE cwsfaward='1' AND conferences_id='".$conference['id']."'");
while($award=mysql_fetch_object($q))
{
$pq=mysql_query("SELECT * FROM award_prizes WHERE award_awards_id='$award->id'");
while($prize=mysql_fetch_object($pq))
{
$wq=mysql_query("SELECT
projects.id,
projects.projectnumber,
projects.title,
@ -53,269 +50,288 @@ function get_cwsf_award_winners()
projects
WHERE
winners.projects_id=projects.id AND
awards_prizes_id=? AND
winners.year=?");
$wq->execute([$prize->id, $config['FAIRYEAR']]);
show_pdo_errors_if_any($pdo);
while ($project = $wq->fetch(PDO::FETCH_OBJ)) {
$sq = $pdo->prepare("SELECT * FROM students WHERE registrations_id=? AND year=?");
$sq->execute([$project->registrations_id, $config['FAIRYEAR']]);
$students = array();
$cwsf_agecategory = 0;
while ($s = $sq->fetch(PDO::FETCH_OBJ)) {
if ($s->grade >= 7 && $s->grade <= 8) {
if ($cwsf_agecategory < 1)
$cwsf_agecategory = 1;
}
if ($s->grade >= 9 && $s->grade <= 10) {
if ($cwsf_agecategory < 2)
$cwsf_agecategory = 2;
}
if ($s->grade >= 11 && $s->grade <= 13) {
if ($cwsf_agecategory < 3)
$cwsf_agecategory = 3;
}
$students[] = array(
'xml_type' => 'student',
'firstname' => $s->firstname,
'lastname' => $s->lastname,
'email' => $s->email,
'gender' => $s->sex,
'grade' => $s->grade,
'language' => $s->lang,
'birthdate' => $s->dateofbirth,
'address1' => $s->address,
'address2' => '',
'city' => $s->city,
'province' => $s->province,
'postalcode' => $s->postalcode,
'homephone' => $s->phone,
'cellphone' => '',
);
awards_prizes_id='$prize->id' AND
winners.conferences_id='".$conference['id']."'");
echo mysql_error();
while($project=mysql_fetch_object($wq))
{
if(array_key_exists($project->id, $winners_ids)) {
continue;
} else {
$winners_ids[$project->id] = true;
}
$winners[] = array(
'xml_type' => 'project',
'projectid' => $project->id,
'projectnumber' => $project->projectnumber,
'title' => $project->title,
'abstract' => $project->summary,
'category_id' => $cwsf_agecategory,
'division_id' => $project->cwsfdivisionid,
'projectdivisions_id' => $project->projectdivisions_id,
'students' => $students,
);
$sq=mysql_query("SELECT * FROM students WHERE registrations_id='$project->registrations_id' AND conferences_id='".$conference['id']."'");
$students=array();
$cwsf_agecategory=0;
while($s=mysql_fetch_object($sq))
{
if($s->grade>=7 && $s->grade<=8)
{
if($cwsf_agecategory<1)
$cwsf_agecategory=1;
}
if($s->grade>=9 && $s->grade<=10)
{
if($cwsf_agecategory<2)
$cwsf_agecategory=2;
}
if($s->grade>=11 && $s->grade<=13)
{
if($cwsf_agecategory<3)
$cwsf_agecategory=3;
}
$students[]=array(
"xml_type"=>"student",
"firstname"=>$s->firstname,
"lastname"=>$s->lastname,
"email"=>$s->email,
"gender"=>$s->sex,
"grade"=>$s->grade,
"language"=>$s->lang,
"birthdate"=>$s->dateofbirth,
"address1"=>$s->address,
"address2"=>"",
"city"=>$s->city,
"province"=>$s->province,
"postalcode"=>$s->postalcode,
"homephone"=>$s->phone,
"cellphone"=>"",
);
}
$winners[]=array(
"xml_type"=>"project",
"projectid"=>$project->id,
"projectnumber"=>$project->projectnumber,
"title"=>$project->title,
"abstract"=>$project->summary,
"category_id"=>$cwsf_agecategory,
"division_id"=>$project->cwsfdivisionid,
"projectdivisions_id"=>$project->projectdivisions_id,
"students"=>$students,
);
}
}
// print_r($award);
//print_r($award);
}
return $winners;
}
}
?>
<?
require ('../common.inc.php');
require ('../projects.inc.php');
user_auth_required('committee', 'admin');
send_header('One-Click CWSF Registration',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'one-click_cwsf_registration');
echo '<br />';
require("../common.inc.php");
require("../projects.inc.php");
user_auth_required('admin');
send_header("One-Click CWSF Registration",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"one-click_cwsf_registration"
);
echo "<br />";
if (count(get_value_from_array($_POST, 'cwsfdivision', []))) {
foreach ($_POST['cwsfdivision'] AS $p => $d) {
$q = $pdo->prepare("UPDATE projects SET cwsfdivisionid=? WHERE id=?");
$q->execute([$d, $p]);
if(count($_POST['cwsfdivision']))
{
foreach($_POST['cwsfdivision'] AS $p=>$d)
{
mysql_query("UPDATE projects SET cwsfdivisionid='$d' WHERE id='$p'");
}
echo happy(i18n('CWSF Project Divisions saved'));
}
echo happy(i18n("CWSF Project Divisions saved"));
}
if (get_value_from_array($_POST, 'action') == 'register' && $_POST['xml']) {
if (function_exists('curl_init')) {
$ch = curl_init(); // / initialize a cURL session
curl_setopt($ch, CURLOPT_URL, 'https://secure.ysf-fsj.ca/registration/xmlregister.php');
curl_setopt($ch, CURLOPT_HEADER, 0); // / Header control
curl_setopt($ch, CURLOPT_POST, 1); // / tell it to make a POST, not a GET
curl_setopt($ch, CURLOPT_POSTFIELDS, 'xml=' . $_POST['xml']); // / put the query string here starting with "?"
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // / This allows the output to be set into a variable $datastream
curl_setopt($ch, CURLOPT_POSTFIELDSIZE, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 360);
curl_setopt($ch, CURLOPT_SSLVERSION, 3);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$datastream = curl_exec($ch); // / execute the curl session and return the output to a variable $datastream
$datastream = str_replace(' standalone="yes"', '', $datastream);
if($_POST['action']=="register" && $_POST['xml'])
{
if(function_exists('curl_init'))
{
$ch = curl_init(); /// initialize a cURL session
curl_setopt ($ch, CURLOPT_URL,"https://secure.ysf-fsj.ca/registration/xmlregister.php");
curl_setopt ($ch, CURLOPT_HEADER, 0); /// Header control
curl_setopt ($ch, CURLOPT_POST, 1); /// tell it to make a POST, not a GET
curl_setopt ($ch, CURLOPT_POSTFIELDS, "xml=".$_POST['xml']); /// put the query string here starting with "?"
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); /// This allows the output to be set into a variable $datastream
curl_setopt ($ch, CURLOPT_POSTFIELDSIZE, 0);
curl_setopt ($ch, CURLOPT_TIMEOUT, 360);
curl_setopt ($ch, CURLOPT_SSLVERSION, 3);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, false);
$datastream = curl_exec ($ch); /// execute the curl session and return the output to a variable $datastream
$datastream = str_replace(" standalone=\"yes\"","",$datastream);
// echo "curl close <br />";
curl_close($ch); // / close the curl session
curl_close ($ch); /// close the curl session
echo i18n('The YSC Registration Server said:') . '<br />';
echo i18n("The YSC Registration Server said:")."<br />";
echo notice($datastream);
} else {
echo error('CURL Support Missing');
echo i18n('Your PHP installation does not support CURL. You will need to login to the YSC system as the regional coodinator and upload the XML data manually');
}
else
{
echo error("CURL Support Missing");
echo i18n("Your PHP installation does not support CURL. You will need to login to the YSC system as the regional coodinator and upload the XML data manually");
}
send_footer();
exit;
}
}
/* Load the YSC fair */
$q = $pdo->prepare("SELECT * FROM fairs WHERE abbrv='YSC'");
$q->execute();
if ($q->rowCount() < 1) {
echo error(i18n('You have not defined the YSC upstream fair in the Science Fair Management area.'));
/* Load the YSC fair */
$q = mysql_query("SELECT * FROM fairs WHERE abbrv='YSC'");
if(mysql_num_rows($q) < 1) {
echo error(i18n("You have not defined the YSC upstream fair in the Science Fair Management area."));
$ok = false;
} else {
$f = $q->fetch(PDO::FETCH_ASSOC);
$ysc_region_id = $f['username'];
$ysc_region_password = $f['password'];
}
$ok = true;
// make sure we have the ysc_region_id and ysc_region_password
if ($ysc_region_id == '') {
echo error(i18n('You have not yet specified a username for YSC (your Region ID). Go to the <a href="sciencefairs.php">Science Fair Management</a> page to set it'));
$ok = false;
}
if ($ysc_region_password == '') {
echo error(i18n('You have not yet specified a password for YSC (your Region Password). Go to the <a href="sciencefairs.php">Science Fair Management</a> page to set it'));
$ok = false;
}
} else {
$f = mysql_fetch_assoc($q);
$ysc_region_id = $f['username'];
$ysc_region_password = $f['password'];
}
$ok=true;
//make sure we have the ysc_region_id and ysc_region_password
if($ysc_region_id == '') {
echo error(i18n("You have not yet specified a username for YSC (your Region ID). Go to the <a href=\"sciencefairs.php\">Science Fair Management</a> page to set it"));
$ok=false;
}
if($ysc_region_password == '') {
echo error(i18n("You have not yet specified a password for YSC (your Region Password). Go to the <a href=\"sciencefairs.php\">Science Fair Management</a> page to set it"));
$ok=false;
}
if ($ok) {
$q = $pdo->prepare("SELECT * FROM award_awards WHERE cwsfaward='1' AND year=?");
$q->execute([$config['FAIRYEAR']]);
if (!$q->rowCount()) {
echo error(i18n('Cannot find an award that is specified as the Canada-Wide Science Fair Award'));
echo i18n('Please go to the awards manager and select which award identifies your CWSF students');
} else if ($q->rowCount() > 1) {
echo error(i18n('There is more than one award that is identified as your Canada-Wide Science Fair award.'));
echo i18n('Please go to the awards manager and choose only one award that identifies your CWSF students');
} else {
$award = $q->fetch(PDO::FETCH_OBJ);
echo '<b>' . i18n('CWSF Award') . ':</b> ' . $award->name . '<br />';
if($ok)
{
$q=mysql_query("SELECT * FROM award_awards WHERE cwsfaward='1' AND conferences_id='".$conference['id']."'");
if(!mysql_num_rows($q))
{
echo error(i18n("Cannot find an award that is specified as the Canada-Wide Science Fair Award"));
echo i18n("Please go to the awards manager and select which award identifies your CWSF students");
}
else
{
echo "<b>".i18n("CWSF Awards").":</b> <br />";
echo "<ul>";
while($award=mysql_fetch_object($q)) {
echo "<li>{$award->name}</li>";
}
echo "</ul>";
echo i18n("Please review the list of winning projects/students below. If it is all correct then you can click the 'Register for CWSF' button at the bottom of the page to send the information to YSC");
echo '<br />';
echo '<br />';
$winners = get_cwsf_award_winners();
echo '<b>' . i18n('Found %1 CWSF prize winners', array(count($winners))) . '</b>';
echo '<br />';
$error = false;
echo '<form method="post" action="cwsfregister.php">';
echo '<table class="tableview"><thead>';
echo '<tr><th>' . i18n('Project Information') . '</th>';
echo '<th>' . i18n('Project Division / CWSF Project Division') . '</th>';
echo '</tr></thead>';
echo "<br />";
echo "<br />";
$winners=get_cwsf_award_winners();
echo "<b>".i18n("Found %1 CWSF prize winners",array(count($winners)))."</b>";
echo "<br />";
$error=false;
echo "<form method=\"post\" action=\"cwsfregister.php\">";
echo "<table class=\"tableview\"><thead>";
echo "<tr><th>".i18n("Project Information")."</th>";
echo "<th>".i18n("Project Division / CWSF Project Division")."</th>";
echo "</tr></thead>";
foreach ($winners AS $winner) {
echo '<tr><td>';
echo '<b>';
echo $winner['projectnumber'] . ' - ' . $winner['title'];
echo '</b>';
echo '<br />';
foreach ($winner['students'] AS $s) {
echo '&nbsp;';
echo '&nbsp;';
echo '&nbsp;';
echo '&nbsp;';
echo i18n('Name') . ': ';
echo $s['firstname'] . ' ' . $s['lastname'];
echo '<br />';
foreach($winners AS $winner)
{
echo "<tr><td>";
echo "<b>";
echo $winner['projectnumber']." - ".$winner['title'];
echo "</b>";
echo "<br />";
foreach($winner['students'] AS $s)
{
echo "&nbsp;"; echo "&nbsp;"; echo "&nbsp;"; echo "&nbsp;";
echo i18n("Name").": ";
echo $s['firstname']." ".$s['lastname'];
echo "<br />";
echo '&nbsp;';
echo '&nbsp;';
echo '&nbsp;';
echo '&nbsp;';
echo i18n('Email') . ': ' . $s['email'];
if (!$s['email']) {
echo error(i18n('No Email Address'), 'inline');
$error = true;
echo "&nbsp;"; echo "&nbsp;"; echo "&nbsp;"; echo "&nbsp;";
echo i18n("Email").": ".$s['email'];
if(!$s['email'])
{
echo error(i18n("No Email Address"),"inline");
$error=true;
}
echo '<br />';
echo '&nbsp;';
echo '&nbsp;';
echo '&nbsp;';
echo '&nbsp;';
echo "<br />";
echo "&nbsp;"; echo "&nbsp;"; echo "&nbsp;"; echo "&nbsp;";
echo i18n('Grade') . ': ' . $s['grade'];
if (!$s['grade']) {
echo error(i18n('No Grade'), 'inline');
$error = true;
echo i18n("Grade").": ".$s['grade'];
if(!$s['grade'])
{
echo error(i18n("No Grade"),"inline");
$error=true;
}
echo '<br />';
echo "<br />";
}
if (!$winner['division_id']) {
echo '<br />';
echo error(i18n('Choose a CWSF Division'), 'inline');
$error = true;
if(!$winner['division_id'])
{
echo "<br />";
echo error(i18n("Choose a CWSF Division"),"inline");
$error=true;
}
echo '</td><td>';
echo "</td><td>";
$t = $pdo->prepare("SELECT * FROM projectdivisions WHERE year=? AND id=?");
$t->execute([$config['FAIRYEAR'], $winner['projectdivisions_id']]);
$tr = $t->fetch(PDO::FETCH_OBJ);
$t=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='".$conference['id']."' AND id='".$winner['projectdivisions_id']."'");
$tr=mysql_fetch_object($t);
echo $tr->division;
echo '<br />';
echo "<br />";
echo '<select name="cwsfdivision[' . $winner['projectid'] . ']">';
echo '<option value="">' . i18n('No corresponding CWSF division') . "</option>\n";
foreach ($CWSFDivisions AS $k => $v) {
if ($winner['division_id']) {
if ($k == $winner['division_id'])
$sel = 'selected="selected"';
else
$sel = '';
} else {
if ($k == $tr->cwsfdivisionid)
$sel = 'selected="selected"';
else
$sel = '';
echo "<select name=\"cwsfdivision[".$winner['projectid']."]\">";
echo "<option value=\"\">".i18n("No corresponding CWSF division")."</option>\n";
foreach($CWSFDivisions AS $k=>$v)
{
if($winner['division_id'])
{
if($k==$winner['division_id']) $sel="selected=\"selected\""; else $sel="";
}
else
{
if($k==$tr->cwsfdivisionid) $sel="selected=\"selected\""; else $sel="";
}
echo "<option $sel value=\"$k\">" . i18n($v) . "</option>\n";
echo "<option $sel value=\"$k\">".i18n($v)."</option>\n";
}
echo "</select>\n";
echo '</td></tr>';
echo "</td></tr>";
}
echo '<tr><td></td><td>';
echo '<input type="submit" value="Save CWSF Divisions">';
echo '</td></tr>';
echo '</table>';
echo '</form>';
echo "<tr><td></td><td>";
echo "<input type=\"submit\" value=\"Save CWSF Divisions\">";
echo "</td></tr>";
echo "</table>";
echo "</form>";
if (!$error) {
$reg = array('registration' => array(
'ysf_region_id' => $ysc_region_id,
'ysf_region_password' => $ysc_region_password,
'projects' => $winners
));
if(!$error)
{
$reg=array("registration"=>array(
"ysf_region_id"=>$ysc_region_id,
"ysf_region_password"=>$ysc_region_password,
"projects"=>$winners
)
);
$output = '';
$output="";
xmlCreateRecurse($reg);
$xmldata = $output;
$xmldata=$output;
echo '<h3>' . i18n('The following data will be sent to Youth Science Canada') . '</h3>';
echo '<form method="post" action="cwsfregister.php">';
echo '<input type="hidden" name="action" value="register">';
echo '<textarea rows="15" cols="80" name="xml">';
echo "<h3>".i18n("The following data will be sent to Youth Science Canada")."</h3>";
echo "<form method=\"post\" action=\"cwsfregister.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"register\">";
echo "<textarea rows=\"15\" cols=\"80\" name=\"xml\">";
echo $xmldata;
echo '</textarea>';
echo '<br />';
echo '<br />';
echo i18n('Warning! You can only use this feature once, and it will send whatever data is listed above. If you try to submit this data a second time to YSC it will not work. So please make sure everything is correct before submitting!');
echo '<br />';
echo '<br />';
echo '<input type="submit" value="' . i18n('Register for CWSF') . '">';
echo '</form>';
} else {
echo error(i18n('You must correct the above errors before registration can proceed'));
echo "</textarea>";
echo "<br />";
echo "<br />";
echo i18n("Warning! You can only use this feature once, and it will send whatever data is listed above. If you try to submit this data a second time to YSC it will not work. So please make sure everything is correct before submitting!");
echo "<br />";
echo "<br />";
echo "<input type=\"submit\" value=\"".i18n("Register for CWSF")."\">";
echo "</form>";
}
else
{
echo error(i18n("You must correct the above errors before registration can proceed"));
}
}
}
send_footer();
}
send_footer();
?>

View File

@ -1,36 +1,35 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2007 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2007 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
$q = $pdo->prepare("SELECT * FROM documents WHERE id='" . $_GET['id'] . "'");
$q->execute();
if ($r = $q->fetch(PDO::FETCH_OBJ)) {
header('Content-type: ' . trim(exec("file -bi ../data/documents/$r->filename")));
header('Content-disposition: inline; filename="' . $r->filename . '"');
header('Content-length: ' . filesize("../data/documents/$r->filename"));
readfile("../data/documents/$r->filename");
}
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
$q=mysql_query("SELECT * FROM documents WHERE id='".$_GET['id']."'");
if($r=mysql_fetch_object($q))
{
header("Content-type: ".trim(exec("file -bi ../data/documents/$r->filename")));
header("Content-disposition: inline; filename=\"".$r->filename."\"");
header("Content-length: ".filesize("../data/documents/$r->filename"));
readfile("../data/documents/$r->filename");
}
?>

View File

@ -1,58 +1,58 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2007 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2007 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require ('../tableeditor.class.php');
require_once ('../user.inc.php');
require("../common.inc.php");
require("../tableeditor.class.php");
require_once("../user.inc.php");
// make sure storage folder exists
if (!file_exists('../data/documents'))
mkdir('../data/documents');
if (!file_exists('../data/documents/.htaccess'))
file_put_contents('../data/documents/.htaccess', "Order Deny,Allow\r\nDeny From All\r\n");
//make sure storage folder exists
if(!file_exists("../data/documents"))
mkdir("../data/documents");
if(!file_exists("../data/documents/.htaccess"))
file_put_contents("../data/documents/.htaccess","Order Deny,Allow\r\nDeny From All\r\n");
user_auth_required('committee', 'admin');
send_header('Internal Document Manager',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'internal_document_management');
user_auth_required('admin');
send_header("Internal Document Manager",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"internal_document_management"
);
$editor = new TableEditor('documents',
array(
'date' => 'Date',
'title' => 'Document Title',
'sel_category' => 'Category',
'filename' => 'Filename',
));
$editor=new TableEditor("documents",
array("date"=>"Date",
"title"=>"Document Title",
"sel_category"=>"Category",
"filename"=>"Filename",
)
);
$editor->setPrimaryKey('id');
$editor->setUploadPath('../data/documents');
$editor->setDefaultSortField('sel_category,date');
$editor->setRecordType('Document');
$editor->setFieldDefaultValue('date', date('Y-m-d'));
$editor->setDownloadLink('documentdownloader.php');
$editor->execute();
$editor->setPrimaryKey("id");
$editor->setUploadPath("../data/documents");
$editor->setDefaultSortField("sel_category,date");
$editor->setRecordType("Document");
$editor->setFieldDefaultValue("date",date("Y-m-d"));
$editor->setDownloadLink("documentdownloader.php");
$editor->execute();
send_footer();
send_footer();
?>

View File

@ -1,179 +0,0 @@
<?
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2008 James Grant <james@lightbox.org>
*
* 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.
*/
?>
<?
require ('../common.inc.php');
require ('../tableeditor.class.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
include ('fundraising_sponsorship_handler.inc.php');
include ('fundraising_goals_handler.inc.php');
include ('fundraising_main.inc.php');
send_header('Donations',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Fundraising' => 'admin/fundraising.php'),
'fundraising');
?>
<script type="text/javascript">
$(document).ready(function() {
//initialize the dialog
$("#sponsorship_editor").dialog({
bgiframe: true, autoOpen: false,
modal: true, resizable: false,
draggable: false
});
$("#fund_editor").dialog({
bgiframe: true, autoOpen: false,
modal: true, resizable: falsefundraising,
draggable: false
});
refresh_fundraising_table();
});
function popup_sponsorship_editor(url) {
var w = (document.documentElement.clientWidth * 0.6);
$('#sponsorship_editor').dialog('option','width',w);
//let the height autocalculate
/*
var h = (document.documentElement.clientHeight * 0.6);
$('#sponsorship_editor').dialog('option','height',h);
*/
$('#sponsorship_editor').dialog('option','buttons',{ "<?= i18n('Save') ?>": function() { save_sponsorship(); },
"<?= i18n('Cancel') ?>": function(){ $(this).dialog("close");}});
$('#sponsorship_editor').dialog('open');
$('#sponsorship_editor_content').load(url);
return false;
}
function save_sponsorship() {
$('#debug').load("<?= $config['SFIABDIRECTORY'] ?>/admin/fundraising.php",
$("#fundraisingsponsorship").serializeArray(),
function() {
$('#sponsorship_editor').dialog('close');
refresh_fundraising_table();
});
return false;
}
function popup_fund_editor(url) {
var w = (document.documentElement.clientWidth * 0.6);
$('#fund_editor').dialog('option','width',w);
//let the height autocalculate
/*
var h = (document.documentElement.clientHeight * 0.6);
$('#fund_editor').dialog('option','height',h);
*/
$('#fund_editor').dialog('option','buttons',{ "<?= i18n('Save') ?>": function() { save_fund(); },
"<?= i18n('Cancel') ?>": function(){ $(this).dialog("close");}});
$('#fund_editor').dialog('open');
$('#fund_editor_content').load(url);
return false;
}
function save_fund() {
$("#debug").load("<?= $config['SFIABDIRECTORY'] ?>/admin/fundraising.php",
$("#fundraisingfundraising").serializeArray(),
function(data) {
$('#fund_editor').dialog('close');
refresh_fundraising_table();
});
return false;
}
function delete_fund(id) {
if(confirmClick('Are you sure you want to remove this fund?')) {
$('#debug').load("<?= $config['SFIABDIRECTORY'] ?>/admin/fundraising.php",
{ action: 'funddelete', delete: id },
function() {
refresh_fundraising_table();
}
);
}
return false;
}
function delete_sponsorship(id) {
if(confirmClick('Are you sure you want to remove this sponsorship?')) {
$('#debug').load("<?= $config['SFIABDIRECTORY'] ?>/admin/fundraising.php",
{ action: 'sponsorshipdelete', delete: id },
function() {
refresh_fundraising_table();
}
);
}
return false;
}
function refresh_fundraising_table() {
$("#fundraisingmain").load("fundraising.php?action=fundraisingmain");
}
</script>
<?
// first, insert any defaults
$q = $pdo->prepare("SELECT * FROM fundraising WHERE year='" . $config['FAIRYEAR'] . "'");
$q->execute();
if (!$q->rowCount()) {
$q = $pdo->prepare("SELECT * FROM fundraising WHERE year='-1'");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$q = $pdo->prepare("INSERT INTO fundraising (`type`,`name`,`description`,`system`,`goal`,`year`) VALUES ('$r->type','" . $r->name . "','" . $r->description . "','$r->system','$r->goal','" . $config['FAIRYEAR'] . "')");
$q->execute();
}
}
echo '<div id="fundraisingmain">';
echo '</div>';
echo "<br />\n";
echo "<br />\n";
echo "<a href=\"sponsorship_levels.php\">Manage Donation Levels</a>\n";
echo "<br />\n";
echo "<a href=\"donors.php\">Manage Donors</a>\n";
echo "<br />\n";
?>
<div style="display: none" title="<?= i18n('Donation Editor') ?>" id="sponsorship_editor">
<div id="sponsorship_editor_content">
</div>
</div>
<div style="display: none" title="<?= i18n('Fund Editor') ?>" id="fund_editor">
<div id="fund_editor_content">
</div>
</div>
<?
send_footer();
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,130 +1,124 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2008 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2008 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
echo "<br />\n";
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
echo "<br />\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.
$sql = '';
if (get_value_from_array($_POST, 'search'))
$sql .= " AND organization LIKE '%" . $_POST['search'] . "%' ";
// NEEDS AN ARRAY AS AN ARGUMENT INSTEAD OF A STRING
if (count(get_value_from_array($_POST, 'donortype', []))) {
$sql .= ' AND (0 ';
foreach ($_POST['donortype'] AS $d) {
$sql .= " OR donortype='$d'";
}
$sql .= ') ';
}
$query = "SELECT * FROM sponsors WHERE 1 $sql ORDER BY organization";
//$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.
$sql="";
if($_POST['search']) $sql.=" AND organization LIKE '%".mysql_real_escape_string($_POST['search'])."%' ";
if(count($_POST['donortype'])) {
$sql.=" AND (0 ";
foreach($_POST['donortype'] AS $d) {
$sql.=" OR donortype='$d'";
}
$sql.=") ";
}
$query="SELECT * FROM sponsors WHERE 1 $sql ORDER BY organization";
// echo "query=$query";
$q = $pdo->prepare($query);
$q->execute();
get_value_from_array($_POST, 'donortype');
$thisyear = $config['FISCALYEAR'];
$lastyear = $config['FISCALYEAR'] - 1;
$rows = array();
$q=mysql_query($query);
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$cq = $pdo->prepare("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='$r->id' AND status='received' AND fiscalyear='$thisyear'");
$cq->execute();
$cr = $cq->fetch(PDO::FETCH_OBJ);
$thisyeartotal = $cr->total;
$cq = $pdo->prepare("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='$r->id' AND status='received' AND fiscalyear='$lastyear'");
$cq->execute();
$cr = $cq->fetch(PDO::FETCH_OBJ);
$lastyeartotal = $cr->total;
if ($lastyeartotal)
$change = round(($thisyeartotal - $lastyeartotal) / $lastyeartotal * 100);
else
$change = 'N/A';
$rows[] = array('id' => $r->id, 'name' => $r->organization, 'thisyeartotal' => $thisyeartotal, 'lastyeartotal' => $lastyeartotal, 'change' => $change);
}
$thisyearsort = array();
if (!get_value_from_array($_POST, 'order')) {
// if order is not given, lets order by donation amount this year
foreach ($rows AS $key => $val) {
$thisyearsort[$key] = $val['thisyeartotal'];
}
array_multisort($thisyearsort, SORT_DESC, $rows);
}
$thisyear=$config['FISCALYEAR'];
$lastyear=$config['FISCALYEAR']-1;
$rows=array();
if (get_value_from_array($_POST, 'limit')) {
$limit = $_POST['limit'];
} else {
$limit = 10;
echo '<h4>' . i18n('Top 10 donors this year') . '</h4>';
}
while($r=mysql_fetch_object($q))
{
$cq=mysql_query("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='$r->id' AND status='received' AND fiscalyear='$thisyear'");
$cr=mysql_fetch_object($cq);
$thisyeartotal=$cr->total;
$cq=mysql_query("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='$r->id' AND status='received' AND fiscalyear='$lastyear'");
$cr=mysql_fetch_object($cq);
$lastyeartotal=$cr->total;
if($lastyeartotal)
$change=round(($thisyeartotal-$lastyeartotal)/$lastyeartotal*100);
else
$change="N/A";
$rows[]=array("id"=>$r->id, "name"=>$r->organization, "thisyeartotal"=>$thisyeartotal, "lastyeartotal"=>$lastyeartotal, "change"=>$change);
}
$thisyearsort=array();
if(!$_POST['order']) {
//if order is not given, lets order by donation amount this year
foreach($rows AS $key=>$val) {
$thisyearsort[$key]=$val['thisyeartotal'];
}
array_multisort($thisyearsort,SORT_DESC,$rows);
}
echo '<table class="tableview">';
echo '<thead>';
echo '<tr>';
echo ' <th>' . i18n('Donor/Sponsor') . '</th>';
echo ' <th>' . i18n('Total $ this year') . '</th>';
echo ' <th>' . i18n('Total $ last year') . '</th>';
echo ' <th>' . i18n('% change') . '</th>';
echo '</tr>';
echo "</thead>\n";
if($_POST['limit']) {
$limit=$_POST['limit'];
}
else {
$limit=10;
echo "<h4>".i18n("Top 10 donors this year")."</h4>";
}
$x = 0;
foreach ($rows AS $r) {
echo "<tr>\n";
$eh = "style=\"cursor:pointer;\" onclick=\"open_editor({$r['id']});\"";
echo " <td $eh>{$r['name']}</td>\n";
echo ' <td style="text-align: right;">';
echo format_money($r['thisyeartotal']);
echo "</td>\n";
echo ' <td style="text-align: right;">';
echo format_money($r['lastyeartotal']);
echo "</td>\n";
if (is_numeric($r['change'])) {
$n = $r['change'] / 2 + 50;
if ($n < 0)
$n = 0;
if ($n > 100)
$n = 100;
$col = 'color: ' . colour_to_percent($n);
$sign = '%';
} else {
$col = '';
$sign = '';
}
echo " <td style=\"text-align: center; $col\">";
echo $r['change'] . $sign;
echo "</td>\n";
echo "</tr>\n";
echo "<table class=\"tableview\">";
echo "<thead>";
echo "<tr>";
echo " <th>".i18n("Donor/Sponsor")."</th>";
echo " <th>".i18n("Total $ this year")."</th>";
echo " <th>".i18n("Total $ last year")."</th>";
echo " <th>".i18n("% change")."</th>";
echo "</tr>";
echo "</thead>\n";
$x++;
if ($x == $limit)
break;
}
echo "</table>\n";
$x=0;
foreach($rows AS $r) {
echo "<tr>\n";
$eh="style=\"cursor:pointer;\" onclick=\"open_editor({$r['id']});\"";
echo " <td $eh>{$r['name']}</td>\n";
echo " <td style=\"text-align: right;\">";
echo format_money($r['thisyeartotal']);
echo "</td>\n";
echo " <td style=\"text-align: right;\">";
echo format_money($r['lastyeartotal']);
echo "</td>\n";
if(is_numeric($r['change'])) {
$n=$r['change']/2+50;
if($n<0) $n=0;
if($n>100) $n=100;
$col="color: ".colour_to_percent($n);
$sign="%";
}
else{
$col=""; $sign=""; }
echo " <td style=\"text-align: center; $col\">";
echo $r['change'].$sign;
echo "</td>\n";
echo "</tr>\n";
$x++;
if($x==$limit)
break;
}
echo "</table>\n";
?>

91
admin/events.php Normal file
View File

@ -0,0 +1,91 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require("../common.inc.php");
require("../tableeditor.class.php");
require_once("../user.inc.php");
user_auth_required('admin');
send_header("Events Management",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Events & Scheduling' => 'admin/eventsscheduling.php'),
"events_scheduling" );
echo "<br />";
$editor = new TableEditor('events',
array(
"name" => "Event Name",
"eventtype" => "Type",
"suggested_grades" => "Suggested Grades",
),
array(
"name" => "Event Name",
"eventtype" => "Type",
"summary" => "Summary",
"website" => "Link to Description",
"suggested_grades" => "Suggested Grades",
"default_min_teams" => "Minimum Number of Teams",
"default_max_teams" => "Maximum Number of Teams",
"default_min_team_size" => "Minimum Team Size",
"default_max_team_size" => "Maximum Team Size",
"default_min_judges" => "Minimum Number of Judges",
"default_max_judges" => "Maximum Number of Judges",
"default_min_volunteers" => "Minimum Number of Volunteers",
"default_max_volunteers" => "Maximum Number of Volunteers"
),
array(
"conferences_id" => $conference['id']
)
);
$eventtypes=array( array('key'=>"general", 'val'=>"General"),
array('key'=>"scienceolympic", 'val'=>"Science Olympics Activity"),
array('key'=>"sciencefairjudging", 'val'=>"Science Fair Judging"),
array('key'=>"tour", 'val'=>"Tour")
);
$editor->setFieldOptions("eventtype",$eventtypes);
$editor->setPrimaryKey("id");
$editor->setRecordType("Event");
$editor->setDefaultSortField("eventtype,name");
$editor->filterList("conferences_id", $conference['id']);
$editor->setFieldDefaultValue("default_min_teams",1);
$editor->setFieldDefaultValue("default_max_teams",4);
$editor->setFieldDefaultValue("default_min_team_size",1);
$editor->setFieldDefaultValue("default_max_team_size",6);
$editor->setFieldDefaultValue("default_min_judges",1);
$editor->setFieldDefaultValue("default_max_judges",2);
$editor->setFieldDefaultValue("default_min_volunteers",1);
$editor->setFieldDefaultValue("default_max_volunteers",5);
$editor->execute();
send_footer();
?>

View File

@ -0,0 +1,41 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
send_header("Events &amp; Scheduling",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"events_scheduling" );
echo "<br />";
echo "<a href=\"locations.php\">".i18n('Event Locations')."</a><br />";
echo "<a href=\"events.php\">".i18n('Event Management')."</a><br />";
echo "<a href=\"schedule.php\">".i18n('Schedule Management')."</a><br />";
send_footer();
?>

View File

@ -1,78 +1,71 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2010 David Grant <dave@lightbox.org>
*
* 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.
*/
Copyright (C) 2010 David Grant <dave@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('judges.inc.php'); /* for getJudgingEligibilityCode() */
require_once ('anneal.inc.php');
require_once('../common.inc.php');
require_once('judges.inc.php'); /* for getJudgingEligibilityCode() */
require_once('anneal.inc.php');
if ($_SERVER['SERVER_ADDR']) {
echo 'This script must be run from the command line';
if($_SERVER['SERVER_ADDR']) {
echo "This script must be run from the command line";
exit;
}
$action = '';
switch ($argv[1]) {
case '--images':
$action = 'images';
break;
case '--pn':
$action = 'pn';
break;
switch($argv[1]) {
case '--images':
$action = 'images';
break;
case '--pn':
$action = 'pn';
break;
}
// function TRACE() { }
// function TRACE_R() { }
function TRACE($str)
{
print ($str);
}
//function TRACE() { }
//function TRACE_R() { }
function TRACE($str) { print($str); }
function TRACE_R($array) { print_r($array); }
function TRACE_R($array)
{
print_r($array);
}
function point_rotate($x, $y, $deg)
{
/* Use - orienttaiotn because rotation is always done from dest->src */
$r = deg2rad(-$deg);
return array(round($x * cos($r) - $y * sin($r), 6), round($x * sin($r) + $y * cos($r), 6));
return array(round($x*cos($r) - $y*sin($r), 6), round($x*sin($r) + $y*cos($r), 6));
}
function point_translate($x, $y, $dx, $dy)
{
return array($x + $dx, $y + $dy);
return array ($x+$dx, $y+$dy);
}
function is_point_in_object($x, $y, $o)
{
/* Translate the point to the object origin */
list($x, $y) = point_translate($x, $y, -$o['x'], -$o['y']);
/* Rotate the point to the object's frame of reference */
/* Rotate the point to the object's frame of reference*/
list($x, $y) = point_rotate($x, $y, -$o['orientation']);
/* Is it within the object now ? */
if (abs($x) <= $o['w2'] && abs($y) <= $o['h2'])
if(abs($x) <= $o['w2'] && abs($y) <= $o['h2'])
return true;
return false;
}
@ -82,35 +75,37 @@ function queue_new()
return array('head' => NULL, 'tail' => NULL);
}
function grid_path_cmp($a, $b)
{
/* This must return an integer! Strange-things(tm) happen if it doesn't */
if ($a['distance'] == $b['distance'])
return 0;
if($a['distance'] == $b['distance']) return 0;
return ($a['distance'] < $b['distance']) ? -1 : 1;
}
function grid_path_check(&$i_eh, &$queue, &$loc, &$end, $ix, $iy)
{
$next_loc = &$i_eh[$ix][$iy];
// TRACE("Checking next loc($ix,$iy) ({$next_loc['x']},{$next_loc['y']})\n");
$next_loc =& $i_eh[$ix][$iy];
// TRACE("Checking next loc($ix,$iy) ({$next_loc['x']},{$next_loc['y']})\n");
/* Don't revisit anything */
if ($next_loc['visited'] == true) {
// TRACE(" Already Visited.\n");
if($next_loc['visited'] == true) {
// TRACE(" Already Visited.\n");
return false;
}
$next_loc['visited'] = true;
if (count($next_loc['ids']) != 0) {
// TRACE(" Object occupying this gridloc.\n");
if(count($next_loc['ids']) != 0) {
// TRACE(" Object occupying this gridloc.\n");
/* There's something here, can't do anything */
return false;
}
$next_loc['distance'] = distance($next_loc['x'], $next_loc['y'], $end['x'], $end['y']);
$next_loc['path_length'] = $loc['path_length'] + 1;
// TRACE(" distance={$next_loc['distance']}, path_length={$next_loc['path_length']}\n");
// TRACE(" distance={$next_loc['distance']}, path_length={$next_loc['path_length']}\n");
/* Add to processing queue in order */
array_push($queue, $next_loc);
@ -123,16 +118,16 @@ function grid_path($src, $dst)
$start = &$i_eh[$src['front_grid_ix']][$src['front_grid_iy']];
$end = &$i_eh[$dst['front_grid_ix']][$dst['front_grid_iy']];
// TRACE("Path ({$start['x']},{$start['y']}) -> ({$end['x']},{$end['y']})\n");
// TRACE("Path ({$start['x']},{$start['y']}) -> ({$end['x']},{$end['y']})\n");
/* Clean out temp data */
for ($x = 0; $x < $i_eh['grid_w']; $x++) {
for ($y = 0; $y < $i_eh['grid_h']; $y++) {
for($x=0;$x<$i_eh['grid_w']; $x++) {
for($y=0;$y<$i_eh['grid_h']; $y++) {
$i_eh[$x][$y]['visited'] = false;
}
}
// print_r($i_eh);
// print_r($i_eh);
/* Seed the exploration queue */
$queue = array();
@ -141,50 +136,45 @@ function grid_path($src, $dst)
$start['visited'] = true;
array_push($queue, $start);
while (1) {
if (count($queue) == 0)
break;
while(1) {
if(count($queue) == 0) break;
// print_r($queue);
// print_r($queue);
/* Dequeue head */
$loc = array_shift($queue);
/* Cut it off after a long walk */
if ($loc['path_length'] > 25)
break;
if($loc['path_length'] > 25) break;
// TRACE("Dequeue: ({$loc['x']},{$loc['y']})\n");
// TRACE("Dequeue: ({$loc['x']},{$loc['y']})\n");
/* Is this our destionation ? */
if ($loc['x'] == $end['x'] && $loc['y'] == $end['y']) {
// TRACE("Found destination, path_length={$loc['path_length']}\n");
if($loc['x'] == $end['x'] && $loc['y'] == $end['y']) {
// TRACE("Found destination, path_length={$loc['path_length']}\n");
return $loc['path_length'];
}
/* All 4 directions */
if ($loc['ix'] > 0)
grid_path_check($i_eh, $queue, $loc, $end, $loc['ix'] - 1, $loc['iy']);
if ($loc['ix'] < $i_eh['grid_w'] - 1)
grid_path_check($i_eh, $queue, $loc, $end, $loc['ix'] + 1, $loc['iy']);
if ($loc['iy'] > 0)
grid_path_check($i_eh, $queue, $loc, $end, $loc['ix'], $loc['iy'] - 1);
if ($loc['iy'] < $i_eh['grid_h'] - 1)
grid_path_check($i_eh, $queue, $loc, $end, $loc['ix'], $loc['iy'] + 1);
if($loc['ix'] > 0) grid_path_check($i_eh, $queue,$loc, $end, $loc['ix']-1, $loc['iy']);
if($loc['ix'] < $i_eh['grid_w']-1) grid_path_check($i_eh, $queue, $loc, $end, $loc['ix']+1, $loc['iy']);
if($loc['iy'] > 0) grid_path_check($i_eh, $queue, $loc, $end, $loc['ix'], $loc['iy']-1);
if($loc['iy'] < $i_eh['grid_h']-1) grid_path_check($i_eh, $queue, $loc, $end, $loc['ix'], $loc['iy']+1);
usort($queue, 'grid_path_cmp');
}
// TRACE("No path found\n");
// exit;
// TRACE("No path found\n");
// exit;
return 100;
}
TRACE("<pre>\n");
/* Load exhibit halls */
$exhibithall = array();
$q = $pdo->prepare("SELECT * FROM exhibithall WHERE type='exhibithall'");
$q->execute();
$q = mysql_query("SELECT * FROM exhibithall WHERE type='exhibithall'");
TRACE("Loading exhibit halls...\n");
while (($r = $q->fetch(PDO::FETCH_ASSOC))) {
while(($r = mysql_fetch_assoc($q))) {
$r['divs'] = unserialize($r['divs']);
$r['cats'] = unserialize($r['cats']);
$exhibithall[$r['id']] = $r;
@ -193,132 +183,124 @@ while (($r = $q->fetch(PDO::FETCH_ASSOC))) {
/* Load objects */
$objects = array();
$q = $pdo->prepare("SELECT * FROM exhibithall WHERE type='wall' OR type='project'");
$q->execute();
$q = mysql_query("SELECT * FROM exhibithall WHERE type='wall' OR type='project'");
TRACE("Loading objects...\n");
while (($r = $q->fetch([PDO::FETCH_ASSOC]))) {
while(($r = mysql_fetch_assoc($q))) {
$r['divs'] = unserialize($r['divs']);
$r['cats'] = unserialize($r['cats']);
$objects[$r['id']] = $r;
}
TRACE(count($objects) . " objects loaded.\n");
TRACE(count($objects)." objects loaded.\n");
/* Compute stuff */
foreach ($objects as $oid => $o) {
$objects[$oid]['w2'] = $o['w'] / 2;
$objects[$oid]['h2'] = $o['h'] / 2;
foreach($objects as $oid=>$o) {
$objects[$oid]['w2'] = $o['w']/2;
$objects[$oid]['h2'] = $o['h']/2;
}
/* The grid size is the smallest object dimension */
$grid_size = 100;
foreach ($objects as $oid => $o) {
if ($grid_size > $o['w'])
$grid_size = $o['w'];
if ($grid_size > $o['h'])
$grid_size = $o['h'];
foreach($objects as $oid=>$o) {
if($grid_size > $o['w']) $grid_size = $o['w'];
if($grid_size > $o['h']) $grid_size = $o['h'];
}
$grid_size /= 2;
TRACE("Grid size: {$grid_size}m\n");
// print_r($exhibithall);
// print_r($objects);
//print_r($exhibithall);
//print_r($objects);
$div = array();
TRACE("Loading Project Divisions...\n");
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='{$config['FAIRYEAR']}' ORDER BY id");
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divshort[$r->id] = $r->division_shortform;
$div[$r->id] = $r->division;
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='{$conference['id']}' ORDER BY id");
while($r=mysql_fetch_object($q))
{
$divshort[$r->id]=$r->division_shortform;
$div[$r->id]=$r->division;
TRACE(" {$r->id} - {$div[$r->id]}\n");
}
TRACE("Loading Project Age Categories...\n");
$cat = array();
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='{$config['FAIRYEAR']}' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$catshort[$r->id] = $r->category_shortform;
$cat[$r->id] = $r->category;
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='{$conference['id']}' ORDER BY id");
while($r=mysql_fetch_object($q)) {
$catshort[$r->id]=$r->category_shortform;
$cat[$r->id]=$r->category;
TRACE(" {$r->id} - {$r->category}\n");
}
TRACE("Loading Projects...\n");
$projects = array();
$q = $pdo->prepare("SELECT projects.* FROM projects, registrations
$q = mysql_query("SELECT projects.* FROM projects, registrations
WHERE
projects.year='{$config['FAIRYEAR']}'
projects.conferences_id='{$conference['id']}'
AND registrations.id = projects.registrations_id
" . getJudgingEligibilityCode());
$q->execute();
while ($p = $q->fetch(PDO::FETCH_OBJ)) {
$qq = $pdo->prepare("SELECT grade,schools_id FROM students WHERE registrations_id='{$p->registrations_id}'");
$qq->execute();
$num_students = $qq->rowCouunt();
".getJudgingEligibilityCode());
while($p = mysql_fetch_object($q)) {
$qq = mysql_query("SELECT grade,schools_id FROM students WHERE registrations_id='{$p->registrations_id}'");
$num_students = mysql_num_rows($qq);
$grade = 0;
$schools_id = 0;
while ($s = $qq->fetch(PDO::FETCH_ASSOC)) {
if ($s['grade'] > $grade) {
while($s = mysql_fetch_assoc($qq)) {
if($s['grade'] > $grade) {
$grade = $s['grade'];
$schools_id = $s['schools_id'];
}
}
$projects[$p->id] = array(
'projects_id' => $p->id,
'div' => $p->projectdivisions_id,
'cat' => $p->projectcategories_id,
'grade' => $grade,
'schools_id' => $schools_id,
'req_electricity' => $p->req_electricity,
'projectnumber' => $p->projectnumber,
'floornumber' => $p->floornumber,
'num_students' => $num_students
);
$projects[$p->id] = array(
'projects_id' => $p->id,
'div' => $p->projectdivisions_id,
'cat' => $p->projectcategories_id,
'grade' => $grade,
'schools_id' => $schools_id,
'req_electricity' => $p->req_electricity,
'projectnumber' => $p->projectnumber,
'floornumber' => $p->floornumber,
'num_students' => $num_students);
}
TRACE(count($projects) . " projects loaded.\n");
TRACE(count($projects)." projects loaded.\n");
if ($action == 'pn') {
if($action == 'pn') {
TRACE("Generating Project Numbers from Floor Locations...\n");
foreach ($projects as $p) {
foreach($projects as $p) {
$c = $catshort[$p['cat']];
$d = $divshort[$p['div']];
$n = sprintf('%03d', $p['floornumber']);
$n = sprintf("%03d", $p['floornumber']);
$pn = "$c $n $d";
TRACE("Project {$p['projects_id']} at loc {$p['floornumber']}: $pn\n");
$q = $pdo->prepare("UPDATE projects SET projectnumber='$pn' WHERE id='{$p['projects_id']}'");
$q->execute();
mysql_query("UPDATE projects SET projectnumber='$pn' WHERE id='{$p['projects_id']}'");
}
TRACE("Done.\n");
exit;
}
/* Assign objects to grid locations */
foreach ($exhibithall as &$i_eh) {
foreach($exhibithall as &$i_eh) {
TRACE("Assigning objects to grid locations for {$i_eh['name']}...\n");
$ix = 0;
$i_eh['grid_w'] = 0;
$i_eh['grid_h'] = 0;
for ($x = 0; $x <= $i_eh['w']; $x += $grid_size, $ix++) {
if ($ix <= $i_eh['grid_w'])
$i_eh['grid_w'] = $ix + 1;
for($x=0;$x<=$i_eh['w'];$x+=$grid_size,$ix++) {
if($ix <= $i_eh['grid_w']) $i_eh['grid_w'] = $ix+1;
$iy = 0;
for ($y = 0; $y <= $i_eh['h']; $y += $grid_size, $iy++) {
if ($iy <= $i_eh['grid_h'])
$i_eh['grid_h'] = $iy + 1;
for($y=0;$y<=$i_eh['h'];$y+=$grid_size,$iy++) {
if($iy <= $i_eh['grid_h']) $i_eh['grid_h'] = $iy+1;
/* Initialize element if required */
if (!is_array($i_eh[$ix][$iy])) {
$i_eh[$ix][$iy] = array('x' => $x, 'ix' => $ix,
'y' => $y, 'iy' => $iy,
'ids' => array(),
'project_front' => 0);
if(!is_array($i_eh[$ix][$iy])) {
$i_eh[$ix][$iy] = array( 'x' => $x, 'ix' => $ix,
'y' => $y, 'iy' => $iy,
'ids' => array(),
'project_front' => 0);
}
/* Scan all objects */
foreach ($objects as $oid => $o) {
if ($o['exhibithall_id'] != $i_eh['id'])
continue;
if (is_point_in_object($x, $y, $o)) {
foreach($objects as $oid=>$o) {
if($o['exhibithall_id'] != $i_eh['id']) continue;
if(is_point_in_object($x, $y, $o)) {
$i_eh[$ix][$iy]['ids'][] = $oid;
}
}
@ -328,15 +310,14 @@ foreach ($exhibithall as &$i_eh) {
}
TRACE("Done.\n");
function distance($x1, $y1, $x2, $y2)
function distance($x1,$y1,$x2,$y2)
{
return sqrt(($x1 - $x2) * ($x1 - $x2) + ($y1 - $y2) * ($y1 - $y2));
return sqrt( ($x1-$x2)*($x1-$x2)+($y1-$y2)*($y1-$y2) );
}
TRACE("Computing gridlocation of front of projects...\n");
foreach ($objects as $oid => $o) {
if ($o['type'] != 'project')
continue;
foreach($objects as $oid=>$o) {
if($o['type'] != 'project') continue;
/* Get a pointer to the exhibit hall */
$i_eh = &$exhibithall[$o['exhibithall_id']];
@ -344,41 +325,36 @@ foreach ($objects as $oid => $o) {
/* Compute the xy of the front (that's the bottom edge of the unrotate project) */
$fx = 0;
$fy = $o['h2'];
// TRACE("Front orig: ($fx,$fy)\n");
// TRACE("Front orig: ($fx,$fy)\n");
/* Rotate the point */
list($fx, $fy) = point_rotate($fx, $fy, $o['orientation']);
// TRACE("Front rotate by {$o['orientation']}: ($fx,$fy) \n");
// TRACE("Front rotate by {$o['orientation']}: ($fx,$fy) \n");
/* Translate it to the proper position of the object */
list($fx, $fy) = point_translate($fx, $fy, $o['x'], $o['y']);
// TRACE("Front: ($fx,$fy) $grid_size\n");
/* Snap to grid offsets */
$gx = intval($fx / $grid_size); // * $grid_size;
$gy = intval($fy / $grid_size); // * $grid_size;
// TRACE("Front: ($fx,$fy) $grid_size\n");
/* Snap to grid offsets */
$gx = intval($fx / $grid_size); //* $grid_size;
$gy = intval($fy / $grid_size); //* $grid_size;
// TRACE("Search grid around $gx, $gy\n");
/*
* Search around that grid for a free spot, closest to $fx,$fy,
* with no objects and no object_front
*/
// TRACE("Search grid around $gx, $gy\n");
/* Search around that grid for a free spot, closest to $fx,$fy,
* with no objects and no object_front */
$smallest_d = $i_eh['w'];
$smallest_ix = 0;
$smallest_iy = 0;
$found = false;
for ($x = $gx - 1; $x <= $gx + 1; $x++) {
for ($y = $gy - 1; $y <= $gy + 1; $y++) {
// TRACE("At ($x, $y) :\n");
// print_r($i_eh[$x][$y]);
if (count($i_eh[$x][$y]['ids']))
continue;
if ($i_eh[$x][$y]['project_front'] > 0)
continue;
for($x = $gx - 1; $x <= $gx + 1; $x++) {
for($y = $gy - 1; $y <= $gy + 1; $y++) {
// TRACE("At ($x, $y) :\n");
// print_r($i_eh[$x][$y]);
if(count($i_eh[$x][$y]['ids'])) continue;
if($i_eh[$x][$y]['project_front'] > 0) continue;
/* Check distance */
$d = distance($i_eh[$x][$y]['x'], $i_eh[$x][$y]['y'], $fx, $fy);
if ($d < $smallest_d) {
if($d < $smallest_d) {
$smallest_d = $d;
$smallest_ix = $x;
$smallest_iy = $y;
@ -387,7 +363,7 @@ foreach ($objects as $oid => $o) {
}
}
if ($found == false) {
if($found == false) {
echo "ERROR: couldn't find project front for:\n";
print_r($o);
exit;
@ -401,17 +377,16 @@ foreach ($objects as $oid => $o) {
}
TRACE("Done.\n");
switch ($action) {
case 'images':
exhibithall_images();
exit;
switch($action) {
case 'images':
exhibithall_images();
exit;
}
/* Compute closest projects to each project */
$project_distance = 100 / $grid_size;
foreach ($objects as $oid => $o) {
if ($o['type'] != 'project')
continue;
foreach($objects as $oid=>$o) {
if($o['type'] != 'project') continue;
TRACE("Computing paths for {$o['name']}...\n");
@ -422,16 +397,13 @@ foreach ($objects as $oid => $o) {
$grid_start = &$i_eh[$o['front_grid_ix']][$o['front_grid_iy']];
/* Path to all other objects in the same exhibit hall */
foreach ($objects as $d_oid => $d_o) {
if ($d_oid == $oid)
continue;
if ($o['exhibithall_id'] != $d_o['exhibithall_id'])
continue;
foreach($objects as $d_oid=>$d_o) {
if($d_oid == $oid) continue;
if($o['exhibithall_id'] != $d_o['exhibithall_id']) continue;
$d = grid_path($o, $d_o);
$objects[$oid]['nearby_projects'][] = array('distance' => $d, 'id' => $d_oid);
if ($d < $project_distance)
$project_distance = $d;
$objects[$oid]['nearby_projects'][] = array('distance' => $d, 'id'=>$d_oid);
if($d < $project_distance) $project_distance = $d;
}
/* Use the grid_path_cmp to sort the projects based on 'distance' */
usort($objects[$oid]['nearby_projects'], 'grid_path_cmp');
@ -439,29 +411,29 @@ foreach ($objects as $oid => $o) {
TRACE("Project Distance: {$project_distance} hops\n");
/* Compute project distances */
foreach ($objects as $oid => $o) {
if ($o['type'] != 'project')
continue;
foreach ($objects[$oid]['nearby_projects'] as &$nearby_project) {
foreach($objects as $oid=>$o) {
if($o['type'] != 'project') continue;
foreach($objects[$oid]['nearby_projects'] as &$nearby_project) {
$nearby_project['project_distance'] = $nearby_project['distance'] / $project_distance;
}
}
/* Build a list of floor objects for the annealer */
/* Build a list of floor objects for the annealer*/
$floor_objects = array();
$x = 0;
foreach ($objects as $oid => $o) {
if ($o['type'] != 'project')
continue;
$objects[$oid]['floor_object_offset'] = $x; /* The same as the annealer bucket id */
foreach($objects as $oid=>$o) {
if($o['type'] != 'project') continue;
$objects[$oid]['floor_object_offset'] = $x; /* The same as the annealer bucket id */
$floor_objects[$x++] = &$objects[$oid];
}
/*
* Project floor location cost:
/* Project floor location cost:
* - Keep divisions together
* - keep grades together
* - a project should have one of the same school nearby or adjacent, but not a lot nearby
* - a project should have one of the same school nearby or adjacent, but not a lot nearby
*/
function project_cost(&$annealer, $bucket_id, $ids)
{
@ -474,11 +446,11 @@ function project_cost(&$annealer, $bucket_id, $ids)
/* The exhibit hall */
$eh = &$exhibithall[$o['exhibithall_id']];
if (count($ids) == 0) {
// TRACE("No items in bucket, returning 0.\n");
if(count($ids) == 0) {
// TRACE("No items in bucket, returning 0.\n");
return 0;
}
if (count($ids) > 1) {
if(count($ids) > 1) {
echo "More than one item in bucket! Bug somewhere.\n";
exit;
}
@ -491,92 +463,88 @@ function project_cost(&$annealer, $bucket_id, $ids)
$grade_match = 0;
$x = 0;
// TRACE("Cost for bucket $bucket_id...\n");
// TRACE("Cost for bucket $bucket_id...\n");
$min = $p['grade'];
$max = $p['grade'];
foreach ($o['nearby_projects'] as &$n) {
/* Get the nearby project object */
foreach($o['nearby_projects'] as &$n) {
/* Get the nearby project object*/
$nearby_o = &$objects[$n['id']];
// TRACE(" Scanning nearby location {$n['id']} (distance={$n['distance']})\n");
// print_r($nearby_o);
// TRACE(" Scanning nearby location {$n['id']} (distance={$n['distance']})\n");
// print_r($nearby_o);
$nearby_bucket_id = $nearby_o['floor_object_offset'];
$nearby_bkt = &$annealer->bucket[$nearby_bucket_id];
// TRACE(" Bucket id: {$nearby_bucket_id} with ".count($nearby_bkt)." items\n");
if (count($nearby_bkt) == 0)
continue;
// TRACE(" Bucket id: {$nearby_bucket_id} with ".count($nearby_bkt)." items\n");
if(count($nearby_bkt) == 0) continue;
$nearby_p = &$projects[$nearby_bkt[0]];
/* Only consider closest 5 projects for school */
if ($nearby_p['schools_id'] == $p['schools_id']) {
if ($x < 5)
$school_match++;
if($nearby_p['schools_id'] == $p['schools_id']) {
if($x < 5) $school_match++;
}
/* Closest 5 projects for divs */
if ($nearby_p['div'] == $p['div']) {
if ($x < 5)
$div_match++;
if($nearby_p['div'] == $p['div']) {
if($x < 5) $div_match++;
}
/* Closest 10 for grade variance */
if ($x < 10) {
if ($nearby_p['grade'] < $min)
$min = $nearby_p['grade'];
if ($nearby_p['grade'] > $max)
$max = $nearby_p['grade'];
if($x < 10) {
if($nearby_p['grade'] < $min) $min = $nearby_p['grade'];
if($nearby_p['grade'] > $max) $max = $nearby_p['grade'];
}
$x++;
if ($x == 10)
break;
if($x == 10) break;
}
if ($school_match == 0) {
// TRACE(" No school nearby\n");
if($school_match == 0) {
// TRACE(" No school nearby\n");
$cost += 5;
}
if ($school_match > 2) {
// TRACE(" Too many schools bunched up\n");
$cost += 2 * ($school_match - 1);
if($school_match > 2) {
// TRACE(" Too many schools bunched up\n");
$cost += 2 * ($school_match-1);
}
if ($div_match < 2) {
// TRACE(" No divs nearby\n");
if($div_match < 2) {
// TRACE(" No divs nearby\n");
$cost += 20;
}
if ($div_match > 4) {
// TRACE(" Divs bunching up\n");
if($div_match > 4) {
// TRACE(" Divs bunching up\n");
$cost += 10 * ($div_match - 4);
}
if ($max - $min > 0) {
if($max - $min > 0) {
/* Don't want bunching up grades eitehr */
// TRACE(" Grades too spread out\n");
$cost += 50 * ($max - $min);
// TRACE(" Grades too spread out\n");
$cost += 50 * ($max-$min);
}
/* Make sure this project is allowed in this exhibit hall */
if (!in_array($p['div'], $eh['divs']))
if(!in_array($p['div'], $eh['divs']))
$cost += 1000;
if (!in_array($p['cat'], $eh['cats']))
if(!in_array($p['cat'], $eh['cats']))
$cost += 1000;
/* Make sure this project is allowed in this floor object too */
if (count($o['divs']) > 0 && !in_array($p['div'], $o['divs']))
if(count($o['divs']) > 0 && !in_array($p['div'], $o['divs']))
$cost += 1000;
if (count($o['cats']) > 0 && !in_array($p['cat'], $o['cats']))
if(count($o['cats']) > 0 && !in_array($p['cat'], $o['cats']))
$cost += 1000;
/* Match electricity */
if ($p['req_electricity'] == 'yes' && $o['has_electricity'] == 'no') {
if($p['req_electricity'] == 'yes' && $o['has_electricity'] == 'no') {
$cost += 1000;
}
// TRACE("Cost for bucket $bucket_id = $cost\n");
// TRACE("Cost for bucket $bucket_id = $cost\n");
return $cost;
}
function project_bucket_ids($annealer, $bucket_id)
@ -589,35 +557,35 @@ function project_bucket_ids($annealer, $bucket_id)
/* Find the 10 closest projects */
$x = 0;
foreach ($o['nearby_projects'] as &$n) {
foreach($o['nearby_projects'] as &$n) {
$nearby_o = &$objects[$n['id']];
$recompute_ids[] = $nearby_o['floor_object_offset'];
$x++;
if ($x == 15)
break;
if($x == 15) break;
}
return $recompute_ids;
}
$e = 10 * ($config['effort'] / 1000) * pow(count($projects), 1.3333);
$e = 10 * ($config['effort'] / 1000) * pow(count($projects), 1.3333);
$project_ids = array_keys($projects);
// array_splice($project_ids, 20);
//array_splice($project_ids, 20);
$a = new annealer(count($floor_objects), 125, $e, 0.9,
project_cost, $project_ids);
$a = new annealer(count($floor_objects), 125, $e, 0.9,
project_cost, $project_ids);
$a->set_max_items_per_bucket(1);
// $a->set_delta_cost_bucket_ids_callback(project_bucket_ids);
//$a->set_delta_cost_bucket_ids_callback(project_bucket_ids);
$a->anneal();
for ($x = 0; $x < $a->num_buckets; $x++) {
for($x=0;$x<$a->num_buckets; $x++) {
$bkt = $a->bucket[$x];
if (count($bkt) > 1) {
if(count($bkt) > 1) {
TRACE("Assigned more than one project to bucket $x\n");
exit;
}
if (count($bkt) == 0)
continue;
if(count($bkt) == 0) continue;
/* Get the project id in this bucket */
$projects_id = array_shift($bkt);
@ -629,70 +597,76 @@ for ($x = 0; $x < $a->num_buckets; $x++) {
print_r($projects);
/* Assign floor numbers */
$q = $pdo->prepare("UPDATE projects SET floornumber=0 WHERE year='{$config['FAIRYEAR']}'");
$q->execute();
mysql_query("UPDATE projects SET floornumber=0 WHERE conferences_id='{$conference['id']}'");
foreach ($projects as $pid => $p) {
$q = $pdo->prepare("UPDATE projects SET floornumber='{$p['floornumber']}' WHERE id='$pid'");
$q->execute();
foreach($projects as $pid=>$p) {
mysql_query("UPDATE projects SET floornumber='{$p['floornumber']}' WHERE id='$pid'");
TRACE("Project $pid => Floor number {$p['floornumber']}\n");
}
TRACE('</pre>');
TRACE("</pre>");
function exhibithall_images()
{
global $exhibithall, $objects, $projects;
/* Assign project IDs to objects */
foreach ($objects as $oid => $o) {
foreach ($projects as $pid => $p) {
if ($p['floornumber'] == $o['floornumber']) {
foreach($objects as $oid=>$o) {
foreach($projects as $pid=>$p) {
if($p['floornumber'] == $o['floornumber']) {
$objects[$oid]['projects_id'] = $pid;
break;
}
}
}
foreach ($exhibithall as &$i_eh) {
$i = imagecreatetruecolor($i_eh['w'] * 100, $i_eh['h'] * 100);
foreach($exhibithall as &$i_eh) {
$i = imagecreatetruecolor($i_eh['w']*100, $i_eh['h']*100);
$c_grey = imagecolorallocate($i, 128, 128, 128);
$c_white = imagecolorallocate($i, 255, 255, 255);
$c_black = imagecolorallocate($i, 0, 0, 0);
// Fill the background with the color selected above.
imagefill($i, 0, 0, $c_white);
imagerectangle($i, 0, 0, $i_eh['w'] * 100 - 1, $i_eh['h'] * 100 - 1, $c_black);
imagerectangle($i, 0, 0, $i_eh['w']*100 - 1, $i_eh['h']*100 - 1, $c_black);
for ($ix = 0; $ix <= $i_eh['grid_w']; $ix++) {
for ($iy = 0; $iy <= $i_eh['grid_h']; $iy++) {
for($ix=0;$ix<=$i_eh['grid_w'];$ix++) {
for($iy=0;$iy<=$i_eh['grid_h'];$iy++) {
$l = $i_eh[$ix][$iy];
if (count($l['ids']) > 0) {
imageellipse($i, $l['x'] * 100, $l['y'] * 100, 1, 1, $c_black);
if(count($l['ids']) > 0) {
imageellipse($i, $l['x']*100, $l['y']*100, 1, 1, $c_black);
} else {
imageellipse($i, $l['x'] * 100, $l['y'] * 100, 1, 1, $c_grey);
imageellipse($i, $l['x']*100, $l['y']*100, 1, 1, $c_grey);
}
}
}
foreach ($objects as $oid => $o) {
if ($o['exhibithall_id'] != $i_eh['id'])
continue;
foreach($objects as $oid=>$o) {
if($o['exhibithall_id'] != $i_eh['id']) continue;
list($x1, $y1) = point_rotate(-$o['w2'], -$o['h2'], $o['orientation']);
list($x2, $y2) = point_rotate($o['w2'], $o['h2'], $o['orientation']);
imagerectangle($i, ($o['x'] + $x1) * 100, ($o['y'] + $y1) * 100, ($o['x'] + $x2) * 100, ($o['y'] + $y2) * 100, $c_black);
list($x1,$y1) = point_rotate(-$o['w2'], -$o['h2'], $o['orientation']);
list($x2,$y2) = point_rotate($o['w2'], $o['h2'], $o['orientation']);
imagerectangle($i, ($o['x']+$x1)*100, ($o['y']+$y1)*100, ($o['x']+$x2)*100, ($o['y']+$y2)*100, $c_black);
$p = $projects[$o['projects_id']];
imagestring($i, 4, $o['x'] * 100 - 30, $o['y'] * 100 - 35, "{$o['floornumber']} ({$p['projects_id']})", $c_black);
imagestring($i, 4, $o['x'] * 100 - 30, $o['y'] * 100 - 20, "gr:{$p['grade']} ", $c_black);
imagestring($i, 4, $o['x']*100 - 30, $o['y']*100 - 35, "{$o['floornumber']} ({$p['projects_id']})", $c_black);
imagestring($i, 4, $o['x']*100 - 30, $o['y']*100 - 20, "gr:{$p['grade']} ", $c_black);
$d = $divshort[$p['div']];
imagestring($i, 4, $o['x'] * 100 - 30, $o['y'] * 100 - 5, "d:$d ({$p['div']})", $c_black);
imagestring($i, 4, $o['x'] * 100 - 30, $o['y'] * 100 + 10, "s:{$p['schools_id']}", $c_black);
imagestring($i, 4, $o['x'] * 100 - 30, $o['y'] * 100 + 25, "e:{$p['req_electricity']}", $c_black);
imagestring($i, 4, $o['x']*100 - 30, $o['y']*100 - 5, "d:$d ({$p['div']})", $c_black);
imagestring($i, 4, $o['x']*100 - 30, $o['y']*100 + 10, "s:{$p['schools_id']}", $c_black);
imagestring($i, 4, $o['x']*100 - 30, $o['y']*100 + 25, "e:{$p['req_electricity']}", $c_black);
}
imagepng($i, "./eh-{$i_eh['id']}.png");
}
}
?>

View File

@ -1,43 +1,44 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('../lpdf.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("../lpdf.php");
$catq = $pdo->prepare("SELECT * FROM projectcategories WHERE year='" . $config['FAIRYEAR'] . "' AND id='" . $_GET['cat'] . "'");
$catq->execute();
if ($catr = $catq->fetch(PDO::FETCH_OBJ)) {
$pdf = new lpdf(i18n($config['fairname']),
i18n('Checkin List') . ' - ' . i18n($catr->category),
$_SERVER['DOCUMENT_ROOT'] . $config['SFIABDIRECTORY'] . '/data/logo-200.gif');
$catq=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='".$conference['id']."' AND id='".$_GET['cat']."'");
if($catr=mysql_fetch_object($catq))
{
$pdf=new lpdf( i18n($config['fairname']),
i18n("Checkin List")." - ".i18n($catr->category),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/{$conference['id']-logo-200.gif"
);
$pdf->newPage();
$pdf->setFontSize(11);
$q = $pdo->prepare("SELECT registrations.id AS reg_id,
$q=mysql_query("SELECT registrations.id AS reg_id,
registrations.num AS reg_num,
registrations.status,
projects.title,
@ -47,65 +48,67 @@ if ($catr = $catq->fetch(PDO::FETCH_OBJ)) {
registrations
left outer join projects on projects.registrations_id=registrations.id
WHERE
registrations.year='" . $config['FAIRYEAR'] . "'
registrations.conferences_id='".$conference['id']."'
AND ( registrations.status='complete' OR registrations.status='paymentpending' )
AND projects.projectcategories_id='$catr->id'
ORDER BY
projects.title
");
$q->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
$table = array();
$table=array();
// only show the 'paid' column if the regfee > 0. if registration is fee, then we dont care about the 'paid' column!
if ($config['regfee'] > 0) {
$table['header'] = array(i18n('Paid?'), i18n('Proj #'), i18n('Project Title'), i18n('Student(s)'), i18n('Div'));
$table['widths'] = array(0.5, 0.6, 3.5, 2.4, 0.5);
$table['dataalign'] = array('center', 'left', 'left', 'left', 'center');
} else {
$table['header'] = array(i18n('Proj #'), i18n('Project Title'), i18n('Student(s)'), i18n('Div'));
$table['widths'] = array(0.6, 3.7, 2.7, 0.5);
$table['dataalign'] = array('left', 'left', 'left', 'center');
//only show the 'paid' column if the regfee > 0. if registration is fee, then we dont care about the 'paid' column!
if($config['regfee']>0)
{
$table['header']=array(i18n("Paid?"),i18n("Proj #"),i18n("Project Title"),i18n("Student(s)"),i18n("Div"));
$table['widths']=array(0.5, 0.6, 3.5, 2.4, 0.5);
$table['dataalign']=array("center","left","left","left","center");
}
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divq = $pdo->prepare("SELECT division,division_shortform FROM projectdivisions WHERE year='" . $config['FAIRYEAR'] . "' AND id='" . $r->projectdivisions_id . "'");
$divq->execute();
$divr = $divq->fetch(PDO::FETCH_OBJ);
else
{
$table['header']=array(i18n("Proj #"),i18n("Project Title"),i18n("Student(s)"),i18n("Div"));
$table['widths']=array( 0.6, 3.7, 2.7, 0.5);
$table['dataalign']=array("left","left","left","center");
$sq = $pdo->prepare("SELECT students.firstname,
}
while($r=mysql_fetch_object($q))
{
$divq=mysql_query("SELECT division,division_shortform FROM projectdivisions WHERE conferences_id='".$conference['id']."' AND id='".$r->projectdivisions_id."'");
$divr=mysql_fetch_object($divq);
$sq=mysql_query("SELECT students.firstname,
students.lastname
FROM
students
WHERE
students.registrations_id='$r->reg_id'
");
$sq->execute();
$students = '';
$studnum = 0;
while ($studentinfo = $sq->fetch(PDO::FETCH_OBJ)) {
if ($studnum > 0)
$students .= ', ';
$students .= "$studentinfo->firstname $studentinfo->lastname";
$students="";
$studnum=0;
while($studentinfo=mysql_fetch_object($sq))
{
if($studnum>0) $students.=", ";
$students.="$studentinfo->firstname $studentinfo->lastname";
$studnum++;
}
// only show the paid column if regfee >0
if ($config['regfee'] > 0) {
switch ($r->status) {
case 'paymentpending':
$status_text = 'No';
break;
case 'complete':
$status_text = '';
break;
//only show the paid column if regfee >0
if($config['regfee']>0)
{
switch($r->status)
{
case "paymentpending": $status_text="No"; break;
case "complete": $status_text=""; break;
}
$status_text = i18n($status_text);
$status_text=i18n($status_text);
$table['data'][]=array($status_text,$r->proj_num,$r->title,$students,i18n($divr->division_shortform));
}
else
$table['data'][]=array($r->projectnumber,$r->title,$students,i18n($divr->division_shortform));
$table['data'][] = array($status_text, $r->proj_num, $r->title, $students, i18n($divr->division_shortform));
} else
$table['data'][] = array($r->projectnumber, $r->title, $students, i18n($divr->division_shortform));
}
$pdf->addTable($table);

View File

@ -1,536 +1,517 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2007 James Grant <james@lightbox.org>
* Copyright (C) 2009 David Grant <dave@lightbox.org>
*
* 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.
*/
Copyright (C) 2007 James Grant <james@lightbox.org>
Copyright (C) 2009 David Grant <dave@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once ('xml.inc.php');
require_once ('stats.inc.php');
require_once ('curl.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
user_auth_required('admin');
require_once('xml.inc.php');
require_once('stats.inc.php');
require_once('curl.inc.php');
/* Hack so we can jump right to YSC stats */
if (get_value_from_array($_GET, 'abbrv') == 'YSC') {
$q = $pdo->prepare("SELECT id FROM fairs WHERE abbrv='YSC'");
$q->execute();
$r = $q->fetch(PDO::FETCH_ASSOC);
/* Hack so we can jump right to YSC stats */
if($_GET['abbrv'] == 'YSC') {
$q = mysql_query("SELECT id FROM fairs WHERE abbrv='YSC'");
$r = mysql_fetch_assoc($q);
$_GET['id'] = $r['id'];
}
}
function stats_to_ysc($fair, $stats)
{
if ($fair['type'] == 'ysc') {
function stats_to_ysc($fair, $stats)
{
if($fair['type'] == 'ysc') {
/* Map data into YSC tags */
$y = array();
$y['numschoolstotal'] = $stats['schools_total'];
$y['numschoolsactive'] = $stats['schools_active'];
$y['numstudents'] = $stats['students_total'];
$y['numk6m'] = $stats['male_1'] + $stats['male_4'];
$y['numk6f'] = $stats['female_1'] + $stats['female_4'];
$y['num78m'] = $stats['male_7'];
$y['num78f'] = $stats['female_7'];
$y['num910m'] = $stats['male_9'];
$y['num910f'] = $stats['female_9'];
$y['num11upm'] = $stats['male_11'];
$y['num11upf'] = $stats['female_11'];
$y['projk6'] = $stats['projects_1'] + $stats['projects_4'];
$y['proj78'] = $stats['projects_7'];
$y['proj910'] = $stats['projects_9'];
$y['proj11up'] = $stats['projects_11'];
$y['committee'] = $stats['committee_members'];
$y['judges'] = $stats['judges'];
$y=array();
$y["numschoolstotal"]=$stats['schools_total'];
$y["numschoolsactive"]=$stats['schools_active'];
$y["numstudents"]=$stats['students_total'];
$y["numk6m"]=$stats['male_1'] + $stats['male_4'];
$y["numk6f"]=$stats['female_1'] + $stats['female_4'];
$y["num78m"]=$stats['male_7'];
$y["num78f"]=$stats['female_7'];
$y["num910m"]=$stats['male_9'];
$y["num910f"]=$stats['female_9'];
$y["num11upm"]=$stats['male_11'];
$y["num11upf"]=$stats['female_11'];
$y["projk6"]=$stats['projects_1'] + $stats['projects_4'];
$y["proj78"]=$stats['projects_7'];
$y["proj910"]=$stats['projects_9'];
$y["proj11up"]=$stats['projects_11'];
$y["committee"]=$stats['committee_members'];
$y["judges"]=$stats['judges'];
return $y;
}
}
return $stats;
}
}
send_header('Upload Fair Statistics and Information',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'fair_stats');
echo '<br />';
send_header("Upload Fair Statistics and Information",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"fair_stats"
);
echo "<br />";
/* SFIAB config options server side */
$server_config = array();
$server_config['participation'] = false;
$server_config['schools_ext'] = false;
$server_config['minorities'] = false;
$server_config['guests'] = false;
$server_config['sffbc_misc'] = false;
$server_config['info'] = false;
$server_config['next_chair'] = false;
$server_config['scholarships'] = false;
$server_config['delegates'] = false;
/* SFIAB config options server side */
$server_config = array();
$server_config['participation'] = false;
$server_config['schools_ext'] = false;
$server_config['minorities'] = false;
$server_config['guests'] = false;
$server_config['sffbc_misc'] = false;
$server_config['info'] = false;
$server_config['next_chair'] = false;
$server_config['scholarships'] = false;
$server_config['delegates'] = false;
if (get_value_from_array($_GET, 'year'))
$year = intval(get_value_from_array($_GET, 'year'));
else
$year = $config['FAIRYEAR'];
if($_GET['year']) $year=intval($_GET['year']);
else $year=$config['FAIRYEAR'];
if (get_value_from_array($_GET, 'id'))
$fairs_id = intval($_GET['id']);
else if (get_value_from_array($_POST, 'id'))
$fairs_id = intval($_POST['id']);
else
$fairs_id = -1;
if($_GET['id']) $fairs_id=intval($_GET['id']);
else if($_POST['id']) $fairs_id=intval($_POST['id']);
else $fairs_id = -1;
if ($fairs_id != -1) {
$q = $pdo->prepare("SELECT * FROM fairs WHERE id='$fairs_id'");
$q->execute();
$fair = $q->fetch(PDO::FETCH_ASSOC);
}
if($fairs_id != -1) {
$q = mysql_query("SELECT * FROM fairs WHERE id='$fairs_id'");
$fair = mysql_fetch_assoc($q);
}
$action = get_value_from_array($_POST, 'action');
$action = $_POST['action'];
if ($action == 'sendstats') {
foreach (array_keys($stats_data) as $k) {
$stats[$k] = get_value_from_array($_POST, $k);
if($action == 'sendstats') {
foreach(array_keys($stats_data) as $k) {
$stats[$k] = $_POST[$k];
}
$stats['year'] = $year;
if ($fair['type'] == 'ysc') {
$st = stats_to_ysc($fair, $stats);
if($fair['type'] == 'ysc') {
$st = stats_to_ysc($fair, $stats);
$req = array('affiliation' => array(
'ysf_region_id' => $fair['username'],
'ysf_region_password' => $fair['password'],
'year' => $year,
'stats' => $st
));
"ysf_region_id"=>$fair['username'],
"ysf_region_password"=>$fair['password'],
"year"=>$year,
'stats'=>$st)
);
} else {
$req = array('stats' => $stats);
$req = array('stats'=>$stats);
}
if (function_exists('curl_init')) {
if(function_exists('curl_init')) {
$r = curl_query($fair, $req,
'https://secure.ysf-fsj.ca/registration/xmlaffiliation.php');
if ($r['error'] == 0)
echo happy(i18n('The %1 Server said:', array($fair['name'])) . ' ' . $r['message']);
else
echo error(i18n('The %1 Server said:', array($fair['name'])) . ' ' . $r['message']);
// $fairs_id = -1;
// $year = $config['FAIRYEAR'];
if($r['error'] == 0)
echo happy(i18n("The %1 Server said:", array($fair['name'])).' '.$r['message']);
else
echo error(i18n("The %1 Server said:", array($fair['name'])).' '.$r['message']);
// $fairs_id = -1;
// $year = $config['FAIRYEAR'];
} else {
echo error('CURL Support Missing');
echo i18n('Your PHP installation does not support CURL. You will need to login to the YSC system as the regional coodinator and upload the XML data manually');
echo error("CURL Support Missing");
echo i18n("Your PHP installation does not support CURL. You will need to login to the YSC system as the regional coodinator and upload the XML data manually");
send_footer();
exit;
}
}
}
global $PHPSELF;
echo "<form name=\"fairselect\" action=\"$PHPSELF\" method=\"get\">";
$q = $pdo->prepare("SELECT * FROM fairs WHERE `type`='sfiab' OR `type`='ysc' AND enable_stats='yes'");
$q->execute();
echo '<select name="id">';
echo '<option value="">' . i18n('Choose a destination') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($fairs_id == $r->id)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"{$r->id}\">{$r->name} ({$r->abbrv})</option>\n";
}
echo "</select>\n";
$q = $pdo->prepare('SELECT DISTINCT(year) AS year FROM config WHERE year>0 ORDER BY year');
$q->execute();
echo '<select name="year">';
echo '<option value="">' . i18n('Choose a year') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($year == $r->year)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$r->year\">$r->year</option>\n";
}
echo "</select>\n";
echo '<input type="submit" name="submit" value="' . i18n('Prepare Stats') . '" />';
echo '</form>';
echo '<br />';
echo '<hr />';
echo "<form name=\"fairselect\" action=\"$PHPSELF\" method=\"get\">";
$q=mysql_query("SELECT * FROM fairs WHERE `type`='sfiab' OR `type`='ysc' AND enable_stats='yes'");
echo "<select name=\"id\">";
echo "<option value=\"\">".i18n("Choose a destination")."</option>\n";
while($r=mysql_fetch_object($q)) {
if($fairs_id==$r->id) $sel="selected=\"selected\""; else $sel="";
echo "<option $sel value=\"{$r->id}\">{$r->name} ({$r->abbrv})</option>\n";
}
echo "</select>\n";
if ($fairs_id == -1) {
$q=mysql_query("SELECT DISTINCT(year) AS year FROM config WHERE year>0 ORDER BY year");
echo "<select name=\"year\">";
echo "<option value=\"\">".i18n("Choose a year")."</option>\n";
while($r=mysql_fetch_object($q)) {
if($year==$r->year) $sel="selected=\"selected\""; else $sel="";
echo "<option $sel value=\"$r->year\">$r->year</option>\n";
}
echo "</select>\n";
echo "<input type=\"submit\" name=\"submit\" value=\"".i18n('Prepare Stats')."\" />";
echo "</form>";
echo "<br />";
echo "<hr />";
if($fairs_id == -1) {
echo i18n('Statistics will be shown below this line before being sent. Please select a destination and year first.');
/* Wait for them to select somethign before generating stats */
send_footer();
/* Wait for them to select somethign before generating stats */
send_footer();
exit;
}
}
$ok = true;
if (trim($fair['username']) == '') {
echo error(i18n('You have not yet specified a username for this server. Go to the <a href="sciencefairs.php">Science Fair Management</a> page to set it'));
$ok = false;
}
if (trim($fair['password']) == '') {
echo error(i18n('You have not yet specified a password for this server. Go to the <a href="sciencefairs.php">Science Fair Management</a> page to set it'));
$ok = false;
}
$ok = true;
if(trim($fair['username']) == '') {
echo error(i18n("You have not yet specified a username for this server. Go to the <a href=\"sciencefairs.php\">Science Fair Management</a> page to set it"));
$ok=false;
}
if(trim($fair['password']) == '') {
echo error(i18n("You have not yet specified a password for this server. Go to the <a href=\"sciencefairs.php\">Science Fair Management</a> page to set it"));
$ok=false;
}
if ($fair['type'] == 'ysc') {
$data['statconfig'] = array('participation');
} else {
if($fair['type'] == 'ysc') {
$data['statconfig'] = array('participation');
} else {
echo notice(i18n('Getting stats request and downloading existing stats from server %1', array($fair['url'])));
/* Query the server to see what stats we need */
$q = array('getstats' => array('year' => $year));
$q=array('getstats' => array('year' => $year));
$data = curl_query($fair, $q);
if ($data['error'] != 0) {
echo error("Server said: {$data['message']}<br />");
if($data['error'] != 0) {
echo error("Server said: {$data['message']}<br />");
send_footer();
exit;
}
echo notice(i18n('Server said: Success'));
}
echo '<hr />';
echo i18n('This server has requested the following stats for your %1 fair:', array($year));
echo '<br /><br />';
}
echo '<hr />';
echo i18n('This server has requested the following stats for your %1 fair:', array($year));
echo '<br /><br />';
foreach ($data['statconfig'] as $k) {
foreach($data['statconfig'] as $k) {
$server_config[$k] = true;
}
}
/* Gather all stats, then we'll decide what to send */
$stats = array();
$stats['year'] = $year;
/* Gather all stats, then we'll decide what to send */
$stats = array();
$stats['year'] = $year;
/* Now, overwrite all the stats with what we pulled down from the server */
if (is_array(get_value_from_array($data, 'stats'))) {
foreach ($data['stats'] as $k => $v) {
$stats[$k] = $v;
}
}
/* Now, overwrite all the stats with what we pulled down from the server */
if(is_array($data['stats'])) {
foreach($data['stats'] as $k=>$v) {
$stats[$k] = $v;
}
}
// print_r($data['stats'][0]);
/* And now, overwrite all the stuff we pulled down with stats we can compute */
/* And now, overwrite all the stuff we pulled down with stats we can compute */
// number of schools
$q = $pdo->prepare("SELECT COUNT(id) AS num FROM schools WHERE year='$year'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$stats['schools_total'] = $r->num;
//number of schools
$q=mysql_query("SELECT COUNT(id) AS num FROM schools WHERE year='$year'");
$r=mysql_fetch_object($q);
$stats['schools_total']=$r->num;
// number of schools participating
$q = $pdo->prepare("SELECT DISTINCT(students.schools_id) AS sid, schools.*
\t\t \tFROM students
//number of schools participating
$q=mysql_query("SELECT DISTINCT(students.schools_id) AS sid, schools.*
FROM students
LEFT JOIN registrations ON students.registrations_id=registrations.id
LEFT JOIN schools ON students.schools_id=schools.id
WHERE students.year='$year'
AND registrations.year='$year'
AND (registrations.status='complete' OR registrations.status='paymentpending')");
$q->execute();
$stats['schools_active'] = $q->rowCount();
$stats['schools_public'] = 0;
$stats['schools_private'] = 0;
$stats['schools_atrisk'] = 0;
$districts = array();
while ($si = $q->fetch(PDO::FETCH_ASSOC)) {
if ($si['designate'] == 'public')
$stats['schools_public']++;
if ($si['designate'] == 'independent')
$stats['schools_private']++;
if ($si['atrisk'] == 'yes')
$stats['schools_atrisk']++;
$bd = $si['board'] . '~' . $si['district'];
if (!in_array($bd, $districts))
$districts[] = $bd;
}
$stats['schools_districts'] = count($districts);
$stats['schools_active']=mysql_num_rows($q);
$stats['schools_public'] = 0;
$stats['schools_private'] = 0;
$stats['schools_atrisk'] = 0;
$districts = array();
while($si=mysql_fetch_assoc($q)) {
if($si['designate'] == 'public')
$stats['schools_public']++;
if($si['designate'] == 'independent')
$stats['schools_private']++;
if($si['atrisk'] == 'yes')
$stats['schools_atrisk']++;
$bd = $si['board'].'~'.$si['district'];
if(!in_array($bd, $districts)) $districts[] =$bd;
}
$stats['schools_districts'] = count($districts);
// numbers of students:
$q = $pdo->prepare("SELECT students.*,schools.*
\t \t\tFROM students
//numbers of students:
$q=mysql_query("SELECT students.*,schools.*
FROM students
LEFT JOIN registrations ON students.registrations_id=registrations.id
LEFT JOIN schools on students.schools_id=schools.id
WHERE students.year='$year'
AND registrations.year='$year'
AND (registrations.status='complete' OR registrations.status='paymentpending')");
$q->execute();
show_pdo_errors_if_any($pdo);
$stats['students_total'] = $q->rowCount();
$stats['students_public'] = 0;
$stats['students_private'] = 0;
$stats['students_atrisk'] = 0;
$grademap = array(1 => 1, 2 => 1, 3 => 1, 4 => 4, 5 => 4, 6 => 4, 7 => 7, 8 => 7,
9 => 9, 10 => 9, 11 => 11, 12 => 11, 13 => 11);
foreach ($grademap as $k => $g) {
$stats["male_$g"] = 0;
$stats["female_$g"] = 0;
$stats["projects_$g"] = 0;
}
$unknown = array();
while ($s = $q->fetch(PDO::FETCH_ASSOC)) {
if (!in_array($s['sex'], array('male', 'female')))
echo mysql_error();
$stats['students_total'] = mysql_num_rows($q);
$stats['students_public'] = 0;
$stats['students_private'] = 0;
$stats['students_atrisk'] = 0;
$grademap = array(1=>1, 2=>1, 3=>1, 4=>4, 5=>4, 6=>4, 7=>7, 8=>7,
9=>9, 10=>9, 11=>11, 12=>11, 13=>11);
foreach($grademap as $k=>$g) {
$stats["male_$g"] = 0;
$stats["female_$g"] = 0;
$stats["projects_$g"] = 0;
}
$unknown = array();
while($s=mysql_fetch_assoc($q)) {
if(!in_array($s['sex'], array('male','female')))
$unknown[$grademap[$s['grade']]]++;
else
$stats["{$s['sex']}_{$grademap[$s['grade']]}"]++;
else
$stats["{$s['sex']}_{$grademap[$s['grade']]}"]++;
if ($s['designate'] == 'public')
if($s['designate'] == 'public')
$stats['students_public']++;
if ($s['designate'] == 'independent')
if($s['designate'] == 'independent')
$stats['students_private']++;
if ($s['atrisk'] == 'yes')
if($s['atrisk'] == 'yes')
$stats['students_atrisk']++;
}
}
foreach ($unknown as $g => $a) {
$m = round($a / 2);
foreach($unknown as $g=>$a) {
$m = round($a/2);
$f = $a - $m;
$stats["male_$g"] += $m;
$stats["female_$g"] += $f;
}
}
// projects
$q = $pdo->prepare("SELECT MAX(students.grade) AS grade FROM students
\t \t\tLEFT JOIN registrations ON students.registrations_id=registrations.id
//projects
$q=mysql_query("SELECT MAX(students.grade) AS grade FROM students
LEFT JOIN registrations ON students.registrations_id=registrations.id
LEFT JOIN projects ON projects.registrations_id=registrations.id
WHERE students.year='$year'
AND registrations.year='$year'
AND projects.year='$year'
AND (registrations.status='complete' OR registrations.status='paymentpending')
GROUP BY projects.id");
$q->execute();
show_pdo_errors_if_any($pdo);
while ($r = $q->fetch(PDO::FETCH_ASSOC)) {
echo mysql_error();
while($r=mysql_fetch_assoc($q)) {
$stats["projects_{$grademap[$r['grade']]}"]++;
}
}
$q = $pdo->prepare("SELECT COUNT(id) AS num FROM users
\t\t\t\tLEFT JOIN users_committee ON users_committee.users_id=users.id
\t \t\tWHERE types LIKE '%committee%'
AND year='$year'
AND users_committee.committee_active='yes'
AND deleted='no'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$stats['committee_members'] = $r->num;
$q = $pdo->prepare("SELECT COUNT(id) AS num FROM users LEFT JOIN users_judge ON users_judge.users_id=users.id
\t\t\t\t\tWHERE users.year='$year'
AND users.types LIKE '%judge%'
AND users.deleted='no'
AND users_judge.judge_complete='yes'
AND users_judge.judge_active='yes'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$stats['judges'] = $r->num;
$q=mysql_query("SELECT COUNT(users.id) AS num FROM users
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE roles.type = 'committee'
AND users.conferences_id = '{$conference['id']}'
AND users.deleted = 'no'");
$r = mysql_fetch_object($q);
$stats['committee_members'] = $r->num;
$q=mysql_query("
SELECT COUNT(users.id) AS num FROM users
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE users.conferences_id = '{$conference['id']}'
AND users.deleted = 'no'
AND roles.type = 'judge'
AND user_roles.complete='yes'
AND user_roles.active='yes'");
$r=mysql_fetch_object($q);
$stats['judges'] = $r->num;
/* All stats have been gathered, print them */
/* Print all blocks the server requests */
echo "<form method=\"POST\" action=\"$PHPSELF\">";
echo '<input type="hidden" name="action" value="sendstats" />';
if ($server_config['info']) {
echo '<h3>' . i18n('%1 Fair information', array($year)) . '</h3>';
/* Print all blocks the server requests */
echo "<form method=\"POST\" action=\"$PHPSELF\">";
echo "<input type=\"hidden\" name=\"action\" value=\"sendstats\" />";
if($server_config['info']) {
echo '<h3>'.i18n('%1 Fair information', array($year)).'</h3>';
echo '<table>';
echo '<tr><td>' . i18n('Fair Start Date') . ':</td>';
echo '<tr><td>'.i18n('Fair Start Date').':</td>';
echo "<td><input type=\"text\" size=\"12\" name=\"start_date\" value=\"{$stats['start_date']}\">(YYYY-MM-DD)</td></tr>";
echo '<tr><td>' . i18n('Fair End Date') . ':</td>';
echo '<tr><td>'.i18n('Fair End Date').':</td>';
echo "<td><input type=\"text\" size=\"12\" name=\"end_date\" value=\"{$stats['end_date']}\">(YYYY-MM-DD)</td></tr>";
echo '<tr><td>' . i18n('Fair Location/Address') . ':</td>';
echo '<td><textarea name="address" rows="4" cols="60">' . htmlspecialchars($stats['address']) . '</textarea></td>';
echo '<tr><td>' . i18n('Fair Budget') . ':</td>';
echo "<td>\$<input type=text name=\"budget\" value=\"{$stats['budget']}\"></td></tr>";
echo '<tr><td>' . i18n('Youth Science Canada Affiliation Complete') . '?</td>';
echo '<tr><td>'.i18n('Fair Location/Address').':</td>';
echo '<td><textarea name="address" rows="4" cols="60">'.htmlspecialchars($stats['address']).'</textarea></td>';
echo '<tr><td>'.i18n('Fair Budget').':</td>';
echo "<td>$<input type=text name=\"budget\" value=\"{$stats['budget']}\"></td></tr>";
echo '<tr><td>'.i18n('Youth Science Canada Affiliation Complete').'?</td>';
echo '<td><select name="ysf_affiliation_complete">';
$sel = $stats['ysf_affiliation_complete'] == 'N' ? 'selected="selected"' : '';
echo " <option value=\"N\" $sel >No</option>";
$sel = $stats['ysf_affiliation_complete'] == 'Y' ? 'selected="selected"' : '';
echo " <option value=\"Y\" $sel >Yes</option>";
echo '</select></td></tr>';
echo '<tr><td>' . i18n('Charity Number or Information') . '?</td>';
echo '<tr><td>'.i18n('Charity Number or Information').'?</td>';
echo "<td><input type=text size=\"40\" name=\"charity\" value=\"{$stats['charity']}\"></td></tr>";
echo '</table>';
echo '<br />';
echo '<br />';
}
}
if ($server_config['next_chair']) {
echo '<h3>' . i18n('%1 - %2 Chairperson (if known)', array($year, $year + 1)) . '</h3>';
if($server_config['next_chair']) {
echo '<h3>'.i18n('%1 - %2 Chairperson (if known)', array($year, $year+1)).'</h3>';
echo '<table>';
echo '<tr><td>' . i18n('Name') . ': </td>';
echo '<tr><td>'.i18n('Name').': </td>';
echo "<td><input type=text name=\"next_chair_name\" value=\"{$stats['next_chair_name']}\"></td>";
echo '<td>' . i18n('Email') . ': </td>';
echo '<td>'.i18n('Email').': </td>';
echo "<td><input type=text name=\"next_chair_email\" value=\"{$stats['next_chair_email']}\"></td></tr>";
echo '<tr><td>' . i18n('Tel. Bus') . ': </td>';
echo '<tr><td>'.i18n('Tel. Bus').': </td>';
echo "<td><input type=text name=\"next_chair_bphone\" value=\"{$stats['next_chair_bphone']}\"></td>";
echo '<td>' . i18n('Tel. Home') . ': </td>';
echo '<td>'.i18n('Tel. Home').': </td>';
echo "<td><input type=text name=\"next_chair_hphone\" value=\"{$stats['next_chair_hphone']}\"></td></tr>";
echo '<tr><td>' . i18n('Fax') . ': </td>';
echo '<tr><td>'.i18n('Fax').': </td>';
echo "<td><input type=text name=\"next_chair_fax\" value=\"{$stats['next_chair_fax']}\"></td>";
echo '</tr>';
echo '</table>';
echo '<br /><br />';
}
}
if ($server_config['delegates']) {
echo '<h3>' . i18n('%1 CWSF Delegates and Alternatives', array($year)) . '</h3>';
if($server_config['delegates']) {
echo '<h3>'.i18n('%1 CWSF Delegates and Alternatives', array($year)).'</h3>';
echo '<table>';
echo '<tr><td>' . i18n('Delegate Name(s)') . '</td><td>' . i18n('Email') . '</td><td>' . i18n('Jacket Size') . '<td></tr>';
for ($x = 1; $x <= 3; $x++) {
$sizes = array('small' => 'Small', 'medium' => 'Medium', 'large' => 'Large', 'xlarge' => 'X-Large');
echo '<tr><td>'.i18n('Delegate Name(s)').'</td><td>'.i18n('Email').'</td><td>'.i18n('Jacket Size').'<td></tr>';
for($x=1;$x<=3;$x++) {
$sizes = array('small'=>'Small', 'medium'=>'Medium', 'large'=>'Large', 'xlarge'=>'X-Large');
echo "<td><input type=text size=\"25\" name=\"delegate$x\" value=\"{$stats["delegate$x"]}\"></td>";
echo "<td><input type=text size=\"25\" name=\"delegate{$x}_email\" value=\"{$stats["delegate{$x}_email"]}\"></td>";
echo "<td><select name=\"delegate{$x}_size\">";
$sz = $stats["delegate{$x}_size"];
foreach ($sizes as $s => $t) {
foreach($sizes as $s=>$t) {
$sel = ($sz == $s) ? 'selected="selected"' : '';
echo " <option value=\"$s\" $sel >" . i18n($t) . '</option>';
echo " <option value=\"$s\" $sel >".i18n($t).'</option>';
}
echo '</select></td></tr>';
}
echo '</table>';
echo i18n('Remember, the jackets fit smaller than normal sizes.');
echo '<br /><br />';
}
}
if ($server_config['scholarships']) {
echo '<h3>' . i18n('%1 Scholarships', array($year)) . '</h3>';
if($server_config['scholarships']) {
echo '<h3>'.i18n('%1 Scholarships', array($year)).'</h3>';
echo 'How many university/college scholarships are available at your fair? (use a format like: <br /><b>6 - University of British Columbia - Entrance Scholarships</b><br />';
echo '<textarea name="scholarships" rows="4\" cols="80">' . htmlspecialchars($stats['scholarships']) . '</textarea>';
echo '<textarea name="scholarships" rows="4\" cols="80">'.htmlspecialchars($stats['scholarships']).'</textarea>';
echo '<br /><br />';
}
}
if ($server_config['participation']) {
$rangemap = array(1 => '1-3', 4 => '4-6', 7 => '7-8', 9 => '9-10', 11 => '11-12');
echo '<h3>' . i18n('%1 Fair participation', array($year)) . '</h3>';
if($server_config['participation']) {
$rangemap = array(1=>'1-3', 4=>'4-6', 7=>'7-8', 9=>'9-10', 11=>'11-12');
echo '<h3>'.i18n('%1 Fair participation', array($year)).'</h3>';
echo '<br />';
echo i18n('Number of students') . ": <b>{$stats['students_total']}</b>";
echo '<table><tr><td></td><td></td><td></td><td align=\"center\">' . i18n('Grade') . '</td><td></td><td></td></tr>';
echo i18n("Number of students").": <b>{$stats['students_total']}</b>";
echo '<table><tr><td></td><td></td><td></td><td align=\"center\">'.i18n('Grade').'</td><td></td><td></td></tr>';
echo '<tr><td></td>';
foreach ($rangemap as $k => $v)
echo "<td align=\"center\" width=\"50px\" >$v</td>";
foreach($rangemap as $k=>$v) echo "<td align=\"center\" width=\"50px\" >$v</td>";
echo '</tr><tr>';
echo '<td>' . i18n('Male') . '</td>';
foreach ($rangemap as $k => $v)
echo "<td align=\"right\"><b>{$stats["male_$k"]}</b></td>";
echo '<td>'.i18n('Male').'</td>';
foreach($rangemap as $k=>$v) echo "<td align=\"right\"><b>{$stats["male_$k"]}</b></td>";
echo '</tr><tr>';
echo '<td>' . i18n('Female') . '</td>';
foreach ($rangemap as $k => $v)
echo "<td align=\"right\"><b>{$stats["female_$k"]}</b></td>";
echo '<td>'.i18n('Female').'</td>';
foreach($rangemap as $k=>$v) echo "<td align=\"right\"><b>{$stats["female_$k"]}</b></td>";
echo '</tr><tr>';
echo '<td>' . i18n('Projects') . '</td>';
foreach ($rangemap as $k => $v)
echo "<td align=\"right\"><b>{$stats["projects_$k"]}</b></td>";
echo '<td>'.i18n('Projects').'</td>';
foreach($rangemap as $k=>$v) echo "<td align=\"right\"><b>{$stats["projects_$k"]}</b></td>";
echo '</tr>';
echo '</table>';
echo '<br />';
echo i18n('Number of schools') . ": <b>{$stats['schools_total']}</b>";
echo i18n("Number of schools").": <b>{$stats['schools_total']}</b>";
echo '<br />';
echo i18n('Number of active schools') . ": <b>{$stats['schools_active']}</b>";
echo i18n("Number of active schools").": <b>{$stats['schools_active']}</b>";
echo '<br />';
echo '<br />';
echo i18n("Number of committee members: <b>%1</b> (note: this is number of committee members who logged in to SFIAB for the year, anyone who was active but didn't log in to SFIAB will NOT be counted)", array($stats['committee_members']));
echo i18n("Number of committee members: <b>%1</b> (note: this is number of committee members who logged in to SFIAB for the year, anyone who was active but didn't log in to SFIAB will NOT be counted)",array($stats['committee_members']));
echo '<br />';
echo i18n('Number of judges') . ": <b>{$stats['judges']}</b>";
echo i18n("Number of judges").": <b>{$stats['judges']}</b>";
echo '<br />';
echo '<br />';
echo '<br />';
}
}
if ($server_config['schools_ext']) {
echo '<h3>' . i18n('%1 Extended School/Participant data', array($year)) . '</h3>';
if($server_config['schools_ext']) {
echo '<h3>'.i18n('%1 Extended School/Participant data', array($year)).'</h3>';
echo '<br />';
echo i18n('Public schools: <b>%1</b> (<b>%2</b> students).', array(
$stats['schools_public'], $stats['students_public']
));
echo i18n('Public schools: <b>%1</b> (<b>%2</b> students).',array(
$stats['schools_public'], $stats['students_public']));
echo '<br />';
echo i18n('Private/Independent schools: <b>%1</b> (<b>%2</b> students).', array(
$stats['schools_private'], $stats['students_private']
));
echo i18n('Private/Independent schools: <b>%1</b> (<b>%2</b> students).',array(
$stats['schools_private'], $stats['students_private']));
echo '<br />';
echo i18n('At-risk/inner city schools: <b>%1</b> (<b>%2</b> students).', array(
$stats['schools_atrisk'], $stats['students_atrisk']
));
echo i18n('At-risk/inner city schools: <b>%1</b> (<b>%2</b> students).',array(
$stats['schools_atrisk'], $stats['students_atrisk']));
echo '<br />';
echo i18n('Number of school boards/distrcits: <b>%1</b>', array(
$stats['schools_districts']
));
echo i18n('Number of school boards/distrcits: <b>%1</b>',array(
$stats['schools_districts']));
echo '<br />';
echo '<br />';
echo '<br />';
}
if ($server_config['minorities']) {
echo '<h3>' . i18n('%1 Data on minority groups', array($year)) . '</h3>';
}
if($server_config['minorities']) {
echo '<h3>'.i18n('%1 Data on minority groups', array($year)).'</h3>';
echo '<br />';
echo '<table>';
echo '<tr><td>' . i18n('Number of First Nations students');
echo '<tr><td>'.i18n('Number of First Nations students');
echo ": </td><td><input type=\"text\" name=\"firstnations\" value=\"{$stats['firstnations']}\" size=\"5\" />";
echo '</td></tr>';
echo '</table>';
echo '<br />';
echo '<br />';
}
if ($server_config['guests']) {
echo '<h3>' . i18n('%1 Guests visiting the fair', array($year)) . '</h3>';
}
if($server_config['guests'] ) {
echo '<h3>'.i18n('%1 Guests visiting the fair', array($year)).'</h3>';
echo '<br />';
echo '<table>';
echo '<tr><td>' . i18n('Number of Students that visited the fair (tours, etc.)');
echo '<tr><td>'.i18n('Number of Students that visited the fair (tours, etc.)');
echo ": </td><td><input type=\"text\" name=\"studentsvisiting\" value=\"{$stats['studentsvisiting']}\" size=\"5\" />";
echo '</td></tr>';
echo '<tr><td>' . i18n('Number of Public Guests that visited the fair');
echo '<tr><td>'.i18n('Number of Public Guests that visited the fair');
echo ": </td><td><input type=\"text\" name=\"publicvisiting\" value=\"{$stats['publicvisiting']}\" size=\"5\" />";
echo '</td></tr>';
echo '</table>';
echo '<br />';
echo '<br />';
}
}
if ($server_config['sffbc_misc']) {
echo '<h3>' . i18n('%1 Misc. SFFBC Questions', array($year)) . '</h3>';
if($server_config['sffbc_misc']) {
echo '<h3>'.i18n('%1 Misc. SFFBC Questions', array($year)).'</h3>';
echo '<br />';
echo '<table>';
echo '<tr><td>' . i18n('Number of Teachers supporting student projects');
echo '<tr><td>'.i18n('Number of Teachers supporting student projects');
echo ": </td><td><input type=\"text\" name=\"teacherssupporting\" value=\"{$stats['teacherssupporting']}\" size=\"5\" />";
echo '</td></tr>';
echo '<tr><td>' . i18n('Number of Students indicating increased interest in science & technology');
echo '<tr><td>'.i18n('Number of Students indicating increased interest in science & technology');
echo ": </td><td><input type=\"text\" name=\"increasedinterest\" value=\"{$stats['increasedinterest']}\" size=\"5\" />";
echo '</td></tr>';
echo '<tr><td>' . i18n('Number of Students considering careers in science & technology');
echo '<tr><td>'.i18n('Number of Students considering careers in science & technology');
echo ": </td><td><input type=\"text\" name=\"consideringcareer\" value=\"{$stats['consideringcareer']}\" size=\"5\" />";
echo '</td></tr>';
echo '</table>';
echo '<br />';
echo '<br />';
}
$keys = array_keys($stats_data);
foreach ($keys as $k) {
if (isset($stats_data[$k]['manual']) && $stats_data[$k]['manual'] == true)
continue;
}
$keys = array_keys($stats_data);
foreach($keys as $k) {
if($stats_data[$k]['manual'] == true) continue;
echo "<input type=\"hidden\" name=\"$k\" value=\"{$stats[$k]}\" />";
}
}
$d = ($ok == true) ? '' : 'disabled="disabled"';
echo '<input type="submit" value="' . i18n('Send stats to') . " {$fair['name']}\" $d />";
echo '</form>';
echo '<br />';
echo '<br />';
$d = ($ok == true) ? '' : 'disabled="disabled"';
echo "<input type=\"submit\" value=\"".i18n('Send stats to')." {$fair['name']}\" $d />";
echo '</form>';
echo "<br />";
echo "<br />";
debug_('Fair Info: ' . print_r($fair, true));
debug_('Server Config: ' . print_r($server_config, true));
debug_('Stats: ' . print_r($stats, true));
send_footer();
debug_("Fair Info: ".print_r($fair, true));
debug_("Server Config: ".print_r($server_config, true));
debug_("Stats: ".print_r($stats, true));
send_footer();
?>

View File

@ -37,7 +37,7 @@
'delegates' => 'Delegate information/jacket size for CWSF',
);
user_auth_required('committee', 'admin');
user_auth_required('admin');
switch($_GET['action']) {
@ -52,9 +52,8 @@
}
}
$s = join(',', $_POST['stats']);
$q = $pdo->prepare("UPDATE fairs SET gather_stats='$s' WHERE id='$id'");
$q->execute();
show_pdo_errors_if_any($pdo);
$q = mysql_query("UPDATE fairs SET gather_stats='$s' WHERE id='$id'");
echo mysql_error();
echo "UPDATE fairs SET gather_stats='$s' WHERE id='$id'";
happy_("Saved");
exit;
@ -63,9 +62,8 @@
/* Load the user we're editting */
$u = user_load($_SESSION['embed_edit_id']);
/* Load the fair attached to the user */
$q = $pdo->prepare("SELECT * FROM fairs WHERE id={$u['fairs_id']}");
$q->execute();
$f = $q->fetch(PDO::FETCH_ASSOC);
$q = mysql_query("SELECT * FROM fairs WHERE id={$u['fairs_id']}");
$f = mysql_fetch_assoc($q);
?>
@ -94,7 +92,7 @@ function stats_save()
<input type="hidden" name="fairs_id" value="<?=$f['id']?>" />
<table class="editor">
<?
$selected_stats = split(',', $f['gather_stats']);
$selected_stats = explode(',', $f['gather_stats']);
foreach($stats as $s=>$d) {
$ch = in_array($s, $selected_stats) ? 'checked="checked"' : '';
echo "<tr><td class=\"left\"><input type=\"checkbox\" id=\"stats_$s\" name=\"stats[]\" value=\"$s\" $ch /></td>";

View File

@ -1,26 +1,22 @@
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
require_once("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('committee', 'admin');
user_auth_required('admin');
$q = $pdo->prepare('SELECT * FROM judges WHERE passwordexpiry IS NULL');
$q->execute();
while ($i = $q->fetch(PDO::FETCH_OBJ)) {
$q = mysql_query("SELECT * FROM judges WHERE passwordexpiry IS NULL");
while($i = mysql_fetch_object($q)) {
echo "Autocompleting Judge {$i->email}<br />";
$id = $i->id;
$p = password_hash(generatePassword(), PASSWORD_BCRYPT);
$stmt = $pdo->prepare("UPDATE judges SET password=?,complete=?");
$stmt->execute([$p, 'yes']);
show_pdo_errors_if_any($pdo);
$stmt = $pdo->prepare("DELETE FROM judges_years WHERE judges_id=?");
$stmt->execute([$id]);
show_pdo_errors_if_any($pdo);
$stmt = $pdo->prepare("INSERT INTO judges_years (`judges_id`,`year`) VALUES (?, ?)");
$stmt->execute([$id, $config['FAIRYEAR']]);
show_pdo_errors_if_any($pdo);
$p = generatePassword(12);
mysql_query("UPDATE judges SET password='$p',complete='yes'");
echo mysql_error();
mysql_query("DELETE FROM judges_years WHERE judges_id='$id'");
echo mysql_error();
mysql_query("INSERT INTO judges_years (`judges_id`,`year`) VALUES ('$id','{$config['FAIRYEAR']}')");
echo mysql_error();
}
?>

View File

@ -1,295 +1,274 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2009 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2009 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('committee', 'admin');
user_auth_required('admin');
if (get_value_from_array($_GET, 'action') == 'refresh') {
if($_GET['action']=="refresh") {
?>
<h3><?= i18n('Fundraising Purposes and Progress Year to Date') ?></h3>
<h3><?=i18n("Fundraising Purposes and Progress Year to Date")?></h3>
<?
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY deadline");
$q->execute();
$q=mysql_query("SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY deadline");
?>
<table class="tableview">
<thead>
<tr>
<th><?= i18n('Purpose') ?></th>
<th><?= i18n('Goal') ?></th>
<th><?= i18n('Amount Received') ?></th>
<th><?= i18n('% to Budget') ?></th>
<th><?= i18n('Deadline') ?></th>
<th><?=i18n("Purpose")?></th>
<th><?=i18n("Goal")?></th>
<th><?=i18n("Amount Received")?></th>
<th><?=i18n("% to Budget")?></th>
<th><?=i18n("Deadline")?></th>
</tr>
</thead>
<?
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
// lookup all donations made towards this goal
$recq = $pdo->prepare("SELECT SUM(value) AS received FROM fundraising_donations WHERE fundraising_goal='$r->goal' AND fiscalyear='{$config['FISCALYEAR']}' AND status='received'");
$recq->execute();
show_pdo_errors_if_any($pdo);
$recr = $recq->fetch(PDO::FETCH_OBJ);
$received = $recr->received;
if ($r->budget)
$percent = round($received / $r->budget * 100, 1);
else
$percent = 0;
while($r=mysql_fetch_object($q)) {
//lookup all donations made towards this goal
$recq=mysql_query("SELECT SUM(value) AS received FROM fundraising_donations WHERE fundraising_goal='$r->goal' AND fiscalyear='{$config['FISCALYEAR']}' AND status='received'");
echo mysql_error();
$recr=mysql_fetch_object($recq);
$received=$recr->received;
if($r->budget)
$percent=round($received/$r->budget*100,1);
else
$percent=0;
echo "<tr><td>$r->name</td>";
echo '<td style="text-align: right;">' . format_money($r->budget, false) . '</td>';
echo '<td style="text-align: right;">' . format_money($received, false) . '</td>';
$col = colour_to_percent($percent);
echo "<td style=\"text-align: center; background-color: $col;\">{$percent}%</td>";
echo '<td>' . format_date($r->deadline) . "</td></tr>\n";
}
?>
echo "<tr><td>$r->name</td>";
echo "<td style=\"text-align: right;\">".format_money($r->budget,false)."</td>";
echo "<td style=\"text-align: right;\">".format_money($received,false)."</td>";
$col=colour_to_percent($percent);
echo "<td style=\"text-align: center; background-color: $col;\">{$percent}%</td>";
echo "<td>".format_date($r->deadline)."</td></tr>\n";
}
?>
</table>
<br />
<h3><?= i18n('Current Appeals') ?></h3>
<h3><?=i18n("Current Appeals")?></h3>
<table class="tableview">
<thead>
<tr>
<th><?= i18n('Name') ?></th>
<th><?= i18n('Type') ?></th>
<th><?= i18n('Start Date') ?></th>
<th><?= i18n('End Date') ?></th>
<th><?= i18n('Target($)') ?></th>
<th><?= i18n('Received') ?></th>
<th><?= i18n('% to Budget') ?></th>
<th><?= i18n('Purpose') ?></th>
<th><?=i18n("Name")?></th>
<th><?=i18n("Type")?></th>
<th><?=i18n("Start Date")?></th>
<th><?=i18n("End Date")?></th>
<th><?=i18n("Target($)")?></th>
<th><?=i18n("Received")?></th>
<th><?=i18n("% to Budget")?></th>
<th><?=i18n("Purpose")?></th>
</tr>
</thead>
<?
$q = $pdo->prepare("SELECT * FROM fundraising_campaigns WHERE fiscalyear='{$config['FISCALYEAR']}'");
$q->execute();
$q=mysql_query("SELECT * FROM fundraising_campaigns WHERE fiscalyear='{$config['FISCALYEAR']}'");
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$goalq = $pdo->prepare("SELECT * FROM fundraising_goals WHERE goal='{$r->fundraising_goal}' AND fiscalyear='{$config['FISCALYEAR']}'");
$goalq->execute();
$goalr = $goalq->fetch(PDO::FETCH_OBJ);
$recq = $pdo->prepare("SELECT SUM(value) AS received FROM fundraising_donations WHERE fundraising_campaigns_id='$r->id' AND fiscalyear='{$config['FISCALYEAR']}' AND status='received'");
$recq->execute();
show_pdo_errors_if_any($pdo);
$recr = $recq->fetch(PDO::FETCH_OBJ);
$received = $recr->received;
if ($r->target)
$percent = round($received / $r->target * 100, 1);
else
$percent = 0;
$col = colour_to_percent($percent);
while($r=mysql_fetch_object($q)) {
if (!$goalr) {
$goalr = new stdClass();
$goalr->name = '';
}
$goalq=mysql_query("SELECT * FROM fundraising_goals WHERE goal='{$r->fundraising_goal}' AND fiscalyear='{$config['FISCALYEAR']}'");
$goalr=mysql_fetch_object($goalq);
$recq=mysql_query("SELECT SUM(value) AS received FROM fundraising_donations WHERE fundraising_campaigns_id='$r->id' AND fiscalyear='{$config['FISCALYEAR']}' AND status='received'");
echo mysql_error();
$recr=mysql_fetch_object($recq);
$received=$recr->received;
if($r->target)
$percent=round($received/$r->target*100,1);
else
$percent=0;
$col=colour_to_percent($percent);
echo "<tr style=\"cursor:pointer;\" onclick=\"window.location.href='fundraising_campaigns.php?manage_campaign=$r->id'\">\n";
echo " <td>$r->name</td>\n";
echo " <td>$r->type</td>\n";
echo ' <td>' . format_date($r->startdate) . "</td>\n";
echo ' <td>' . format_date($r->enddate) . '</td>';
echo ' <td style="text-align: right;">' . format_money($r->target, false) . "</td>\n";
echo ' <td style="text-align: right;">' . format_money($received, false) . "</td>\n";
echo " <td style=\"text-align: center; background-color: $col;\">{$percent}%</td>\n";
echo " <td>$goalr->name</td>";
echo "</tr>\n";
}
?>
echo "<tr style=\"cursor:pointer;\" onclick=\"window.location.href='fundraising_campaigns.php?manage_campaign=$r->id'\">\n";
echo " <td>$r->name</td>\n";
echo " <td>$r->type</td>\n";
echo " <td>".format_date($r->startdate)."</td>\n";
echo " <td>".format_date($r->enddate)."</td>";
echo " <td style=\"text-align: right;\">".format_money($r->target,false)."</td>\n";
echo " <td style=\"text-align: right;\">".format_money($received,false)."</td>\n";
echo " <td style=\"text-align: center; background-color: $col;\">{$percent}%</td>\n";
echo " <td>$goalr->name</td>";
echo "</tr>\n";
}
?>
</tr>
</table>
<script type="text/javascript"> $('.tableview').tablesorter();</script>
<br />
<form id="thankyouform" method="post" action="fundraising.php">
<h3><?= i18n('To Do List') ?></h3>
<h4><?= i18n("Thank You's") ?></h4>
<h3><?=i18n("To Do List")?></h3>
<h4><?=i18n("Thank You's")?></h4>
<?
$q = $pdo->prepare("SELECT id,value, thanked, status, sponsors_id, datereceived,
\tDATE_ADD(datereceived, INTERVAL 1 MONTH) < NOW() AS onemonth,
\tDATE_ADD(datereceived, INTERVAL 2 MONTH) < NOW() AS twomonth
$q=mysql_query("SELECT id,value, thanked, status, sponsors_id, datereceived,
DATE_ADD(datereceived, INTERVAL 1 MONTH) < NOW() AS onemonth,
DATE_ADD(datereceived, INTERVAL 2 MONTH) < NOW() AS twomonth
FROM fundraising_donations
WHERE thanked='no' AND status='received'
AND fiscalyear='{$config['FISCALYEAR']}'
ORDER BY datereceived
");
$q->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
if ($q->rowCount()) {
echo '<table class="tableview">';
echo '<thead><tr><th>' . i18n('Name') . "</th>\n";
echo '<th>' . i18n('Date Received') . "</th>\n";
echo '<th>' . i18n('Amount') . "</th>\n";
echo '<th>' . i18n('Generate Thank You') . "</th>\n";
echo '<th>' . i18n('Thanked') . "</th>\n";
echo "</tr></thead>\n";
if(mysql_num_rows($q)) {
echo "<table class=\"tableview\">";
echo "<thead><tr><th>".i18n("Name")."</th>\n";
echo "<th>".i18n("Date Received")."</th>\n";
echo "<th>".i18n("Amount")."</th>\n";
echo "<th>".i18n("Generate Thank You")."</th>\n";
echo "<th>".i18n("Thanked")."</th>\n";
echo "</tr></thead>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$dq = $pdo->prepare("SELECT organization AS name FROM sponsors WHERE id='$r->sponsors_id'");
$dq->execute();
$dr = $dq->fetch(PDO::FETCH_OBJ);
if ($r->twomonth)
$s = 'style="background-color: ' . colour_to_percent(0) . ';"';
else if ($r->onemonth)
$s = 'style="background-color: ' . colour_to_percent(50) . ';"';
else
$s = '';
while($r=mysql_fetch_object($q)) {
$dq=mysql_query("SELECT organization AS name FROM sponsors WHERE id='$r->sponsors_id'");
$dr=mysql_fetch_object($dq);
if($r->twomonth) $s="style=\"background-color: ".colour_to_percent(0).";\"";
else if($r->onemonth) $s="style=\"background-color: ".colour_to_percent(50).";\"";
else $s="";
$u = getUserForSponsor($r->sponsors_id);
$u=getUserForSponsor($r->sponsors_id);
echo "<tr $s>";
echo " <td>$dr->name</td>";
echo ' <td>' . format_date($r->datereceived) . '</td>';
echo ' <td style="text-align: right;">' . format_money($r->value) . '</td>';
echo ' <td style="text-align: center;">';
if ($u) {
echo "<a href=\"#\" onclick=\"return opencommunicationsender('{$u['uid']}','fundraising_thankyou_template');\">" . i18n('Generate Thank You') . '</a></td>';
} else {
echo i18n('No contact');
}
echo "<td align=\"center\"><input style=\"padding: 0px; margin: 0px;\" type=\"checkbox\" name=\"thanked[]\" value=\"$r->id\" onclick=\"return thanked($r->id)\"></td>\n";
echo "</tr>\n";
}
echo "</table>\n";
} else {
echo i18n("No Thank You's pending");
echo "<br />\n";
echo "<tr $s>";
echo " <td>$dr->name</td>";
echo " <td>".format_date($r->datereceived)."</td>";
echo " <td style=\"text-align: right;\">".format_money($r->value)."</td>";
echo " <td style=\"text-align: center;\">";
if($u) {
echo "<a href=\"#\" onclick=\"return opencommunicationsender('{$u['uid']}','fundraising_thankyou_template');\">".i18n("Generate Thank You")."</a></td>";
} else {
echo i18n("No contact");
}
echo "<td align=\"center\"><input style=\"padding: 0px; margin: 0px;\" type=\"checkbox\" name=\"thanked[]\" value=\"$r->id\" onclick=\"return thanked($r->id)\"></td>\n";
echo "</tr>\n";
}
echo "</table>\n";
}else {
echo i18n("No Thank You's pending");
echo "<br />\n";
}
?>
</form>
<br />
<h4><?= i18n('Receipts to Issue') ?></h4>
<h4><?=i18n("Receipts to Issue")?></h4>
<?
$q = $pdo->prepare("SELECT value, receiptrequired, receiptsent, status, sponsors_id, datereceived,
\tDATE_ADD(datereceived, INTERVAL 1 MONTH) < NOW() AS onemonth,
\tDATE_ADD(datereceived, INTERVAL 2 MONTH) < NOW() AS twomonth
$q=mysql_query("SELECT value, receiptrequired, receiptsent, status, sponsors_id, datereceived,
DATE_ADD(datereceived, INTERVAL 1 MONTH) < NOW() AS onemonth,
DATE_ADD(datereceived, INTERVAL 2 MONTH) < NOW() AS twomonth
FROM fundraising_donations
WHERE (receiptrequired='yes' AND receiptsent='no') AND status='received'
AND fiscalyear='{$config['FISCALYEAR']}'
ORDER BY datereceived
");
$q->execute();
show_pdo_errors_if_any($pdo);
if ($q->rowCount()) {
echo '<table class="tableview">';
echo '<tr><th>' . i18n('Name') . "</th>\n";
echo '<th>' . i18n('Date Received') . "</th>\n";
echo '<th>' . i18n('Amount') . "</th>\n";
echo '<th>' . i18n('Generate Receipt') . "</th>\n";
echo mysql_error();
if(mysql_num_rows($q)) {
echo "<table class=\"tableview\">";
echo "<tr><th>".i18n("Name")."</th>\n";
echo "<th>".i18n("Date Received")."</th>\n";
echo "<th>".i18n("Amount")."</th>\n";
echo "<th>".i18n("Generate Receipt")."</th>\n";
echo "</tr>\n";
while($r=mysql_fetch_object($q)) {
$dq=mysql_query("SELECT organization AS name FROM sponsors WHERE id='$r->sponsors_id'");
$dr=mysql_fetch_object($dq);
if($r->twomonth) $s="style=\"background-color: ".colour_to_percent(0).";\"";
else if($r->onemonth) $s="style=\"background-color: ".colour_to_percent(50).";\"";
else $s="";
echo "<tr $s>";
echo " <td>$dr->name</td>";
echo " <td>".format_date($r->datereceived)."</td>";
echo " <td style=\"text-align: right;\">".format_money($r->value)."</td>";
echo " <td style=\"text-align: center;\">";
echo "<a href=\"#\" onclick=\"return false;\">".i18n("Generate Receipt")."</a></td>";
echo "</tr>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$dq = $pdo->prepare("SELECT organization AS name FROM sponsors WHERE id='$r->sponsors_id'");
$dq->execute();
$dr = $dq->fetch(PDO::FETCH_OBJ);
if ($r->twomonth)
$s = 'style="background-color: ' . colour_to_percent(0) . ';"';
else if ($r->onemonth)
$s = 'style="background-color: ' . colour_to_percent(50) . ';"';
else
$s = '';
echo "<tr $s>";
echo " <td>$dr->name</td>";
echo ' <td>' . format_date($r->datereceived) . '</td>';
echo ' <td style="text-align: right;">' . format_money($r->value) . '</td>';
echo ' <td style="text-align: center;">';
echo '<a href="#" onclick="return false;">' . i18n('Generate Receipt') . '</a></td>';
echo "</tr>\n";
}
echo "</table>\n";
} else {
echo i18n('No Receipts pending');
echo "<br />\n";
}
echo "</table>\n";
}else {
echo i18n("No Receipts pending");
echo "<br />\n";
}
?>
<br />
<h4><?= i18n('Appeal Follow-Ups') ?></h4>
<h4><?=i18n("Appeal Follow-Ups")?></h4>
<?
$q = $pdo->prepare('SELECT * FROM fundraising_campaigns WHERE followupdate>=NOW() ORDER BY followupdate LIMIT 5');
$q->execute();
show_pdo_errors_if_any($pdo);
if ($q->rowCount()) {
echo '<table class="tableview">';
echo '<thead><tr>';
echo ' <th>' . i18n('Appeal') . "</th>\n";
echo ' <th>' . i18n('Start Date') . "</th>\n";
echo ' <th>' . i18n('Follow-Up Date') . "</th>\n";
echo "</tr></thead>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<tr><td>$r->name</td><td>" . format_date($r->startdate) . '</td><td>' . format_date($r->followupdate) . "</td></tr>\n";
}
echo "</table>\n";
} else {
echo i18n('No appeal follow-ups');
echo "<br />\n";
$q=mysql_query("SELECT * FROM fundraising_campaigns WHERE followupdate>=NOW() ORDER BY followupdate LIMIT 5");
echo mysql_error();
if(mysql_num_rows($q)) {
echo "<table class=\"tableview\">";
echo "<thead><tr>";
echo " <th>".i18n("Appeal")."</th>\n";
echo " <th>".i18n("Start Date")."</th>\n";
echo " <th>".i18n("Follow-Up Date")."</th>\n";
echo "</tr></thead>\n";
while($r=mysql_fetch_object($q)) {
echo "<tr><td>$r->name</td><td>".format_date($r->startdate)."</td><td>".format_date($r->followupdate)."</td></tr>\n";
}
echo "</table>\n";
} else {
echo i18n("No appeal follow-ups");
echo "<br />\n";
}
?>
<br />
<h4>Upcoming Proposals</h4>
<?
$q = $pdo->prepare('SELECT * FROM sponsors WHERE fundingselectiondate>=NOW() OR proposalsubmissiondate>=NOW() ORDER BY fundingselectiondate LIMIT 5');
$q->execute();
show_pdo_errors_if_any($pdo);
if ($q->rowCount()) {
echo '<table class="tableview">';
echo '<tr>';
echo ' <th>' . i18n('Name') . "</th>\n";
echo ' <th>' . i18n('Proposal Submission Date') . "</th>\n";
echo ' <th>' . i18n('Funding Selection Date') . "</th>\n";
$q=mysql_query("SELECT * FROM sponsors WHERE fundingselectiondate>=NOW() OR proposalsubmissiondate>=NOW() ORDER BY fundingselectiondate LIMIT 5");
echo mysql_error();
if(mysql_num_rows($q)) {
echo "<table class=\"tableview\">";
echo "<tr>";
echo " <th>".i18n("Name")."</th>\n";
echo " <th>".i18n("Proposal Submission Date")."</th>\n";
echo " <th>".i18n("Funding Selection Date")."</th>\n";
echo "</tr>\n";
while($r=mysql_fetch_object($q)) {
echo "<tr><td>$r->organization</td>";
echo "<td>".format_date($r->proposalsubmissiondate)."</td>";
echo "<td>".format_date($r->fundingselectiondate)."</td>";
echo "</tr>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<tr><td>$r->organization</td>";
echo '<td>' . format_date($r->proposalsubmissiondate) . '</td>';
echo '<td>' . format_date($r->fundingselectiondate) . '</td>';
echo "</tr>\n";
}
echo "</table>\n";
} else {
echo i18n('No proposals upcoming');
}
exit;
} else if (get_value_from_array($_POST, 'thanked')) {
foreach ($_POST['thanked'] AS $t) {
$stmt = $pdo->prepare("UPDATE fundraising_donations SET thanked='yes' WHERE id='$t'");
$stmt->execute();
}
echo "</table>\n";
} else {
echo i18n("No proposals upcoming");
}
send_header('Fundraising',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Fundraising' => 'admin/fundraising.php'),
'fundraising');
exit;
}
else if (count($_POST['thanked'])) {
foreach($_POST['thanked'] AS $t) {
mysql_query("UPDATE fundraising_donations SET thanked='yes' WHERE id='$t'");
}
}
send_header("Fundraising",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Fundraising' => 'admin/fundraising.php'),
"fundraising"
);
?>
<script type="text/javascript">
$(document).ready(function() {
@ -319,5 +298,5 @@ function opencommunicationsender(uid,template) {
<div id="dashboard"></div>
<?
send_footer();
send_footer();
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,58 +1,55 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2009 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2009 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('fundraising_common.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("fundraising_common.inc.php");
$userslist = array();
$otherlist = array();
$userslist=array();
$otherlist=array();
if ($_POST['donortype'] == 'organization') {
$q = $pdo->prepare('SELECT id, organization AS name, address, address2, city, province_code, postalcode FROM sponsors ORDER BY name');
if($_POST['donortype']=="organization") {
$q=mysql_query("SELECT id, organization AS name, address, address2, city, province_code, postalcode FROM sponsors ORDER BY name");
echo mysql_error();
$q->execute();
show_pdo_errors_if_any($pdo);
if(!$_POST['contacttype'])
$contacttype=array("primary","secondary");
else
$contacttype=$_POST['contacttype'];
if (!$_POST['contacttype'])
$contacttype = array('primary', 'secondary');
else
$contacttype = $_POST['contacttype'];
$primary = '';
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
foreach ($contacttype AS $ct) {
switch ($ct) {
case 'primary':
$primary = 'yes';
break;
case 'secondary':
$primary = 'no';
break;
}
$cq = $pdo->prepare("SELECT *,MAX(year) FROM users LEFT JOIN users_sponsor ON users_sponsor.users_id=users.id
$primary="";
while($r=mysql_fetch_object($q)) {
foreach($contacttype AS $ct) {
switch($ct) {
case "primary":
$primary="yes";
break;
case "secondary":
$primary="no";
break;
}
$cq = mysql_query("SELECT *,MAX(year) FROM users LEFT JOIN users_sponsor ON users_sponsor.users_id=users.id
WHERE
sponsors_id='" . $r->id . "'
AND `primary`='$primary'
@ -61,180 +58,185 @@ if ($_POST['donortype'] == 'organization') {
HAVING deleted='no'
ORDER BY users_sponsor.primary DESC,lastname,firstname
");
$cq->execute();
show_pdo_errors_if_any($pdo);
while ($cr = $cq->fetch(PDO::FETCH_OBJ)) {
if (!$userslist[$cr->uid])
$userslist[$cr->uid] = user_load($cr->users_id);
echo mysql_error();
while($cr=mysql_fetch_object($cq)) {
if(!$userslist[$cr->uid])
$userslist[$cr->uid]=user_load($cr->users_id);
}
}
}
}
else if($_POST['donortype']=="individual") {
if(!$_POST['individual_type'])
$individual_type=array("judge","teacher","sciencehead","principal","parent","mentor","committee","volunteer","students");
else
$individual_type=$_POST['individual_type'];
foreach($individual_type AS $t) {
$query="SELECT *,MAX(year) FROM users WHERE types LIKE '%$t%' GROUP BY uid HAVING deleted='no' ORDER BY lastname,firstname";
$q=mysql_query($query);
echo mysql_error();
while($r=mysql_fetch_object($q)) {
if(!$userslist[$r->uid])
$userslist[$r->uid]=user_load_by_uid($r->uid);
}
}
}
//okie dokie, now we need to filter ou the list on the other criteria
if($_POST['emailaddress']) {
$emailaddress=$_POST['emailaddress'];
}
else {
$emailaddress=array("available","not available");
}
if(count($emailaddress)==1) {
$emailavailablelist=array();
$emailnotavailablelist=array();
foreach($userslist AS $uid=>$u) {
if($u['email'])
$emailavailablelist[$uid]=$u;
else
$emailnotavailablelist[$uid]=$u;
}
if($emailaddress[0]=="available") {
$userslist=$emailavailablelist;
} else {
$userslist=$emailnotavailablelist;
}
}
if($_POST['donationhistory']) {
$donationhistory=$_POST['donationhistory'];
}
else {
$donationhistory=array("never","past","lastyear","thisyear");
}
/*
FIXME: put this back in as it would eliminate a lot of processing
if(in_array('never',$donationhistory) && in_array('past',$donationhistory)) {
//these cancel eachother out basically, so include everyone
unset($donationhistory[array_search("never",$donationhistory)]);
unset($donationhistory[array_search("past",$donationhistory)]);
}
*/
$neverlist=$userslist;
$pastlist=$userslist;
$lastyearlist=$userslist;
$thisyearlist=$userslist;
//if they dont have a sponsors id, then they,ve never donated for sure, so keep them
//if they DO have a sponsors id, we need to check if tere is a donation record for them
//and if so, remove them if there is because tey have donated in the past
foreach($neverlist AS $uid=>$u) {
if($u['sponsors_id']) {
$q=mysql_query("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}'");
if(mysql_num_rows($q)) {
// echo "removing $uid because they have donated in the past <br />";
unset($neverlist[$uid]);
}
}
}
} else if ($_POST['donortype'] == 'individual') {
if (!$_POST['individual_type'])
$individual_type = array('judge', 'teacher', 'sciencehead', 'principal', 'parent', 'mentor', 'committee', 'volunteer', 'students');
else
$individual_type = $_POST['individual_type'];
foreach ($individual_type AS $t) {
$query = "SELECT *,MAX(year) FROM users WHERE types LIKE '%$t%' GROUP BY uid HAVING deleted='no' ORDER BY lastname,firstname";
$q = $pdo->prepare($query);
$q->execute();
show_pdo_errors_if_any($pdo);
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if (!$userslist[$r->uid])
$userslist[$r->uid] = user_load_by_uid($r->uid);
}
}
}
// okie dokie, now we need to filter ou the list on the other criteria
if ($_POST['emailaddress']) {
$emailaddress = $_POST['emailaddress'];
} else {
$emailaddress = array('available', 'not available');
}
if (count($emailaddress) == 1) {
$emailavailablelist = array();
$emailnotavailablelist = array();
foreach ($userslist AS $uid => $u) {
if ($u['email'])
$emailavailablelist[$uid] = $u;
else
$emailnotavailablelist[$uid] = $u;
}
if ($emailaddress[0] == 'available') {
$userslist = $emailavailablelist;
} else {
$userslist = $emailnotavailablelist;
}
}
if ($_POST['donationhistory']) {
$donationhistory = $_POST['donationhistory'];
} else {
$donationhistory = array('never', 'past', 'lastyear', 'thisyear');
}
/*
* FIXME: put this back in as it would eliminate a lot of processing
*
* if(in_array('never',$donationhistory) && in_array('past',$donationhistory)) {
* //these cancel eachother out basically, so include everyone
* unset($donationhistory[array_search("never",$donationhistory)]);
* unset($donationhistory[array_search("past",$donationhistory)]);
* }
*/
$neverlist = $userslist;
$pastlist = $userslist;
$lastyearlist = $userslist;
$thisyearlist = $userslist;
// if they dont have a sponsors id, then they,ve never donated for sure, so keep them
// if they DO have a sponsors id, we need to check if tere is a donation record for them
// and if so, remove them if there is because tey have donated in the past
foreach ($neverlist AS $uid => $u) {
if ($u['sponsors_id']) {
$q = $pdo->prepare("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}'");
$q->execute();
if ($q->rowCount()) {
// echo "removing $uid because they have donated in the past <br />";
unset($neverlist[$uid]);
}
}
}
// if they dont have a sponsors id, then they,ve never donated for sure, get rid of them
// if they DO have a sponsors id, we need to check if tere is a donation record for them
// and if not remove them if there is because tey have not donated in the past
foreach ($pastlist AS $uid => $u) {
if ($u['sponsors_id']) {
$q = $pdo->prepare("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}'");
$q->execute();
if (!$q->rowCount()) {
// echo "removing $uid because they have NOT donated in the past <br />";
unset($pastlist[$uid]);
}
} else {
//if they dont have a sponsors id, then they,ve never donated for sure, get rid of them
//if they DO have a sponsors id, we need to check if tere is a donation record for them
//and if not remove them if there is because tey have not donated in the past
foreach($pastlist AS $uid=>$u) {
if($u['sponsors_id']) {
$q=mysql_query("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}'");
if(!mysql_num_rows($q)) {
// echo "removing $uid because they have NOT donated in the past <br />";
unset($pastlist[$uid]);
}
}
$lastyear = $config['FISCALYEAR'] - 1;
foreach ($lastyearlist AS $uid => $u) {
if ($u['sponsors_id']) {
$q = $pdo->prepare("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}' AND fiscalyear='$lastyear'");
$q->execute();
if (!$q->rowCount()) {
// echo "removing $uid because they have NOT donated last year <br />";
unset($lastyearlist[$uid]);
unset($pastlist[$uid]);
}
}
} else {
else {
// echo "removing $uid because they have NOT donated in the past <br />";
unset($pastlist[$uid]);
}
}
$lastyear=$config['FISCALYEAR']-1;
foreach($lastyearlist AS $uid=>$u) {
if($u['sponsors_id']) {
$q=mysql_query("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}' AND fiscalyear='$lastyear'");
if(!mysql_num_rows($q)) {
// echo "removing $uid because they have NOT donated last year <br />";
unset($lastyearlist[$uid]);
}
}
foreach ($thisyearlist AS $uid => $u) {
if ($u['sponsors_id']) {
$q = $pdo->prepare("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}' AND fiscalyear='{$config['FISCALYEAR']}'");
$q->execcute();
if (!$q->rowCount()) {
// echo "removing $uid because they have NOT donated this year <br />";
unset($thisyearlist[$uid]);
unset($lastyearlist[$uid]);
}
}
else {
// echo "removing $uid because they have NOT donated last year <br />";
unset($lastyearlist[$uid]);
}
}
foreach($thisyearlist AS $uid=>$u) {
if($u['sponsors_id']) {
$q=mysql_query("SELECT * FROM fundraising_donations WHERE status='received' AND sponsors_id='{$u['sponsors_id']}' AND fiscalyear='{$config['FISCALYEAR']}'");
if(!mysql_num_rows($q)) {
// echo "removing $uid because they have NOT donated this year <br />";
unset($thisyearlist[$uid]);
}
}
else {
// echo "removing $uid because they have NOT donated this year <br />";
unset($thisyearlist[$uid]);
}
} else {
// echo "removing $uid because they have NOT donated this year <br />";
unset($thisyearlist[$uid]);
}
}
/*
* echo "neverlist:".count($neverlist)."<br />";
* echo "pastlist:".count($pastlist)."<br />";
* echo "lastyearlist:".count($lastyearlist)."<br />";
* echo "thisyearlist:".count($thisyearlist)."<br />";
*/
echo "neverlist:".count($neverlist)."<br />";
echo "pastlist:".count($pastlist)."<br />";
echo "lastyearlist:".count($lastyearlist)."<br />";
echo "thisyearlist:".count($thisyearlist)."<br />";
*/
$userslist = array();
foreach ($donationhistory AS $dh) {
$arr = $dh . 'list';
foreach ($$arr AS $uid => $u) {
$userslist[$uid] = $u;
$userslist=array();
foreach($donationhistory AS $dh) {
$arr=$dh."list";
foreach($$arr AS $uid=>$u) {
$userslist[$uid]=$u;
}
}
if ($_GET['generatelist']) {
$campaignid = $_POST['fundraising_campaigns_id'];
$params = serialize($_POST);
if($_GET['generatelist']) {
$campaignid=$_POST['fundraising_campaigns_id'];
$params=serialize($_POST);
echo "params=$params";
$stmt = $pdo->prepare("UPDATE fundraising_campaigns SET filterparameters='{$params}' WHERE id='$campaignid'");
$stmt->execute();
$uids = array_keys($userslist);
foreach ($uids AS $u) {
$stmt = $pdo->prepare("INSERT INTO fundraising_campaigns_users_link (fundraising_campaigns_id, users_uid) VALUES ('$campaignid','$u')");
$stmt->execute();
mysql_query("UPDATE fundraising_campaigns SET filterparameters='{$params}' WHERE id='$campaignid'");
$uids=array_keys($userslist);
foreach($uids AS $u) {
mysql_query("INSERT INTO fundraising_campaigns_users_link (fundraising_campaigns_id, users_uid) VALUES ('$campaignid','$u')");
}
echo 'List created';
} else {
// just show the results
$usersnum = count($userslist);
echo i18n('%1 users match the given criteria', array($usersnum)) . ' <br />';
echo '<input type="submit" value="' . i18n('Generate List') . "\">\n";
// print_r($userslist);
// print_r($otherlist);
echo "List created";
}
else {
//just show the results
$usersnum=count($userslist);
echo i18n("%1 users match the given criteria",array($usersnum))." <br />";
echo "<input type=\"submit\" value=\"".i18n("Generate List")."\">\n";
//print_r($userslist);
//print_r($otherlist);
}
echo '<br /><br />';
echo nl2br(print_r($_POST, true));
echo "<br /><br />";
echo nl2br(print_r($_POST,true));
?>

View File

@ -1,13 +1,10 @@
<?
$campaign_types = array('Mail', 'Email', 'Phone', 'Personal Visit', 'Event', 'Other');
$salutations = array('Mr.', 'Mrs.', 'Ms', 'Dr.', 'Professor');
$campaign_types=array("Mail","Email","Phone","Personal Visit","Event","Other");
function getGoal($goal)
{
global $config, $pdo;
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE goal='$goal' AND fiscalyear='{$config['FISCALYEAR']}' LIMIT 1");
$q->execute();
return $q->fetch(PDO::FETCH_OBJ);
function getGoal($goal) {
global $config;
$q=mysql_query("SELECT * FROM fundraising_goals WHERE goal='$goal' AND fiscalyear='{$config['FISCALYEAR']}' LIMIT 1");
return mysql_fetch_object($q);
}
?>

View File

@ -1,68 +1,65 @@
<?
if ($_POST['action'] == 'funddelete' && $_POST['delete']) {
// first lookup all the sponsorships inside the fund
$id = intval($_POST['delete']);
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE id='$id' AND year='" . $config['FISCALYEAR'] . "'");
$q->execute();
$f = $q->fetch(PDO::FETCH_OBJ);
// hold yer horses, no deleting system funds!
if ($f) {
if ($f->system == 'no') {
$stmt = $pdo->prepare("DELETE FROM fundraising_donations WHERE fundraising_goal='" . $f->type . "' AND fiscalyear='" . $config['FISCALYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM fundraising_goals WHERE id='$id'");
$stmt->execute();
if ($pdo->rowCount())
happy_('Successfully removed fund %1', array($f->name));
} else {
error_('Cannot remove system fund');
if($_POST['action']=="funddelete" && $_POST['delete']) {
//first lookup all the sponsorships inside the fund
$id=intval($_POST['delete']);
$q=mysql_query("SELECT * FROM fundraising_goals WHERE id='$id' AND year='".$config['FISCALYEAR']."'");
$f=mysql_fetch_object($q);
//hold yer horses, no deleting system funds!
if($f) {
if($f->system=="no") {
mysql_query("DELETE FROM fundraising_donations WHERE fundraising_goal='".mysql_real_escape_string($f->type)."' AND fiscalyear='".$config['FISCALYEAR']."'");
mysql_query("DELETE FROM fundraising_goals WHERE id='$id'");
if(mysql_affected_rows())
happy_("Successfully removed fund %1",array($f->name));
}
else {
error_("Cannot remove system fund");
}
}
exit;
exit;
}
if ($_POST['action'] == 'fundedit' || $_POST['action'] == 'fundadd') {
$fundraising_id = intval($_POST['fundraising_id']);
if ($fundraising_id) {
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE id='$fundraising_id'");
$q->execute();
$f = $q->fetch(PDO::FETCH_OBJ);
$system = $f->system;
if($_POST['action']=="fundedit" || $_POST['action']=="fundadd") {
$fundraising_id=intval($_POST['fundraising_id']);
if($fundraising_id) {
$q=mysql_query("SELECT * FROM fundraising_goals WHERE id='$fundraising_id'");
$f=mysql_fetch_object($q);
$system=$f->system;
}
$name = $_POST['name'];
$goal = $_POST['goal'];
$description = $_POST['description'];
$budget = intval($_POST['budget']);
$name=mysql_real_escape_string($_POST['name']);
$goal=mysql_real_escape_string($_POST['goal']);
$description=mysql_real_escape_string($_POST['description']);
$budget=intval($_POST['budget']);
}
if ($_POST['action'] == 'fundedit') {
if (($system == 'yes' && $budget) || ($system == 'no' && $budget && $goal && $name)) {
if ($system == 'yes') {
$stmt = $pdo->prepare("UPDATE fundraising SET budget='$budget', description='$description' WHERE id='$fundraising_id'");
$stmt->execute();
} else {
$stmt = $pdo->prepare("UPDATE fundraising SET budget='$budget', description='$description', goal='$goal', name='$name' WHERE id='$fundraising_id'");
$stmt->execute();
if($_POST['action']=="fundedit") {
if( ($system=="yes" && $budget) || ($system=="no" && $budget && $goal && $name) ) {
if($system=="yes") {
mysql_query("UPDATE fundraising SET budget='$budget', description='$description' WHERE id='$fundraising_id'");
}
if ($pdo->errorInfo())
error_('MySQL Error: %1', array($pdo->errorInfo()));
else {
mysql_query("UPDATE fundraising SET budget='$budget', description='$description', goal='$goal', name='$name' WHERE id='$fundraising_id'");
}
if(mysql_error())
error_("MySQL Error: %1",array(mysql_error()));
else
happy_('Saved fund changes');
} else {
error_('Required fields were missing, please try again');
happy_("Saved fund changes");
}
exit;
else {
error_("Required fields were missing, please try again");
}
exit;
}
if ($_POST['action'] == 'fundadd') {
if ($goal && $type && $name) {
$stmt = $pdo->prepare("INSERT INTO fundraising_goals (goal,name,description,system,budget,fiscalyear) VALUES ('$goal','$name','$description','no','$budget','{$config['FISCALYEAR']}')");
$stmt->execute();
happy_('Added new fund');
} else
error_('Required fields were missing, please try again');
if ($pdo->errorInfo())
error_('MySQL Error: %1', array($pdo->errorInfo()));
exit;
if($_POST['action']=="fundadd") {
if( $goal && $type && $name) {
mysql_query("INSERT INTO fundraising_goals (goal,name,description,system,budget,fiscalyear) VALUES ('$goal','$name','$description','no','$budget','{$config['FISCALYEAR']}')");
happy_("Added new fund");
}
else
error_("Required fields were missing, please try again");
if(mysql_error())
error_("MySQL Error: %1",array(mysql_error()));
exit;
}
?>

View File

@ -1,87 +0,0 @@
<?
if ($_GET['action'] == 'fundraisingmain') {
// this table is eventually going to be massive, and probably not in a tableview format, it'll show goals as well as all ongoing fund pledges, probabilities, etc as well as over/under, etc, all prettily colour coded.. basically a good overview of the total fundraising status of the fair.
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY system DESC,goal");
$q->execute();
echo '<table class="fundraisingtable">';
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
echo '<th><a title="' . i18n('Edit fund details') . "\" onclick=\"return popup_fund_editor('fundraising_types.php?id=$r->id')\" href=\"#\"><img border=\"0\" src=\"" . $config['SFIABDIRECTORY'] . '/images/16/edit.' . $config['icon_extension'] . '"></a>';
if ($r->system == 'no') {
// echo "<a title=\"".i18n("Remove Fund")."\" onclick=\"return confirmClick('Are you sure you want to remove this fund and all sponsorships inside it?')\" href=\"fundraising.php?action=funddelete&delete=$r->id\">";
echo "<img style=\"cursor:pointer\" onclick=\"return delete_fund($r->id)\" border=\"0\" src=\"" . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '">';
// echo "</a>";
}
echo "</th>\n";
echo '<th colspan="5">' . i18n($r->name) . "</th>\n";
echo '<th style="text-align: right"><nobr>' . format_money($r->budget) . "</nobr></th>\n";
echo "</tr>\n";
if ($r->type == 'general')
$orsql .= 'OR fundraising_type IS NULL';
$typetotal = 0;
$typeprobtotal = 0;
$sq = $pdo->prepare("
SELECT fundraising_donations.id, sponsors.organization AS name, fundraising_donations.value, fundraising_donations.status, fundraising_donations.probability
\t FROM fundraising_donations
\t JOIN sponsors ON fundraising_donations.sponsors_id=sponsors.id
\t WHERE (fundraising_donations.fundraising_goal='$r->goal' $orsql)
\t AND fundraising_donations.fiscalyear='{$config['FISCALYEAR']}'
UNION
SELECT fundraising_donations.id, CONCAT(users.firstname,' ',users.lastname) AS name, fundraising_donations.value, fundraising_donations.status, fundraising_donations.probability
\t FROM fundraising_donations
\t JOIN users ON fundraising_donations.users_uid=users.uid
\t WHERE (fundraising_donations.fundraising_goal='$r->goal' $orsql)
\t AND fundraising_donations.fiscalyear='{$config['FISCALYEAR']}'
\t ORDER BY status DESC, probability DESC, name
");
$sq->execute();
show_pdo_errors_if_any($pdo);
while ($sr = $sq->fetch(PDO::FETCH_OBJ)) {
echo "<tr id=\"sponsorships_$sr->id\" class=\"fundraising{$sr->status}\">";
echo '<td>';
echo "<img style=\"cursor:pointer;\" onclick=\"delete_sponsorship($sr->id)\" border=\"0\" src=\"" . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '">';
echo '</td>';
echo "<td style=\"cursor: pointer;\" onclick=\"popup_sponsorship_editor('fundraising_sponsorship.php?id=$sr->id&fundraising_type=$r->type')\">";
echo "$sr->name</td>\n";
echo "<td>$sr->status</td>";
echo '<td>';
if ($sr->status == 'pending') {
echo "$sr->probability%";
echo '</td>';
echo '<td><nobr>' . format_money($sr->value) . '</nobr></td>';
} else
echo "</td><td></td>\n";
$probval = $sr->probability / 100 * $sr->value;
echo '<td style="text-align: right"><nobr>' . format_money($probval) . '</nobr></td>';
echo "<td></td>\n";
echo "</tr>\n";
$typeprobtotal += $probval;
$typetotal += $sr->value;
}
echo '<tr>';
echo "<td><a onclick=\"return popup_sponsorship_editor('fundraising_sponsorship.php?fundraising_type=$r->type')\" href=\"#\">add</a></td>";
echo '<td colspan="3" style="text-align: right; font-weight: bold;">' . i18n('%1 Total', array($r->name), array('Fundraising type total, eg) Award Sponsorship Total')) . "</td>\n";
echo '<td style="font-weight: bold; text-align: right;"><nobr>' . format_money($typetotal) . "</nobr></td>\n";
echo '<td style="font-weight: bold; text-align: right;"><nobr>' . format_money($typeprobtotal) . "</nobr></td>\n";
$typediff = $typeprobtotal - $r->goal;
echo '<td style="font-weight: bold; text-align: right;"><nobr>' . format_money($typediff) . "</nobr></td>\n";
echo "</tr>\n";
$totalgoal += $r->goal;
$totaldiff += $typediff;
echo "<tr><td colspan=\"7\">&nbsp;</td></tr>\n";
}
echo '<tr>';
echo '<td colspan="2"><a onclick="return popup_fund_editor(\'fundraising_types.php\')" href="#">add fund type</a></td>';
echo '<td colspan="4" style="font-weight: bold; text-align: right;">' . i18n('Total Net Position') . '</td><td style="text-align: right; font-weight: bold;">' . format_money($totaldiff) . "</td></tr>\n";
echo "</table>\n";
exit;
}

View File

@ -1,37 +1,37 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2009 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2009 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('fundraising_common.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("fundraising_common.inc.php");
send_header('Fundraising Reports',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Fundraising' => 'admin/fundraising.php'),
'fundraising');
send_header("Fundraising Reports",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Fundraising' => 'admin/fundraising.php'),
"fundraising"
);
?>
<script type="text/javascript">
$(document).ready( function(){
@ -52,20 +52,18 @@ $(document).ready( function(){
<select name="fundraising_campaigns_id">
<option value="">All appeals</option>
<?
$q = $pdo->prepare("SELECT * FROM fundraising_campaigns WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY name");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<option value=\"$r->id\">$r->name</option>\n";
}
?>
$q=mysql_query("SELECT * FROM fundraising_campaigns WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY name");
while($r=mysql_fetch_object($q)) {
echo "<option value=\"$r->id\">$r->name</option>\n";
}
?>
</select>
</td></tr>
<tr><td>
Report Type:
</td><td>
<select name="type">
<!-- FIXME -->
<!--<option value="pdf">PDF</option>-->
<option value="pdf">PDF</option>
<option value="csv">CSV</option>
</select>
</td></tr>
@ -84,20 +82,18 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) {
<select name="goal">
<option value="">All purposes</option>
<?
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY name");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<option value=\"$r->goal\">$r->name</option>\n";
}
?>
$q=mysql_query("SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY name");
while($r=mysql_fetch_object($q)) {
echo "<option value=\"$r->goal\">$r->name</option>\n";
}
?>
</select>
</td></tr>
<tr><td>
Report Type:
</td><td>
<select name="type">
<!-- FIXME -->
<!--<option value="pdf">PDF</option>-->
<option value="pdf">PDF</option>
<option value="csv">CSV</option>
</select>
</td></tr>
@ -115,5 +111,5 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) {
<li><a href="#">(custom reports will be here)</a></li>
</ul>
<?
send_footer();
send_footer();
?>

View File

@ -1,152 +1,154 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2009 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2009 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('fundraising_common.inc.php');
require_once ('../lpdf.php');
require_once ('../lcsv.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("fundraising_common.inc.php");
require_once("../lpdf.php");
require_once("../lcsv.php");
$id=intval($_GET['id']);
$type=$_GET['type'];
$id = intval($_GET['id']);
$type = $_GET['type'];
if ($id && $type) {
switch ($id) {
case 1:
if ($type == 'csv') {
$rep = new lcsv($config['FAIRNAME']);
} else if ($type == 'pdf') {
$rep = new lpdf(i18n($config['fairname']),
i18n('List of Prospects By Appeal'),
$_SERVER['DOCUMENT_ROOT'] . $config['SFIABDIRECTORY'] . '/data/logo-200.gif');
if($id && $type) {
switch($id) {
case 1:
if($type=="csv") {
$rep=new lcsv($config['FAIRNAME']);
} else if($type=="pdf") {
$rep=new lpdf( i18n($config['fairname']),
i18n("List of Prospects By Appeal"),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/{$conference['id']}-logo-200.gif"
);
$rep->newPage();
$rep->setFontSize(8);
}
$sql = "SELECT * FROM fundraising_campaigns WHERE fiscalyear='{$config['FISCALYEAR']}' ";
if ($_GET['fundraising_campaigns_id']) {
$sql .= " AND id='" . intval($_GET['fundraising_campaigns_id']) . "'";
}
$sql .= ' ORDER BY name';
$q = $pdo->prepare($sql);
$q->execute();
show_pdo_errors_if_any($pdo);
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$rep->heading($r->name);
$table = array();
$table['header'] = array('Name', 'Contact', 'Phone', 'Address', '$ appeal', '$ this year', '$ last year', '%chg');
$table['widths'] = array(1.5, 1, 1, 1, 0.9, 0.9, 0.9, 0.5);
$table['dataalign'] = array('left', 'left', 'left', 'left', 'right', 'right', 'right', 'center');
}
$sql="SELECT * FROM fundraising_campaigns WHERE fiscalyear='{$config['FISCALYEAR']}' ";
if($_GET['fundraising_campaigns_id']) {
$sql.=" AND id='".intval($_GET['fundraising_campaigns_id'])."'";
}
$sql.=" ORDER BY name";
$q=mysql_query($sql);
echo mysql_error();
while($r=mysql_fetch_object($q)) {
$rep->heading($r->name);
$table=array();
$table['header']=array("Name","Contact","Phone","Address","$ appeal","$ this year","$ last year","%chg");
$table['widths']=array(1.5,1,1,1,0.9,0.9,0.9,0.5);
$table['dataalign']=array("left","left","left","left","right","right","right","center");
$thisyear = $config['FISCALYEAR'];
$lastyear = $config['FISCALYEAR'] - 1;
$thisyear=$config['FISCALYEAR'];
$lastyear=$config['FISCALYEAR']-1;
$pq = $pdo->prepare("SELECT * FROM fundraising_campaigns_users_link WHERE fundraising_campaigns_id='$r->id'");
$pq->execute();
while ($pr = $pq->fetch(PDO::FETCH_OBJ)) {
$u = user_load_by_uid($pr->users_uid);
// hopefully this never returns false, but who knows..
if ($u) {
// we only want the primaries, yea, i know... we have this werid confusing between a USER being linked to a sponsor and then a sponsor having multiple users
// and then only getting the primary contact for the sponsor even if it might not be the user thats in teh campaign... my brain hurts
$pq=mysql_query("SELECT * FROM fundraising_campaigns_users_link WHERE fundraising_campaigns_id='$r->id'");
while($pr=mysql_fetch_object($pq)) {
$u=user_load_by_uid($pr->users_uid);
//hopefully this never returns false, but who knows..
if($u) {
//we only want the primaries, yea, i know... we have this werid confusing between a USER being linked to a sponsor and then a sponsor having multiple users
//and then only getting the primary contact for the sponsor even if it might not be the user thats in teh campaign... my brain hurts
// if($u['primary']=="no")
// continue;
// gah i dont know what the heck to do here
//gah i dont know what the heck to do here
if ($u['sponsors_id']) {
$cq = $pdo->prepare("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='{$u['sponsors_id']}' AND fundraising_campaigns_id='$r->id' AND status='received' AND fiscalyear='$thisyear'");
$cq->execute();
$cr = $cq->fetch(PDO::FETCH_OBJ);
$thisappeal = $cr->total;
$cq = $pdo->prepare("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='{$u['sponsors_id']}' AND status='received' AND fiscalyear='$thisyear'");
$cq->execute();
$cr = $cq->fetch(PDO::FETCH_OBJ);
$thisyeartotal = $cr->total;
$cq = $pdo->prepare("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='{$u['sponsors_id']}' AND status='received' AND fiscalyear='$lastyear'");
$cq->execute();
$cr = $cq->fetch(PDO::FETCH_OBJ);
$lastyeartotal = $cr->total;
if ($lastyeartotal)
$change = round(($thisyeartotal - $lastyeartotal) / $lastyeartotal * 100);
if($u['sponsors_id']) {
$cq=mysql_query("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='{$u['sponsors_id']}' AND fundraising_campaigns_id='$r->id' AND status='received' AND fiscalyear='$thisyear'");
$cr=mysql_fetch_object($cq);
$thisappeal=$cr->total;
$cq=mysql_query("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='{$u['sponsors_id']}' AND status='received' AND fiscalyear='$thisyear'");
$cr=mysql_fetch_object($cq);
$thisyeartotal=$cr->total;
$cq=mysql_query("SELECT SUM(value) AS total FROM fundraising_donations WHERE sponsors_id='{$u['sponsors_id']}' AND status='received' AND fiscalyear='$lastyear'");
$cr=mysql_fetch_object($cq);
$lastyeartotal=$cr->total;
if($lastyeartotal)
$change=round(($thisyeartotal-$lastyeartotal)/$lastyeartotal*100);
else
$change = 'N/A';
$name = $u['sponsor']['organization'];
} else {
$name = $u['firstname'] . ' ' . $u['lastname'];
$thisappeal = 0;
$thisyeartotal = 0;
$lastyeartotal = 0;
$change = 0;
$change="N/A";
$name=$u['sponsor']['organization'];
}
$table['data'][] = array(
$name,
$u['firstname'] . ' ' . $u['lastname'],
$u['phonework'],
$u['address'] . ' ' . $u['address2'],
$thisappeal,
$thisyeartotal,
$lastyeartotal,
$change
else {
$name=$u['firstname']." " .$u['lastname'];
$thisappeal=0;
$thisyeartotal=0;
$lastyeartotal=0;
$change=0;
}
$table['data'][]=array(
$name,
$u['firstname']." " .$u['lastname'],
$u['phonework'],
$u['address']." ".$u['address2'],
$thisappeal,
$thisyeartotal,
$lastyeartotal,
$change
);
}
}
$rep->addTable($table);
}
}
$rep->addTable($table);
break;
}
case 2:
if ($type == 'csv') {
$rep = new lcsv($config['FAIRNAME'], 'Results of Appeal by Purpose', '');
} else if ($type == 'pdf') {
$rep = new lpdf(i18n($config['fairname']),
i18n('Results of Appeal by Purpose'),
$_SERVER['DOCUMENT_ROOT'] . $config['SFIABDIRECTORY'] . '/data/logo-200.gif');
break;
case 2:
if($type=="csv") {
$rep=new lcsv($config['FAIRNAME'],'Results of Appeal by Purpose',"");
} else if($type=="pdf") {
$rep=new lpdf( i18n($config['fairname']),
i18n("Results of Appeal by Purpose"),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/{$conference['id']}-logo-200.gif"
);
$rep->newPage();
$rep->setFontSize(8);
}
$sql = "SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ";
if ($_GET['goal']) {
$sql .= " AND goal='" . $_GET['goal'] . "'";
}
$sql .= ' ORDER BY name';
$q = $pdo->prepare($sql);
$q->execute();
show_pdo_errors_if_any($pdo);
}
$sql="SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ";
if($_GET['goal']) {
$sql.=" AND goal='".mysql_real_escape_string($_GET['goal'])."'";
}
$sql.=" ORDER BY name";
$q=mysql_query($sql);
echo mysql_error();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$rep->heading($r->name) . ' (' . $r->budget . ')';
while($r=mysql_fetch_object($q)) {
$rep->heading($r->name)." (".$r->budget.")";
$table = array();
$table['header'] = array('Appeal Name', 'Target', 'Received', '% to Budget', '# of Prospects', '# of Donors/Sponsors', 'Rate of Response', 'Average Amount Given');
$table['widths'] = array(1.5, 0.5, 0.5, 0.75, 0.9, 0.9, 0.9, 0.5);
$table['dataalign'] = array('left', 'right', 'right', 'center', 'center', 'center', 'center', 'right');
$table=array();
$table['header']=array("Appeal Name","Target","Received","% to Budget","# of Prospects","# of Donors/Sponsors","Rate of Response","Average Amount Given");
$table['widths']=array(1.5,0.5,0.5,0.75,0.9,0.9,0.9,0.5);
$table['dataalign']=array("left","right","right","center","center","center","center","right");
$cq = $pdo->prepare("SELECT * FROM fundraising_campaigns WHERE fundraising_goal='$r->goal' AND fiscalyear='{$config['FISCALYEAR']}'");
$cq->execute();
while ($cr = $cq->fetch(PDO::FETCH_OBJ)) {
$table['data'][] = array(
$cq=mysql_query("SELECT * FROM fundraising_campaigns WHERE fundraising_goal='$r->goal' AND fiscalyear='{$config['FISCALYEAR']}'");
while($cr=mysql_fetch_object($cq)) {
$table['data'][]=array(
$cr->name,
$cr->target,
$received,
@ -154,18 +156,19 @@ if ($id && $type) {
$numprospects,
$numdonors,
$rate,
$avgamount
);
}
$avgamount);
}
$rep->addTable($table);
}
$rep->addTable($table);
}
break;
break;
}
$rep->output();
} else
header('Location: fundraising_reports.php');
}
else
header("Location: fundraising_reports.php");
?>

View File

@ -1,344 +1,318 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2009 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2009 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('committee', 'admin');
user_auth_required('admin');
// first, insert any default fundraising donor levels
$q = $pdo->prepare("SELECT * FROM fundraising_donor_levels WHERE fiscalyear='" . $config['FISCALYEAR'] . "'");
$q->execute();
if (!$q->rowCount()) {
$q = $pdo->prepare("SELECT * FROM fundraising_donor_levels WHERE fiscalyear='-1'");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$stmt = $pdo->prepare("INSERT INTO fundraising_donor_levels (`level`,`min`,`max`,`description`,`fiscalyear`) VALUES (
'" . $r->level . "',
'" . $r->min . "',
'" . $r->max . "',
'" . $r->description . "',
'" . $config['FISCALYEAR'] . ")')");
//first, insert any default fundraising donor levels
$q=mysql_query("SELECT * FROM fundraising_donor_levels WHERE fiscalyear='".$config['FISCALYEAR']."'");
if(!mysql_num_rows($q)) {
$q=mysql_query("SELECT * FROM fundraising_donor_levels WHERE fiscalyear='-1'");
while($r=mysql_fetch_object($q)) {
mysql_query("INSERT INTO fundraising_donor_levels (`level`,`min`,`max`,`description`,`fiscalyear`) VALUES (
'".mysql_real_escape_string($r->level)."',
'".mysql_real_escape_string($r->min)."',
'".mysql_real_escape_string($r->max)."',
'".mysql_real_escape_string($r->description)."',
'".$config['FISCALYEAR']."')");
}
}
$stmt->execute();
}
}
//first, insert any default fundraising goals
$q=mysql_query("SELECT * FROM fundraising_goals WHERE fiscalyear='".$config['FISCALYEAR']."'");
if(!mysql_num_rows($q)) {
$q=mysql_query("SELECT * FROM fundraising_goals WHERE fiscalyear='-1'");
while($r=mysql_fetch_object($q)) {
mysql_query("INSERT INTO fundraising_goals (`goal`,`name`,`description`,`system`,`budget`,`fiscalyear`) VALUES (
'".mysql_real_escape_string(stripslashes($r->goal))."',
'".mysql_real_escape_string(stripslashes($r->name))."',
'".mysql_real_escape_string(stripslashes($r->description))."',
'".mysql_real_escape_string($r->system)."',
'".mysql_real_escape_string($r->budget)."',
'".$config['FISCALYEAR']."')");
}
}
// first, insert any default fundraising goals
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE fiscalyear='" . $config['FISCALYEAR'] . "'");
$q->execute();
if (!$q->rowCount()) {
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE fiscalyear='-1'");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$stmt = $pdo->prepare("INSERT INTO fundraising_goals (`goal`,`name`,`description`,`system`,`budget`,`fiscalyear`) VALUES (
'" . stripslashes($r->goal) . "',
'" . stripslashes($r->name) . "',
'" . stripslashes($r->description) . "',
'" . $r->system . "',
'" . $r->budget . "',
'" . $config['FISCALYEAR'] . "')");
$stmt->execute();
}
}
switch (get_value_from_array($_GET, 'gettab')) {
case 'levels':
$q = $pdo->prepare("SELECT * FROM fundraising_donor_levels WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY max");
$q->execute();
echo "<div id=\"levelaccordion\" style=\"width: 75%;\">\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<h3><a href=\"#\">$r->level (" . format_money($r->min, false) . ' to ' . format_money($r->max, false) . ")</a></h3>\n";
echo "<div id=\"level_$r->id\">\n";
switch($_GET['gettab']) {
case "levels":
$q=mysql_query("SELECT * FROM fundraising_donor_levels WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY max");
echo "<div id=\"levelaccordion\" style=\"width: 75%;\">\n";
while($r=mysql_fetch_object($q)) {
echo "<h3><a href=\"#\">$r->level (".format_money($r->min,false)." to ".format_money($r->max,false).")</a></h3>\n";
echo "<div id=\"level_$r->id\">\n";
echo "<form id=\"level_form_$r->id\" onsubmit=\"return level_save($r->id)\">\n";
echo "<input type=\"hidden\" name=\"id\" value=\"$r->id\">\n";
echo '<table style="width: 100%;">';
echo '<tr><td>';
echo i18n('Level Name') . ':</td><td><input type="text" size="40" name="level" value="' . htmlspecialchars($r->level) . "\"></td></tr>\n";
echo '<tr><td>';
echo i18n('Value Range') . ":</td><td>\$<input size=\"5\" type=\"text\" name=\"min\" value=\"$r->min\"> to \$<input size=\"5\" type=\"text\" name=\"max\" value=\"$r->max\"><br />\n";
echo "<table style=\"width: 100%;\">";
echo "<tr><td>";
echo i18n("Level Name").":</td><td><input type=\"text\" size=\"40\" name=\"level\" value=\"".htmlspecialchars($r->level)."\"></td></tr>\n";
echo "<tr><td>";
echo i18n("Value Range").":</td><td>\$<input size=\"5\" type=\"text\" name=\"min\" value=\"$r->min\"> to \$<input size=\"5\" type=\"text\" name=\"max\" value=\"$r->max\"><br />\n";
echo "</td></tr>\n";
echo '<tr><td colspan="2">';
echo i18n('Description/Benefits') . ':<br /><textarea name="description" rows="4" style="width: 100%;">' . htmlspecialchars($r->description) . '</textarea>';
echo "<tr><td colspan=\"2\">";
echo i18n("Description/Benefits").":<br /><textarea name=\"description\" rows=\"4\" style=\"width: 100%;\">".htmlspecialchars($r->description)."</textarea>";
echo "</td></tr>\n";
echo "</table>\n";
echo '<table style="width: 100%;"><tr><td style="width: 50%; text-align: center;">';
echo '<input type="submit" value="' . i18n('Save Level') . '" >';
echo '</td><td style="width: 50%; text-align: right;">';
echo '<input type="button" value="' . i18n('Delete Level') . "\" onclick=\"return level_delete($r->id)\" >";
echo "<table style=\"width: 100%;\"><tr><td style=\"width: 50%; text-align: center;\">";
echo "<input type=\"submit\" value=\"".i18n("Save Level")."\" >";
echo "</td><td style=\"width: 50%; text-align: right;\">";
echo "<input type=\"button\" value=\"".i18n("Delete Level")."\" onclick=\"return level_delete($r->id)\" >";
echo "</td></tr></table>\n";
echo '</form>';
echo "</div>\n";
}
echo "</form>";
echo "</div>\n";
}
echo "<h3><a href=\"#\">Create New Level</a></h3>\n";
echo "<div id=\"level_new\">\n";
echo "<form id=\"level_form\" onsubmit=\"return level_save()\">\n";
echo "<h3><a href=\"#\">Create New Level</a></h3>\n";
echo "<div id=\"level_new\">\n";
echo "<form id=\"level_form\" onsubmit=\"return level_save()\">\n";
echo '<table style="width: 100%;">';
echo '<tr><td>';
echo i18n('Level Name') . ":</td><td><input type=\"text\" size=\"40\" name=\"level\"></td></tr>\n";
echo '<tr><td>';
echo i18n('Value Range') . ":</td><td>\$<input size=\"5\" type=\"text\" name=\"min\"> to \$<input size=\"5\" type=\"text\" name=\"max\"><br />\n";
echo "</td></tr>\n";
echo '<tr><td colspan="2">';
echo i18n('Description/Benefits') . ':<br /><textarea name="description" rows="4" style="width: 100%;"></textarea>';
echo "</td></tr>\n";
echo "</table>\n";
echo "<table style=\"width: 100%;\">";
echo "<tr><td>";
echo i18n("Level Name").":</td><td><input type=\"text\" size=\"40\" name=\"level\"></td></tr>\n";
echo "<tr><td>";
echo i18n("Value Range").":</td><td>\$<input size=\"5\" type=\"text\" name=\"min\"> to \$<input size=\"5\" type=\"text\" name=\"max\"><br />\n";
echo "</td></tr>\n";
echo "<tr><td colspan=\"2\">";
echo i18n("Description/Benefits").":<br /><textarea name=\"description\" rows=\"4\" style=\"width: 100%;\"></textarea>";
echo "</td></tr>\n";
echo "</table>\n";
echo '<table style="width: 100%;"><tr><td style="width: 50%; text-align: center;">';
echo '<input type="submit" value="' . i18n('Create Level') . '">';
echo '</td><td style="width: 50%; text-align: right;">';
echo "</td></tr></table>\n";
echo "</form>\n";
echo "</div>\n";
echo "<table style=\"width: 100%;\"><tr><td style=\"width: 50%; text-align: center;\">";
echo "<input type=\"submit\" value=\"".i18n("Create Level")."\">";
echo "</td><td style=\"width: 50%; text-align: right;\">";
echo "</td></tr></table>\n";
echo "</form>\n";
echo "</div>\n";
echo "</div>\n";
echo "</div>\n";
exit;
break;
exit;
break;
case 'goals':
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY name");
$q->execute();
echo "<div id=\"goalaccordion\" style=\"width: 75%;\">\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<h3><a href=\"#\">$r->name (" . format_money($r->budget, false) . ') Deadline: ' . format_date($r->deadline) . "</a></h3>\n";
echo "<div id=\"goal_$r->id\">\n";
case "goals":
$q=mysql_query("SELECT * FROM fundraising_goals WHERE fiscalyear='{$config['FISCALYEAR']}' ORDER BY name");
echo "<div id=\"goalaccordion\" style=\"width: 75%;\">\n";
while($r=mysql_fetch_object($q)) {
echo "<h3><a href=\"#\">$r->name (".format_money($r->budget,false).") Deadline: ".format_date($r->deadline)."</a></h3>\n";
echo "<div id=\"goal_$r->id\">\n";
echo "<form id=\"goal_form_$r->id\" onsubmit=\"return goal_save($r->id)\">\n";
echo "<input type=\"hidden\" name=\"id\" value=\"$r->id\">\n";
echo '<table style="width: 100%;">';
echo '<tr><td>';
echo i18n('Purpose') . ':</td><td><input type="text" size="40" name="name" value="' . htmlspecialchars($r->name) . "\"></td></tr>\n";
echo '<tr><td>';
echo i18n('Budget Amount') . ":</td><td>\$<input size=\"5\" type=\"text\" name=\"budget\" value=\"$r->budget\"></td></tr>";
echo '<tr><td>';
echo i18n('Deadline') . ":</td><td><input size=\"9\" type=\"text\" name=\"deadline\" value=\"$r->deadline\"></td></tr>";
echo '<tr><td colspan="2">';
echo i18n('Description') . ':<br /><textarea name="description" rows="4" style="width: 100%;">' . htmlspecialchars($r->description) . '</textarea>';
echo "<table style=\"width: 100%;\">";
echo "<tr><td>";
echo i18n("Purpose").":</td><td><input type=\"text\" size=\"40\" name=\"name\" value=\"".htmlspecialchars($r->name)."\"></td></tr>\n";
echo "<tr><td>";
echo i18n("Budget Amount").":</td><td>\$<input size=\"5\" type=\"text\" name=\"budget\" value=\"$r->budget\"></td></tr>";
echo "<tr><td>";
echo i18n("Deadline").":</td><td><input size=\"9\" type=\"text\" name=\"deadline\" value=\"$r->deadline\"></td></tr>";
echo "<tr><td colspan=\"2\">";
echo i18n("Description").":<br /><textarea name=\"description\" rows=\"4\" style=\"width: 100%;\">".htmlspecialchars($r->description)."</textarea>";
echo "</td></tr>\n";
echo "</table>\n";
echo '<table style="width: 100%;"><tr><td style="width: 50%; text-align: center;">';
echo '<input type="submit" value="' . i18n('Save Purpose') . '" >';
echo '</td><td style="width: 50%; text-align: right;">';
echo '<input type="button" value="' . i18n('Delete Purpose') . "\" onclick=\"return goal_delete($r->id)\" >";
echo "<table style=\"width: 100%;\"><tr><td style=\"width: 50%; text-align: center;\">";
echo "<input type=\"submit\" value=\"".i18n("Save Purpose")."\" >";
echo "</td><td style=\"width: 50%; text-align: right;\">";
echo "<input type=\"button\" value=\"".i18n("Delete Purpose")."\" onclick=\"return goal_delete($r->id)\" >";
echo "</td></tr></table>\n";
echo '</form>';
echo "</div>\n";
}
echo "</form>";
echo "</div>\n";
}
echo "<h3><a href=\"#\">Create New Purpose</a></h3>\n";
echo "<div id=\"goal_new\">\n";
echo "<form id=\"goal_form\" onsubmit=\"return goal_save()\">\n";
echo '<table style="width: 100%;">';
echo '<tr><td>';
echo i18n('Purpose Name') . ":</td><td><input type=\"text\" size=\"40\" name=\"name\"></td></tr>\n";
echo '<tr><td>';
echo i18n('Budget Amount') . ':</td><td>$<input size="5" type="text" name="budget"></td></tr>';
echo '<tr><td>';
echo i18n('Deadline') . ':</td><td><input size="9" type="text" name="deadline"></td></tr>';
echo '<tr><td colspan="2">';
echo i18n('Description') . ':<br /><textarea name="description" rows="4" style="width: 100%;"></textarea>';
echo "</td></tr>\n";
echo "</table>\n";
echo "<h3><a href=\"#\">Create New Purpose</a></h3>\n";
echo "<div id=\"goal_new\">\n";
echo "<form id=\"goal_form\" onsubmit=\"return goal_save()\">\n";
echo "<table style=\"width: 100%;\">";
echo "<tr><td>";
echo i18n("Purpose Name").":</td><td><input type=\"text\" size=\"40\" name=\"name\"></td></tr>\n";
echo "<tr><td>";
echo i18n("Budget Amount").":</td><td>\$<input size=\"5\" type=\"text\" name=\"budget\"></td></tr>";
echo "<tr><td>";
echo i18n("Deadline").":</td><td><input size=\"9\" type=\"text\" name=\"deadline\"></td></tr>";
echo "<tr><td colspan=\"2\">";
echo i18n("Description").":<br /><textarea name=\"description\" rows=\"4\" style=\"width: 100%;\"></textarea>";
echo "</td></tr>\n";
echo "</table>\n";
echo '<table style="width: 100%;"><tr><td style="width: 50%; text-align: center;">';
echo '<input type="submit" value="' . i18n('Create Purpose') . '">';
echo '</td><td style="width: 50%; text-align: right;">';
echo "</td></tr></table>\n";
echo "</form>\n";
echo "</div>\n";
echo "<table style=\"width: 100%;\"><tr><td style=\"width: 50%; text-align: center;\">";
echo "<input type=\"submit\" value=\"".i18n("Create Purpose")."\">";
echo "</td><td style=\"width: 50%; text-align: right;\">";
echo "</td></tr></table>\n";
echo "</form>\n";
echo "</div>\n";
echo "</div>\n";
echo "</div>\n";
exit;
break;
case 'setup':
echo '<form id="setup_form" onsubmit="return setup_save()">';
echo '<table cellspacing=3 cellpadding=3>';
echo '<tr><td>' . i18n('Current Fiscal Year') . '</td><td>';
exit;
break;
case "setup":
echo "<form id=\"setup_form\" onsubmit=\"return setup_save()\">";
echo "<table cellspacing=3 cellpadding=3>";
echo "<tr><td>".i18n("Current Fiscal Year")."</td><td>";
echo $config['FISCALYEAR'];
echo "</td></tr>\n";
echo '<tr><td>' . i18n('Fiscal Year End') . '</td><td>';
list($month, $day) = explode('-', $config['fiscal_yearend']);
emit_month_selector('fiscalendmonth', $month);
emit_day_selector('fiscalendday', $day);
echo "<tr><td>".i18n("Fiscal Year End")."</td><td>";
list($month,$day)=explode("-",$config['fiscal_yearend']);
emit_month_selector("fiscalendmonth",$month);
emit_day_selector("fiscalendday",$day);
echo "</td></tr>\n";
echo '<tr><td>' . i18n('Is your organization a registered charity?') . '</td>';
echo '<td>';
if ($config['registered_charity'] == 'yes')
$ch = 'checked="checked"';
else
$ch = '';
echo "<label><input $ch type=\"radio\" name=\"registeredcharity\" value=\"yes\" id=\"registeredcharity_yes\" onchange=\"charitychange()\">" . i18n('Yes') . '</label>';
echo '&nbsp;&nbsp;&nbsp;';
if ($config['registered_charity'] == 'no')
$ch = 'checked="checked"';
else
$ch = '';
echo "<label><input $ch type=\"radio\" name=\"registeredcharity\" value=\"no\" id=\"registeredcharity_no\" onchange=\"charitychange()\">" . i18n('No') . '</label>';
echo "<tr><td>".i18n("Is your organization a registered charity?")."</td>";
echo "<td>";
if($config['registered_charity']=="yes") $ch="checked=\"checked\""; else $ch="";
echo "<label><input $ch type=\"radio\" name=\"registeredcharity\" value=\"yes\" id=\"registeredcharity_yes\" onchange=\"charitychange()\">".i18n("Yes")."</label>";
echo "&nbsp;&nbsp;&nbsp;";
if($config['registered_charity']=="no") $ch="checked=\"checked\""; else $ch="";
echo "<label><input $ch type=\"radio\" name=\"registeredcharity\" value=\"no\" id=\"registeredcharity_no\" onchange=\"charitychange()\">".i18n("No")."</label>";
echo "</td></tr>\n";
echo '<tr>';
echo '<td>' . i18n('Charity Registration Number') . "</td><td><input type=\"text\" name=\"charitynumber\" id=\"charitynumber\" value=\"{$config['charity_number']}\"></td>";
echo '</tr>';
echo '<tr><td colspan="2" style="text-align: center;"><input type="submit" value="' . i18n('Save') . "\"></td></tr>\n";
echo "<tr>";
echo "<td>".i18n("Charity Registration Number")."</td><td><input type=\"text\" name=\"charitynumber\" id=\"charitynumber\" value=\"{$config['charity_number']}\"></td>";
echo "</tr>";
echo "<tr><td colspan=\"2\" style=\"text-align: center;\"><input type=\"submit\" value=\"".i18n("Save")."\"></td></tr>\n";
echo "</table>\n";
echo "</form>\n";
exit;
break;
}
exit;
break;
}
switch (get_value_from_array($_GET, 'action')) {
case 'level_save':
$id = $_POST['id'];
if (!($_POST['level'] && $_POST['min'] && $_POST['max'])) {
error_('Level name, minimum and maximum value range are required');
exit;
}
if ($_POST['min'] >= $_POST['max']) {
error_('Value range minimum must be smaller than range maximum');
exit;
}
if ($id) {
$stmt = $pdo->prepare("UPDATE fundraising_donor_levels SET
min='" . $_POST['min'] . "',
max='" . $_POST['max'] . "',
level='" . stripslashes($_POST['level']) . "',
description='" . stripslashes($_POST['description']) . "'
WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'
");
$stmt->execute();
happy_('Level Saved');
} else {
$stmt = $pdo->prepare("INSERT INTO fundraising_donor_levels (`level`,`min`,`max`,`description`,`fiscalyear`) VALUES (
'" . $_POST['level'] . "',
'" . $_POST['min'] . "',
'" . $_POST['max'] . "',
'" . $_POST['description'] . "',
'{$config['FISCALYEAR']}')");
$stmt->execute();
happy_('Level Created');
}
exit;
break;
case 'level_delete':
$id = $_POST['id'];
$stmt = $pdo->prepare("DELETE FROM fundraising_donor_levels WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'");
$stmt->execute();
happy_('Level Deleted');
exit;
break;
case 'goal_save':
$id = $_POST['id'];
if (!($_POST['name'] && $_POST['budget'])) {
error_('Purpose name and budget are required');
exit;
}
if ($id) {
$stmt = $pdo->prepare("UPDATE fundraising_goals SET
budget='" . $_POST['budget'] . "',
deadline='" . $_POST['deadline'] . "',
name='" . stripslashes($_POST['name']) . "',
description='" . stripslashes($_POST['description']) . "'
WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'
");
$stmt->execute();
happy_('Purpose Saved');
} else {
$goal = strtolower($_POST['name']);
$goal = preg_replace('[^a-z]', '', $goal);
echo "SELECT * FROM fundraising_goals WHERE goal='$goal' AND fiscalyear='{$config['FISCALYEAR']}'";
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE goal='$goal' AND fiscalyear='{$config['FISCALYEAR']}'");
$q->execute();
show_pdo_errors_if_any($pdo);
if ($q->rowCount()) {
error_('The automatically generated purpose key (%1) generated from (%2) is not unique. Please try a different Purpose Name', array($goal, $_POST['name']));
switch($_GET['action']) {
case "level_save":
$id=$_POST['id'];
if(! ($_POST['level'] && $_POST['min'] && $_POST['max'])) {
error_("Level name, minimum and maximum value range are required");
exit;
}
if($_POST['min']>=$_POST['max']) {
error_("Value range minimum must be smaller than range maximum");
exit;
}
if($id) {
mysql_query("UPDATE fundraising_donor_levels SET
min='".mysql_real_escape_string($_POST['min'])."',
max='".mysql_real_escape_string($_POST['max'])."',
level='".mysql_real_escape_string(stripslashes($_POST['level']))."',
description='".mysql_real_escape_string(stripslashes($_POST['description']))."'
WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'
");
happy_("Level Saved");
}
$stmt = $pdo->prepare("INSERT INTO fundraising_goals (`goal`,`name`,`budget`,`deadline`,`description`,`fiscalyear`) VALUES (
'" . $goal . "',
'" . $_POST['name'] . "',
'" . $_POST['budget'] . "',
'" . $_POST['deadline'] . "',
'" . $_POST['description'] . "',
else {
mysql_query("INSERT INTO fundraising_donor_levels (`level`,`min`,`max`,`description`,`fiscalyear`) VALUES (
'".mysql_real_escape_string($_POST['level'])."',
'".mysql_real_escape_string($_POST['min'])."',
'".mysql_real_escape_string($_POST['max'])."',
'".mysql_real_escape_string($_POST['description'])."',
'{$config['FISCALYEAR']}')");
$stmt->execute();
happy_('Purpose Created');
}
happy_("Level Created");
}
exit;
break;
case 'goal_delete':
$id = $_POST['id'];
// they cant delete system ones
$q = $pdo->prepare("SELECT * FROM fundraising_goals WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'");
$q->execute();
if (!$r = $q->fetch(PDO::FETCH_OBJ)) {
error_('Invalid goal to delete');
exit;
}
if ($r->system == 'yes') {
error_('Fundraising goals created automatically and used by the system cannot be deleted');
exit;
}
$q = $pdo->prepare("SELECT * FROM fundraising_donations WHERE fundraising_goal='$r->goal' AND fiscalyear='{$config['FISCALYEAR']}'");
$q->execute();
if ($q->rowCount()) {
error_('This goal already has donations assigned to it, it cannot be deleted');
exit;
}
case "level_delete":
$id=$_POST['id'];
mysql_query("DELETE FROM fundraising_donor_levels WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'");
happy_("Level Deleted");
exit;
break;
$stmt = $pdo->prepare("DELETE FROM fundraising_goals WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'");
$stmt->execute();
happy_('Purpose Deleted');
case "goal_save":
$id=$_POST['id'];
if(! ($_POST['name'] && $_POST['budget'])) {
error_("Purpose name and budget are required");
exit;
}
if($id) {
mysql_query("UPDATE fundraising_goals SET
budget='".mysql_real_escape_string($_POST['budget'])."',
deadline='".mysql_real_escape_string($_POST['deadline'])."',
name='".mysql_real_escape_string(stripslashes($_POST['name']))."',
description='".mysql_real_escape_string(stripslashes($_POST['description']))."'
WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'
");
happy_("Purpose Saved");
}
else {
$goal=strtolower($_POST['name']);
$goal=ereg_replace("[^a-z]","",$goal);
$q=mysql_query("SELECT * FROM fundraising_goals WHERE goal='$goal' AND fiscalyear='{$config['FISCALYEAR']}'");
echo mysql_error();
if(mysql_num_rows($q)) {
error_("The automatically generated purpose key (%1) generated from (%2) is not unique. Please try a different Purpose Name",array($goal,$_POST['name']));
exit;
}
mysql_query("INSERT INTO fundraising_goals (`goal`,`name`,`budget`,`deadline`,`description`,`fiscalyear`) VALUES (
'".mysql_real_escape_string($goal)."',
'".mysql_real_escape_string($_POST['name'])."',
'".mysql_real_escape_string($_POST['budget'])."',
'".mysql_real_escape_string($_POST['deadline'])."',
'".mysql_real_escape_string($_POST['description'])."',
'{$config['FISCALYEAR']}')");
happy_("Purpose Created");
}
exit;
break;
case "goal_delete":
$id=$_POST['id'];
//they cant delete system ones
$q=mysql_query("SELECT * FROM fundraising_goals WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'");
if(!$r=mysql_fetch_object($q)) {
error_("Invalid goal to delete");
exit;
}
if($r->system=="yes") {
error_("Fundraising goals created automatically and used by the system cannot be deleted");
exit;
}
$q=mysql_query("SELECT * FROM fundraising_donations WHERE fundraising_goal='$r->goal' AND fiscalyear='{$config['FISCALYEAR']}'");
if(mysql_num_rows($q)) {
error_("This goal already has donations assigned to it, it cannot be deleted");
exit;
}
case 'setup_save':
$fye = sprintf('%02d-%02d', intval($_POST['fiscalendmonth']), intval($_POST['fiscalendday']));
mysql_query("DELETE FROM fundraising_goals WHERE id='$id' AND fiscalyear='{$config['FISCALYEAR']}'");
happy_("Purpose Deleted");
exit;
break;
$stmt = $pdo->prepare("UPDATE config SET val='$fye' WHERE var='fiscal_yearend' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
case "setup_save":
$fye=sprintf("%02d-%02d",intval($_POST['fiscalendmonth']),intval($_POST['fiscalendday']));
mysql_query("UPDATE config SET val='$fye' WHERE var='fiscal_yearend' AND conferences_id='{$conference['id']}'");
mysql_query("UPDATE config SET val='".mysql_real_escape_string($_POST['registeredcharity'])."' WHERE var='registered_charity' AND conferences_id='{$conference['id']}'");
mysql_query("UPDATE config SET val='".mysql_real_escape_string($_POST['charitynumber'])."' WHERE var='charity_number' AND conferences_id='{$conference['id']}'");
happy_("Fundraising module setup saved");
exit;
break;
$stmt = $pdo->prepare("UPDATE config SET val='" . $_POST['registeredcharity'] . "' WHERE var='registered_charity' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
}
$stmt = $pdo->prepare("UPDATE config SET val='" . $_POST['charitynumber'] . "' WHERE var='charity_number' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
happy_('Fundraising module setup saved');
exit;
break;
}
send_header('Fundraising Setup',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Fundraising' => 'admin/fundraising.php'));
send_header("Fundraising Setup",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Fundraising' => 'admin/fundraising.php')
);
?>
<script type="text/javascript">
@ -346,48 +320,32 @@ send_header('Fundraising Setup',
$(document).ready(function() {
$("#editor_tabs").tabs({
create: function(event, ui) {
update_levels();
update_goals();
update_setup();
show: function(event, ui) {
switch(ui.panel.id) {
case 'editor_tab_levels':
update_levels();
break;
case 'editor_tab_goals':
update_goals();
break;
break;
case 'editor_tab_setup':
update_setup();
break;
break;
}
},
activate: function( event, ui ) {
update_levels();
update_goals();
update_setup();
},
selected: 1
});
selected: 0
});
// $("#editor_tabs").tabs({
// show: function(event, ui) {
// switch(ui.panel.id) {
// case 'editor_tab_levels':
// update_levels();
// break;
// case 'editor_tab_goals':
// update_goals();
// break;
// break;
// case 'editor_tab_setup':
// update_setup();
// break;
// break;
// }
// },
// selected: 0
// });
// $("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd', showOn: 'button', buttonText: "<?= i18n('calendar') ?>" });
// $("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd', showOn: 'button', buttonText: "<?=i18n("calendar")?>" });
});
function update_levels() {
$("#editor_tab_levels").load("fundraising_setup.php?gettab=levels",null,
function() {
$("#levelaccordion").accordion({
heightStyle: "content"
});
$("#levelaccordion").accordion();
}
);
}
@ -411,9 +369,7 @@ function level_delete(id) {
function update_goals() {
$("#editor_tab_goals").load("fundraising_setup.php?gettab=goals",null,
function() {
$("#goalaccordion").accordion({
heightStyle: "content"
});
$("#goalaccordion").accordion();
$("[name=deadline]").datepicker({ dateFormat: 'yy-mm-dd'});
}
);
@ -444,7 +400,7 @@ function goal_delete(id) {
}
function charitychange() {
if($("input[name='registeredcharity']:checked").val()=="yes") {
if($("input[@name='registeredcharity']:checked").val()=="yes") {
$("#charitynumber").attr("disabled","");
}
else {
@ -459,9 +415,9 @@ function charitychange() {
<div id="setup" style="width: 780px;">
<div id="editor_tabs">
<ul>
<li><a href="#editor_tab_setup"><span><?= i18n('Module Setup') ?></span></a></li>
<li><a href="#editor_tab_levels"><span><?= i18n('Fundraising Levels') ?></span></a></li>
<li><a href="#editor_tab_goals"><span><?= i18n('Fundraising Purposes') ?></span></a></li>
<li><a href="#editor_tab_setup"><span><?=i18n('Module Setup')?></span></a></li>
<li><a href="#editor_tab_levels"><span><?=i18n('Fundraising Levels')?></span></a></li>
<li><a href="#editor_tab_goals"><span><?=i18n('Fundraising Purposes')?></span></a></li>
</ul>
<div id="editor_tab_setup">

View File

@ -1,170 +0,0 @@
<?
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2008 James Grant <james@lightbox.org>
*
* 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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
if ($_GET['id']) {
$id = intval($_GET['id']);
$q = $pdo->prepare("SELECT fundraising_donations.*, sponsors.organization FROM fundraising_donations,sponsors WHERE fundraising_donations.id='$id' AND fundraising_donations.sponsors_id=sponsors.id");
$q->execute();
$sponsorship = $q->fetch(PDO::FETCH_OBJ);
$formaction = 'sponsorshipedit';
} else {
$formaction = 'sponsorshipadd';
$fundraising_type = $_GET['fundraising_type'];
}
?>
<script type="text/javascript">
function typechange() {
var t=($("[name=sponsortype]:checked").val());
if(t=="organization") {
$("#sponsor_type_organization").show();
$("#sponsor_type_individual").hide();
} else {
$("#sponsor_type_organization").hide();
$("#sponsor_type_individual").show();
}
}
</script>
<?
echo '<form id="fundraisingsponsorship">';
echo "<input type=\"hidden\" name=\"action\" value=\"$formaction\">";
echo "<input type=\"hidden\" name=\"fundraising_donations_id\" value=\"$id\">";
echo '<table cellspacing=0 cellpadding=0 class="tableedit">';
if ($formaction == 'sponsorshipadd') {
echo '<tr><th>' . i18n('Donor Type') . '</th>';
echo '<td>';
echo '<input onchange="typechange()" type="radio" name="sponsortype" value="organization"> ' . i18n('Organization');
echo '&nbsp;';
echo '&nbsp;';
echo '&nbsp;';
echo '<input onchange="typechange()" type="radio" name="sponsortype" value="individual"> ' . i18n('Individual');
echo "</td></tr>\n";
echo '<tr><th>' . i18n('Donor') . '</th>';
echo '<td>';
$q = $pdo->prepare('SELECT * FROM sponsors ORDER BY organization');
$q->execute();
show_pdo_errors_if_any($pdo);
echo '<span id="sponsor_type_organization" style="display: none;">';
echo '<select name="sponsors_id">';
echo '<option value="">' . i18n('Choose') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->id == $sponsorship->sponsors_id)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$r->id\">$r->organization</option>\n";
}
echo '</select>&nbsp;<a href="donors.php?action=add">' . i18n('Add') . "</a>\n";
echo '</span>';
$q = $pdo->prepare("SELECT users.*, MAX(year) AS year FROM users WHERE (firstname!='' AND lastname!='') GROUP BY uid HAVING deleted='no' ORDER BY lastname,firstname");
$q->execute();
show_pdo_errors_if_any($pdo);
echo '<span id="sponsor_type_individual" style="display: none;">';
echo '<select name="users_uid">';
echo '<option value="">' . i18n('Choose') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->uid == $sponsorship->users_uid)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$r->uid\">[$r->year][$r->uid] $r->lastname, $r->firstname ($r->email)</option>\n";
}
echo '</span>';
} else {
echo '<tr><th>' . i18n('Donor Type') . '</th>';
echo '<td>';
if ($sponsorship->sponsors_id)
echo i18n('Organization');
else
echo i18n('Individual');
echo "</td></tr>\n";
echo '<tr><th>' . i18n('Donor') . '</th>';
echo '<td>';
echo $sponsorship->organization;
}
echo "</td></tr>\n";
echo '<tr><th>' . i18n('Donation Allocation') . '</th>';
echo '<td>';
$q = $pdo->prepare("SELECT * FROM fundraising WHERE year='{$config['FAIRYEAR']}' ORDER BY name");
$q->execute();
show_pdo_errors_if_any($pdo);
echo '<select name="fundraising_type">';
echo '<option value="">' . i18n('Choose') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->type == $sponsorship->fundraising_type || $r->type == $fundraising_type)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$r->type\">$r->name</option>\n";
}
echo "</select>\n";
echo "</td></tr>\n";
echo '<tr><th>' . i18n('Amount') . "</th><td><input type=\"text\" name=\"value\" value=\"$sponsorship->value\"></td></tr>\n";
echo '<tr><th>' . i18n('Status') . '</th>';
echo '<td>';
echo '<select name="status">';
echo '<option value="">' . i18n('Choose') . "</option>\n";
$statuses = array('pending', 'confirmed', 'received');
foreach ($statuses AS $status) {
if ($sponsorship->status == $status)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$status\">" . i18n(ucfirst($status)) . "</option>\n";
}
echo "</select>\n";
echo "</td></tr>\n";
echo '<tr><th>' . i18n('Probability') . '</th>';
echo '<td>';
echo '<select name="probability">';
echo '<option value="">' . i18n('Choose') . "</option>\n";
$probs = array('25', '50', '75', '90', '95', '99', '100');
foreach ($probs AS $prob) {
if ($sponsorship->probability == $prob)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$prob\">$prob%</option>\n";
}
echo "</select>\n";
echo "</td></tr>\n";
echo "</table>\n";
echo "</form>\n";
?>

View File

@ -1,86 +1,83 @@
<?
if ($_POST['action'] == 'sponsorshipdelete') {
$stmt = $pdo->prepare("DELETE FROM fundraising_donations WHERE id='" . intval($_POST['delete']) . "'");
$stmt->execute();
if ($pdo->rowCount())
happy_('Successfully removed sponsorship');
exit;
if($_POST['action']=="sponsorshipdelete") {
mysql_query("DELETE FROM fundraising_donations WHERE id='".intval($_POST['delete'])."'");
if(mysql_affected_rows())
happy_("Successfully removed sponsorship");
exit;
}
if ($_POST['action'] == 'sponsorshipedit' || $_POST['action'] == 'sponsorshipadd') {
$sponsors_id = intval($_POST['sponsors_id']);
$fundraising_donations_id = intval($_POST['fundraising_donations_id']);
$fundraising_type = $_POST['fundraising_type'];
if($_POST['action']=="sponsorshipedit" || $_POST['action']=="sponsorshipadd") {
$sponsors_id=intval($_POST['sponsors_id']);
$fundraising_donations_id=intval($_POST['fundraising_donations_id']);
$fundraising_type=mysql_real_escape_string($_POST['fundraising_type']);
$value=mysql_real_escape_string($_POST['value']);
$status=mysql_real_escape_string($_POST['status']);
$probability=mysql_real_escape_string($_POST['probability']);
$value = $_POST['value'];
$status = $_POST['status'];
$probability = $_POST['probability'];
if ($status == 'confirmed' || $status == 'received')
$probability = '100';
if ($probability == 100 && $status == 'pending')
$status = 'confirmed';
if($status=="confirmed" || $status=="received") $probability="100";
if($probability==100 && $status=="pending") $status="confirmed";
}
if ($_POST['action'] == 'sponsorshipedit') {
if ($fundraising_donations_id && $fundraising_type && $value) {
$q = $pdo->prepare("SELECT * FROM fundraising_donations WHERE id='$fundraising_donations_id'");
$q->execute();
$current = $q->fetch(PDO::FETCH_OBJ);
if($_POST['action']=="sponsorshipedit") {
if($fundraising_donations_id && $fundraising_type && $value) {
$q=mysql_query("SELECT * FROM fundraising_donations WHERE id='$fundraising_donations_id'");
$current=mysql_fetch_object($q);
unset($log);
$log = array();
if ($current->fundraising_type != $fundraising_type)
$log[] = "Changed sponsorship type from $current->fundraising_type to $fundraising_type";
$log=array();
if($current->fundraising_type!=$fundraising_type)
$log[]="Changed sponsorship type from $current->fundraising_type to $fundraising_type";
if ($current->value != $value)
$log[] = "Changed sponsorship value from $current->value to $value";
if($current->value!=$value)
$log[]="Changed sponsorship value from $current->value to $value";
if ($current->status != $status)
$log[] = "Changed sponsorship status from $current->status to $status";
if($current->status!=$status)
$log[]="Changed sponsorship status from $current->status to $status";
if ($current->probability != $probability)
$log[] = "Changed sponsorship probability from $current->probability to $probability";
if($current->probability!=$probability)
$log[]="Changed sponsorship probability from $current->probability to $probability";
if (count($log)) {
$stmt = $pdo->prepare("UPDATE fundraising_donations SET fundraising_type='$fundraising_type', value='$value', status='$status', probability='$probability' WHERE id='$fundraising_donations_id'");
$stmt->execute();
foreach ($log AS $l) {
$stmt = $pdo->prepare("INSERT INTO fundraising_donor_logs (sponsors_id,dt,users_id,log) VALUES (
if(count($log)) {
mysql_query("UPDATE fundraising_donations SET fundraising_type='$fundraising_type', value='$value', status='$status', probability='$probability' WHERE id='$fundraising_donations_id'");
foreach($log AS $l) {
mysql_query("INSERT INTO fundraising_donor_logs (sponsors_id,dt,users_id,log) VALUES (
'$current->sponsors_id',
NOW(),
'" . $_SESSION['users_id'] . "',
'" . $l . "')");
$stmt->execute();
}
if ($pdo->errorInfo())
echo error_($pdo->errorInfo());
else
echo happy_('Saved sponsorship changes');
} else
echo error_('No changes were made');
} else {
echo error_('Required fields were missing, please try again' . print_r($_POST, true));
}
exit;
}
if ($_POST['action'] == 'sponsorshipadd') {
if ($sponsors_id && $fundraising_type && $value) {
$stmt = $pdo->prepare("INSERT INTO fundraising_donations (sponsors_id,fundraising_type,value,status,probability,fiscalyear) VALUES ('$sponsors_id','$fundraising_type','$value','$status','$probability','{$config['FISCALYEAR']}')");
$stmt->execute();
'".$_SESSION['users_id']."',
'".mysql_real_escape_string($l)."')");
$stmt = $pdo->prepare("INSERT INTO fundraising_donor_logs (sponsors_id,dt,users_id,log) VALUES (
$stmt->execute();
}
if(mysql_error())
echo error_(mysql_error());
else
echo happy_("Saved sponsorship changes");
}
else
echo error_("No changes were made");
}
else {
echo error_("Required fields were missing, please try again".print_r($_POST,true));
}
exit;
}
if($_POST['action']=="sponsorshipadd") {
if($sponsors_id && $fundraising_type && $value) {
mysql_query("INSERT INTO fundraising_donations (sponsors_id,fundraising_type,value,status,probability,fiscalyear) VALUES ('$sponsors_id','$fundraising_type','$value','$status','$probability','{$config['FISCALYEAR']}')");
mysql_query("INSERT INTO fundraising_donor_logs (sponsors_id,dt,users_id,log) VALUES (
'$sponsors_id',
NOW(),
'" . $_SESSION['users_id'] . "',
'" . "Created sponsorship: type=$fundraising_type, value=\$$value, status=$status, probability=$probability%") . "')";
happy_('Added new sponsorship');
} else
error_('Required fields were missing, please try again');
if ($pdo->errorInfo())
error_($pdo->errorInfo());
exit;
'".$_SESSION['users_id']."',
'".mysql_real_escape_string("Created sponsorship: type=$fundraising_type, value=\$$value, status=$status, probability=$probability%")."')");
happy_("Added new sponsorship");
}
else
error_("Required fields were missing, please try again");
if(mysql_error())
error_(mysql_error());
exit;
}
?>

View File

@ -1,60 +1,60 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2008 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2008 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('committee', 'admin');
user_auth_required('admin');
if ($_GET['id']) {
$id = intval($_GET['id']);
$q = $pdo->prepare("SELECT * FROM fundraising WHERE id='$id'");
$q->execute();
if($_GET['id']) {
$id=intval($_GET['id']);
$q=mysql_query("SELECT * FROM fundraising WHERE id='$id'");
// echo "<h2>Edit Fund</h2>";
$fund = $q->fetch(PDO::FETCH_OBJ);
$formaction = 'fundedit';
} else {
$fund=mysql_fetch_object($q);
$formaction="fundedit";
}
else {
// echo "<h2>Create New Fund</h2>";
$formaction = 'fundadd';
}
echo '<form id="fundraisingfundraising">';
echo "<input type=\"hidden\" name=\"action\" value=\"$formaction\">";
echo "<input type=\"hidden\" name=\"fundraising_id\" value=\"$id\">";
$formaction="fundadd";
}
echo "<form id=\"fundraisingfundraising\">";
echo "<input type=\"hidden\" name=\"action\" value=\"$formaction\">";
echo "<input type=\"hidden\" name=\"fundraising_id\" value=\"$id\">";
echo '<table class="tableedit" style="width: 90%;">';
if ($fund->system == 'yes') {
echo '<tr><th>' . i18n('Type') . '</th><td>' . i18n('System (non-editable)') . "</td></tr>\n";
echo '<tr><th>' . i18n('Name') . '</th><td>' . htmlspecialchars($fund->name) . "</td></tr>\n";
echo '<tr><th>' . i18n('Key') . '</th><td>' . htmlspecialchars($fund->type) . "</td></tr>\n";
} else {
echo '<tr><th>' . i18n('Type') . '</th><td>' . i18n('Custom (editable)') . "</td></tr>\n";
echo '<tr><th>' . i18n('Name') . '</th><td><input type="text" name="name" value="' . htmlspecialchars($fund->name) . "\"></td></tr>\n";
echo '<tr><th>' . i18n('Key') . '</th><td><input type="text" name="type" value="' . htmlspecialchars($fund->type) . "\"></td></tr>\n";
}
echo '<tr><th>' . i18n('Description') . '</th><td><textarea style="width: 100%; height: 4em;" name="description">' . htmlspecialchars($fund->description) . "</textarea></td></tr>\n";
echo '<tr><th>' . i18n('Goal') . "</th><td><input type=\"text\" size=\"8\" name=\"goal\" value=\"$fund->goal\"></td></tr>\n";
echo "</table>\n";
echo "</form>\n";
echo "<table class=\"tableedit\" style=\"width: 90%;\">";
if($fund->system=="yes") {
echo "<tr><th>".i18n("Type")."</th><td>".i18n("System (non-editable)")."</td></tr>\n";
echo "<tr><th>".i18n("Name")."</th><td>".htmlspecialchars($fund->name)."</td></tr>\n";
echo "<tr><th>".i18n("Key")."</th><td>".htmlspecialchars($fund->type)."</td></tr>\n";
}
else {
echo "<tr><th>".i18n("Type")."</th><td>".i18n("Custom (editable)")."</td></tr>\n";
echo "<tr><th>".i18n("Name")."</th><td><input type=\"text\" name=\"name\" value=\"".htmlspecialchars($fund->name)."\"></td></tr>\n";
echo "<tr><th>".i18n("Key")."</th><td><input type=\"text\" name=\"type\" value=\"".htmlspecialchars($fund->type)."\"></td></tr>\n";
}
echo "<tr><th>".i18n("Description")."</th><td><textarea style=\"width: 100%; height: 4em;\" name=\"description\">".htmlspecialchars($fund->description)."</textarea></td></tr>\n";
echo "<tr><th>".i18n("Goal")."</th><td><input type=\"text\" size=\"8\" name=\"goal\" value=\"$fund->goal\"></td></tr>\n";
echo "</table>\n";
echo "</form>\n";
?>

View File

@ -1,41 +1,38 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
include '../common.inc.php';
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
$ret = array();
foreach ($config['languages'] AS $l => $ln) {
if ($l == $config['default_language'])
continue;
$q = $pdo->prepare("SELECT * FROM translations WHERE lang='$l' AND strmd5='" . md5(iconv('ISO-8859-1', 'UTF-8', $_GET['str'])) . "'");
$q->execute();
if ($r = $q->fetch(PDO::FETCH_OBJ))
$ret[$l] = iconv('ISO-8859-1', 'UTF-8', $r->val);
else
$ret[$l] = '';
include "../common.inc.php";
require_once("../user.inc.php");
user_auth_required('admin');
$ret=array();
foreach($config['languages'] AS $l=>$ln) {
if($l==$config['default_language']) continue;
$q=mysql_query("SELECT * FROM translations WHERE lang='$l' AND strmd5='".md5($_GET['str'])."'");
if($r=mysql_fetch_object($q))
$ret[$l]=$r->val;
else
$ret[$l]="";
}
echo json_encode($ret);
?>

View File

@ -26,71 +26,121 @@
require_once("../user.inc.php");
require_once("../committee.inc.php");
user_auth_required('committee','admin');
user_auth_required('admin');
send_header("Administration",
array('Committee Main' => 'committee_main.php'),
"administration");
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"registration.php\">".theme_icon("participant_registration")."<br />".i18n("Participant Registration")."</a></td>";
echo " <td><a href=\"committees.php\">".theme_icon("committee_management")."<br />".i18n("Committee Management")."</a></td>";
echo " <td><a href=\"judges.php\">".theme_icon("judging_management")."<br />".i18n("Judging Management")."</a></td>";
echo " <td>";
if($config['volunteer_enable'] == 'yes')
echo "<a href=\"volunteers.php\">".theme_icon("volunteer_management")."<br />".i18n("Volunteer Management")."</a>";
else
// {echo theme_icon("volunteer_management")."<br />".i18n("Volunteer Management")."<br /><i>(".i18n("disabled").")</i>"};
echo "</td></tr>";
echo "</table>\n";
echo "<hr />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"awards.php\">".theme_icon("awards_management")."<br />".i18n("Awards Management")."</a></td>";
echo " <td><a href=\"schools.php\">".theme_icon("schools_management")."<br />".i18n("Schools Management")."</a></td>";
echo " <td>";
if($config['tours_enable'] == 'yes')
echo "<a href=\"tours.php\">".theme_icon("tour_management")."<br />".i18n("Tour Management")."</a>";
else
// {echo theme_icon("tour_management")."<br />".i18n("Tour Management")."<br /><i>(".i18n("disabled").")</i>";}
echo "</td>";
echo " <td>";
if($config['participant_regfee_items_enable'] == 'yes')
echo "<a href=\"regfee_items_manager.php\">".theme_icon("registration_fee_items_management")."<br />".i18n("Registration Fee Items Management")."</a>";
else
// {echo theme_icon("registration_fee_items_management")."<br />".i18n("Registration Fee Items Management")."<br /><i>(".i18n("disabled").")</i>";}
echo "</td>";
echo " </tr>\n";
echo " <tr>";
echo " <td><a href=\"reports.php\">".theme_icon("print/export_reports")."<br />".i18n("Print / Export Reports")."</a></td>";
echo " <td><a href=\"reports_ceremony.php\">".theme_icon("print_awards_ceremony_scripts")."<br />".i18n("Print Award Ceremony Scripts")."</a></td>";
echo " <td><a href=\"reports_editor.php\">".theme_icon("report_management")."<br />".i18n("Report Management")."</a></td>";
echo " <td><a href=\"translations.php\">".theme_icon("translations_management")."<br />".i18n("Translations Management")."</a></td>";
echo "</td>";
echo " </tr>\n";
echo " <tr>";
echo "<td></td><td></td>\n";
echo " </tr>\n";
echo "</table>\n";
echo "<hr />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"winners.php\">".theme_icon("enter_winning_projects")."<br />".i18n("Enter Winning Projects")."</a></td>";
echo " <td><a href=\"cwsfregister.php\">".theme_icon("one-click_cwsf_registration")."<br />".i18n("One-Click CWSF Registration")."</a></td>";
echo " <td><a href=\"fair_stats.php\">".theme_icon("fair_stats")."<br />".i18n("Upload Fair Statistics")."</a></td>";
echo " <td><a href=\"user_list.php?show_types[]=fair\">".theme_icon("sciencefair_management")."<br />".i18n("Feeder/Upstream Fair Management")."</a></td>";
if(get_value_from_array($config, 'score_entry_enable') == 'yes') {
echo "<td><a href=\"judging_score_entry.php\">".theme_icon("judging_score_entry")."<br />".i18n("Judging Score Entry")."</a></td>";
if($conference['type']=='sciencefair') {
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"registration.php\">".theme_icon("participant_registration")."<br />".i18n("Participant Registration")."</a></td>";
echo " <td><a href=\"committees.php\">".theme_icon("committee_management")."<br />".i18n("Committee Management")."</a></td>";
echo " <td><a href=\"judges.php\">".theme_icon("judging_management")."<br />".i18n("Judging Management")."</a></td>";
echo " <td><a href=\"account_list.php\">".theme_icon("account_management")."<br />".i18n("Account Management")."</a></td>";
echo " <td>";
if($config['volunteer_enable'] == 'yes')
echo "<a href=\"volunteers.php\">".theme_icon("volunteer_management")."<br />".i18n("Volunteer Management")."</a>";
else
echo theme_icon("volunteer_management")."<br />".i18n("Volunteer Management")."<br /><i>(".i18n("disabled").")</i>";
echo "</td></tr>";
echo "</table>\n";
echo "<hr />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"awards.php\">".theme_icon("awards_management")."<br />".i18n("Awards Management")."</a></td>";
echo " <td><a href=\"schools.php\">".theme_icon("schools_management")."<br />".i18n("Schools Management")."</a></td>";
echo " <td>";
if($config['tours_enable'] == 'yes')
echo "<a href=\"tours.php\">".theme_icon("tour_management")."<br />".i18n("Tour Management")."</a>";
else
echo theme_icon("tour_management")."<br />".i18n("Tour Management")."<br /><i>(".i18n("disabled").")</i>";
echo "</td>";
echo " <td>";
if($config['participant_regfee_items_enable'] == 'yes')
echo "<a href=\"regfee_items_manager.php\">".theme_icon("registration_fee_items_management")."<br />".i18n("Registration Fee Items Management")."</a>";
else
echo theme_icon("registration_fee_items_management")."<br />".i18n("Registration Fee Items Management")."<br /><i>(".i18n("disabled").")</i>";
echo "</td>";
echo " </tr>\n";
echo " <tr>";
echo " <td><a href=\"reports.php\">".theme_icon("print/export_reports")."<br />".i18n("Print / Export Reports")."</a></td>";
echo " <td><a href=\"reports_ceremony.php\">".theme_icon("print_awards_ceremony_scripts")."<br />".i18n("Print Award Ceremony Scripts")."</a></td>";
echo " <td><a href=\"reports_editor.php\">".theme_icon("report_management")."<br />".i18n("Report Management")."</a></td>";
echo " <td><a href=\"translations.php\">".theme_icon("translations_management")."<br />".i18n("Translations Management")."</a></td>";
echo " <td>";
echo "</td>";
echo " </tr>\n";
echo " <tr>";
echo "<td></td><td></td>\n";
echo " </tr>\n";
echo "</table>\n";
echo "<hr />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
if($config['score_entry_enable'] == 'yes') {
echo "<td><a href=\"judging_score_entry.php\">".theme_icon("judging_score_entry")."<br />".i18n("Judging Score Entry")."</a></td>";
}
echo " <td><a href=\"winners.php\">".theme_icon("enter_winning_projects")."<br />".i18n("Enter Winning Projects")."</a></td>";
echo " <td><a href=\"cwsfregister.php\">".theme_icon("one-click_cwsf_registration")."<br />".i18n("One-Click CWSF Registration")."</a></td>";
echo " <td><a href=\"fair_stats.php\">".theme_icon("fair_stats")."<br />".i18n("Upload Fair Statistics")."</a></td>";
echo " <td><a href=\"user_list.php?show_types[]=fair\">".theme_icon("sciencefair_management")."<br />".i18n("Feeder/Upstream Fair Management")."</a></td>";
echo " </tr>\n";
echo "</table>\n";
}
echo " </tr>\n";
echo "</table>\n";
else {
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"eventsscheduling.php\">".theme_icon("events_management")."<br />".i18n("Events & Scheduling")."</a></td>";
echo " <td><a href=\"registration.php\">".theme_icon("participant_registration")."<br />".i18n("Participant Registration")."</a></td>";
echo " <td><a href=\"committees.php\">".theme_icon("committee_management")."<br />".i18n("Committee Management")."</a></td>";
echo " <td><a href=\"judges.php\">".theme_icon("judging_management")."<br />".i18n("Judging Management")."</a></td>";
echo " <td>";
if($config['volunteer_enable'] == 'yes')
echo "<a href=\"volunteers.php\">".theme_icon("volunteer_management")."<br />".i18n("Volunteer Management")."</a>";
else
echo theme_icon("volunteer_management")."<br />".i18n("Volunteer Management")."<br /><i>(".i18n("disabled").")</i>";
echo "</td></tr>";
echo "</table>\n";
echo "<hr />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"awards.php\">".theme_icon("awards_management")."<br />".i18n("Awards Management")."</a></td>";
echo " <td><a href=\"schools.php\">".theme_icon("schools_management")."<br />".i18n("Schools Management")."</a></td>";
echo " <td>";
if($config['tours_enable'] == 'yes')
echo "<a href=\"tours.php\">".theme_icon("tour_management")."<br />".i18n("Tour Management")."</a>";
else
echo theme_icon("tour_management")."<br />".i18n("Tour Management")."<br /><i>(".i18n("disabled").")</i>";
echo "</td>";
echo " <td>";
if($config['participant_regfee_items_enable'] == 'yes')
echo "<a href=\"regfee_items_manager.php\">".theme_icon("registration_fee_items_management")."<br />".i18n("Registration Fee Items Management")."</a>";
else
echo theme_icon("registration_fee_items_management")."<br />".i18n("Registration Fee Items Management")."<br /><i>(".i18n("disabled").")</i>";
echo "</td>";
echo " </tr>\n";
echo " <tr>";
echo " <td><a href=\"reports.php\">".theme_icon("print/export_reports")."<br />".i18n("Print / Export Reports")."</a></td>";
echo " <td><a href=\"reports_ceremony.php\">".theme_icon("print_awards_ceremony_scripts")."<br />".i18n("Print Award Ceremony Scripts")."</a></td>";
echo " <td><a href=\"reports_editor.php\">".theme_icon("report_management")."<br />".i18n("Report Management")."</a></td>";
echo " <td><a href=\"translations.php\">".theme_icon("translations_management")."<br />".i18n("Translations Management")."</a></td>";
echo " <td>";
echo "</td>";
echo " </tr>\n";
echo " <tr>";
echo "<td></td><td></td>\n";
echo " </tr>\n";
echo "</table>\n";
echo "<hr />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
echo " <td><a href=\"winners.php\">".theme_icon("enter_winning_projects")."<br />".i18n("Enter Winners")."</a></td>";
echo " </tr>\n";
echo "</table>\n";
}
echo "<hr />";
echo "<table class=\"adminconfigtable\">";
echo " <tr>";
@ -98,10 +148,7 @@ if(get_value_from_array($config, 'score_entry_enable') == 'yes') {
echo " <td><a href=\"documents.php\">".theme_icon("internal_document_management")."<br />".i18n("Internal Document Management")."</a></td>";
echo " <td><a href=\"cms.php\">".theme_icon("website_content_management")."<br />".i18n("Website Content Management")."</a></td>";
echo " <td><a href=\"fundraising.php\">".theme_icon("fundraising")."<br />".i18n("Fundraising")."</a></td>";
if(get_value_from_array($config, 'score_entry_enable') == 'yes') {
echo "<td><a href=\"../plugins/evaluations/index.php\">".theme_icon("judging_score_entry")."<br />".i18n("Evaluations Plugin")."</a></td>";
}
//echo " <td><a href=\"../plugins/evaluations/index.php\">Go To Evaluations</a></td>";
echo " <td></td>";
echo " </tr>\n";
echo "</table>\n";

View File

@ -1,167 +1,49 @@
<?
function getJudgingTeams()
{
global $config, $pdo;
$q = $pdo->prepare("SELECT judges_teams.id,
global $config, $conference;
$q=mysql_query("SELECT judges_teams.id,
judges_teams.num,
judges_teams.name
FROM
judges_teams
WHERE
judges_teams.year='" . $config['FAIRYEAR'] . "'
judges_teams.conferences_id='".$conference['id']."'
ORDER BY
num,name");
$q->execute();
num,name
");
$lastteamid = -1;
$lastteamnum = -1;
show_pdo_errors_if_any($pdo);
$teams = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$teams[$r->id]['id'] = $r->id;
$teams[$r->id]['num'] = $r->num;
$teams[$r->id]['name'] = $r->name;
$lastteamid = $r->id;
$lastteamnum = $r->num;
$lastteamid=-1;
$lastteamnum=-1;
echo mysql_error();
$teams=array();
while($r=mysql_fetch_object($q))
{
$teams[$r->id]['id']=$r->id;
$teams[$r->id]['num']=$r->num;
$teams[$r->id]['name']=$r->name;
$lastteamid=$r->id;
$lastteamnum=$r->num;
/* Load timeslots */
$rounds = array();
$tq = $pdo->prepare("SELECT * FROM judges_teams_timeslots_link
$tq = mysql_query("SELECT * FROM judges_teams_timeslots_link
LEFT JOIN judges_timeslots ON judges_timeslots.id=judges_teams_timeslots_link.judges_timeslots_id
WHERE judges_teams_timeslots_link.judges_teams_id='{$r->id}'");
$tq->execute();
$teams[$r->id]['timeslots'] = array();
$teams[$r->id]['rounds'] = array();
while ($ts = $tq->fetch(PDO::FETCH_ASSOC)) {
while($ts = mysql_fetch_assoc($tq)) {
$teams[$r->id]['timeslots'][] = $ts;
$rounds[$ts['round_id']] = $ts['round_id'];
}
foreach ($rounds as $round_id) {
$tq = $pdo->prepare("SELECT * FROM judges_timeslots WHERE id='{$round_id}'");
$tq->execute();
$teams[$r->id]['rounds'][] = $tq->fetch(PDO::FETCH_ASSOC);
foreach($rounds as $round_id) {
$tq = mysql_query("SELECT * FROM judges_timeslots WHERE id='{$round_id}'");
$teams[$r->id]['rounds'][] = mysql_fetch_assoc($tq);
}
// get the members for this team
$mq = $pdo->prepare("SELECT \t
users.id AS judges_id,
users.firstname,
users.lastname,
judges_teams_link.captain
FROM
users,
judges_teams_link
WHERE
judges_teams_link.users_id=users.id AND
judges_teams_link.judges_teams_id='$r->id'
ORDER BY
captain DESC,
lastname,
firstname");
$mq->execute();
show_pdo_errors_if_any($pdo);
$teamlangs = array();
while ($mr = $mq->fetch(PDO::FETCH_OBJ)) {
$u = user_load($mr->judges_id, false);
$judgelangs = join('/', $u['languages']);
foreach ($u['languages'] AS $l) {
if (!in_array($l, $teamlangs))
$teamlangs[] = $l;
}
$teams[$lastteamid]['members'][] = array(
'id' => $mr->judges_id,
'firstname' => $mr->firstname,
'lastname' => $mr->lastname,
'captain' => $mr->captain,
'languages' => $judgelangs,
'languages_array' => $u['languages']
);
}
$teams[$r->id]['languages_members'] = $teamlangs;
// we also need to add all the languages that the team must JUDGE to the teams languages.
$lq = $pdo->prepare("SELECT projects.language
FROM judges_teams_timeslots_projects_link
LEFT JOIN projects ON judges_teams_timeslots_projects_link.projects_id=projects.id
WHERE judges_teams_timeslots_projects_link.year='{$config['FAIRYEAR']}' AND
judges_teams_id='$r->id' AND language!='' ");
$lq->execute();
show_pdo_errors_if_any($pdo);
$projectlangs = array();
while ($lr = $lq->fetch(PDO::FETCH_OBJ)) {
if (!in_array($lr->language, $projectlangs))
$projectlangs[] = $lr->language;
if (!in_array($lr->language, $teamlangs))
$teamlangs[] = $lr->language;
}
$teams[$r->id]['languages_projects'] = $projectlangs;
$teams[$r->id]['languages'] = $teamlangs;
// get the awards for this team
$aq = $pdo->prepare("SELECT award_awards.id,
award_awards.name,
award_awards.criteria,
award_awards.award_types_id,
award_types.type AS award_type
FROM
award_awards,
judges_teams_awards_link,
award_types
WHERE
judges_teams_awards_link.award_awards_id=award_awards.id
AND judges_teams_awards_link.judges_teams_id='$r->id'
AND award_awards.award_types_id=award_types.id
AND award_types.year='{$config['FAIRYEAR']}'
ORDER BY
name
");
$aq->execute();
while ($ar = $aq->fetch(PDO::FETCH_OBJ)) {
$teams[$r->id]['awards'][] = array(
'id' => $ar->id,
'name' => $ar->name,
'criteria' => $ar->criteria,
'award_types_id' => $ar->award_types_id,
'award_type' => $ar->award_type
);
}
}
return $teams;
}
function getJudgingTeam($teamid)
{
global $config;
global $pdo;
$q = $pdo->prepare("SELECT \tjudges_teams.id,
judges_teams.num,
judges_teams.name
FROM
judges_teams
WHERE
judges_teams.year='" . $config['FAIRYEAR'] . "' AND
judges_teams.id='$teamid'
ORDER BY
num,
name
");
$q->execute();
$team = array();
$first = true;
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$team['id'] = $r->id;
$team['num'] = $r->num;
$team['name'] = $r->name;
// get the members for this team
$mq = $pdo->prepare("SELECT \t
//get the members for this team
$mq=mysql_query("SELECT
users.id AS judges_id,
users.firstname,
users.lastname,
@ -177,20 +59,139 @@ function getJudgingTeam($teamid)
captain DESC,
lastname,
firstname");
$mq->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
while ($mr = $mq->fetch(PDO::FETCH_OBJ)) {
$team['members'][] = array(
'id' => $mr->judges_id,
'firstname' => $mr->firstname,
'lastname' => $mr->lastname,
'captain' => $mr->captain
);
$teamlangs=array();
while($mr=mysql_fetch_object($mq))
{
$u = user_load($mr->judges_id, false);
$judgelangs = join('/', $u['languages']);
foreach($u['languages'] AS $l) {
if(!in_array($l,$teamlangs))
$teamlangs[]=$l;
}
$teams[$lastteamid]['members'][]=array(
"id"=>$mr->judges_id,
"firstname"=>$mr->firstname,
"lastname"=>$mr->lastname,
"captain"=>$mr->captain,
"languages"=>$judgelangs,
"languages_array"=>$u['languages']
);
}
$teams[$r->id]['languages_members']=$teamlangs;
//we also need to add all the languages that the team must JUDGE to the teams languages.
$lq=mysql_query("SELECT projects.language
FROM judges_teams_timeslots_projects_link
LEFT JOIN projects ON judges_teams_timeslots_projects_link.projects_id=projects.id
WHERE judges_teams_timeslots_projects_link.conferences_id='{$conference['id']}' AND
judges_teams_id='$r->id' ");
echo mysql_error();
$projectlangs=array();
while($lr=mysql_fetch_object($lq)) {
if(!in_array($lr->language,$projectlangs))
$projectlangs[]=$lr->language;
if(!in_array($lr->language,$teamlangs))
$teamlangs[]=$lr->language;
}
$teams[$r->id]['languages_projects']=$projectlangs;
$teams[$r->id]['languages']=$teamlangs;
//get the awards for this team
$aq=mysql_query("SELECT award_awards.id,
award_awards.name,
award_awards.criteria,
award_awards.award_types_id,
award_types.type AS award_type
FROM
award_awards,
judges_teams_awards_link,
award_types
WHERE
judges_teams_awards_link.award_awards_id=award_awards.id
AND judges_teams_awards_link.judges_teams_id='$r->id'
AND award_awards.award_types_id=award_types.id
AND award_types.conferences_id='{$conference['id']}'
ORDER BY
name
");
while($ar=mysql_fetch_object($aq))
{
$teams[$r->id]['awards'][]=array(
"id"=>$ar->id,
"name"=>$ar->name,
"criteria"=>$ar->criteria,
"award_types_id"=>$ar->award_types_id,
"award_type"=>$ar->award_type
);
}
}
return $teams;
}
function getJudgingTeam($teamid)
{
global $config;
$q=mysql_query("SELECT judges_teams.id,
judges_teams.num,
judges_teams.name
FROM
judges_teams
WHERE
judges_teams.conferences_id='".$conference['id']."' AND
judges_teams.id='$teamid'
ORDER BY
num,
name
");
$team=array();
$first=true;
while($r=mysql_fetch_object($q))
{
$team['id']=$r->id;
$team['num']=$r->num;
$team['name']=$r->name;
//get the members for this team
$mq=mysql_query("SELECT
users.id AS judges_id,
users.firstname,
users.lastname,
judges_teams_link.captain
FROM
users,
judges_teams_link
WHERE
judges_teams_link.users_id=users.id AND
judges_teams_link.judges_teams_id='$r->id'
ORDER BY
captain DESC,
lastname,
firstname");
echo mysql_error();
while($mr=mysql_fetch_object($mq))
{
$team['members'][]=array(
"id"=>$mr->judges_id,
"firstname"=>$mr->firstname,
"lastname"=>$mr->lastname,
"captain"=>$mr->captain
);
}
// get the awards for this team
$aq = $pdo->prepare("SELECT award_awards.id,
//get the awards for this team
$aq=mysql_query("SELECT award_awards.id,
award_awards.name,
award_awards.award_types_id,
award_types.type AS award_type
@ -202,35 +203,37 @@ function getJudgingTeam($teamid)
judges_teams_awards_link.award_awards_id=award_awards.id
AND judges_teams_awards_link.judges_teams_id='$r->id'
AND award_awards.award_types_id=award_types.id
AND award_types.year='{$config['FAIRYEAR']}'
AND award_types.conferences_id='{$conference['id']}'
ORDER BY
name
");
$aq->execute();
while ($ar = $aq->fetch(PDO::FETCH_OBJ)) {
$team['awards'][] = array(
'id' => $ar->id,
'name' => $ar->name,
'award_types_id' => $ar->award_types_id,
'award_type' => $ar->award_type
);
while($ar=mysql_fetch_object($aq))
{
$team['awards'][]=array(
"id"=>$ar->id,
"name"=>$ar->name,
"award_types_id"=>$ar->award_types_id,
"award_type"=>$ar->award_type
);
}
}
return $team;
}
function getJudgingEligibilityCode()
{
function getJudgingEligibilityCode() {
global $config;
switch ($config['project_status']) {
case 'open':
switch($config['project_status']) {
case 'open' :
return " AND registrations.status != 'open' ";
break;
case 'payment_pending':
case 'payment_pending' :
return " AND registrations.status IN ('paymentpending', 'complete')";
break;
case 'complete':
case 'complete' :
return " AND registrations.status = 'complete'";
break;
}
@ -238,27 +241,26 @@ function getJudgingEligibilityCode()
function teamMemberToName($member)
{
return $member['firstname'] . ' ' . $member['lastname'];
return $member["firstname"] . " " . $member["lastname"];
}
function judges_load_all()
{
global $config, $pdo;
global $config;
$ret = array();
$query = "SELECT id FROM users WHERE types LIKE '%judge%'
AND year='{$config['FAIRYEAR']}'
AND deleted='no'
ORDER BY lastname, firstname";
$r = $pdo->prepare($query);
$r->execute();
while ($i = $r->fetch(PDO::FETCH_ASSOC)) {
$r = mysql_query("
SELECT users.id FROM users JOIN user_roles ur ON ur.users_id = users.id
JOIN roles ON roles.id = ur.roles_id WHERE roles.type = 'judge'
AND conferences_id='{$conference['id']}'
AND deleted='no'
ORDER BY lastname, firstname
");
while($i = mysql_fetch_assoc($r)) {
$u = user_load($i['id']);
if ($u['judge_complete'] == 'no')
continue;
if ($u['judge_active'] == 'no')
continue;
if($u['judge_complete'] == 'no') continue;
if($u['judge_active'] == 'no') continue;
$ret[$i['id']] = $u;
}

View File

@ -1,53 +1,54 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
send_header('Judges',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'judging_management');
echo '<br />';
echo '<b>' . i18n('Judges') . '</b><ul>';
echo '<li><a href="../user_invite.php?type=judge">' . i18n('Invite Judges') . '</a></li></li>';
echo '<li><a href="user_list.php?show_types[]=judge">' . i18n('Manage Judges') . '</a> - ' . i18n('Add, Delete, Edit, and List judges') . '</li>';
echo '</ul>';
echo '<b>' . i18n('Create the Judging Schedule') . '</b><ul>';
echo '<li><a href="judges_timeslots.php">' . i18n('Create/Edit Judging Timeslots') . '</a></li>';
echo '<li><a href="judges_jdiv.php">' . i18n('Create/Edit Divisional Judging Groupings') . '</a></li>';
echo '<li><a href="judges_schedulerconfig.php">' . i18n('Run the Automatic Judging Scheduler') . '</a></li>';
echo '</ul>';
echo '<b>' . i18n('Edit the Judging Schedule') . '</b><ul>';
echo '<li><a href="judges_teams.php">' . i18n('Manage Judging Teams') . '</a></li>';
echo '<li><a href="judges_teams_members.php">' . i18n('Manage Judging Team Members') . '</a></li>';
echo '<li><a href="judges_teams_timeslots.php">' . i18n('Manage Judging Team Timeslot Assignments') . '</a></li>';
echo '<li><a href="judges_teams_projects.php">' . i18n('Manage Judging Team Project Assignments') . '</a></li>';
echo '</ul>';
send_header("Judges",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"judging_management"
);
echo "<br />";
echo '<b>'.i18n('Judges').'</b><ul>';
echo "<li><a href=\"../user_invite.php?type=judge\">".i18n("Invite Judges")."</a></li></li>";
echo "<li><a href=\"user_list.php?show_types[]=judge\">".i18n("Manage Judges")."</a> - ".i18n("Add, Delete, Edit, and List judges").'</li>';
echo '</ul>';
echo '<b>'.i18n('Create the Judging Schedule').'</b><ul>';
echo "<li><a href=\"judges_timeslots.php\">".i18n("Create/Edit Judging Timeslots")."</a></li>";
echo "<li><a href=\"judges_jdiv.php\">".i18n("Create/Edit Divisional Judging Groupings")."</a></li>";
echo "<li><a href=\"judges_schedulerconfig.php\">".i18n("Run the Automatic Judging Scheduler")."</a></li>";
echo '</ul>';
echo '<b>'.i18n('Edit the Judging Schedule').'</b><ul>';
echo "<li><a href=\"judges_teams.php\">".i18n("Manage Judging Teams")."</a></li>";
echo "<li><a href=\"judges_teams_members.php\">".i18n("Manage Judging Team Members")."</a></li>";
echo "<li><a href=\"judges_teams_timeslots.php\">".i18n("Manage Judging Team Timeslot Assignments")."</a></li>";
echo "<li><a href=\"judges_teams_projects.php\">".i18n("Manage Judging Team Project Assignments")."</a></li>";
echo '</ul>';
send_footer();
send_footer();
?>

View File

@ -1,157 +1,154 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
// this file is meant to be used as a popup from the judging teams page to view the judge info
// it needs the judge ID passed into it.
// thus, we do not need the normal header and footer
require ('../questions.inc.php');
//this file is meant to be used as a popup from the judging teams page to view the judge info
//it needs the judge ID passed into it.
//thus, we do not need the normal header and footer
require("../questions.inc.php");
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
$preferencechoices = array(
-2 => 'Very Low',
-1 => 'Low',
0 => 'Indifferent',
1 => 'Medium',
2 => 'High'
$preferencechoices=array(
-2=>"Very Low",
-1=>"Low",
0=>"Indifferent",
1=>"Medium",
2=>"High"
);
$id = intval($_GET['id']);
$judgeinfo = user_load($id);
send_popup_header('Judge Information');
echo '<div style="text-align:center; padding: 5px;">';
send_popup_header("Judge Information");
if ($id < 1) {
echo error(i18n('No Judge ID passed to Judges Info'));
if($id < 1) {
echo error(i18n("No Judge ID passed to Judges Info"));
send_popup_footer();
exit;
}
}
?>
<table class="tableview" style="margin:auto; width:100%; text-align:left">
<tr>
<th><?= i18n('First Name'); ?></th>
<th><?= i18n('Last Name'); ?></th>
<th><?= i18n('Organization'); ?></th>
<th><?=i18n("First Name");?></th>
<th><?=i18n("Last Name");?></th>
<th><?=i18n("Organization");?></th>
</tr>
<tr>
<td><?= $judgeinfo['firstname']; ?></td>
<td><?= $judgeinfo['lastname']; ?></td>
<td><?= $judgeinfo['organization']; ?></td>
<td><?=$judgeinfo['firstname'];?></td>
<td><?=$judgeinfo['lastname'];?></td>
<td><?=$judgeinfo['organization'];?></td>
</tr>
</table>
<table class="tableview" style="margin:auto; width:100%; margin-top: 5px; text-align:left">
<tr>
<th><?= i18n('Email Address'); ?>:</th>
<td><?= $judgeinfo['email']; ?></td>
<th><?= i18n('City'); ?>:</th>
<td><?= $judgeinfo['city']; ?></td>
<th><?=i18n("Email Address");?>:</th>
<td><?=$judgeinfo['email'];?></td>
<th><?=i18n("City");?>:</th>
<td><?=$judgeinfo['city'];?></td>
</tr>
<tr>
<th><?= i18n('Phone (Home)'); ?>:</th>
<td><?= $judgeinfo['phonehome']; ?></td>
<th><?= i18n('Address 1'); ?>:</th>
<td><?= $judgeinfo['address']; ?></td>
<th><?=i18n("Phone (Home)");?>:</th>
<td><?=$judgeinfo['phonehome'];?></td>
<th><?=i18n("Address 1");?>:</th>
<td><?=$judgeinfo['address'];?></td>
</tr>
<tr>
<th><?= i18n('Phone (Work)'); ?>:</th>
<td><?= $judgeinfo['phonework']; ?></td>
<th><?= i18n('Address 2'); ?>:</th>
<td><?= $judgeinfo['address2']; ?></td>
<th><?=i18n("Phone (Work)");?>:</th>
<td><?=$judgeinfo['phonework'];?></td>
<th><?=i18n("Address 2");?>:</th>
<td><?=$judgeinfo['address2'];?></td>
</tr>
<tr>
<th><?= i18n('Phone (Cell)'); ?>:</th>
<td><?= $judgeinfo['phonecell']; ?></td>
<th><?= i18n($config['provincestate']); ?>:</th>
<td><?= $judgeinfo['province']; ?></td>
<th><?=i18n("Phone (Cell)");?>:</th>
<td><?=$judgeinfo['phonecell'];?></td>
<th><?=i18n($config['provincestate']);?>:</th>
<td><?=$judgeinfo['province'];?></td>
</tr>
<tr>
<th><?= i18n('Languages'); ?>:</th>
<td><?= join(', ', $judgeinfo['languages']); ?></td>
<th><?= i18n($config['postalzip']); ?>:</th>
<td><?= $judgeinfo['postalcode']; ?></td>
<th><?=i18n("Languages");?>:</th>
<td><?=join(', ', $judgeinfo['languages']);?></td>
<th><?=i18n($config['postalzip']);?>:</th>
<td><?=$judgeinfo['postalcode'];?></td>
</tr>
</table>
<?php
// get their availability
$availabilityText = '';
if ($config['judges_availability_enable'] == 'yes') {
$q = $pdo->prepare("SELECT * FROM judges_availability WHERE users_id=\"{$judgeinfo['id']}\" ORDER BY `start`");
$q->execute();
$availabilityText = "";
if($config['judges_availability_enable'] == 'yes'){
$q = mysql_query("SELECT * FROM judges_availability WHERE users_id=\"{$judgeinfo['id']}\" ORDER BY `start`");
$sel = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
while($r=mysql_fetch_object($q)) {
$st = substr($r->start, 0, 5);
$end = substr($r->end, 0, 5);
$availabilityText .= "<li>$st - $end</li>";
}
if (strlen($availabilityText) > 0) {
if(strlen($availabilityText) > 0){
$availabilityText = '<ul>' . $availabilityText . '</ul>';
} else {
$availabilityText = i18n('Unspecified');
}else{
$availabilityText = i18n("Unspecified");
}
}
echo '<div style="text-align:left">';
// is their info complete?
$completeText = $judgeinfo['judge_complete'] == 'yes' ? 'Yes' : 'No';
$activeText = $judgeinfo['judge_active'] == 'yes' ? 'Yes' : 'No';
$completeText = $judgeinfo['complete']=="yes" ? "Yes" : "No";
// find out if they've signed up for judging any special awards
$specialAwardsText = '';
if ($judgeinfo['special_award_only'] == 'yes') {
$query = 'SELECT aa.name AS awardname FROM judges_specialaward_sel jss'
. ' JOIN users ON jss.users_id = users.id'
. ' JOIN award_awards aa ON aa.id = jss.award_awards_id'
. ' WHERE users.id=' . $id;
$results = $pdo->prepare($query);
$results . execute();
while ($record = $results . fetch()) {
$specialAwardsText = "";
if($judgeinfo['special_award_only'] == "yes"){
$query = "SELECT aa.name AS awardname FROM judges_specialaward_sel jss"
. " JOIN users ON jss.users_id = users.id"
. " JOIN award_awards aa ON aa.id = jss.award_awards_id"
. " WHERE users.id=" . $id;
$results = mysql_query($query);
while($record = mysql_fetch_array($results)){
$awardList[] = $record['awardname'];
}
$specialAwardsText .= implode(', ', $awardList);
} else {
$specialAwardsText .= i18n('None');
}else{
$specialAwardsText .= i18n("None");
}
// get their preference for age category
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='{$config['FAIRYEAR']}'");
$q->execute();
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='{$conference['id']}'");
$catPreferenceText = $pdo->errorInfo() . '<ul>';
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$catPreferenceText = mysql_error() . "<ul>";
while($r=mysql_fetch_object($q)) {
$p = intval($judgeinfo['cat_prefs'][$r->id]);
$catPreferenceText .= '<li><em>' . i18n($r->category) . "</em>: {$preferencechoices[$p]}</li>";
$catPreferenceText .= "<li><em>" . i18n($r->category)."</em>: {$preferencechoices[$p]}</li>";
}
$catPreferenceText .= '</ul>';
$catPreferenceText .= "</ul>";
?>
@ -159,70 +156,65 @@ $catPreferenceText .= '</ul>';
<tr><td>
<ul>
<li><strong><?= "Active for {$config['FAIRYEAR']}"; ?>: </strong>
<?= $activeText; ?></li>
<li><strong><?="Complete for {$conference['name']}";?>: </strong>
<?=$completeText;?></li>
<li><strong><?= "Complete for {$config['FAIRYEAR']}"; ?>: </strong>
<?= $completeText; ?></li>
<li><strong><?=i18n("Special awards");?>: </strong>
<?=$specialAwardsText;?></li>
<li><strong><?= i18n('Special awards'); ?>: </strong>
<?= $specialAwardsText; ?></li>
<li><strong><?=i18n("Highest post-secondary degree");?>: </strong>
<?=$judgeinfo['highest_psd'];?></li>
<li><strong><?= i18n('Highest post-secondary degree'); ?>: </strong>
<?= $judgeinfo['highest_psd']; ?></li>
<li><strong><?= i18n('Age category preference'); ?>: </strong>
<?= $catPreferenceText; ?></li>
<li><strong><?=i18n("Age category preference");?>: </strong>
<?=$catPreferenceText;?></li>
<?php
if ($availabilityText != '') {
echo '<li><strong>' . i18n('Time Availability') . ': </strong>';
echo $availabilityText . '</li>';
if($availabilityText != ""){
echo "<li><strong>" . i18n("Time Availability") . ": </strong>";
echo $availabilityText . "</li>";
}
?>
</ul>
</td>
<td>
<h3><?= i18n('Areas of Expertise'); ?></h3>
<h3><?=i18n("Areas of Expertise");?></h3>
<table class="tableview" style="margin:auto;width:100%">
<?php
// grab the list of divisions, because the last fields of the table will be the sub-divisions
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='{$config['FAIRYEAR']}' ORDER BY id");
$q->execute();
$divs = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divs[] = $r->id;
$divnames[$r->id] = $r->division;
//grab the list of divisions, because the last fields of the table will be the sub-divisions
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='{$conference['id']}' ORDER BY id");
$divs=array();
while($r=mysql_fetch_object($q))
{
$divs[]=$r->id;
$divnames[$r->id]=$r->division;
}
foreach ($divs as $div) {
foreach($divs as $div)
{
$p = $judgeinfo['div_prefs'][$div];
echo '<tr><th align="right" >' . i18n($divnames[$div]) . ':</th>';
echo "<tr><th align=\"right\" >".i18n($divnames[$div]).":</th>";
echo " <td>$p/5</td>";
echo '<td>';
$subq = $pdo->prepare("SELECT * FROM projectsubdivisions WHERE
projectdivisions_id='$div' AND year='{$config['FAIRYEAR']}' ORDER BY subdivision");
$subq->execute();
echo "<td>";
$subq=mysql_query("SELECT * FROM projectsubdivisions WHERE
projectdivisions_id='$div' AND conferences_id='{$conference['id']}' ORDER BY subdivision");
$sd = array();
while ($subr = $subq->fetch(PDO::FETCH_OBJ)) {
if ($u['div_prefs_sub'][$subr->id] == 1) {
while($subr=mysql_fetch_object($subq)) {
if($u['div_prefs_sub'][$subr->id] == 1) {
$sd[] = $subdivr->subdivision;
}
}
// Only show subdiv if main div >=3
if ($p >= 3)
echo implode(', ', $sd);
else
echo '&nbsp;';
// Only show subdiv if main div >=3
if($p >= 3) echo implode(", ",$sd);
else echo "&nbsp;";
echo '</td>';
echo '</tr>';
echo "</td>";
echo "</tr>";
}
echo "<tr>\n";
echo ' <th align="right" valign="top">' . i18n('Other') . ':</th>';
echo " <th align=\"right\" valign=\"top\">".i18n("Other").":</th>";
echo " <td colspan=\"2\">{$judgeinfo['expertise_other']}<br />";
echo " </td>\n";
echo "</tr>\n";
@ -233,26 +225,29 @@ echo "</tr>\n";
<?php
// get the judge's special award info
// print_r($judgeinfo);
//print_r($judgeinfo);
echo '</div></div>';
/*
* send_popup_header("Judge Information");
*/
send_popup_header("Judge Information");
*/
/*
* echo "<tr>\n";
* echo " <th valign=\"top\" align=\"right\" colspan=\"2\">".i18n("Time Availability").":</th><td colspan=\"2\">";
* $q = mysql_query("SELECT * FROM judges_availability WHERE users_id=\"{$judgeinfo['id']}\" ORDER BY `start`");
* $sel = array();
* while($r=$q->fetch(PDO::FETCH_OBJ)) {
* $st = substr($r->start, 0, 5);
* $end = substr($r->end, 0, 5);
* echo "$st - $end<br />";
* }
* echo "</td></tr>";
* echo "<tr>";
*/
echo "<tr>\n";
echo " <th valign=\"top\" align=\"right\" colspan=\"2\">".i18n("Time Availability").":</th><td colspan=\"2\">";
$q = mysql_query("SELECT * FROM judges_availability WHERE users_id=\"{$judgeinfo['id']}\" ORDER BY `start`");
$sel = array();
while($r=mysql_fetch_object($q)) {
$st = substr($r->start, 0, 5);
$end = substr($r->end, 0, 5);
echo "$st - $end<br />";
}
echo "</td></tr>";
echo "<tr>";
*/
// send_popup_footer();
//send_popup_footer();
?>

View File

@ -1,63 +1,65 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
include 'judges.inc.php';
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
include "judges.inc.php";
send_header('Invite Judges',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
echo '<br />';
if ($_POST['action'] == 'invite' && $_POST['email']) {
$q = $pdo->prepare("SELECT id FROM judges WHERE email=?");
$q->execute([$_POST['email']]);
if ($q->rowCount()) {
echo error(i18n('A judge already exists with that email address'));
} else {
$pass = generatePassword();
$hash = password_hash($pass, PASSWORD_BCRYPT);
$stmt = $pdo->prepare("INSERT INTO judges (email,password) VALUES (?, ?)");
$stmt->execute([$_POST['email'], $hash]);
email_send('new_judge_invite', stripslashes($_POST['email']), array('FAIRNAME' => $config['fairname']), array('FAIRNAME' => $config['fairname'], 'EMAIL' => stripslashes($_POST['email']), 'PASSWORD' => $pass));
echo happy(i18n('%1 has been invited to be a judge', array($_POST['email'])));
send_header("Invite Judges",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php')
);
echo "<br />";
if($_POST['action']=="invite" && $_POST['email'])
{
$q=mysql_query("SELECT id FROM judges WHERE email='".$_POST['email']."'");
if(mysql_num_rows($q))
{
echo error(i18n("A judge already exists with that email address"));
}
}
else
{
$pass=generatePassword();
mysql_query("INSERT INTO judges (email,password) VALUES ('".mysql_escape_string(stripslashes($_POST['email']))."','$pass')");
email_send("new_judge_invite",stripslashes($_POST['email']),array("FAIRNAME"=>$config['fairname']),array("FAIRNAME"=>$config['fairname'],"EMAIL"=>stripslashes($_POST['email']),"PASSWORD"=>$pass));
echo i18n("Enter the judge's email address to invite them to be a judge");
echo "<br />\n";
echo "<br />\n";
echo "<form method=\"post\" action=\"judges_invite.php\">\n";
echo "<input type=\"hidden\" name=\"action\" value=\"invite\" />\n";
echo i18n('Email') . ': ';
echo "<input type=\"text\" name=\"email\" size=\"40\" />\n";
echo '<input type="submit" value="' . i18n('Invite Judge') . "\" />\n";
echo "</form>\n";
echo happy(i18n("%1 has been invited to be a judge",array($_POST['email'])));
}
}
send_footer();
echo i18n("Enter the judge's email address to invite them to be a judge");
echo "<br />\n";
echo "<br />\n";
echo "<form method=\"post\" action=\"judges_invite.php\">\n";
echo "<input type=\"hidden\" name=\"action\" value=\"invite\" />\n";
echo i18n("Email").": ";
echo "<input type=\"text\" name=\"email\" size=\"40\" />\n";
echo "<input type=\"submit\" value=\"".i18n("Invite Judge")."\" />\n";
echo "</form>\n";
send_footer();
?>

View File

@ -1,38 +1,38 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
include 'judges.inc.php';
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
include "judges.inc.php";
send_header('Judging Division Groupings',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
echo i18n('Instructions: The goal is to create groupings that have the least number of divisions/categories required to have at least %1 projects in the group. %1 is the number of projects that a single team can judge that you have specifed in the judge scheduler configuration. Judge division groupings indicate which divisions/categories can be judged together (by the same team of judges), so the divisons/categories should be somewhat similar to ensure there are judges that can handle judging all divisions assigned to a grouping.', array($config['max_projects_per_team']));
send_header("Judging Division Groupings",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php')
);
echo i18n("Instructions: The goal is to create groupings that have the least number of divisions/categories required to have at least %1 projects in the group. %1 is the number of projects that a single team can judge that you have specifed in the judge scheduler configuration. Judge division groupings indicate which divisions/categories can be judged together (by the same team of judges), so the divisons/categories should be somewhat similar to ensure there are judges that can handle judging all divisions assigned to a grouping.",array($config['max_projects_per_team']));
?>
<script language="javascript" type="text/javascript">
@ -54,59 +54,57 @@ function newbuttonclicked(jdivs)
<?
$div = array();
$divshort = array();
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divshort[$r->id] = $r->division_shortform;
$div[$r->id] = $r->division;
}
$cat = array();
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$cat[$r->id] = $r->category;
}
$dkeys = array_keys($div);
$ckeys = array_keys($cat);
if ($config['filterdivisionbycategory'] == 'yes') {
$q = $pdo->prepare("SELECT * FROM projectcategoriesdivisions_link WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY projectdivisions_id,projectcategories_id");
$q->execute();
$divcat = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divcat[] = array('c' => $r->projectcategories_id, 'd' => $r->projectdivisions_id);
$div = array();
$divshort = array();
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='".$conference['id']."' ORDER BY id");
while($r=mysql_fetch_object($q)) {
$divshort[$r->id]=$r->division_shortform;
$div[$r->id]=$r->division;
}
} else {
$divcat = array();
foreach ($dkeys AS $d) {
foreach ($ckeys AS $c) {
$divcat[] = array('c' => $c, 'd' => $d);
$cat = array();
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='".$conference['id']."' ORDER BY id");
while($r=mysql_fetch_object($q)) {
$cat[$r->id]=$r->category;
}
$dkeys = array_keys($div);
$ckeys = array_keys($cat);
if($config['filterdivisionbycategory']=="yes") {
$q=mysql_query("SELECT * FROM projectcategoriesdivisions_link WHERE conferences_id='".$conference['id']."' ORDER BY projectdivisions_id,projectcategories_id");
$divcat=array();
while($r=mysql_fetch_object($q)) {
$divcat[]=array("c"=>$r->projectcategories_id,"d"=>$r->projectdivisions_id);
}
}
else {
$divcat=array();
foreach($dkeys AS $d) {
foreach($ckeys AS $c) {
$divcat[]=array("c"=>$c,"d"=>$d);
}
}
}
}
$langr = array();
$q=mysql_query("SELECT * FROM languages WHERE active='Y'");
while($r=mysql_fetch_object($q)) {
$langr[$r->lang] = $r->langname;
}
$langr = array();
$q = $pdo->prepare("SELECT * FROM languages WHERE active='Y'");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$langr[$r->lang] = $r->langname;
}
function get_all_divs()
{
global $config, $pdo;
global $divshort, $div, $cat, $langr;
global $config, $conference;
global $divshort, $div,$cat, $langr;
global $divcat;
$cdlcheck = array();
$cdl = array();
$q = $pdo->prepare('SELECT * FROM judges_jdiv');
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$q=mysql_query("SELECT * FROM judges_jdiv");
while($r=mysql_fetch_object($q)) {
$cdl[$r->id]['id'] = $r->id;
$cdl[$r->id]['jdiv'] = $r->jdiv_id;
$cdl[$r->id]['div'] = $r->projectdivisions_id;
@ -121,32 +119,29 @@ function get_all_divs()
$catkeys = array_keys($cat);
$lankeys = array_keys($langr);
foreach ($divcat AS $dc) {
$y = $dc['d'];
$x = $dc['c'];
foreach ($lankeys as $z) {
if ($cdlcheck[$x][$y][$z] == 1)
foreach($divcat AS $dc) {
$y=$dc['d'];
$x=$dc['c'];
foreach($lankeys as $z) {
if($cdlcheck[$x][$y][$z] == 1)
continue;
/*
* Also, make an entry in the DB, so that this isn't
* unassigned anymore
*/
$stmt = $pdo->prepare('INSERT INTO judges_jdiv (id, jdiv_id, projectdivisions_id, projectcategories_id, lang) '
. " VALUES('', 0, '$y', '$x', '$z')");
$stmt->execute();
$q = $pdo->prepare('SELECT id FROM judges_jdiv WHERE '
. " projectdivisions_id='$y' "
. " AND projectcategories_id='$x' "
. " AND lang='$z' ");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
/* Also, make an entry in the DB, so that this isn't
* unassigned anymore */
mysql_query("INSERT INTO judges_jdiv (id, jdiv_id, projectdivisions_id, projectcategories_id, lang) ".
" VALUES('', 0, '$y', '$x', '$z')");
$q = mysql_query("SELECT id FROM judges_jdiv WHERE ".
" projectdivisions_id='$y' ".
" AND projectcategories_id='$x' ".
" AND lang='$z' ");
$r = mysql_fetch_object($q);
$cdl[$r->id]['id'] = $r->id;
$cdl[$r->id]['jdiv'] = 0; /* Unassigned */
$cdl[$r->id]['jdiv'] = 0; /* Unassigned */
$cdl[$r->id]['cat'] = $x;
$cdl[$r->id]['div'] = $y;
$cdl[$r->id]['lang'] = $z;
}
reset($lankeys);
}
@ -154,191 +149,184 @@ function get_all_divs()
/* Make names for all the DCLs, and count the number of projects */
$dkeys = array_keys($cdl);
foreach ($dkeys as $id) {
foreach($dkeys as $id) {
$x = $cat[$cdl[$id]['cat']];
$y = $divshort[$cdl[$id]['div']];
$z = $div[$cdl[$id]['div']];
$q = $pdo->prepare('SELECT count(projects.id) AS cnt FROM projects,registrations WHERE '
. " projectdivisions_id='{$cdl[$id]['div']}' "
. " AND projectcategories_id='{$cdl[$id]['cat']}' "
. " AND language='{$cdl[$id]['lang']}' "
. " AND registrations.year='{$config['FAIRYEAR']}'"
. ' AND projects.registrations_id=registrations.id'
. " AND (registrations.status='complete' OR registrations.status='paymentpending')");
$q->execute();
$q = mysql_query("SELECT count(projects.id) AS cnt FROM projects,registrations WHERE ".
" projectdivisions_id='{$cdl[$id]['div']}' ".
" AND projectcategories_id='{$cdl[$id]['cat']}' ".
" AND language='{$cdl[$id]['lang']}' ".
" AND registrations.conferences_id='{$conference['id']}'".
" AND projects.registrations_id=registrations.id".
" AND (registrations.status='complete' OR registrations.status='paymentpending')");
$r = $q->fetch(PDO::FETCH_OBJ);
show_pdo_errors_if_any($pdo);
$r = mysql_fetch_object($q);
echo mysql_error();
$c = $r->cnt;
$cdl[$id]['name'] = "$x $y ({$cdl[$id]['lang']}) ($c project" . ($c == 1 ? '' : 's') . ')';
$cdl[$id]['lname'] = "$x $z ({$cdl[$id]['lang']}) ($c project" . ($c == 1 ? '' : 's') . ')';
$cdl[$id]['name'] = "$x $y ({$cdl[$id]['lang']}) ($c project".($c==1?'':'s').")";
$cdl[$id]['lname'] = "$x $z ({$cdl[$id]['lang']}) ($c project".($c==1?'':'s').")";
$cdl[$id]['projects'] = $c;
}
return $cdl;
}
if (get_value_from_array($_POST, 'action') == 'add' && get_value_from_array($_POST, 'jdiv_id') && count(get_value_from_array($_POST, 'cdllist', [])) > 0) {
foreach ($_POST['cdllist'] AS $selectedcdl) {
$q = $pdo->prepare("UPDATE judges_jdiv SET jdiv_id='{$_POST['jdiv_id']}' WHERE "
. " id='$selectedcdl' ");
$q->execute();
}
echo happy(i18n('Judging Division(s) successfully added'));
}
if (get_value_from_array($_GET, 'action') == 'del' && get_value_from_array($_GET, 'cdl_id')) {
$stmt = $pdo->prepare("UPDATE judges_jdiv SET jdiv_id=0 WHERE id='{$_GET['cdl_id']}'");
$stmt->execute();
}
if (get_value_from_array($_GET, 'action') == 'empty' && get_value_from_array($_GET, 'jdiv_id')) {
$stmt = $pdo->prepare("UPDATE judges_jdiv SET jdiv_id=0 WHERE jdiv_id='{$_GET['jdiv_id']}' ");
$stmt->execute();
echo happy(i18n('Emptied all divisions from Judging Division Group %1', array($_GET['jdiv_id'])));
}
if (get_value_from_array($_GET, 'action') == 'recreate') {
// just delete them all, they'll be recreated automagically
$stmt = $pdo->prepare('TRUNCATE TABLE judges_jdiv');
$stmt->execute();
echo happy(i18n('Recreated all division/category/language options'));
}
/* Sort out all the judging divisions */
$cdl = get_all_divs();
$dkeys = array_keys($cdl);
/*
* Count the divisions, or, use the posted variable so we can create new
* and empty judging divisions
*/
if (get_value_from_array($_POST, 'jdivs') > 0) {
$jdivs = $_POST['jdivs'];
} else {
$jdivs = 0;
foreach ($dkeys as $d) {
if ($cdl[$d]['jdiv'] > $jdivs)
$jdivs = $cdl[$d]['jdiv'];
}
}
reset($dkeys);
$showdivlist = false;
foreach ($dkeys as $id) {
if ($cdl[$id]['jdiv'] == 0) {
$showdivlist = true;
break;
}
}
echo '<form name="jdivs" method="post" action="judges_jdiv.php">';
echo '<input type="hidden" name="action">';
echo "<input type=\"hidden\" name=\"jdivs\" value=\"$jdivs\">";
echo '<input type="hidden" name="jdiv_id">';
echo '<input type="hidden" name="judges_id">';
echo '<table width="100%">';
echo '<tr>';
if ($showdivlist) {
echo '<th width="25%">' . i18n('Division List');
echo '<br />';
echo '</th>';
}
echo '<th>' . i18n('Judging Division Groups') . '</th>';
echo '</tr>';
echo '<tr>';
if ($showdivlist) {
echo '<td valign="top">';
echo '<select name="cdllist[]" multiple="multiple" style="width: 300px; height: 600px;">';
/* Print the list of all unassigned divs */
reset($dkeys);
foreach ($dkeys as $id) {
if ($cdl[$id]['jdiv'] != 0)
continue;
echo "<option value=\"$id\">{$cdl[$id]['name']}</option>\n";
}
echo '</select>';
echo '</td>';
}
echo '<td valign="top">';
/* Print he groupings of the assigned ones */
for ($jdiv = 1; $jdiv <= $jdivs; $jdiv++) {
echo '<hr>';
echo '<table width="100%">';
echo '<tr><td valign=top width="80">';
if ($showdivlist) {
echo "<input onclick=\"addbuttonclicked('$jdiv')\" type=\"button\" value=\"Add &gt;&gt;\"><br />";
}
echo '<br />';
echo "<a onclick=\"return confirmClick('Are you sure you want to empty all the divisions from this grouping?')\" href=\"judges_jdiv.php?action=empty&jdiv_id=$jdiv \">";
echo '<img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '">';
echo ' ' . i18n('Empty') . ' ';
echo '</a>';
echo '</td><td>';
$p = 0;
reset($dkeys);
foreach ($dkeys as $id) {
if ($cdl[$id]['jdiv'] != $jdiv)
continue;
$p += $cdl[$id]['projects'];
if($_POST['action']=="add" && $_POST['jdiv_id'] && count($_POST['cdllist'])>0)
{
foreach($_POST['cdllist'] AS $selectedcdl) {
$q=mysql_query("UPDATE judges_jdiv SET jdiv_id='{$_POST['jdiv_id']}' WHERE ".
" id='$selectedcdl' ");
}
echo happy(i18n("Judging Division(s) successfully added"));
}
echo "<table class=\"tableedit\" width=\"95%\">\n";
echo "<tr><th colspan=\"2\" align=\"left\">Judging Division $jdiv ($p project" . ($p == 1 ? '' : 's') . ')';
echo "</th></tr>\n";
$x = 0;
reset($dkeys);
foreach ($dkeys as $id) {
if ($cdl[$id]['jdiv'] != $jdiv)
continue;
echo '<tr><td>';
echo "<a href=\"judges_jdiv.php?action=del&cdl_id=$id\"><img border=0 src=\"" . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '"></a>';
echo '</td><td width="100%">';
echo $cdl[$id]['lname'];
echo '</td></tr>';
$x++;
if($_GET['action']=="del" && $_GET['cdl_id']) {
mysql_query("UPDATE judges_jdiv SET jdiv_id=0 WHERE id='{$_GET['cdl_id']}'");
}
if ($x) {
echo '<tr><td colspan="2">';
// echo "<a onclick=\"return confirmClick('Are you sure you want to empty all the divisions from this grouping?')\" href=\"judges_jdiv.php?action=empty&jdiv_id=$jdiv \">";
// echo " ".i18n("Empty All Divisions")." ";
// echo "<img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\">";
// echo "</a>";
echo '</td></tr>';
if($_GET['action']=="empty" && $_GET['jdiv_id']) {
mysql_query("UPDATE judges_jdiv SET jdiv_id=0 WHERE jdiv_id='{$_GET['jdiv_id']}' ");
echo happy(i18n("Emptied all divisions from Judging Division Group %1",array($_GET['jdiv_id'])));
}
if($_GET['action']=="recreate") {
//just delete them all, they'll be recreated automagically
mysql_query("TRUNCATE TABLE judges_jdiv");
echo happy(i18n("Recreated all division/category/language options"));
}
/* Sort out all the judging divisions */
$cdl = get_all_divs();
$dkeys = array_keys($cdl);
/* Count the divisions, or, use the posted variable so we can create new
* and empty judging divisions */
if($_POST['jdivs'] > 0) {
$jdivs = $_POST['jdivs'];
} else {
echo '<tr><td colspan="2">';
echo error(i18n('No divisions present'), 'inline');
echo '</td></tr>';
$jdivs = 0;
foreach($dkeys as $d) {
if($cdl[$d]['jdiv'] > $jdivs) $jdivs = $cdl[$d]['jdiv'];
}
}
reset($dkeys);
$showdivlist=false;
foreach($dkeys as $id) {
if($cdl[$id]['jdiv'] == 0){ $showdivlist=true; break; }
}
echo '</table>';
echo '</td></tr></table>';
}
echo '<hr><input onclick="newbuttonclicked(\'' . ($jdivs + 1) . '\')" type="button" value="New Judging Divsion Group">';
echo "<form name=\"jdivs\" method=\"post\" action=\"judges_jdiv.php\">";
echo "<input type=\"hidden\" name=\"action\">";
echo "<input type=\"hidden\" name=\"jdivs\" value=\"$jdivs\">";
echo "<input type=\"hidden\" name=\"jdiv_id\">";
echo "<input type=\"hidden\" name=\"judges_id\">";
echo "<table width=\"100%\">";
echo "<tr>";
echo '<br />';
if($showdivlist) {
echo "<th width=\"25%\">".i18n("Division List");
echo "<br />";
echo "</th>";
}
echo "<th>".i18n("Judging Division Groups")."</th>";
echo "</tr>";
echo "<tr>";
echo '</td></tr>';
echo '</table>';
echo '</form>';
if($showdivlist) {
echo "<td valign=\"top\">";
echo "<select name=\"cdllist[]\" multiple=\"multiple\" style=\"width: 300px; height: 600px;\">";
/* Print the list of all unassigned divs */
reset($dkeys);
foreach($dkeys as $id) {
if($cdl[$id]['jdiv'] != 0) continue;
echo "<option value=\"$id\">{$cdl[$id]['name']}</option>\n";
}
echo "</select>";
echo "</td>";
}
echo "<td valign=\"top\">";
/* Print he groupings of the assigned ones */
for($jdiv = 1; $jdiv <= $jdivs; $jdiv++) {
echo "<hr>";
echo "<table width=\"100%\">";
echo "<tr><td valign=top width=\"80\">";
if($showdivlist) {
echo "<input onclick=\"addbuttonclicked('$jdiv')\" type=\"button\" value=\"Add &gt;&gt;\"><br />";
}
echo "<br />";
echo "<a onclick=\"return confirmClick('Are you sure you want to empty all the divisions from this grouping?')\" href=\"judges_jdiv.php?action=empty&jdiv_id=$jdiv \">";
echo "<img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\">";
echo " ".i18n("Empty")." ";
echo "</a>";
echo "</td><td>";
$p = 0;
reset($dkeys);
foreach($dkeys as $id) {
if($cdl[$id]['jdiv'] != $jdiv) continue;
$p += $cdl[$id]['projects'];
}
echo "<table class=\"tableedit\" width=\"95%\">\n";
echo "<tr><th colspan=\"2\" align=\"left\">Judging Division $jdiv ($p project".($p==1?'':'s').")";
echo "</th></tr>\n";
$x = 0;
reset($dkeys);
foreach($dkeys as $id) {
if($cdl[$id]['jdiv'] != $jdiv) continue;
echo "<tr><td>";
echo "<a href=\"judges_jdiv.php?action=del&cdl_id=$id\"><img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\"></a>";
echo "</td><td width=\"100%\">";
echo $cdl[$id]['lname'];
echo "</td></tr>";
$x++;
}
if($x) {
echo "<tr><td colspan=\"2\">";
// echo "<a onclick=\"return confirmClick('Are you sure you want to empty all the divisions from this grouping?')\" href=\"judges_jdiv.php?action=empty&jdiv_id=$jdiv \">";
// echo " ".i18n("Empty All Divisions")." ";
// echo "<img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\">";
// echo "</a>";
echo "</td></tr>";
} else {
echo "<tr><td colspan=\"2\">";
echo error(i18n("No divisions present"),"inline");
echo "</td></tr>";
}
echo "</table>";
echo "</td></tr></table>";
}
echo "<hr><input onclick=\"newbuttonclicked('".($jdivs+1)."')\" type=\"button\" value=\"New Judging Divsion Group\">";
echo "<br />";
echo "</td></tr>";
echo "</table>";
echo "</form>";
echo "<br />";
echo "<a onclick=\"return confirmClick('".i18n("Are you sure you want to empty all groupings and re-create the options")."')\" href=\"judges_jdiv.php?action=recreate\">".i18n("Re-create all division/category/language options")."</a>. ".i18n("This will completely empty ALL of your groupings and recreate all the possibly division/category/language options. Do this if for example you end up with a division/category that should not exist (due to the config option to filter divisions by category, or due to changing your divisions/categories alltogether)");
echo "<br />";
echo "<br />";
send_footer();
echo '<br />';
echo '<a onclick="return confirmClick(\'' . i18n('Are you sure you want to empty all groupings and re-create the options') . '\')" href="judges_jdiv.php?action=recreate">' . i18n('Re-create all division/category/language options') . '</a>. ' . i18n('This will completely empty ALL of your groupings and recreate all the possibly division/category/language options. Do this if for example you end up with a division/category that should not exist (due to the config option to filter divisions by category, or due to changing your divisions/categories alltogether)');
echo '<br />';
echo '<br />';
send_footer();
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,57 +1,55 @@
<?
// make sure logs folder exists, and htaccess it to deny access
if (!file_exists('../data/logs'))
@mkdir('../data/logs');
if (!file_exists('../data/logs/.htaccess'))
@file_put_contents('../data/logs/.htaccess', "Order Deny,Allow\r\nDeny From All\r\n");
require_once('../common.inc.functions.php');
$logPath = get_logpath();
// Check which OS we are running
$pos = strpos(getcwd(), '/');
if ($pos === false) {
// Windows os server.
$pos = strpos(getcwd(),'/');
if($pos === false)
{
// Windows os server.
// if IIS Web Server use WScript.Shell 'run' command and.. we need a batch file to start a process and return immediately
$bat_filename = '../data/judges_sa.bat';
if (file_exists($bat_filename)) {
// delete the batch file then re-create it with the current date
unlink($bat_filename);
$bat_filename = "../data/judges_sa.bat";
if(file_exists($bat_filename)){
// delete the batch file then re-create it with the current date
unlink($bat_filename);
}
$bat_file = fopen($bat_filename, 'w');
if ($bat_file) {
fwrite($bat_file, 'ECHO OFF' . "\n");
fwrite($bat_file, 'START /BELOWNORMAL /B php judges_sa.php >../data/logs/judge_scheduler_' . date('YmdHis') . '.log 2>&1 &' . "\n");
fwrite($bat_file, 'EXIT' . "\n");
fclose($bat_file);
$bat_file = fopen($bat_filename, "w");
if($bat_file) {
fwrite($bat_file, "ECHO OFF"."\n");
fwrite($bat_file, "START /BELOWNORMAL /B php judges_sa.php >$logPath/judge_scheduler_".date("YmdHis").".log 2>&1 &"."\n");
fwrite($bat_file, "EXIT"."\n");
fclose($bat_file);
}
$WshShell = new COM('WScript.Shell');
$WshShell = new COM("WScript.Shell");
// next line designed for Windows os with IIS web server. It will probably fail if Windows using apache web server
try {
$oExec = $WshShell->run($bat_filename, 0, false); // THIS SHOULD WORK for windows using IIS as webserver.
} catch (Exception $e) {
$oExec = $WshShell->run($bat_filename,0,false ); // THIS SHOULD WORK for windows using IIS as webserver.
}
catch (Exception $e) {
// if the wshshell-> run fails then we are perhaps running an apache server and the next might work.
// But, the call in judges_sa_launcher_apache.php does not return until completed so I use this logic
// to inform the user how to get to the status page.
// CAUTION: This path REQUIRES that php be compiled with CLI option and other things Dennis does not understand!
// This may work for some servers. NEVER use this on a shared server - you will hog it and get your account suspended.
echo ' This server requires manual intervention to start the scheduler and to navigate to the Status page.<br/>';
echo ' The scheduler will run at normal priority - which in some servers may present a sluggish response.<br />';
echo ' Please follow these instruction exactly:<br />';
echo " This server requires manual intervention to start the scheduler and to navigate to the Status page.<br/>";
echo " The scheduler will run at normal priority - which in some servers may present a sluggish response.<br />";
echo " Please follow these instruction exactly:<br />";
echo " 1. Click 'Start the Scheduler' link ONCE. (You will not see any change in this screen) <br />";
echo " *** DO NOT Click 'Start the Scheduler' more than once!<br />";
echo " 2. Click 'Check the Status' link and wait. (You will be taken to the Status Page. There, you should see that the scheduler is running.) <br />";
echo '<br /><a href="judges_sa_launcher_apache.php">Start the Scheduler</a><br /><br />';
echo '<a href="judges_scheduler_status.php">Check the Status</a><br />';
echo "<br /><a href=\"judges_sa_launcher_apache.php\">Start the Scheduler</a><br /><br />";
echo "<a href=\"judges_scheduler_status.php\">Check the Status</a><br />";
exit;
// This is the call that works - but it does not return until judges_sa is finished so... I launch it from another window
// exec("php judges_sa.php >../data/logs/judge_scheduler_".date("YmdHis").".log 2>&1 &");
// This is the call that works - but it does not return until judges_sa is finished so... I launch it from another window
// exec("php judges_sa.php >$logPath/judge_scheduler_".date("YmdHis").".log 2>&1 &");
}
} else {
// *nix server
// add PHP_SELF just so when we do a process listing on the server we know which fair its running for
// the argument does not get used by the script at all
exec("nice php judges_sa.php {$_SERVER['PHP_SELF']} >../data/logs/judge_scheduler_" . date('YmdHis') . '.log 2>&1 &');
}
// usleep(1500000); // 1.5 second to allow the judges_sa to update the % status to 0% otherwise the status page will think its not running if it gets there too soon
header('Location: judges_scheduler_status.php');
else{
// *nix server
//add PHP_SELF just so when we do a process listing on the server we know which fair its running for
//the argument does not get used by the script at all
exec("nice php judges_sa.php {$_SERVER['PHP_SELF']} > $logPath/judge_scheduler_".date("YmdHis").".log 2>&1 &");
}
usleep(1500000); // 1.5 second to allow the judges_sa to update the % status to 0% otherwise the status page will think its not running if it gets there too soon
header("Location: judges_scheduler_status.php");
exit;
?>

View File

@ -1,6 +1,8 @@
<?php
require_once('../common.inc.functions.php');
$logPath = get_logpath();
// In Windows OS with Apache server this exec call will start judges_sa.php as a separate process but the call to exec() does not return until the scheduler completes. Note the process runs at normal priority. Status can be checked with judges_scheduler_status.php. This is a temporary solution for Windows / Apache
exec('php judges_sa.php >../data/logs/judge_scheduler_' . date('YmdHis') . '.log 2>&1 &');
exec("php judges_sa.php >$logPath/judge_scheduler_".date("YmdHis").".log 2>&1 &");
exit;
?>

View File

@ -1,33 +1,34 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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 pr<input type=\"submit\" value=\"".i18n("Save Configuration")."\" />\n";
ogram; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
?>
<?
require ('../common.inc.php');
send_header('Scheduler Status',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
require("../common.inc.php");
send_header("Scheduler Status",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php')
);
?>
<script type="text/javascript">
@ -125,31 +126,33 @@ function format_duration(seconds) {
</script>
<?
if ($config['judge_scheduler_percent'] == '-1') {
echo i18n('The judge scheduler is not currently running');
echo '<br />';
echo '<br />';
echo '<a href="judges_schedulerconfig.php">' . i18n('Judges Scheduler Configuration') . '</a>';
} else {
echo '<table>';
echo '<tr><td>' . i18n('Scheduler status') . ':</td><td><div id="schedulerstatus" style="font-weight: bold;"></div></td></tr>';
echo '<tr><td>' . i18n('Scheduler percent') . ':</td><td><div id="schedulerpercent" style="font-weight: bold;"></div></td></tr>';
echo '<tr><td>' . i18n('Scheduler ETA') . ':</td><td><div id="schedulereta" style="font-weight: bold;"></div></td></tr>';
echo '<tr><td align="center" colspan="2"><div id="updatestatus" style="font-weight: bold; text-align: center;"></div></td></tr>';
echo '</table>';
if($config['judge_scheduler_percent']=="-1") {
echo i18n("The judge scheduler is not currently running");
echo "<br />";
echo "<br />";
echo "<a href=\"judges_schedulerconfig.php\">".i18n("Judges Scheduler Configuration")."</a>";
echo '<br />';
echo i18n('When scheduling is finished, the following links will be useful');
echo '<br />';
echo '<a href="judges_teams.php">' . i18n('Manage Judge Teams') . '</a>';
echo '<br />';
echo '<a href="judges_teams_members.php">' . i18n('Manage Judge Members') . '</a>';
echo '<br />';
echo '<a href="reports.php">' . i18n('Print/Export Reports') . '</a>';
echo '<br />';
echo '<br />';
echo "Note: If you are using Windows Internet Explorer and do not see status updates do this:<br /> Click menu bar 'Tools' then 'Internet Options'.<br /> In the 'General' Tab under 'Browsing history' click 'Settings'.<br /> Under 'Check for newer versions of stored pages:'<br /> Select the option 'Every time I visit the webpage'.<br /> Click OK then OK";
}
send_footer();
else {
echo "<table>";
echo "<tr><td>".i18n("Scheduler status").":</td><td><div id=\"schedulerstatus\" style=\"font-weight: bold;\"></div></td></tr>";
echo "<tr><td>".i18n("Scheduler percent").":</td><td><div id=\"schedulerpercent\" style=\"font-weight: bold;\"></div></td></tr>";
echo "<tr><td>".i18n("Scheduler ETA").":</td><td><div id=\"schedulereta\" style=\"font-weight: bold;\"></div></td></tr>";
echo "<tr><td align=\"center\" colspan=\"2\"><div id=\"updatestatus\" style=\"font-weight: bold; text-align: center;\"></div></td></tr>";
echo "</table>";
echo "<br />";
echo i18n("When scheduling is finished, the following links will be useful");
echo "<br />";
echo "<a href=\"judges_teams.php\">".i18n("Manage Judge Teams")."</a>";
echo "<br />";
echo "<a href=\"judges_teams_members.php\">".i18n("Manage Judge Members")."</a>";
echo "<br />";
echo "<a href=\"reports.php\">".i18n("Print/Export Reports")."</a>";
echo "<br />";
echo "<br />";
echo "Note: If you are using Windows Internet Explorer and do not see status updates do this:<br /> Click menu bar 'Tools' then 'Internet Options'.<br /> In the 'General' Tab under 'Browsing history' click 'Settings'.<br /> Under 'Check for newer versions of stored pages:'<br /> Select the option 'Every time I visit the webpage'.<br /> Click OK then OK";
}
send_footer();
?>

View File

@ -1,16 +1,14 @@
<?
include '../data/config.inc.php';
include '../common.inc.php';
include "../data/config.inc.php";
mysql_connect($DBHOST,substr($DBUSER,0,16),$DBPASS);
mysql_select_db($DBNAME);
$q=mysql_query("SELECT val FROM config WHERE year='0' AND var='judge_scheduler_percent'");
$r=mysql_fetch_object($q);
$percent=$r->val;
$q = $pdo->prepare("SELECT val FROM config WHERE year='0' AND var='judge_scheduler_percent'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$percent = $r->val;
$q = $pdo->prepare("SELECT val FROM config WHERE year='0' AND var='judge_scheduler_activity'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$status = $r->val;
$q=mysql_query("SELECT val FROM config WHERE year='0' AND var='judge_scheduler_activity'");
$r=mysql_fetch_object($q);
$status=$r->val;
echo "$percent:$status\n";
?>

View File

@ -1,154 +1,165 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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 pr<input type=\"submit\" value=\"".i18n("Save Configuration")."\" />\n";
* ogram; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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 pr<input type=\"submit\" value=\"".i18n("Save Configuration")."\" />\n";
ogram; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
require ('../config_editor.inc.php');
user_auth_required('committee', 'admin');
require ('judges.inc.php');
require ('judges_schedulerconfig_check.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
require("../config_editor.inc.php");
user_auth_required('admin');
require("judges.inc.php");
require("judges_schedulerconfig_check.inc.php");
$action = config_editor_handle_actions('Judge Scheduler', $config['FAIRYEAR'], 'var');
if ($action == 'update') {
header('Location: judges_schedulerconfig.php');
$action = config_editor_handle_actions("Judge Scheduler", $conference['id'], "var");
if($action == 'update') {
header("Location: judges_schedulerconfig.php");
exit;
}
}
send_header('Judge Scheduler Configuration',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
send_header("Judge Scheduler Configuration",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php')
);
config_editor('Judge Scheduler', $config['FAIRYEAR'], 'var', $_SERVER['PHP_SELF']);
echo '<hr />';
config_editor("Judge Scheduler", $conference['id'], "var", $_SERVER['PHP_SELF']);
echo "<hr />";
if (get_value_from_array($_GET, 'action') == 'reset') {
$stmt = $pdo->prepare("UPDATE config SET `val`='-1' WHERE `var`='judge_scheduler_percent' AND `year`=0");
$stmt->execute();
$config['judge_scheduler_percent'] = '-1';
echo happy(i18n('Judge scheduler status forcibly reset'));
}
if($_GET['action']=="reset")
{
mysql_query("UPDATE config SET `val`='-1' WHERE `var`='judge_scheduler_percent' AND `year`=0");
$config['judge_scheduler_percent']="-1";
echo happy(i18n("Judge scheduler status forcibly reset"));
}
if ($config['judge_scheduler_percent'] == '-1') {
$ok = 1;
if($config['judge_scheduler_percent']=="-1")
{
$ok = 1;
echo "<table class='headertable'><tr><td><h3>Timeslots</h3></td>";
echo '<td> - <a href="judges_timeslots.php">' . i18n('Timeslot Manager') . '</a>';
echo '</td></tr></table>';
echo "<td> - <a href=\"judges_timeslots.php\">".i18n("Timeslot Manager")."</a>";
echo "</td></tr></table>";
$timeslots = judges_scheduler_check_timeslots();
if ($timeslots > 0) {
echo happy(i18n('There are %1 timeslot(s) defined for divisional judging, good', array($timeslots)));
if($timeslots > 0) {
echo happy(i18n("There are %1 timeslot(s) defined for divisional judging, good", array($timeslots)));
} else {
echo error(i18n('There are no timeslots defined for divisional judging'));
echo error(i18n("There are no timeslots defined for divisional judging"));
$ok = 0;
}
if ($config['scheduler_enable_sa_scheduling'] == 'yes') {
if($config['scheduler_enable_sa_scheduling'] == 'yes') {
$timeslots = judges_scheduler_check_timeslots_sa();
if ($timeslots > 0) {
echo happy(i18n('There are %1 timeslot(s) defined for special awards judging, good', array($timeslots)));
if($timeslots > 0) {
echo happy(i18n("There are %1 timeslot(s) defined for special awards judging, good", array($timeslots)));
} else {
echo error(i18n('There are no timeslots defined for special awards judging (but the scheduler is configured to do special awards judging)'));
echo error(i18n("There are no timeslots defined for special awards judging (but the scheduler is configured to do special awards judging)"));
$ok = 0;
}
}
echo "<table class='headertable'><tr><td><h3>Awards</h3></td>";
echo '<td> - <a href="awards.php">' . i18n('Awards Manager') . '</a>';
echo '</td></tr></table>';
echo "<td> - <a href=\"awards.php\">".i18n("Awards Manager")."</a>";
echo "</td></tr></table>";
$missing_awards = judges_scheduler_check_awards();
if (count($missing_awards) == 0) {
echo happy(i18n('There is a single divisional award for each division/category, good'));
if(count($missing_awards) == 0) {
echo happy(i18n("There is a single divisional award for each division/category, good"));
} else {
echo '<br />The following divisional awards problems were identified:<br /><ul>';
for ($x = 0; $x < count($missing_awards); $x++) {
print ($missing_awards[$x] . '<br />');
echo "<br />The following divisional awards problems were identified:<br /><ul>";
for($x=0; $x<count($missing_awards); $x++) {
print($missing_awards[$x]."<br />");
}
echo '</ul>';
echo error(i18n('There needs to be exactly one award for each division/category'));
echo "</ul>";
echo error(i18n("There needs to be exactly one award for each division/category"));
$ok = 0;
}
echo "<table class='headertable'><tr><td><h3>Divisional Judging Groupings</h3></td>";
echo '<td> - <a href="judges_jdiv.php">' . i18n('Divisional Judging Groupings Manager') . '</a>';
echo '</td></tr></table>';
echo "<td> - <a href=\"judges_jdiv.php\">".i18n("Divisional Judging Groupings Manager")."</a>";
echo "</td></tr></table>";
$jdivs = judges_scheduler_check_jdivs();
if ($jdivs > 1) {
echo happy(i18n('There are %1 divisional groups defined for divisional judging, good', array($jdivs)));
if($jdivs > 1) {
echo happy(i18n("There are %1 divisional groups defined for divisional judging, good", array($jdivs)));
} else {
echo error(i18n('There is not more than 1 divisional groups defined for divisional judging. Please assign ALL categories/divisions/languages to judging groupings before continuing'));
echo error(i18n("There is not more than 1 divisional groups defined for divisional judging. Please assign ALL categories/divisions/languages to judging groupings before continuing"));
$ok = 0;
}
echo '<h3>Projects and Judges</h3><br />';
echo "<h3>Projects and Judges</h3><br />";
$k=judges_scheduler_check_judges();
$k = judges_scheduler_check_judges();
if(!$k) $ok=0;
if (!$k)
$ok = 0;
if ($ok) {
echo i18n("Everything looks in order, we're ready to create the
if($ok)
{
echo i18n("Everything looks in order, we're ready to create the
divisional awards judging teams. Click link below to start the scheduler.
Please be patient as it may take several minutes find an good solution to
the judging team assignments.");
echo '<br />';
echo '<br />';
echo "<br />";
echo "<br />";
echo '<a href="judges_sa_launcher.php">' . i18n('Start the judging scheduler to create judging teams and judging schedule') . '</a>';
} else {
echo '<br />';
echo '<br />';
echo "<a href=\"judges_sa_launcher.php\">".i18n("Start the judging scheduler to create judging teams and judging schedule")."</a>";
echo '<a href="judges_sa_launcher.php">' . i18n('Something above looks bad, but you can start the judging scheduler anyways with the understanding that results will NOT be optimal, or in fact, the scheduler may not work at all!') . '</a>';
}
} else {
echo '<br />';
echo '<b>';
echo i18n('The scheduler is currently running');
echo '</b>';
echo '<br />';
echo '<br />';
echo '<a href="judges_scheduler_status.php">' . i18n('Click here to check the judging scheduler progress') . '</a>';
echo '<br />';
echo '<br />';
echo '<br />';
echo i18n('If the scheduler is not running (and you are 100% sure that it is not!) click the link below to reset the scheduler status');
echo '<br />';
echo '<a href="judges_schedulerconfig.php?action=reset">' . i18n('Reset judge scheduler status') . '</a>';;
}
else {
echo "<br />";
echo "<br />";
echo "<a href=\"judges_sa_launcher.php\">".i18n("Something above looks bad, but you can start the judging scheduler anyways with the understanding that results will NOT be optimal, or in fact, the scheduler may not work at all!")."</a>";
}
echo '<br />';
echo '<br />';
echo '<br />';
}
else
{
echo "<br />";
echo "<b>";
echo i18n("The scheduler is currently running");
echo "</b>";
echo "<br />";
echo "<br />";
echo "<a href=\"judges_scheduler_status.php\">".i18n("Click here to check the judging scheduler progress")."</a>";
echo "<br />";
echo "<br />";
echo "<br />";
echo i18n("If the scheduler is not running (and you are 100% sure that it is not!) click the link below to reset the scheduler status");
echo "<br />";
echo "<a href=\"judges_schedulerconfig.php?action=reset\">".i18n("Reset judge scheduler status")."</a>";;
}
echo "<br />";
echo "<br />";
echo "<br />";
send_footer();
send_footer();
?>

View File

@ -2,35 +2,32 @@
function judges_scheduler_check_timeslots()
{
global $config, $pdo;
global $conference;
$q = $pdo->prepare('SELECT * FROM judges_timeslots WHERE '
. " year='" . $config['FAIRYEAR'] . "'"
. " AND `type`='divisional1'");
$q->execute();
if ($q->rowCount()) {
$round = $q->fetch(PDO::FETCH_OBJ);
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE round_id='$round->id' AND type='timeslot'");
$q->execute();
return $q->rowCount();
} else
$q=mysql_query("SELECT * FROM judges_timeslots WHERE ".
" conferences_id='".$conference['id']."'".
" AND `type`='divisional1'" );
if(mysql_num_rows($q)) {
$round=mysql_fetch_object($q);
$q=mysql_query("SELECT * FROM judges_timeslots WHERE round_id='$round->id' AND type='timeslot'");
return mysql_num_rows($q);
}
else
return 0;
}
function judges_scheduler_check_timeslots_sa()
{
global $config, $pdo;
global $conference;
$rows = 0;
$q = $pdo->prepare('SELECT * FROM judges_timeslots WHERE '
. " year='" . $config['FAIRYEAR'] . "'"
. " AND `type`='special'");
$q->execute();
if ($q->rowCount()) {
while (($round = $q->fetch(PDO::FETCH_OBJ))) {
$rq = $pdo->prepare("SELECT * FROM judges_timeslots WHERE round_id='$round->id' AND type='timeslot'");
$rq->execute();
$rows += $rq->rowCount();
$q=mysql_query("SELECT * FROM judges_timeslots WHERE ".
" conferences_id='".$conference['id']."'".
" AND `type`='special'" );
if(mysql_num_rows($q)) {
while(( $round=mysql_fetch_object($q))) {
$rq=mysql_query("SELECT * FROM judges_timeslots WHERE round_id='$round->id' AND type='timeslot'");
$rows += mysql_num_rows($rq);
}
}
return $rows;
@ -38,227 +35,217 @@ function judges_scheduler_check_timeslots_sa()
function judges_scheduler_check_awards()
{
global $config, $pdo;
global $config, $conferenece;
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$div[$r->id] = $r->division;
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='".$conference['id']."' ORDER BY id");
while($r=mysql_fetch_object($q))
$div[$r->id]=$r->division;
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$cat[$r->id] = $r->category;
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='".$conference['id']."' ORDER BY id");
while($r=mysql_fetch_object($q))
$cat[$r->id]=$r->category;
$dkeys = array_keys($div);
$ckeys = array_keys($cat);
if ($config['filterdivisionbycategory'] == 'yes') {
$q = $pdo->prepare("SELECT * FROM projectcategoriesdivisions_link WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY projectdivisions_id,projectcategories_id");
$q->execute();
$divcat = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divcat[] = array('c' => $r->projectcategories_id, 'd' => $r->projectdivisions_id);
if($config['filterdivisionbycategory']=="yes") {
$q=mysql_query("SELECT * FROM projectcategoriesdivisions_link WHERE conferences_id='".$conference['id']."' ORDER BY projectdivisions_id,projectcategories_id");
$divcat=array();
while($r=mysql_fetch_object($q)) {
$divcat[]=array("c"=>$r->projectcategories_id,"d"=>$r->projectdivisions_id);
}
} else {
$divcat = array();
foreach ($dkeys AS $d) {
foreach ($ckeys AS $c) {
$divcat[] = array('c' => $c, 'd' => $d);
}
else {
$divcat=array();
foreach($dkeys AS $d) {
foreach($ckeys AS $c) {
$divcat[]=array("c"=>$c,"d"=>$d);
}
}
}
$missing_awards = array();
foreach ($divcat AS $dc) {
$d = $dc['d'];
$c = $dc['c'];
$q = $pdo->prepare("SELECT award_awards.id FROM
foreach($divcat AS $dc) {
$d=$dc['d'];
$c=$dc['c'];
$q=mysql_query("SELECT award_awards.id FROM
award_awards,
award_awards_projectcategories,
award_awards_projectdivisions
WHERE
award_awards.year='{$config['FAIRYEAR']}'
AND award_awards_projectcategories.year='{$config['FAIRYEAR']}'
AND award_awards_projectdivisions.year='{$config['FAIRYEAR']}'
award_awards.conferences_id='{$conference['id']}'
AND award_awards_projectcategories.conferences_id='{$conference['id']}'
AND award_awards_projectdivisions.conferences_id='{$conference['id']}'
AND award_awards.id=award_awards_projectcategories.award_awards_id
AND award_awards.id=award_awards_projectdivisions.award_awards_id
AND award_awards_projectcategories.projectcategories_id='$c'
AND award_awards_projectdivisions.projectdivisions_id='$d'
AND award_awards.award_types_id='1'
");
$q->execute();
show_pdo_errors_if_any($pdo);
if ($q->rowCount() != 1) {
$missing_awards[] = "{$cat[$c]} - {$div[$d]} (" . i18n('%1 found', array($q->rowCount())) . ')';
}
echo mysql_error();
if(mysql_num_rows($q)!=1) {
$missing_awards[] = "{$cat[$c]} - {$div[$d]} (".i18n("%1 found",array(mysql_num_rows($q))).")";
}
}
return $missing_awards;
}
function judges_scheduler_check_jdivs()
{
global $config, $pdo;
$q = $pdo->prepare('SELECT DISTINCT jdiv_id FROM judges_jdiv ');
$q->execute();
$rows = $q->rowCount();
$q=mysql_query("SELECT DISTINCT jdiv_id FROM judges_jdiv ");
$rows = mysql_num_rows($q);
return $rows;
}
function judges_scheduler_check_judges()
{
global $config, $pdo;
global $config, $conference;
$ok = 1;
$jdiv = array();
$projectlanguagetotal = array();
$projecttotal = 0;
$q = $pdo->prepare('SELECT * FROM judges_jdiv ORDER BY jdiv_id');
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$q=mysql_query("SELECT * FROM judges_jdiv ORDER BY jdiv_id");
while($r=mysql_fetch_object($q)) {
/* Ignore any div/cat with jdiv 0 */
if ($r->jdiv_id == 0)
continue;
if($r->jdiv_id == 0) continue;
$d = $r->projectdivisions_id;
$c = $r->projectcategories_id;
$l = $r->lang;
$qp = $pdo->prepare('SELECT COUNT(projects.id) as cnt FROM projects, registrations WHERE '
. " projects.year='" . $config['FAIRYEAR'] . "' AND "
. " projectdivisions_id='$d' AND "
. " projectcategories_id='$c' AND "
. " language='$l' AND "
. ' registrations.id = projects.registrations_id '
. getJudgingEligibilityCode());
$qp->execute();
$qr = $qp->fetch(PDO::FETCH_OBJ);
// if (get_value_from_3d_array($jdiv, $r->jdiv_id, 'num_projects', 'total') !== null){
$qp = mysql_query("SELECT COUNT(projects.id) as cnt FROM projects, registrations WHERE ".
" projects.conferences_id='".$conference['id']."' AND ".
" projectdivisions_id='$d' AND ".
" projectcategories_id='$c' AND ".
" language='$l' AND " .
" registrations.id = projects.registrations_id " .
getJudgingEligibilityCode()
);
$qr = mysql_fetch_object($qp);
$jdiv[$r->jdiv_id]['num_projects']['total'] += $qr->cnt;
// }
$jdiv[$r->jdiv_id]['num_projects'][$l] += $qr->cnt;
$projectlanguagetotal[$l] += $qr->cnt;
$projecttotal += $qr->cnt;
$projectlanguagetotal[$l]+=$qr->cnt;
$projecttotal+=$qr->cnt;
}
$totalteams['total'] = 0;
echo '<table border=1 width="85%"><tr><th></th>'
. '<th colspan="' . (count($config['languages']) + 1) . '">' . i18n('Projects') . '</th>'
. '<th colspan="' . (count($config['languages']) + 1) . '">' . i18n('Estimated Required Teams') . '</th></tr>';
echo "<table border=1 width=\"85%\"><tr><th></th>".
"<th colspan=\"".(count($config['languages'])+1)."\">".i18n("Projects")."</th>".
"<th colspan=\"".(count($config['languages'])+1)."\">".i18n("Estimated Required Teams")."</th></tr>";
echo '<tr>';
echo '<th></th><th>' . i18n('Total') . '</th>';
foreach ($config['languages'] AS $lkey => $lname)
echo "<th>$lkey</th>";
echo '<th>' . i18n('Total') . '</th>';
foreach ($config['languages'] AS $lkey => $lname)
echo "<th>$lkey</th>";
echo "</tr>\n";
echo "<tr>";
echo "<th></th><th>".i18n("Total")."</th>";
foreach($config['languages'] AS $lkey=>$lname)
echo "<th>$lkey</th>";
echo "<th>".i18n("Total")."</th>";
foreach($config['languages'] AS $lkey=>$lname)
echo "<th>$lkey</th>";
echo "</tr>\n";
foreach ($jdiv AS $jdiv_id => $jd) {
$c = $jd['num_projects']['total'];
foreach($jdiv AS $jdiv_id=>$jd) {
$c = $jd['num_projects']['total'];
// total judge teams calculation
$t['total'] = ceil($c / $config['max_projects_per_team'] * $config['times_judged']);
if ($t['total'] < $config['times_judged'] && $c > 0)
$t['total'] = $config['times_judged'];
$jdiv[$jdiv_id]['num_jteams']['total'] = $t['total'];
$totalteams['total'] += $t['total'];
// language teams calculation
foreach ($config['languages'] AS $lkey => $lname) {
$c = $jd['num_projects'][$lkey];
$t['total_' . $lkey] = ceil($c / $config['max_projects_per_team'] * $config['times_judged']);
if ($t['total_' . $lkey] < $config['times_judged'] && $c > 0)
$t['total_' . $lkey] = $config['times_judged'];
$jdiv[$jdiv_id]['num_jteams']['total_' . $lkey] = $t['total_' . $lkey];
$totalteams['total_' . $lkey] += $t['total_' . $lkey];
//total judge teams calculation
$t['total']=ceil($c/$config['max_projects_per_team']*$config['times_judged']);
if($t['total'] < $config['times_judged'] && $c>0) $t['total'] = $config['times_judged'];
$jdiv[$jdiv_id]['num_jteams']['total'] = $t['total'];
$totalteams['total']+=$t['total'];
//language teams calculation
foreach($config['languages'] AS $lkey=>$lname) {
$c = $jd['num_projects'][$lkey];
$t['total_'.$lkey]=ceil($c/$config['max_projects_per_team']*$config['times_judged']);
if($t['total_'.$lkey] < $config['times_judged'] && $c>0) $t['total_'.$lkey] = $config['times_judged'];
$jdiv[$jdiv_id]['num_jteams']['total_'.$lkey] = $t['total_'.$lkey];
$totalteams['total_'.$lkey]+=$t['total_'.$lkey];
}
echo "<tr><td>Judging Division Group $jdiv_id</td>";
echo "<td align=\"center\">$c</td>";
$langstr="";
foreach($config['languages'] AS $lkey=>$lname) {
$clang=($jd['num_projects'][$lkey]?$jd['num_projects'][$lkey]:0);
echo "<td align=\"center\">$clang</td>";
}
echo "<td align=\"center\">{$t['total']}</td>";
foreach($config['languages'] AS $lkey=>$lname) {
$clang=($jd['num_projects'][$lkey]?$jd['num_projects'][$lkey]:0);
//echo "<td align=\"center\">{$t['total']}</td>";
echo "<td align=\"center\">{$t['total_'.$lkey]}</td>";
}
echo "<tr><td>Judging Division Group $jdiv_id</td>";
echo "<td align=\"center\">{$jd['num_projects']['total']}</td>";
$langstr = '';
foreach ($config['languages'] AS $lkey => $lname) {
$clang = ($jd['num_projects'][$lkey] ? $jd['num_projects'][$lkey] : 0);
echo "<td align=\"center\">$clang</td>";
}
echo "<td align=\"center\">{$t['total']}</td>";
foreach ($config['languages'] AS $lkey => $lname) {
$clang = ($jd['num_projects'][$lkey] ? $jd['num_projects'][$lkey] : 0);
// echo "<td align=\"center\">{$t['total']}</td>";
echo "<td align=\"center\">{$t['total_' . $lkey]}</td>";
}
echo '</tr>';
echo "</tr>";
}
echo '</table>';
echo "</table>";
echo '<br />';
echo '<b>';
echo i18n('Total judging teams required: %1', array($totalteams['total']));
echo '<br />';
echo '<br />';
$minjudges['total'] = ($totalteams['total'] * $config['min_judges_per_team']);
$maxjudges['total'] = ($totalteams['total'] * $config['max_judges_per_team']);
echo i18n('Minimum number of judges required: %1', array($minjudges['total'])) . '<br />';
echo "<br />";
echo "<b>";
echo i18n("Total judging teams required: %1",array($totalteams['total']));
echo "<br />";
echo "<br />";
$minjudges['total']=($totalteams['total']*$config['min_judges_per_team']);
$maxjudges['total']=($totalteams['total']*$config['max_judges_per_team']);
echo i18n("Minimum number of judges required: %1",array($minjudges['total']))."<br />";
foreach ($config['languages'] AS $lkey => $lname) {
if ($minjudges['total'] && $projecttotal)
$minjudges[$lkey] = round($totalteams['total_' . $lkey] * $config['min_judges_per_team']); // $projectlanguagetotal[$lkey]/$projecttotal*$minjudges['total']);
else
$minjudges[$lkey] = 0;
foreach($config['languages'] AS $lkey=>$lname) {
if($minjudges['total'] && $projecttotal)
$minjudges[$lkey]=round($totalteams['total_'.$lkey]*$config['min_judges_per_team']); //$projectlanguagetotal[$lkey]/$projecttotal*$minjudges['total']);
else
$minjudges[$lkey]=0;
echo '&nbsp;&nbsp; ' . i18n('Minimum number of %1 judges required: %2', array($lname, $minjudges[$lkey])) . '<br />';
}
echo "&nbsp;&nbsp; ".i18n("Minimum number of %1 judges required: %2",array($lname,$minjudges[$lkey]))."<br />";
}
echo i18n('Maximum number of judges needed: %1', array($maxjudges['total']));
echo '<br />';
echo '<br />';
echo i18n("Maximum number of judges needed: %1",array($maxjudges['total']));
echo "<br />";
echo "<br />";
/* $jq=mysql_query("SELECT COUNT(judges.id) AS num FROM judges,judges_years WHERE complete='yes' AND deleted='no' AND judges_years.year='{$config['FAIRYEAR']}' AND judges_years.judges_id=judges.id");
$jr=mysql_fetch_object($jq);
$currentjudges=$jr->num;*/
/* $jq=mysql_query("SELECT COUNT(judges.id) AS num FROM judges,judges_years WHERE complete='yes' AND deleted='no' AND judges_years.conferences_id='{$conference['id']}' AND judges_years.judges_id=judges.id");
$jr=mysql_fetch_object($jq);
$currentjudges=$jr->num;*/
/* FIXME: this his highly inefficient :), but won't be done very often */
$judges = judges_load_all();
$currentjudges = count($judges);
echo "Current number of registered judges: $currentjudges";
echo '</b>';
echo '<br />';
if ($currentjudges < $minjudges['total']) {
echo error(i18n('You do not have sufficient number of total judges based on your parameters'));
$ok = false;
}
echo "</b>";
echo "<br />";
if($currentjudges<$minjudges['total']) {
echo error(i18n("You do not have sufficient number of total judges based on your parameters"));
$ok=false;
}
foreach ($config['languages'] AS $lkey => $lname) {
$lcount = 0;
foreach ($judges AS $j) {
foreach ($j['languages'] AS $jlang) {
if ($jlang == $lkey)
$lcount++;
foreach($config['languages'] AS $lkey=>$lname) {
$lcount=0;
foreach($judges AS $j) {
foreach($j['languages'] AS $jlang) {
if($jlang==$lkey) $lcount++;
}
}
$currentjudges = $lcount;
echo '&nbsp;&nbsp;<b>' . i18n('Current number of registered judges that can judge in %1: %2', array($lname, $currentjudges)) . '</b>';
echo '<br />';
if ($currentjudges < $minjudges[$lkey]) {
echo error(i18n('You do not have sufficient number of %1 judges based on your parameters', array($lname)));
$ok = false;
}
$currentjudges=$lcount;
echo "&nbsp;&nbsp;<b>".i18n("Current number of registered judges that can judge in %1: %2",array($lname,$currentjudges))."</b>";
echo "<br />";
if($currentjudges<$minjudges[$lkey]) {
echo error(i18n("You do not have sufficient number of %1 judges based on your parameters",array($lname)));
$ok=false;
}
}
if(!$ok) {
echo "&nbsp;&nbsp;";
echo "<a href=\"judges_schedulerconfig.php\">".i18n("Update Scheduler Configuration")."</a> (".i18n("or get more judges!").")";
}
else
echo happy(i18n("You have a sufficient number of judges based on your parameters"));
if (!$ok) {
echo '&nbsp;&nbsp;';
echo '<a href="judges_schedulerconfig.php">' . i18n('Update Scheduler Configuration') . '</a> (' . i18n('or get more judges!') . ')';
} else
echo happy(i18n('You have a sufficient number of judges based on your parameters'));
// now check if we can find a divisional award for each division and category
//now check if we can find a divisional award for each division and category
return $ok;
}

View File

@ -1,145 +1,128 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
include 'judges.inc.php';
$action = null;
if (get_value_from_array($_GET, 'edit'))
$edit = get_value_from_array($_GET, 'edit');
if (get_value_from_array($_POST, 'edit'))
$edit = get_value_from_array($_POST, 'edit');
if (get_value_from_array($_GET, 'action'))
$action = get_value_from_array($_GET, 'action');
if (get_value_from_array($_POST, 'action'))
$action = get_value_from_array($_POST, 'action');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
include "judges.inc.php";
if ($action == 'delete' && get_value_from_array($_GET, 'delete')) {
// ALSO DELETE: team members, timeslots, projects, awards
if($_GET['edit']) $edit=$_GET['edit'];
if($_POST['edit']) $edit=$_POST['edit'];
if($_GET['action']) $action=$_GET['action'];
if($_POST['action']) $action=$_POST['action'];
$stmt = $pdo->prepare("DELETE FROM judges_teams_link WHERE judges_teams_id='" . $_GET['delete'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='" . $_GET['delete'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_projects_link WHERE judges_teams_id='" . $_GET['delete'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='" . $_GET['delete'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams WHERE id='" . $_GET['delete'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
message_push(happy(i18n('Judge team successfully removed, and all of its corresponding members, timeslots, projects and awards unlinked from team')));
}
if($action=="delete" && $_GET['delete'])
{
//ALSO DELETE: team members, timeslots, projects, awards
mysql_query("DELETE FROM judges_teams_link WHERE judges_teams_id='".$_GET['delete']."' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='".$_GET['delete']."' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_timeslots_projects_link WHERE judges_teams_id='".$_GET['delete']."' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='".$_GET['delete']."' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams WHERE id='".$_GET['delete']."' AND conferences_id='".$conference['id']."'");
message_push(happy(i18n("Judge team successfully removed, and all of its corresponding members, timeslots, projects and awards unlinked from team")));
}
if (get_value_or_default($action) == 'deletealldivisional') {
$q2 = $pdo->prepare("SELECT *
FROM \t
if($action=="deletealldivisional")
{
$q2=mysql_query("SELECT *
FROM
judges_teams
WHERE
year='" . $config['FAIRYEAR'] . "'
conferences_id='".$conference['id']."'
AND autocreate_type_id='1'
");
show_pdo_errors_if_any($pdo);
$numdeleted = 0;
while ($r2 = $q2->fetch(PDO::FETCH_OBJ)) {
// okay now we can start deleting things! whew!
// first delete any linkings to the team
$stmt = $pdo->prepare("DELETE FROM judges_teams_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_projects_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams WHERE id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$numdeleted++;
echo mysql_error();
$numdeleted=0;
while($r2=mysql_fetch_object($q2))
{
//okay now we can start deleting things! whew!
//first delete any linkings to the team
mysql_query("DELETE FROM judges_teams_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_timeslots_projects_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams WHERE id='$r2->id' AND conferences_id='".$conference['id']."'");
$numdeleted++;
}
if($numdeleted)
message_push(happy(i18n("Successfully deleted %1 auto-created divisional team(s)",array($numdeleted))));
else
message_push(error(i18n("There were no auto-created divisional teams to delete")));
}
if ($numdeleted)
message_push(happy(i18n('Successfully deleted %1 auto-created divisional team(s)', array($numdeleted))));
else
message_push(error(i18n('There were no auto-created divisional teams to delete')));
}
if (get_value_or_default($action) == 'deleteall') {
$q2 = $pdo->prepare("SELECT *
FROM \tjudges_teams
if($action=="deleteall")
{
$q2=mysql_query("SELECT *
FROM judges_teams
WHERE
year='" . $config['FAIRYEAR'] . "'
conferences_id='".$conference['id']."'
");
$q2->execute();
$numdeleted = 0;
while ($r2 = $q2->FETCH(PDO::FETCH_OBJ)) {
// okay now we can start deleting things! whew!
// first delete any linkings to the team
$stmt = $pdo->prepare("DELETE FROM judges_teams_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_projects_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM judges_teams WHERE id='$r2->id' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$numdeleted++;
}
if ($numdeleted)
message_push(happy(i18n('Successfully deleted %1 team(s)', array($numdeleted))));
else
message_push(error(i18n('There were no teams to delete')));
}
if ((get_value_or_default($action) == 'save' || $action == 'assign') && $edit) {
// if we're updating or assigning, it doesnt matter, lets do the same thing (save record, add award
// but when we're done, if we're "assign" then go back to edit that team
// if we're save, then go back to the team list
$err = false;
$q = $pdo->prepare("UPDATE judges_teams SET num='" . $_POST['team_num'] . "', name='" . (stripslashes($_POST['team_name'])) . "' WHERE id='$edit'");
$q->execute();
if ($pdo->errorInfo()) {
$err = true;
message_push(error($pdo->errorInfo()));
$numdeleted=0;
while($r2=mysql_fetch_object($q2))
{
//okay now we can start deleting things! whew!
//first delete any linkings to the team
mysql_query("DELETE FROM judges_teams_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_timeslots_projects_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='$r2->id' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM judges_teams WHERE id='$r2->id' AND conferences_id='".$conference['id']."'");
$numdeleted++;
}
if($numdeleted)
message_push(happy(i18n("Successfully deleted %1 team(s)",array($numdeleted))));
else
message_push(error(i18n("There were no teams to delete")));
}
if ($_POST['award']) {
// we can only have 1 special award assigned to any given team so we'll be able to properly
// manage the projects that we assign to the team. If there was more than one special award
// the judges wouldnt know which projects to judge for which award. This doesnt apply for divisions
// because the category/division is obvious based on project numbesr. A divisional judge team could easily
// be assigned to do all of Comp Sci - Junior, Intermediate and Senior without any problems.
$q = $pdo->prepare("SELECT award_types.type FROM award_awards, award_types WHERE award_awards.award_types_id=award_types.id AND award_awards.id='" . $_POST['award'] . "'");
$q->execute();
$aw = $q->fetch(PDO::FETCHH_OBJ);
if(($action=="save" || $action=="assign") && $edit)
{
//if we're updating or assigning, it doesnt matter, lets do the same thing (save record, add award
//but when we're done, if we're "assign" then go back to edit that team
//if we're save, then go back to the team list
$err=false;
$q=mysql_query("UPDATE judges_teams SET num='".$_POST['team_num']."', name='".mysql_escape_string(stripslashes($_POST['team_name']))."' WHERE id='$edit'");
if(mysql_error())
{
$err=true;
message_push(error(mysql_error()));
}
$addaward = true;
if ($aw->type == 'Special') {
$q = $pdo->prepare("SELECT COUNT(*) AS num FROM
if($_POST['award'])
{
//we can only have 1 special award assigned to any given team so we'll be able to properly
//manage the projects that we assign to the team. If there was more than one special award
//the judges wouldnt know which projects to judge for which award. This doesnt apply for divisions
//because the category/division is obvious based on project numbesr. A divisional judge team could easily
//be assigned to do all of Comp Sci - Junior, Intermediate and Senior without any problems.
$q=mysql_query("SELECT award_types.type FROM award_awards, award_types WHERE award_awards.award_types_id=award_types.id AND award_awards.id='".$_POST['award']."'");
$aw=mysql_fetch_object($q);
$addaward=true;
if($aw->type=="Special")
{
$q=mysql_query("SELECT COUNT(*) AS num FROM
judges_teams_awards_link,
award_awards,
award_types
@ -149,121 +132,110 @@ if ((get_value_or_default($action) == 'save' || $action == 'assign') && $edit) {
AND award_awards.award_types_id=award_types.id
AND award_types.type='Special'
");
$q->exxecute();
$r = $q->fetch(PDO::FETCHH_OBJ);
echo "special awards: $r->num";
if ($r->num) {
$addaward = false;
message_push(error(i18n('Sorry, only one Special Award can be assigned to a judging team')));
} else {
$addaward = true;
$r=mysql_fetch_object($q);
echo "special awards: $r->num";
if($r->num)
{
$addaward=false;
message_push(error(i18n("Sorry, only one Special Award can be assigned to a judging team")));
}
else
{
$addaward=true;
}
}
if($addaward)
{
//link up the award
mysql_query("INSERT INTO judges_teams_awards_link (award_awards_id,judges_teams_id,conferences_id) VALUES ('".$_POST['award']."','$edit','".$conference['id']."')");
message_push(happy(i18n("Award assigned to team")));
}
}
if ($addaward) {
// link up the award
$stmt = $pdo->prepare("INSERT INTO judges_teams_awards_link (award_awards_id,judges_teams_id,year) VALUES ('" . $_POST['award'] . "','$edit','" . $config['FAIRYEAR'] . "')");
$stmt->execute();
message_push(happy(i18n('Award assigned to team')));
if($action=="assign")
$action="edit";
else if($action=="save")
{
if($err)
$action="edit";
else
{
message_push(happy(i18n("Team successfully saved")));
unset($action);
unset($edit);
}
}
}
if ($action == 'assign')
$action = 'edit';
else if ($action == 'save') {
if ($err)
$action = 'edit';
else {
message_push(happy(i18n('Team successfully saved')));
unset($action);
unset($edit);
}
if($action=="unassign")
{
mysql_query("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='$edit' AND award_awards_id='".$_GET['unassign']."' AND conferences_id='".$conference['id']."'");
message_push(happy(i18n("Award unassigned from judge team")));
//keep editing the same team
$action="edit";
}
}
if (get_value_or_default($action) == 'unassign') {
$stmt = $pdo->prepare("DELETE FROM judges_teams_awards_link WHERE judges_teams_id='$edit' AND award_awards_id='" . $_GET['unassign'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
message_push(happy(i18n('Award unassigned from judge team')));
// keep editing the same team
$action = 'edit';
}
if (get_value_or_default($action) == 'createall') {
// first make sure we dont have any non-divisional award teams (dont want people hitting refresh and adding all the teams twice
$q = $pdo->prepare("SELECT COUNT(*) AS c FROM judges_teams WHERE autocreate_type_id!='1' AND year='" . $config['FAIRYEAR'] . "'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
if ($r->c) {
message_push(error(i18n("Cannot 'Create All' teams when any divisional teams currently exist. Try deleting all existing non-divisional teams first.")));
} else {
// grab all the awards
$q = $pdo->prepare("SELECT
if($action=="createall")
{
//first make sure we dont have any non-divisional award teams (dont want people hitting refresh and adding all the teams twice
$q=mysql_query("SELECT COUNT(*) AS c FROM judges_teams WHERE autocreate_type_id!='1' AND conferences_id='".$conference['id']."'");
$r=mysql_fetch_object($q);
if($r->c)
{
message_push(error(i18n("Cannot 'Create All' teams when any divisional teams currently exist. Try deleting all existing non-divisional teams first.")));
}
else
{
//grab all the awards
$q=mysql_query("SELECT
award_awards.*,
award_types.type AS award_type,
award_types.order AS award_types_order
FROM \t
FROM
award_awards,
award_types
WHERE \t
WHERE
award_awards.award_types_id=award_types.id
AND award_awards.year='" . $config['FAIRYEAR'] . "'
AND award_types.year='" . $config['FAIRYEAR'] . "'
AND award_awards.conferences_id='".$conference['id']."'
AND award_types.conferences_id='".$conference['id']."'
AND award_types_id!='1'
ORDER BY
award_types_order,
award_awards.order,
name");
$q->execute();
// startat
$q2 = $pdo->prepare("SELECT MAX(num) AS lastnum FROM judges_teams WHERE year='{$config['FAIRYEAR']}'");
$q2->execute();
$r2 = $q2->fetch(PDO::FETCH_OBJ);
if ($r2->lastnum)
$num = $r2->lastnum + 1;
else
$num = 1;
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
// print_r($r);
$name = "($r->award_type) $r->name";
$stmt = $pdo->prepare('INSERT INTO judges_teams (num, name, autocreate_type_id, year)
VALUES (:num, :name, :autocreate_type_id, :year)');
$stmt->bindParam(':num', $num);
$stmt->bindParam(':name', $name);
$stmt->bindParam(':autocreate_type_id', $r->award_types_id);
$stmt->bindParam(':year', $config['FAIRYEAR']);
$stmt->execute();
show_pdo_errors_if_any($pdo);
$team_id = $pdo->lastInsertId();
if ($team_id) {
// now link the new team to the award
$stmt = $pdo->prepare("INSERT INTO judges_teams_awards_link (award_awards_id,judges_teams_id,year) VALUES ('$r->id','$team_id','" . $config['FAIRYEAR'] . "')");
$stmt->execute();
message_push(happy(i18n('Created team #%1: %2', array($num, $name))));
} else {
message_push(error(i18n('Error creating team #%1: %2', array($num, $name))));
$num=1;
while($r=mysql_fetch_object($q))
{
// print_r($r);
$name=mysql_escape_string("($r->award_type) $r->name");
mysql_query("INSERT INTO judges_teams(num,name,autocreate_type_id,conferences_id) VALUES ('$num','$name','$r->award_types_id','".$conference['id']."')");
echo mysql_error();
$team_id=mysql_insert_id();
//now link the new team to the award
mysql_query("INSERT INTO judges_teams_awards_link (award_awards_id,judges_teams_id,conferences_id) VALUES ('$r->id','$team_id','".$conference['id']."')");
message_push(happy(i18n("Created team #%1: %2",array($num,$name))));
$num++;
}
$num++;
}
}
}
if (get_value_or_default($action) == 'add' && $_GET['num']) {
$stmt = $pdo->prepare("INSERT INTO judges_teams(num,year) VALUES ('" . $_GET['num'] . "','" . $config['FAIRYEAR'] . "')");
$stmt->execute();
show_pdo_errors_if_any($pdo);
$edit = $pdo->lastInsertId();
$action = 'edit';
}
if($action=="add" && $_GET['num'])
{
mysql_query("INSERT INTO judges_teams(num,conferences_id) VALUES ('".$_GET['num']."','".$conference['id']."')");
echo mysql_error();
$edit=mysql_insert_id();
$action="edit";
}
if (get_value_or_default($action) == 'edit' && $edit) {
send_header('Edit Judging Team',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php',
'Manage Judging Teams' => 'admin/judges_teams.php'));
if($action=="edit" && $edit)
{
send_header("Edit Judging Team",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php',
'Manage Judging Teams' => 'admin/judges_teams.php'));
?>
<script language="javascript" type="text/javascript">
function addclicked()
@ -276,44 +248,51 @@ function addclicked()
</script>
<?
echo "<br />";
$team=getJudgingTeam($edit);
echo '<br />';
$team = getJudgingTeam($edit);
if(!$_SESSION['viewstate']['judges_teams_awards_show'])
$_SESSION['viewstate']['judges_teams_awards_show']='unassigned';
//now update the judges_teams_awards_show viewstate
if($_GET['judges_teams_awards_show'])
$_SESSION['viewstate']['judges_teams_awards_show']=$_GET['judges_teams_awards_show'];
if (!$_SESSION['viewstate']['judges_teams_awards_show'])
$_SESSION['viewstate']['judges_teams_awards_show'] = 'unassigned';
// now update the judges_teams_awards_show viewstate
if (get_value_from_array($_GET, 'judges_teams_awards_show'))
$_SESSION['viewstate']['judges_teams_awards_show'] = $_GET['judges_teams_awards_show'];
echo "<form name=\"judges\" method=\"post\" action=\"judges_teams.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"save\">";
echo "<input type=\"hidden\" name=\"edit\" value=\"$edit\">";
echo '<form name="judges" method="post" action="judges_teams.php">';
echo '<input type="hidden" name="action" value="save">';
echo "<input type=\"hidden\" name=\"edit\" value=\"$edit\">";
echo "<table>";
echo "<tr><td>".i18n("Team Number").":</td><td><input type=\"text\" size=\"4\" name=\"team_num\" value=\"".$team['num']."\"></td></tr>";
echo "<tr><td>".i18n("Team Name").":</td><td><input type=\"text\" size=\"40\" name=\"team_name\" value=\"".$team['name']."\"></td></tr>";
echo "<tr><td>".i18n("Awards").":</td><td>";
echo '<table>';
echo '<tr><td>' . i18n('Team Number') . ':</td><td><input type="text" size="4" name="team_num" value="' . $team['num'] . '"></td></tr>';
echo '<tr><td>' . i18n('Team Name') . ':</td><td><input type="text" size="40" name="team_name" value="' . $team['name'] . '"></td></tr>';
echo '<tr><td>' . i18n('Awards') . ':</td><td>';
if (count(get_value_from_array($team, 'awards', []))) {
foreach ($team['awards'] AS $award) {
echo '<a onclick="return confirmClick(\'Are you sure you want to unassign this award from this team?\')" href="judges_teams.php?action=unassign&unassign=' . $award['id'] . '&edit=' . $team['id'] . '"><img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '"></a>';
echo ' (' . $award['award_type'] . ') ' . $award['name'] . ' <br />';
if(count($team['awards']))
{
foreach($team['awards'] AS $award)
{
echo "<a onclick=\"return confirmClick('Are you sure you want to unassign this award from this team?')\" href=\"judges_teams.php?action=unassign&unassign=".$award['id']."&edit=".$team['id']."\"><img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\"></a>";
echo " (".$award['award_type'].") ".$award['name']." <br />";
}
}
}
echo '<table><tr>';
if ($_SESSION['viewstate']['judges_teams_awards_show'] == 'all') {
echo "<td align=left><a href=\"judges_teams.php?action=edit&edit=$edit&judges_teams_awards_show=unassigned\">" . i18n('show unassigned') . '</a></td>';
echo '<td align=right><b>' . i18n('show all') . '</b></td>';
} else {
echo '<td align=left><b>' . i18n('show unassigned') . '</b></td>';
echo "<td align=right><a href=\"judges_teams.php?action=edit&edit=$edit&judges_teams_awards_show=all\">" . i18n('show all') . '</a></td>';
}
echo '</tr>';
echo "<table><tr>";
if($_SESSION['viewstate']['judges_teams_awards_show']=='all')
{
echo "<td align=left><a href=\"judges_teams.php?action=edit&edit=$edit&judges_teams_awards_show=unassigned\">".i18n("show unassigned")."</a></td>";
echo "<td align=right><b>".i18n("show all")."</b></td>";
}
else
{
echo "<td align=left><b>".i18n("show unassigned")."</b></td>";
echo "<td align=right><a href=\"judges_teams.php?action=edit&edit=$edit&judges_teams_awards_show=all\">".i18n("show all")."</a></td>";
if ($_SESSION['viewstate']['judges_teams_awards_show'] == 'all') {
$querystr = "SELECT
}
echo "</tr>";
if($_SESSION['viewstate']['judges_teams_awards_show']=='all')
{
$querystr="SELECT
award_awards.id,
award_awards.name,
award_types.type AS award_type,
@ -322,15 +301,17 @@ function addclicked()
award_awards,
award_types
WHERE
award_awards.year='" . $config['FAIRYEAR'] . "'
award_awards.conferences_id='".$conference['id']."'
AND award_types.id=award_awards.award_types_id
AND award_types.year='{$config['FAIRYEAR']}'
AND award_types.conferences_id='{$conference['id']}'
ORDER BY
award_type_order,
name
";
} else {
$querystr = "SELECT
}
else
{
$querystr="SELECT
award_awards.id,
award_awards.name,
award_types.type AS award_type,
@ -342,111 +323,122 @@ function addclicked()
)
LEFT JOIN judges_teams_awards_link ON award_awards.id = judges_teams_awards_link.award_awards_id
WHERE
award_awards.year='" . $config['FAIRYEAR'] . "' AND
award_awards.conferences_id='".$conference['id']."' AND
judges_teams_awards_link.award_awards_id IS NULL
AND award_types.id=award_awards.award_types_id
AND award_types.year='{$config['FAIRYEAR']}'
AND award_types.conferences_id='{$conference['id']}'
ORDER BY
award_type_order,
name";
}
echo '<tr><td colspan=2>';
$q = $pdo->prepare($querystr);
$q->execute();
show_pdo_errors_if_any($pdo);
echo '<select name="award">';
echo '<option value="">' . i18n('Choose award to assign to team') . "</option>\n";
while ($r = $q->fetch(PDO::FETCHH_OBJ)) {
echo "<option value=\"$r->id\">($r->award_type) $r->name</option>\n";
}
echo '</select>';
echo '<input type="button" value="Add" onclick="addclicked()">';
echo '</td></tr>';
echo '</table>';
echo '</td></tr>';
echo '</table>';
echo '<input type=submit value="' . i18n('Save Changes') . '">';
echo '</form>';
} else {
send_header('Manage Judging Teams',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
echo '<br />';
$teams = getJudgingTeams();
$newteamnum = null;
if (count($teams)) {
// grab an array of all the current team numbers
foreach ($teams AS $team)
$teamnumbers[$team['num']] = 1;
// start at 1, and find the next available team number
$newteamnum = 1;
while (get_value_from_array($teamnumbers, $newteamnum) == 1) {
$newteamnum++;
}
echo "<tr><td colspan=2>";
$q=mysql_query($querystr);
echo mysql_error();
echo "<select name=\"award\">";
echo "<option value=\"\">".i18n("Choose award to assign to team")."</option>\n";
while($r=mysql_fetch_object($q))
{
echo "<option value=\"$r->id\">($r->award_type) $r->name</option>\n";
}
echo "</select>";
echo "<input type=\"button\" value=\"Add\" onclick=\"addclicked()\">";
echo "</td></tr>";
echo "</table>";
echo "</td></tr>";
echo "</table>";
echo "<input type=submit value=\"".i18n("Save Changes")."\">";
echo "</form>";
}
else
{
send_header("Manage Judging Teams",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
echo "<br />";
echo '<table width="95%">';
echo '<tr><td>';
$q = $pdo->prepare("SELECT COUNT(*) AS c FROM judges_teams WHERE autocreate_type_id!='1' AND year='" . $config['FAIRYEAR'] . "'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
if (!$r->c) {
echo '<a href="judges_teams.php?action=createall">' . i18n('Automatically create one new team for every non-divisional award') . '</a><br />';
}
$teams=getJudgingTeams();
//print_r($teams);
echo "<a href=\"judges_teams.php?action=add&num=$newteamnum\">" . i18n('Manually add individual team') . '</a><br />';
echo '</td><td>';
if(!count($teams))
{
echo "<a href=\"judges_teams.php?action=createall\">".i18n("Automatically create one new team for every non-divisional award")."</a><br />";
echo "<a href=\"judges_teams.php?action=add&num=1\">".i18n("Manually add individual team")."</a><br />";
}
else
{
//grab an array of all the current team numbers
foreach($teams AS $team)
$teamnumbers[$team['num']]=1;
if (count($teams)) {
echo '<a onclick="return confirmClick(\'' . i18n('Are you sure you want to delete all teams that are assigned to divisional awards?') . '\')" href="judges_teams.php?action=deletealldivisional">Delete all teams assigned to divisional awards</a>';
echo '<br />';
echo '<a onclick="return confirmClick(\'' . i18n('Are you sure you want to delete all teams?') . '\')" href="judges_teams.php?action=deleteall">Delete all teams</a><br />';
echo '</td></tr></table>';
echo "<table class=\"summarytable\">\n";
echo '<thead style="cursor:pointer"><tr><th>Num</th>';
echo '<th>Team Name</th>';
echo '<th>Award(s)</th>';
echo '<th>Actions</th>';
echo '</tr></thead>';
foreach ($teams AS $team) {
echo '<tr><td>#' . $team['num'] . '</td><td>';
echo $team['name'];
echo '</td>';
echo '<td>';
if (count(get_value_from_array($team, 'awards', []))) {
foreach ($team['awards'] AS $award) {
echo $award['name'] . ' <br />';
}
} else {
echo error(i18n('No award assigned to team'), 'inline');
//start at 1, and find the next available team number
$newteamnum=1;
while($teamnumbers[$newteamnum]==1)
{
$newteamnum++;
}
echo '</td>';
echo ' <td align="center">';
echo '<a href="judges_teams.php?action=edit&edit=' . $team['id'] . '"><img border="0" src="' . $config['SFIABDIRECTORY'] . '/images/16/edit.' . $config['icon_extension'] . '"></a>';
echo '&nbsp;';
echo '<a onclick="return confirmClick(\'Are you sure you want to remove this team?\')" href="judges_teams.php?action=delete&delete=' . $team['id'] . '"><img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '"></a>';
echo " </td>\n";
echo "</tr>\n";
echo "<table width=\"95%\">";
echo "<tr><td>";
echo "<a href=\"judges_teams.php?action=add&num=$newteamnum\">Add individual team</a><br />";
echo "</td><td>";
echo "<a onclick=\"return confirmClick('".i18n("Are you sure you want to delete all teams that are assigned to divisional awards?")."')\" href=\"judges_teams.php?action=deletealldivisional\">Delete all teams assigned to divisional awards</a>";
echo "<br />";
echo "<a onclick=\"return confirmClick('".i18n("Are you sure you want to delete all teams?")."')\" href=\"judges_teams.php?action=deleteall\">Delete all teams</a><br />";
echo "</td></tr></table>";
echo "<table class=\"summarytable\">\n";
echo "<thead style=\"cursor:pointer\"><tr><th>Num</th>";
echo "<th>Team Name</th>";
echo "<th>Award(s)</th>";
echo "<th>Actions</th>";
echo "</tr></thead>";
foreach($teams AS $team)
{
echo "<tr><td>".$team['num']."</td><td>";
echo $team['name'];
echo "</td>";
echo "<td>";
if(count($team['awards']))
{
foreach($team['awards'] AS $award)
{
echo $award['name']." <br />";
}
}
else
{
echo error(i18n("No award assigned to team"),"inline");
}
echo "</td>";
echo " <td align=\"center\">";
echo "<a href=\"judges_teams.php?action=edit&edit=".$team['id']."\"><img border=\"0\" src=\"".$config['SFIABDIRECTORY']."/images/16/edit.".$config['icon_extension']."\"></a>";
echo "&nbsp;";
echo "<a onclick=\"return confirmClick('Are you sure you want to remove this team?')\" href=\"judges_teams.php?action=delete&delete=".$team['id']."\"><img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\"></a>";
echo " </td>\n";
echo "</tr>\n";
}
echo "</table>";
echo "<script type=\"text/javascript\">$('.summarytable').tablesorter();</script>";
echo "<br />";
}
echo '</table>';
echo '<script type="text/javascript">$(\'.summarytable\').tablesorter();</script>';
echo '<br />';
} else {
echo '</td></tr></table>';
}
}
send_footer();
send_footer();
?>

View File

@ -1,37 +1,37 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once ('judges.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
user_auth_required('admin');
require_once('judges.inc.php');
send_header('Judging Team Members',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
send_header("Judging Team Members",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php')
);
?>
<script language="javascript" type="text/javascript">
function addbuttonclicked(team)
@ -55,7 +55,7 @@ function switchjudgeinfo()
else
{
document.forms.judges.judgeinfobutton.disabled=true;
document.forms.judges.judgeinfobutton.value="<? echo i18n('Judge Info') ?>";
document.forms.judges.judgeinfobutton.value="<? echo i18n("Judge Info")?>";
}
}
@ -75,7 +75,7 @@ function showMemberDetails(judgeId){
function editMember(memberId){
if(memberId == undefined) memberId = selectedMemberId;
hideMemberDetails();
window.open("user_editor_window.php?id="+memberId,"UserEditor","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500,scrollbars=yes");
window.open("../user_editor_window.php?id="+memberId,"UserEditor","location=no,menubar=no,directories=no,toolbar=no,width=770,height=500,scrollbars=yes");
}
function hideMemberDetails(){
@ -106,372 +106,310 @@ jQuery(document).ready(function(){
</script>
<?
if (get_value_from_array($_POST, 'action') == 'add' && get_value_from_array($_POST, 'team_num') && count(get_value_from_array($_POST, 'judgelist', [])) > 0) {
// first check if this team exists.
$q = $pdo->prepare("SELECT id,name FROM judges_teams WHERE num='" . $_POST['team_num'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$q->execute();
if ($q->rowCount()) {
$r = $q->fetch(PDO::FETCH_OBJ);
$team_id = $r->id;
$team_name = $r->name;
if($_POST['action']=="add" && $_POST['team_num'] && count($_POST['judgelist'])>0)
{
//first check if this team exists.
$q=mysql_query("SELECT id,name FROM judges_teams WHERE num='".$_POST['team_num']."' AND conferences_id='".$conference['id']."'");
if(mysql_num_rows($q))
{
$r=mysql_fetch_object($q);
$team_id=$r->id;
$team_name=$r->name;
// if the team is empty, we'll add the first person as the captain
$team = getJudgingTeam($team_id);
if (count(get_value_from_array($team, 'members', [])))
$captain = 'no';
//if the team is empty, we'll add the first person as the captain
$team=getJudgingTeam($team_id);
if(count($team['members']))
$captain='no';
else
$captain='yes';
}
$added=0;
foreach($_POST['judgelist'] AS $selectedjudge)
{
//before we insert them, we need to make sure they dont already belong to this team. We can not have the same judge assigned to the same team multiple times.
$q=mysql_query("SELECT * FROM judges_teams_link WHERE users_id='$selectedjudge' AND judges_teams_id='$team_id'");
if(mysql_num_rows($q))
{
echo notice(i18n("Judge (%1) already belongs to judging team: %2",array($selectedjudge,$team_name)));
}
else
{
//lets make the first one we add a captain, the rest, non-captains :)
mysql_query("INSERT INTO judges_teams_link (users_id,judges_teams_id,captain,conferences_id) VALUES ('$selectedjudge','$team_id','$captain','".$conference['id']."')");
$added++;
}
//if this is alreayd no, then who cares, but if its the first one that is going into the new team, then
//captain will be yes, and we only want the first one assigned to a new team to be the captain
//sno now we can set this back to no
$captain='no';
}
if($added==1) $j=i18n("judge");
else $j=i18n("judges");
echo happy(i18n("%1 %2 added to team #%3 (%4)",array($added,$j,$_POST['team_num'],$team_name)));
}
if($_GET['action']=="del" && $_GET['team_num'] && $_GET['team_id'] && $_GET['users_id'])
{
mysql_query("DELETE FROM judges_teams_link WHERE users_id='".$_GET['users_id']."' AND judges_teams_id='".$_GET['team_id']."' AND conferences_id='".$conference['id']."'");
echo happy(i18n("Removed judge from team #%1 (%2)",array($_GET['team_num'],$_GET['team_name'])));
//if there is still members left in the team, make sure we have a captain still
$q=mysql_query("SELECT * FROM judges_teams_link WHERE judges_teams_id='".$_GET['team_id']."' AND conferences_id='".$conference['id']."'");
if(mysql_num_rows($q))
{
//make sure the team still has a captain!
//FIXME: this might best come from the "i am willing to be a team captain" question under the judges profile
$gotcaptain=false;
$first=true;
while($r=mysql_fetch_object($q))
{
if($first)
{
$firstjudge=$r->users_id;
$first=false;
}
if($r->captain=="yes")
{
$gotcaptain=true;
break;
}
}
if(!$gotcaptain)
{
//make the first judge the captain
mysql_query("UPDATE judges_teams_link SET captain='yes' WHERE judges_teams_id='".$_GET['team_id']."' AND users_id='$firstjudge' AND conferences_id='".$conference['id']."'");
echo notice(i18n("Team captain was removed. A new team captain has been automatically assigned"));
}
}
}
if($_GET['action']=="empty" && $_GET['team_num'] && $_GET['team_id'])
{
mysql_query("DELETE FROM judges_teams_link WHERE judges_teams_id='".$_GET['team_id']."' AND conferences_id='".$conference['id']."'");
echo happy(i18n("Emptied all judges from team #%1 (%2)",array($_GET['team_num'],$_GET['team_name'])));
}
if($_POST['action']=="saveteamnames")
{
if(count($_POST['team_names']))
{
foreach($_POST['team_names'] AS $team_id=>$team_name)
{
mysql_query("UPDATE judges_teams SET name='".mysql_escape_string(stripslashes($team_name))."' WHERE id='$team_id'");
}
echo happy(i18n("Team names successfully saved"));
}
}
if($_GET['action']=="addcaptain")
{
//teams can have as many captains as they want, so just add it.
mysql_query("UPDATE judges_teams_link SET captain='yes' WHERE judges_teams_id='".$_GET['team_id']."' AND users_id='".$_GET['judge_id']."'");
echo happy(i18n("Team captain assigned"));
}
if($_GET['action']=="removecaptain")
{
//teams must always have at least one captain, so if we only have one, and we are trying to remove it, dont let them!
$q=mysql_query("SELECT * FROM judges_teams_link WHERE captain='yes' AND judges_teams_id='".$_GET['team_id']."'");
if(mysql_num_rows($q)<2)
{
echo error(i18n("A judge team must always have at least one captain"));
}
else
$captain = 'yes';
}
$added = 0;
foreach ($_POST['judgelist'] AS $selectedjudge) {
// before we insert them, we need to make sure they dont already belong to this team. We can not have the same judge assigned to the same team multiple times.
$q = $pdo->prepare("SELECT * FROM judges_teams_link WHERE users_id='$selectedjudge' AND judges_teams_id='$team_id'");
$q->execute();
if ($q->rowCount()) {
echo notice(i18n('Judge (%1) already belongs to judging team: %2', array($selectedjudge, $team_name)));
} else {
// lets make the first one we add a captain, the rest, non-captains :)
$stmt = $pdo->prepare("INSERT INTO judges_teams_link (users_id,judges_teams_id,captain,year) VALUES ('$selectedjudge','$team_id','$captain','" . $config['FAIRYEAR'] . "')");
$stmt->execute();
$added++;
{
mysql_query("UPDATE judges_teams_link SET captain='no' WHERE judges_teams_id='".$_GET['team_id']."' AND users_id='".$_GET['judge_id']."'");
echo happy(i18n("Team captain removed"));
}
// if this is alreayd no, then who cares, but if its the first one that is going into the new team, then
// captain will be yes, and we only want the first one assigned to a new team to be the captain
// sno now we can set this back to no
$captain = 'no';
}
if ($added == 1)
$j = i18n('judge');
if(!$_SESSION['viewstate']['judges_teams_list_show'])
$_SESSION['viewstate']['judges_teams_list_show']='unassigned';
//now update the judges_teams_list_show viewstate
if($_GET['judges_teams_list_show'])
$_SESSION['viewstate']['judges_teams_list_show']=$_GET['judges_teams_list_show'];
echo "<form name=\"judges\" method=\"post\" action=\"judges_teams_members.php\">";
echo "<input type=\"hidden\" name=\"action\">";
echo "<input type=\"hidden\" name=\"team_id\">";
echo "<input type=\"hidden\" name=\"team_num\">";
echo "<input type=\"hidden\" name=\"team_name\">";
echo "<input type=\"hidden\" name=\"users_id\">";
echo "<table>";
echo "<tr>";
echo "<th>".i18n("Judges List");
echo "<br />";
echo "<input disabled=\"true\" name=\"judgeinfobutton\" id=\"judgeinfobutton\" onclick=\"showMemberDetails()\" type=\"button\" value=\"".i18n("Judge Info")."\">";
echo "</th>";
echo "<th>".i18n("Judge Teams")."</th>";
echo "</tr>";
echo "<tr><td valign=\"top\">";
echo "<table width=\"100%\"><tr>";
if($_SESSION['viewstate']['judges_teams_list_show']=='all')
{
echo "<td align=left><a href=\"judges_teams_members.php?judges_teams_list_show=unassigned\">".i18n("show unassigned")."</a></td>";
echo "<td align=right><b>".i18n("show all")."</b></td>";
}
else
$j = i18n('judges');
{
echo "<td align=left><b>".i18n("show unassigned")."</b></td>";
echo "<td align=right><a href=\"judges_teams_members.php?judges_teams_list_show=all\">".i18n("show all")."</a></td>";
echo happy(i18n('%1 %2 added to team #%3 (%4)', array($added, $j, $_POST['team_num'], $team_name)));
}
if (get_value_from_array($_GET, 'action') == 'del' && get_value_from_array($_GET, 'team_num') && get_value_from_array($_GET, 'team_id') && get_value_from_array($_GET, 'users_id')) {
$stmt = $pdo->prepare("DELETE FROM judges_teams_link WHERE users_id='" . $_GET['users_id'] . "' AND judges_teams_id='" . $_GET['team_id'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
echo happy(i18n('Removed judge from team #%1 (%2)', array($_GET['team_num'], $_GET['team_name'])));
// if there is still members left in the team, make sure we have a captain still
$q = $pdo->prepare("SELECT * FROM judges_teams_link WHERE judges_teams_id='" . $_GET['team_id'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$q->execute();
if ($q->rowCount()) {
// make sure the team still has a captain!
// FIXME: this might best come from the "i am willing to be a team captain" question under the judges profile
$gotcaptain = false;
$first = true;
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($first) {
$firstjudge = $r->users_id;
$first = false;
}
if ($r->captain == 'yes') {
$gotcaptain = true;
break;
}
}
if (!$gotcaptain) {
// make the first judge the captain
$stmt = $pdo->prepare("UPDATE judges_teams_link SET captain='yes' WHERE judges_teams_id='" . $_GET['team_id'] . "' AND users_id='$firstjudge' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
echo notice(i18n('Team captain was removed. A new team captain has been automatically assigned'));
}
}
}
echo "</tr></table>";
if (get_value_from_array($_GET, 'action') == 'empty' && get_value_from_array($_GET, 'team_num') && get_value_from_array($_GET, 'team_id')) {
$stmt = $pdo->prepare("DELETE FROM judges_teams_link WHERE judges_teams_id='" . $_GET['team_id'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
echo happy(i18n('Emptied all judges from team #%1 (%2)', array($_GET['team_num'], $_GET['team_name'])));
}
if (get_value_from_array($_POST, 'action') == 'saveteamnames') {
if (count($_POST['team_names'])) {
foreach ($_POST['team_names'] AS $team_id => $team_name) {
$stmt = $pdo->prepare("UPDATE judges_teams SET name='" . stripslashes($team_name) . "' WHERE id='$team_id'");
$stmt->execute();
}
echo happy(i18n('Team names successfully saved'));
}
}
if (get_value_from_array($_GET, 'action') == 'addcaptain') {
// teams can have as many captains as they want, so just add it.
$stmt = $pdo->prepare("UPDATE judges_teams_link SET captain='yes' WHERE judges_teams_id='" . $_GET['team_id'] . "' AND users_id='" . $_GET['judge_id'] . "'");
$stmt->execute();
echo happy(i18n('Team captain assigned'));
}
if (get_value_from_array($_GET, 'action') == 'removecaptain') {
// teams must always have at least one captain, so if we only have one, and we are trying to remove it, dont let them!
$q = $pdo->prepare("SELECT * FROM judges_teams_link WHERE captain='yes' AND judges_teams_id='" . $_GET['team_id'] . "'");
$q->execute();
if ($q->rowCount() < 2) {
echo error(i18n('A judge team must always have at least one captain'));
} else {
$pdo->prepare("UPDATE judges_teams_link SET captain='no' WHERE judges_teams_id='" . $_GET['team_id'] . "' AND users_id='" . $_GET['judge_id'] . "'");
$pdo->execute();
echo happy(i18n('Team captain removed'));
}
}
if (get_value_from_array($_GET, 'action') == 'autoassignspecial') {
/* Load all the judges (judge_complete=yes, deleted=no, year=fairyear) */
$judgelist = judges_load_all();
/* Load all the teams */
$teams = array();
$q = $pdo->prepare("SELECT * FROM judges_teams WHERE year='{$config['FAIRYEAR']}'");
$q->execute();
while ($i = $q->fetch(PDO::FETCH_ASSOC)) {
$q = mysql_query("SELECT * FROM judges_teams WHERE conferences_id='{$conference['id']}'");
while($i = mysql_fetch_assoc($q)) {
$teams[$i['id']] = $i;
}
/* And the links */
$links = array();
$q = $pdo->prepare("SELECT * FROM judges_teams_link WHERE year='{$config['FAIRYEAR']}'");
$q->execute();
while ($i = $q->fetch(PDO::FETCH_ASSOC)) {
$q = mysql_query("SELECT * FROM judges_teams_link WHERE conferences_id='{$conference['id']}'");
while($i = mysql_fetch_assoc($q)) {
$judgelist[$i['users_id']]['teams_links'][] = $i;
}
$jlist = array();
/* Remove all judges that have a link */
foreach ($judgelist as $j) {
if (count($j['teams_links']) == 0 && $j['special_award_only'] == 'yes')
$jlist[] = $j['id'];
}
echo 'We have ' . count($jlist) . ' special awards judges to assign';
foreach ($jlist AS $jid) {
$j = $judgelist[$jid];
if (is_array($j['special_award_selected']) && count($j['special_award_selected'])) {
// assing them to ALL teams for ALL awards
foreach ($j['special_award_selected'] AS $awardid) {
echo "Looking for a team for award $awardid <br />";
// find the award id linked to a team
$q = $pdo->prepare("SELECT * FROM judges_teams_awards_link WHERE award_awards_id='{$awardid}' AND year='{$config['FAIRYEAR']}'");
$q->execute();
if ($q->rowCount()) {
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$stmt = $pdo->prepare("INSERT INTO judges_teams_link (users_id,judges_teams_id,captain,year) VALUES ('$jid','$r->judges_teams_id','yes','{$config['FAIRYEAR']}')");
$stmt->execute();
echo happy(i18n('%1 %2 to their special award(s) team(s)', array($j['firstname'], $j['lastname'])));
}
} else {
echo error(i18n('%1 %2 not assigned - No team found that is judging award id %1', array($awardid)));
}
}
} else {
echo error(i18n('%1 %2 has indicated special awards only, but didnt selected any awards', array($j['firstname'], $j['lastname'])));
$jlist = array();
if($_SESSION['viewstate']['judges_teams_list_show']=='unassigned') {
/* Remove all judges that have a link */
foreach($judgelist as $j) {
if(count($j['teams_links']) == 0) $jlist[] = $j['id'];
}
} else {
$jlist = array_keys($judgelist);
}
}
if (!$_SESSION['viewstate']['judges_teams_list_show'])
$_SESSION['viewstate']['judges_teams_list_show'] = 'unassigned';
// now update the judges_teams_list_show viewstate
if (get_value_from_array($_GET, 'judges_teams_list_show'))
$_SESSION['viewstate']['judges_teams_list_show'] = $_GET['judges_teams_list_show'];
echo "<center>";
echo i18n("Listing %1 judges",array(count($jlist)));
echo "<br />";
echo "</center>";
echo mysql_error();
echo "<select name=\"judgelist[]\" onchange=\"switchjudgeinfo()\" multiple=\"multiple\" style=\"width: 250px; height: 600px;\">";
echo '<form name="judges" method="post" action="judges_teams_members.php">';
echo '<input type="hidden" name="action">';
echo '<input type="hidden" name="team_id">';
echo '<input type="hidden" name="team_num">';
echo '<input type="hidden" name="team_name">';
echo '<input type="hidden" name="users_id">';
echo '<table>';
echo '<tr>';
echo '<th>' . i18n('Judges List');
echo '<br />';
echo '<input disabled="true" name="judgeinfobutton" id="judgeinfobutton" onclick="showMemberDetails()" type="button" value="' . i18n('Judge Info') . '">';
echo '</th>';
echo '<th>' . i18n('Judge Teams') . '</th>';
echo '</tr>';
echo '<tr><td valign="top">';
echo '<table width="100%"><tr>';
if ($_SESSION['viewstate']['judges_teams_list_show'] == 'all') {
echo '<td align=left><a href="judges_teams_members.php?judges_teams_list_show=unassigned">' . i18n('show unassigned') . '</a></td>';
echo '<td align=right><b>' . i18n('show all') . '</b></td>';
} else {
echo '<td align=left><b>' . i18n('show unassigned') . '</b></td>';
echo '<td align=right><a href="judges_teams_members.php?judges_teams_list_show=all">' . i18n('show all') . '</a></td>';
}
echo '</tr></table>';
/* Load all the judges (judge_complete=yes, deleted=no, year=fairyear) */
$judgelist = judges_load_all();
/* Load all the teams */
$teams = array();
$q = $pdo->prepare("SELECT * FROM judges_teams WHERE year='{$config['FAIRYEAR']}'");
$q->execute();
while ($i = $q->fetch(PDO::FETCH_ASSOC)) {
$teams[$i['id']] = $i;
}
/* And the links */
$links = array();
$q = $pdo->prepare("SELECT * FROM judges_teams_link WHERE year='{$config['FAIRYEAR']}'");
$q->execute();
while ($i = $q->fetch(PDO::FETCH_ASSOC)) {
$judgelist[$i['users_id']]['teams_links'][] = $i;
}
$jlist = array();
if ($_SESSION['viewstate']['judges_teams_list_show'] == 'unassigned') {
/* Remove all judges that have a link */
foreach ($judgelist as $j) {
if (count(get_value_from_array($j, 'teams_links', [])) == 0)
$jlist[] = $j['id'];
foreach($jlist as $jid) {
$u = &$judgelist[$jid];
if($u['firstname'] && $u['lastname'])
echo "<option value=\"$jid\">{$u['firstname']} {$u['lastname']} (" . implode(' ', $u['languages']) . ")</option>\n";
}
} else {
$jlist = array_keys($judgelist);
}
unset($u);
echo '<center>';
echo i18n('Listing %1 judges', array(count($jlist)));
echo '<br />';
echo '</center>';
show_pdo_errors_if_any($pdo);
echo '<select name="judgelist[]" onchange="switchjudgeinfo()" multiple="multiple" style="width: 250px; height: 600px;">';
echo "</select>";
echo "</td>";
echo "<td valign=\"top\">";
foreach ($jlist as $jid) {
$u = &$judgelist[$jid];
if ($u['firstname'] && $u['lastname']) {
if ($u['special_award_only'] == 'yes') {
$sp = '[sp] ';
} else
$sp = '';
echo "<option value=\"$jid\">{$sp}{$u['firstname']} {$u['lastname']} (" . implode(' ', $u['languages']) . ")</option>\n";
}
}
unset($u);
$teams=getJudgingTeams();
echo '</select>';
echo '<br />';
echo "<a href=\"judges_teams_members.php?action=autoassignspecial\">Auto-Assign Special Awards Judges to Special Awards Teams</a>\n";
echo '</td>';
echo '<td valign="top">';
foreach($teams AS $team) {
echo "<hr>";
$teams = getJudgingTeams();
echo "<table width=\"100%\">";
echo "<tr><td valign=top width=\"80\">";
echo "<input onclick=\"addbuttonclicked('".$team['num']."')\" type=\"button\" value=\"Add &gt;&gt;\">";
echo "</td><td>";
foreach ($teams AS $team) {
echo '<hr>';
echo "<table width=\"100%\">\n";
echo "<tr><th colspan=\"2\" align=\"left\">#".$team['num'].": ";
echo $team['name'];
echo "</th></tr>\n";
echo "<tr><td colspan=\"2\">";
foreach($team['rounds'] as $ts) {
echo "{$ts['name']}: ".format_time($ts['starttime'])." - ".format_time($ts['endtime'])."<br />";
}
echo "</td></tr>";
echo '<table width="100%">';
echo '<tr><td valign=top width="80">';
echo '<input onclick="addbuttonclicked(\'' . $team['num'] . '\')" type="button" value="Add &gt;&gt;">';
echo '</td><td>';
if(count($team['members'])) {
foreach($team['members'] AS $member) {
$j = &$judgelist[$member['id']];
echo "<tr><td>";
echo "<table width=\"100%\">\n";
echo '<tr><th colspan="2" align="left">#' . $team['num'] . ': ';
echo $team['name'];
echo "</th></tr>\n";
echo '<tr><td colspan="2">';
foreach ($team['rounds'] as $ts) {
echo "{$ts['name']}: " . format_time($ts['starttime']) . ' - ' . format_time($ts['endtime']) . '<br />';
}
echo '</td></tr>';
if (count(get_value_from_array($team, 'members', []))) {
foreach ($team['members'] AS $member) {
$j = &$judgelist[$member['id']];
echo '<tr><td>';
/*
* if($team['num']=="89") {
* echo "<pre>";
* print_r($team);
* print_r($j);
* echo "</pre>";
* }
*/
$langerr = false;
$judgeerr = false;
foreach ($team['languages'] AS $teamlang) {
if (is_array($j['languages'])) {
if (!in_array($teamlang, $j['languages'])) {
$langerr = true;
$langerr=false;
foreach($team['languages'] AS $teamlang) {
if(!in_array($teamlang,$j['languages'])) {
$langerr=true;
break;
}
} else {
$langerr = true;
}
echo "<a onclick=\"return confirmClick('Are you sure you want to remove this judge from this team?')\" href=\"judges_teams_members.php?action=del&team_id=".$team['id']."&team_num=".$team['num']."&users_id=".$member['id']."&team_name=".rawurlencode($team['name'])."\"><img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\"></a>";
echo "</td><td width=\"100%\">";
if($langerr) echo "<span class=\"error\" style=\"width: 100%; display: block;\">";
if($member['captain']=="yes") {
echo "<a title=\"Captain - Click to remove captain status\" href=\"judges_teams_members.php?action=removecaptain&team_id=".$team['id']."&judge_id=".$member['id']."\">";
echo "<img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/bookmark.".$config['icon_extension']."\">";
echo "</a>&nbsp;";
}
else {
echo "<a title=\"Non-Captain - Click to make a team captain\" href=\"judges_teams_members.php?action=addcaptain&team_id=".$team['id']."&judge_id=".$member['id']."\">";
echo "<img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/bookmark_disabled.".$config['icon_extension']."\">";
echo "</a>&nbsp;";
}
echo "<a onclick=\"showMemberDetails(" . $member['id'] . ");\">";
echo $member['firstname']." ".$member['lastname'];
if(is_array($j['languages']))
$l = is_array($j['languages']) ? join(' ',$j['languages']) : '';
echo "</a>&nbsp;<span style=\"font-size: 1.0em;\">($l)</span>\n";
if($langerr) echo "</span>\n";
echo "</td></tr>";
}
if (!$j['id']) {
$judgeerr = true;
}
echo '<a onclick="return confirmClick(\'Are you sure you want to remove this judge from this team?\')" href="judges_teams_members.php?action=del&team_id=' . $team['id'] . '&team_num=' . $team['num'] . '&users_id=' . $member['id'] . '&team_name=' . rawurlencode($team['name']) . '"><img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '"></a>';
echo '</td><td width="100%">';
if ($langerr || $judgeerr)
echo '<span class="error" style="width: 100%; display: block;">';
if ($judgeerr) {
echo 'ERROR: this judge is assigned to the team, but they are not an active/complete judge! <br />';
}
if ($member['captain'] == 'yes') {
echo '<a title="Captain - Click to remove captain status" href="judges_teams_members.php?action=removecaptain&team_id=' . $team['id'] . '&judge_id=' . $member['id'] . '">';
echo '<img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/bookmark.' . $config['icon_extension'] . '">';
echo '</a>&nbsp;';
} else {
echo '<a title="Non-Captain - Click to make a team captain" href="judges_teams_members.php?action=addcaptain&team_id=' . $team['id'] . '&judge_id=' . $member['id'] . '">';
echo '<img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/bookmark_disabled.' . $config['icon_extension'] . '">';
echo '</a>&nbsp;';
}
echo '<a onclick="showMemberDetails(' . $member['id'] . ');">';
echo $member['firstname'] . ' ' . $member['lastname'];
if (is_array($j['languages']))
$l = is_array($j['languages']) ? join(' ', $j['languages']) : '';
echo "</a>&nbsp;<span style=\"font-size: 1.0em;\">($l)</span>\n";
if ($langerr || $judgeerr)
echo "</span>\n";
echo '</td></tr>';
echo "<tr><td colspan=\"2\">";
echo "<a onclick=\"return confirmClick('Are you sure you want to empty all judges from this team?')\" href=\"judges_teams_members.php?action=empty&team_id=".$team['id']."&team_num=".$team['num']."&team_name=".rawurlencode($team['name'])."\">";
echo " ".i18n("Empty All Members")." ";
echo "<img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\">";
echo "</a>";
echo "</td></tr>";
}
else
{
echo "<tr><td colspan=\"2\">";
echo error(i18n("Team has no members"),"inline");
echo "</td></tr>";
}
echo '<tr><td colspan="2">';
echo '<a onclick="return confirmClick(\'Are you sure you want to empty all judges from this team?\')" href="judges_teams_members.php?action=empty&team_id=' . $team['id'] . '&team_num=' . $team['num'] . '&team_name=' . rawurlencode($team['name']) . '">';
echo ' ' . i18n('Empty All Members') . ' ';
echo '<img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '">';
echo '</a>';
echo '</td></tr>';
} else {
echo '<tr><td colspan="2">';
echo error(i18n('Team has no members'), 'inline');
echo '</td></tr>';
echo "</table>";
echo "</td></tr></table>";
}
echo '</table>';
echo "<br />";
echo '</td></tr></table>';
}
echo "</td></tr>";
echo "</table>";
echo "</form>";
echo '<div id="infodiv" style="background-color: #DDF; border:solid;'
. ' border-width:1px;'
. ' border-color: #000;'
. ' position:absolute;'
. ' top: 0px; left:0px;'
. ' overflow:hidden; display:none;"'
. '></div>';
echo '<div id="infodivcover" style="'
. ' position:absolute;'
. ' display:none;"'
. ' onmouseout="hideMemberDetails();"'
. '></div>';
echo '<br />';
echo '</td></tr>';
echo '</table>';
echo '</form>';
echo '<div id="infodiv" style="font-size: 1.2em; background-color: #DDF; border:solid;'
. ' border-width:1px;'
. ' border-color: #000;'
. ' position:absolute;'
. ' top: 0px; left:0px;'
. ' overflow:hidden; display:none;"'
. '></div>';
echo '<div id="infodivcover" style="'
. ' position:absolute;'
. ' display:none;"'
. ' onmouseout="hideMemberDetails();"'
. '></div>';
send_footer();
send_footer();
?>

View File

@ -1,39 +1,39 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('judges.inc.php');
require ('../projects.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("judges.inc.php");
require("../projects.inc.php");
send_header('Judging Teams Projects',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
?>
send_header("Judging Teams Projects",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php')
);
?>
<script language="javascript" type="text/javascript">
function assign(ts)
{
@ -56,96 +56,101 @@ function eligibleclick()
<?
echo '<br />';
$action = null;
if (get_value_from_array($_GET, 'actio'))
$action = $_GET['action'];
else if (get_value_from_array($_POST, 'action'))
$action = $_POST['action'];
echo "<br />";
if (get_value_from_array($_GET, 'edit'))
$edit = $_GET['edit'];
else if (get_value_from_array($_POST, 'edit'))
$edit = $_POST['edit'];
if($_GET['action']) $action=$_GET['action'];
else if($_POST['action']) $action=$_POST['action'];
if (!get_value_from_2d_array($_SESSION, 'viewstate', 'judges_projects_list_show'))
$_SESSION['viewstate']['judges_projects_list_show'] = 'unassigned';
// now update the judges_teams_list_show viewstate
if (get_value_from_array($_GET, 'judges_projects_list_show'))
$_SESSION['viewstate']['judges_projects_list_show'] = $_GET['judges_projects_list_show'];
if($_GET['edit']) $edit=$_GET['edit'];
else if($_POST['edit']) $edit=$_POST['edit'];
if (!get_value_from_2d_array($_SESSION, 'viewstate', 'judges_projects_list_eligible'))
$_SESSION['viewstate']['judges_projects_list_eligible'] = 'true';
// now update the judges_teams_list_show viewstate
if (get_value_from_array($_GET, 'judges_projects_list_eligible'))
$_SESSION['viewstate']['judges_projects_list_eligible'] = $_GET['judges_projects_list_eligible'];
if(!$_SESSION['viewstate']['judges_projects_list_show'])
$_SESSION['viewstate']['judges_projects_list_show']='unassigned';
//now update the judges_teams_list_show viewstate
if($_GET['judges_projects_list_show'])
$_SESSION['viewstate']['judges_projects_list_show']=$_GET['judges_projects_list_show'];
if (get_value_from_array($_GET, 'action') == 'delete' && $_GET['delete'] && $_GET['edit']) {
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_projects_link WHERE id='" . $_GET['delete'] . "'");
$stmt->execute();
echo happy(i18n('Judging team project successfully removed'));
$action = 'edit';
if(!$_SESSION['viewstate']['judges_projects_list_eligible'])
$_SESSION['viewstate']['judges_projects_list_eligible']='true';
//now update the judges_teams_list_show viewstate
if($_GET['judges_projects_list_eligible'])
$_SESSION['viewstate']['judges_projects_list_eligible']=$_GET['judges_projects_list_eligible'];
if($_GET['action']=="delete" && $_GET['delete'] && $_GET['edit'])
{
mysql_query("DELETE FROM judges_teams_timeslots_projects_link WHERE id='".$_GET['delete']."'");
echo happy(i18n("Judging team project successfully removed"));
$action="edit";
}
if (get_value_from_array($_POST, 'action') == 'assign' && $_POST['edit'] && $_POST['timeslot'] && $_POST['project_id']) {
$stmt = $pdo->prepare("INSERT INTO judges_teams_timeslots_projects_link (judges_teams_id,judges_timeslots_id,projects_id,year) VALUES ('" . $_POST['edit'] . "','" . $_POST['timeslot'] . "','" . $_POST['project_id'] . "','" . $config['FAIRYEAR'] . "')");
$stmt->execute();
echo happy(i18n('Project assigned to team timeslot'));
if($_POST['action']=="assign" && $_POST['edit'] && $_POST['timeslot'] && $_POST['project_id'])
{
mysql_query("INSERT INTO judges_teams_timeslots_projects_link (judges_teams_id,judges_timeslots_id,projects_id,conferences_id) VALUES ('".$_POST['edit']."','".$_POST['timeslot']."','".$_POST['project_id']."','".$conference['id']."')");
echo happy(i18n("Project assigned to team timeslot"));
}
$q = $pdo->prepare("SELECT DISTINCT(date) AS d FROM judges_timeslots WHERE year='" . $config['FAIRYEAR'] . "'");
$q->execute();
if ($q->rowCount() > 1)
$show_date = true;
$q=mysql_query("SELECT DISTINCT(date) AS d FROM judges_timeslots WHERE conferences_id='".$conference['id']."'");
if(mysql_num_rows($q)>1)
$show_date=true;
else
$show_date = false;
$show_date=false;
if (($action == 'edit' || $action == 'assign') && $edit) {
echo '<a href="judges_teams_projects.php">Back to Judging Teams Projects List</a>';
echo '<form name="teamsprojects" method="post" action="judges_teams_projects.php">';
if( ($action=="edit" || $action=="assign" ) && $edit)
{
echo "<a href=\"judges_teams_projects.php\">Back to Judging Teams Projects List</a>";
echo "<form name=\"teamsprojects\" method=\"post\" action=\"judges_teams_projects.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"assign\">\n";
echo "<input type=\"hidden\" name=\"edit\" value=\"$edit\">\n";
echo "<input type=\"hidden\" name=\"timeslot\" value=\"\">\n";
$team = getJudgingTeam($edit);
$team=getJudgingTeam($edit);
echo '<b>' . $team['name'] . ' (#' . $team['num'] . ')</b><br />';
if (count($team['members'])) {
$memberlist = '&nbsp;&nbsp;';
foreach ($team['members'] AS $member) {
if ($member['captain'] == 'yes')
$memberlist .= '<i>';
$memberlist .= $member['firstname'] . ' ' . $member['lastname'];
if ($member['captain'] == 'yes')
$memberlist .= '</i>';
$memberlist .= ', ';
echo "<b>".$team['name']." (#".$team['num'].")</b><br />";
if(count($team['members']))
{
$memberlist="&nbsp;&nbsp;";
foreach($team['members'] AS $member)
{
if($member['captain']=="yes")
$memberlist.="<i>";
$memberlist.=$member['firstname']." ".$member['lastname'];
if($member['captain']=="yes")
$memberlist.="</i>";
$memberlist.=", ";
}
echo '<b>' . i18n('Judging Team Members') . ': </b>';
$memberlist = substr($memberlist, 0, -2);
echo '<br />';
} else
$memberlist = error(i18n('Team has no members assigned to it. <a href="judges_teams_members.php">Assign Judges Here</a>'));
echo "<b>".i18n("Judging Team Members").": </b>";
$memberlist=substr($memberlist,0,-2);
echo "<br />";
}
else
$memberlist=error(i18n("Team has no members assigned to it. <a href=\"judges_teams_members.php\">Assign Judges Here</a>"));
echo $memberlist;
echo '<br />';
echo '<br />';
echo "<br />";
echo "<br />";
// we need award_ids for use below to get the eligible projects, so lets build the array here while we're displaying the awards
$award_ids = array();
if (count($team['awards'])) {
$awardlist = '&nbsp;&nbsp;';
foreach ($team['awards'] AS $award) {
$awardlist .= $award['name'];
$awardlist .= ', ';
$award_ids[] = $award['id'];
//we need award_ids for use below to get the eligible projects, so lets build the array here while we're displaying the awards
$award_ids=array();
if(count($team['awards']))
{
$awardlist="&nbsp;&nbsp;";
foreach($team['awards'] AS $award)
{
$awardlist.=$award['name'];
$awardlist.=", ";
$award_ids[]=$award['id'];
}
echo '<b>' . i18n('Judging Team Awards') . ': </b>';
$awardlist = substr($awardlist, 0, -2);
echo '<br />';
} else
$awardlist = error(i18n('Team has no awards assigned to it. <a href="judges_teams.php">Assign Awards Here</a>'));
echo "<b>".i18n("Judging Team Awards").": </b>";
$awardlist=substr($awardlist,0,-2);
echo "<br />";
}
else
$awardlist=error(i18n("Team has no awards assigned to it. <a href=\"judges_teams.php\">Assign Awards Here</a>"));
echo $awardlist;
// get the timeslots that this team has.
$q = $pdo->prepare("SELECT
//get the timeslots that this team has.
$q=mysql_query("SELECT
judges_timeslots.id,
judges_timeslots.date,
judges_timeslots.starttime,
@ -155,41 +160,47 @@ if (($action == 'edit' || $action == 'assign') && $edit) {
judges_teams,
judges_teams_timeslots_link
WHERE
judges_teams.id='" . $team['id'] . "' AND
judges_teams.id='".$team['id']."' AND
judges_teams.id=judges_teams_timeslots_link.judges_teams_id AND
judges_timeslots.id=judges_teams_timeslots_link.judges_timeslots_id
ORDER BY
date,starttime
");
$q->execute();
$numslots = $q - rowCount();
if ($numslots) {
echo '<br />';
echo '<br />';
if ($_SESSION['viewstate']['judges_projects_list_eligible'] == 'true')
$ch = 'checked="checked"';
$numslots=mysql_num_rows($q);
if($numslots)
{
echo "<br />";
echo "<br />";
if($_SESSION['viewstate']['judges_projects_list_eligible']=='true')
$ch="checked=\"checked\"";
else
$ch = '';
$ch="";
echo "<input $ch onclick=\"eligibleclick()\" type=\"checkbox\" name=\"showeligible\"> " . i18n('Only show projects eligible/nominated for awards assigned to this team');
echo '<table>';
echo '</tr>';
echo "<input $ch onclick=\"eligibleclick()\" type=\"checkbox\" name=\"showeligible\"> ".i18n("Only show projects eligible/nominated for awards assigned to this team");
echo "<table>";
echo "</tr>";
echo '<tr>';
if ($_SESSION['viewstate']['judges_projects_list_show'] == 'all') {
echo "<td align=left><a href=\"judges_teams_projects.php?action=$action&edit=$edit&judges_projects_list_show=unassigned\">" . i18n('show unassigned') . '</a></td>';
echo '<td align=right><b>' . i18n('show all') . '</b></td>';
} else {
echo '<td align=left><b>' . i18n('show unassigned') . '</b></td>';
echo "<td align=right><a href=\"judges_teams_projects.php?action=$action&edit=$edit&judges_projects_list_show=all\">" . i18n('show all') . '</a></td>';
echo "<tr>";
if($_SESSION['viewstate']['judges_projects_list_show']=='all')
{
echo "<td align=left><a href=\"judges_teams_projects.php?action=$action&edit=$edit&judges_projects_list_show=unassigned\">".i18n("show unassigned")."</a></td>";
echo "<td align=right><b>".i18n("show all")."</b></td>";
}
echo '<td>&nbsp;</td>';
echo '</tr>';
echo '<tr><td colspan=2>';
else
{
echo "<td align=left><b>".i18n("show unassigned")."</b></td>";
echo "<td align=right><a href=\"judges_teams_projects.php?action=$action&edit=$edit&judges_projects_list_show=all\">".i18n("show all")."</a></td>";
}
echo "<td>&nbsp;</td>";
echo "</tr>";
echo "<tr><td colspan=2>";
if ($_SESSION['viewstate']['judges_projects_list_show'] == 'all') {
$querystr = 'SELECT
if($_SESSION['viewstate']['judges_projects_list_show']=='all')
{
$querystr="SELECT
projects.id,
projects.projectnumber,
projects.title,
@ -199,13 +210,15 @@ if (($action == 'edit' || $action == 'assign') && $edit) {
registrations
WHERE
projectnumber is not null
' . getJudgingEligibilityCode() . " AND
" . getJudgingEligibilityCode(). " AND
projects.registrations_id=registrations.id AND
projects.year='" . $config['FAIRYEAR'] . "'
projects.conferences_id='".$conference['id']."'
ORDER BY
projectnumber";
} else if ($_SESSION['viewstate']['judges_projects_list_show'] == 'unassigned') {
$querystr = "SELECT
}
else if($_SESSION['viewstate']['judges_projects_list_show']=='unassigned')
{
$querystr="SELECT
projects.id,
projects.projectnumber,
projects.title,
@ -216,66 +229,66 @@ if (($action == 'edit' || $action == 'assign') && $edit) {
registrations
WHERE
projectnumber is not null
' . getJudgingEligibilityCode(). ' AND
" . getJudgingEligibilityCode(). " AND
projects.registrations_id=registrations.id AND
judges_teams_timeslots_projects_link.projects_id IS NULL AND
projects.year='" . $config['FAIRYEAR'] . "'
projects.conferences_id='".$conference['id']."'
ORDER BY
projectnumber";
}
$pq=mysql_query($querystr);
echo mysql_error();
$eligibleprojects=getProjectsEligibleOrNominatedForAwards($award_ids);
// echo nl2br(print_r($eligibleprojects,true));
//the keys are the project numbers, so lets get an array of those too so we can use in_array below
$eligibleprojectsnumbers=array_keys($eligibleprojects);
// echo nl2br(print_r($eligibleprojects,true));
$pq = $pdo->prepare($querystr);
$pq->execute();
show_pdo_errors_if_any($pdo);
$eligibleprojects = getProjectsEligibleOrNominatedForAwards($award_ids);
// echo nl2br(print_r($eligibleprojects,true));
// the keys are the project numbers, so lets get an array of those too so we can use in_array below
$eligibleprojectsnumbers = array_keys($eligibleprojects);
// echo nl2br(print_r($eligibleprojects,true));
$numprojects = 0;
echo '<select name="project_id">';
echo '<option value="">' . i18n('Choose Project to Assign to Timeslot') . "</option>\n";
while ($pr = $pq->fetch(PDO::FETCH_OBJ)) {
if ($_SESSION['viewstate']['judges_projects_list_eligible'] == 'true') {
if (in_array($pr->projectnumber, $eligibleprojectsnumbers)) {
$numprojects=0;
echo "<select name=\"project_id\">";
echo "<option value=\"\">".i18n("Choose Project to Assign to Timeslot")."</option>\n";
while($pr=mysql_fetch_object($pq)) {
if($_SESSION['viewstate']['judges_projects_list_eligible']=='true') {
if(in_array($pr->projectnumber,$eligibleprojectsnumbers)) {
echo "<option value=\"$pr->id\">$pr->projectnumber - $pr->title</option>\n";
$numprojects++;
}
} else {
}
else {
echo "<option value=\"$pr->id\">$pr->projectnumber - $pr->title</option>\n";
$numprojects++;
}
}
echo '</select>';
echo '</td><td>';
echo i18n('%1 projects listed', array($numprojects));
echo '</td></tr>';
echo '</table>';
echo "</select>";
echo "</td><td>";
echo i18n("%1 projects listed",array($numprojects));
echo "</td></tr>";
echo "</table>";
echo '<br />';
echo '<br />';
echo "<br />";
echo "<br />";
echo '<table class="summarytable">';
echo '<tr>';
echo '<th>' . i18n('Timeslot') . '</th>';
echo '<th>' . i18n('Project') . '</th>';
echo '</tr>';
echo "<table class=\"summarytable\">";
echo "<tr>";
echo "<th>".i18n("Timeslot")."</th>";
echo "<th>".i18n("Project")."</th>";
echo "</tr>";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr><td>';
echo '<nobr>';
if ($show_date)
echo format_date($r->date) . '&nbsp;';
while($r=mysql_fetch_object($q)) {
echo "<tr><td>";
echo "<nobr>";
if($show_date)
echo format_date($r->date)."&nbsp;";
echo format_time($r->starttime);
echo ' - ';
echo " - ";
echo format_time($r->endtime);
echo '</nobr>';
echo '</td><td>';
$projq = $pdo->prepare("SELECT
echo "</nobr>";
echo "</td><td>";
$projq=mysql_query("SELECT
judges_teams_timeslots_projects_link.id AS link_id,
projects.projectnumber,
projects.id,
@ -285,69 +298,70 @@ if (($action == 'edit' || $action == 'assign') && $edit) {
judges_teams_timeslots_projects_link
WHERE
judges_teams_timeslots_projects_link.judges_timeslots_id='$r->id' AND
judges_teams_timeslots_projects_link.judges_teams_id='" . $team['id'] . "' AND
judges_teams_timeslots_projects_link.judges_teams_id='".$team['id']."' AND
judges_teams_timeslots_projects_link.projects_id=projects.id AND
judges_teams_timeslots_projects_link.year='" . $config['FAIRYEAR'] . "'
judges_teams_timeslots_projects_link.conferences_id='".$conference['id']."'
ORDER BY
projectnumber
");
$projq->execute();
show_pdo_errors_if_any($pdo);
while ($proj = $projq->fetch(PDO::FETCH_OBJ)) {
echo '<a onclick="return confirmClick(\'Are you sure you want to remove this project from this team timeslot?\')" href="judges_teams_projects.php?action=delete&delete=' . $proj->link_id . '&edit=' . $team['id'] . '"><img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '"></a>';
echo mysql_Error();
while($proj=mysql_fetch_object($projq)) {
echo "<a onclick=\"return confirmClick('Are you sure you want to remove this project from this team timeslot?')\" href=\"judges_teams_projects.php?action=delete&delete=".$proj->link_id."&edit=".$team['id']."\"><img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\"></a>";
echo "$proj->projectnumber - $proj->title <br />";
}
echo "<input name=\"assignbtn[$r->id]\" type=\"button\" onclick=\"assign('$r->id')\" value=\"" . i18n('Assign') . '">';
echo '</td></tr>';
}
echo "<input name=\"assignbtn[$r->id]\" type=\"button\" onclick=\"assign('$r->id')\" value=\"".i18n("Assign")."\">";
echo "</td></tr>";
}
echo '</table>';
} else {
echo error(i18n('Team has no timeslots assigned to it. <a href="judges_teams_timeslots.php">Assign Timeslots Here</a>'));
echo "</table>";
}
else {
echo error(i18n("Team has no timeslots assigned to it. <a href=\"judges_teams_timeslots.php\">Assign Timeslots Here</a>"));
}
echo '</form>';
} else {
echo '<input type="hidden" name="action" value="assign">';
echo "</form>";
}
else {
echo "<input type=\"hidden\" name=\"action\" value=\"assign\">";
echo '<table class="tableview">';
echo '<thead><tr>';
echo '<th>' . i18n('Team') . '</th>';
echo '<th>' . i18n('Timeslots and Projects') . '</th>';
echo '</tr></thead>';
echo "<table class=\"tableview\">";
echo "<thead><tr>";
echo "<th>".i18n("Team")."</th>";
echo "<th>".i18n("Timeslots and Projects")."</th>";
echo "</tr></thead>";
$teams = getJudgingTeams();
foreach ($teams AS $team) {
echo '<tr>';
echo '<td width="200">';
echo '<b>' . $team['name'] . ' (#' . $team['num'] . ')</b><br />';
$memberlist = '';
if (count(get_value_from_array($team, 'members', []))) {
foreach ($team['members'] AS $member) {
echo '&nbsp;&nbsp;';
$err = false;
foreach ($team['languages_projects'] AS $projectlang) {
if (!in_array($projectlang, $member['languages_array'])) {
$err = true;
break;
$teams=getJudgingTeams();
foreach($teams AS $team) {
echo "<tr>";
echo "<td width=\"200\">";
echo "<b>".$team['name']." (#".$team['num'].")</b><br />";
$memberlist="";
if(count($team['members'])) {
foreach($team['members'] AS $member) {
echo "&nbsp;&nbsp;";
$err=false;
foreach($team['languages_projects'] AS $projectlang) {
if(!in_array($projectlang, $member['languages_array'])) {
$err=true;
break;
}
}
if ($err)
echo '<span class="error">';
if ($member['captain'] == 'yes')
echo '<i>';
echo $member['firstname'] . ' ' . $member['lastname'] . ' (' . $member['languages'] . ')<br />';
if ($member['captain'] == 'yes')
echo '</i>';
if ($err)
echo '</span>';
if($err) echo "<span class=\"error\">";
if($member['captain']=="yes")
echo "<i>";
echo $member['firstname']." ".$member['lastname']." (".$member['languages'].")<br />";
if($member['captain']=="yes")
echo "</i>";
if($err) echo "</span>";
}
}
echo '</td>';
echo '<td>';
// get the timeslots that this team has.
$q = $pdo->prepare("SELECT
echo "</td>";
echo "<td>";
//get the timeslots that this team has.
$q=mysql_query("SELECT
judges_timeslots.id,
judges_timeslots.date,
judges_timeslots.starttime,
@ -357,32 +371,31 @@ if (($action == 'edit' || $action == 'assign') && $edit) {
judges_teams,
judges_teams_timeslots_link
WHERE
judges_teams.id='" . $team['id'] . "' AND
judges_teams.id='".$team['id']."' AND
judges_teams.id=judges_teams_timeslots_link.judges_teams_id AND
judges_timeslots.id=judges_teams_timeslots_link.judges_timeslots_id
ORDER BY
date,starttime
");
$q->execute();
$numslots = $q->rowCount();
$numslots=mysql_num_rows($q);
echo '<a href="judges_teams_projects.php?action=edit&edit=' . $team['id'] . '">' . i18n('Edit team project assignments') . '</a>';
echo "<a href=\"judges_teams_projects.php?action=edit&edit=".$team['id']."\">".i18n("Edit team project assignments")."</a>";
echo '<table class="tableview" style="margin-left: 0px; width: 100%; font-size: 1.0em;">';
echo "<table class=\"tableview\" style=\"margin-left: 0px; width: 100%; font-size: 1.0em;\">";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr><td width="100" align="center">';
while($r=mysql_fetch_object($q)) {
echo "<tr><td width=\"100\" align=\"center\">";
echo '<nobr>';
if ($show_date)
echo format_date($r->date) . '&nbsp;';
echo "<nobr>";
if($show_date)
echo format_date($r->date)."&nbsp;";
echo format_time($r->starttime);
echo ' - ';
echo " - ";
echo format_time($r->endtime);
echo '</nobr>';
echo '</td><td>';
echo "</nobr>";
echo "</td><td>";
$projq = $pdo->prepare("SELECT
$projq=mysql_query("SELECT
projects.projectnumber,
projects.id,
projects.title,
@ -392,35 +405,35 @@ if (($action == 'edit' || $action == 'assign') && $edit) {
judges_teams_timeslots_projects_link
WHERE
judges_teams_timeslots_projects_link.judges_timeslots_id='$r->id' AND
judges_teams_timeslots_projects_link.judges_teams_id='" . $team['id'] . "' AND
judges_teams_timeslots_projects_link.judges_teams_id='".$team['id']."' AND
judges_teams_timeslots_projects_link.projects_id=projects.id AND
judges_teams_timeslots_projects_link.year='" . $config['FAIRYEAR'] . "'
judges_teams_timeslots_projects_link.conferences_id='".$conference['id']."'
ORDER BY
projectnumber
");
$projq->execute();
show_pdo_errors_if_any($pdo);
while ($proj = $projq->fetch(PDO::FETCH_OBJ)) {
if (!in_array($proj->language, $team['languages_members']))
echo '<span class="error">';
echo mysql_error();
while($proj=mysql_fetch_object($projq)) {
if(!in_array($proj->language,$team['languages_members']))
echo "<span class=\"error\">";
echo "$proj->projectnumber - $proj->title ($proj->language)";
if (!in_array($proj->language, $team['languages_members']))
echo "</span>\n";
echo '<br />';
if(!in_array($proj->language,$team['languages']))
echo "</span>\n";
echo "<br />";
}
echo '</td></tr>';
echo "</td></tr>";
}
echo '</table>';
echo "</table>";
echo '</td>';
echo '</tr>';
echo "</td>";
echo "</tr>";
}
echo '</table>';
}
echo "</table>";
send_footer();
}
send_footer();
?>

View File

@ -1,82 +1,81 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once ('judges.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
user_auth_required('admin');
require_once('judges.inc.php');
$action = null;
$round_str = array('timeslot' => 'Judging Timeslot',
'divisional1' => 'Divisional Round 1',
'divisional2' => 'Divisional Round 2',
'grand' => 'Grand Awards',
'special' => 'Special Awards' );
if(array_key_exists('action',$_GET))
$action = $_GET['action'];
if(array_key_exists('action',$_POST))
$action = $_POST['action'];
$round_str = array('timeslot' => 'Judging Timeslot',
'divisional1' => 'Divisional Round 1',
'divisional2' => 'Divisional Round 2',
'grand' => 'Grand Awards',
'special' => 'Special Awards');
if (array_key_exists('action', $_GET))
$action = $_GET['action'];
if (array_key_exists('action', $_POST))
$action = $_POST['action'];
if (get_value_from_array($_GET, 'action') && $action == 'delete') {
if($action == 'delete' && array_key_exists('delete', $_GET)) {
$id = intval($_GET['delete']);
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_link WHERE id='$id'");
$stmt->execute();
message_push(happy(i18n('Judging team timeslot successfully removed')));
}
mysql_query("DELETE FROM judges_teams_timeslots_link WHERE id='$id'");
message_push(happy(i18n("Judging team timeslot successfully removed")));
}
if (array_key_exists('empty', $_GET) && $action == 'empty') {
if($action == 'empty' && array_key_exists('empty',$_GET)) {
$id = intval($_GET['empty']);
$stmt = $pdo->prepare("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='$id'");
$stmt->execute();
message_push(happy(i18n('Judging team timeslots successfully removed')));
}
mysql_query("DELETE FROM judges_teams_timeslots_link WHERE judges_teams_id='$id'");
message_push(happy(i18n("Judging team timeslots successfully removed")));
}
if($action == 'assign') {
//the db handles the uniqueness (to ensure the same timeslot isnt assigned to the same team more than once)
//so all we'll do here is just mass insert without regards for whats already there.
if(count($_POST['teams']) && count($_POST['timeslots'])) {
foreach($_POST['teams'] AS $tm) {
foreach($_POST['timeslots'] AS $ts) {
mysql_query("INSERT INTO judges_teams_timeslots_link (judges_teams_id,judges_timeslots_id,conferences_id)
VALUES ('$tm','$ts','{$conference['id']}')");
if ($action == 'assign') {
// the db handles the uniqueness (to ensure the same timeslot isnt assigned to the same team more than once)
// so all we'll do here is just mass insert without regards for whats already there.
if (count($_POST['teams']) && count($_POST['timeslots'])) {
foreach ($_POST['teams'] AS $tm) {
foreach ($_POST['timeslots'] AS $ts) {
$stmt = $pdo->prepare("INSERT INTO judges_teams_timeslots_link (judges_teams_id,judges_timeslots_id,year)
VALUES ('$tm','$ts','{$config['FAIRYEAR']}')");
$stmt->execute();
}
}
message_push(happy(i18n('%1 Timeslots assigned to %2 teams', array(count($_POST['timeslots']), count($_POST['teams'])))));
message_push(happy(i18n("%1 Timeslots assigned to %2 teams",array(count($_POST['timeslots']),count($_POST['teams'])))));
} else {
message_push(error(i18n('You must select both team(s) and timeslot(s) to assign')));
message_push(error(i18n("You must select both team(s) and timeslot(s) to assign")));
}
}
}
send_header('Judging Teams Timeslots',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
?>
send_header("Judging Teams Timeslots",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php')
);
?>
<script language="javascript" type="text/javascript">
function checkall(what)
{
@ -114,96 +113,96 @@ function checkinvert(what)
<?
echo '<br />';
echo "<br />";
echo '<form name="teamstimeslots" method="post" action="judges_teams_timeslots.php">';
echo '<input type="hidden" name="action" value="assign">';
echo "<form name=\"teamstimeslots\" method=\"post\" action=\"judges_teams_timeslots.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"assign\">";
echo 'Choose timeslots to assign: <br />';
echo '<a href="" onclick="return checkall(\'timeslots\')">select all</a>';
echo '&nbsp;|&nbsp';
echo '<a href="" onclick="return checknone(\'timeslots\')">select none</a>';
echo '&nbsp;|&nbsp';
echo '<a href="" onclick="return checkinvert(\'timeslots\')">invert selection</a>';
echo "Choose timeslots to assign: <br />";
echo "<a href=\"\" onclick=\"return checkall('timeslots')\">select all</a>";
echo "&nbsp;|&nbsp";
echo "<a href=\"\" onclick=\"return checknone('timeslots')\">select none</a>";
echo "&nbsp;|&nbsp";
echo "<a href=\"\" onclick=\"return checkinvert('timeslots')\">invert selection</a>";
$q = $pdo->prepare("SELECT DISTINCT(date) AS d FROM judges_timeslots WHERE year='" . $config['FAIRYEAR'] . "'");
$q->execute();
if ($q->rowCount() > 1)
$show_date = true;
else
$show_date = false;
echo '<table class="summarytable">';
echo '<tr>';
echo '<th>&nbsp;</th>';
if ($show_date)
echo '<th>' . i18n('Date') . '</th>';
echo '<th>' . i18n('Start Time') . '</th>';
echo '<th>' . i18n('End Time') . '</th>';
echo "</tr>\n";
$q=mysql_query("SELECT DISTINCT(date) AS d FROM judges_timeslots WHERE conferences_id='".$conference['id']."'");
if(mysql_num_rows($q)>1)
$show_date=true;
else
$show_date=false;
$q = $pdo->prepare("SELECT * FROM judges_timeslots
WHERE year='{$config['FAIRYEAR']}'
echo "<table class=\"summarytable\">";
echo "<tr>";
echo "<th>&nbsp;</th>";
if($show_date) echo "<th>".i18n("Date")."</th>";
echo "<th>".i18n("Start Time")."</th>";
echo "<th>".i18n("End Time")."</th>";
echo "</tr>\n";
$q=mysql_query("SELECT * FROM judges_timeslots
WHERE conferences_id='{$conference['id']}'
AND round_id='0' ORDER BY date,starttime");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
$span = $show_date ? 4 : 3;
echo "<td colspan=\"$span\">{$r->name} (" . $round_str[$r->type] . ')</td>';
$qq = $pdo->prepare("SELECT * FROM judges_timeslots
while($r=mysql_fetch_object($q)) {
echo "<tr>";
$span = $show_date ? 4 : 3;
echo "<td colspan=\"$span\">{$r->name} (".$round_str[$r->type].")</td>";
$qq = mysql_query("SELECT * FROM judges_timeslots
WHERE round_id='{$r->id}' ORDER BY date,starttime");
$qq->execute();
while ($rr = $qq->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
echo "<td><input type=\"checkbox\" name=\"timeslots[]\" value=\"{$rr->id}\" /></td>";
if ($show_date)
echo '<td>' . format_date($r->date) . '</td>';
echo '<td align="center">' . format_time($rr->starttime) . '</td>';
echo '<td align="center">' . format_time($rr->endtime) . '</td>';
echo "</tr>\n";
}
}
echo '</table>';
echo '<br />';
echo '<br />';
echo 'Choose teams to assign the above selected timeslots to:';
echo '<br />';
echo '<a href="" onclick="return checkall(\'teams\')">select all</a>';
echo '&nbsp;|&nbsp';
echo '<a href="" onclick="return checknone(\'teams\')">select none</a>';
echo '&nbsp;|&nbsp';
echo '<a href="" onclick="return checkinvert(\'teams\')">invert selection</a>';
echo '<table class="summarytable">';
echo '<tr>';
echo '<th>&nbsp;</th>';
echo '<th>' . i18n('Team') . '</th>';
echo '<th>' . i18n('Timeslots') . '</th>';
echo '</tr>';
$teams = getJudgingTeams();
foreach ($teams AS $team) {
echo '<tr>';
echo '<td><input type="checkbox" name="teams[]" value="' . $team['id'] . '" /></td>';
echo '<td>';
echo '<b>' . $team['name'] . ' (#' . $team['num'] . ')</b><br />';
$memberlist = '';
if (count(get_value_from_array($team, 'members', []))) {
foreach ($team['members'] AS $member) {
echo '&nbsp;&nbsp;';
if ($member['captain'] == 'yes')
echo '<i>';
echo $member['firstname'] . ' ' . $member['lastname'] . '<br />';
if ($member['captain'] == 'yes')
echo '</i>';
while($rr = mysql_fetch_object($qq)) {
echo "<tr>";
echo "<td><input type=\"checkbox\" name=\"timeslots[]\" value=\"{$rr->id}\" /></td>";
if($show_date) echo "<td>".format_date($r->date)."</td>";
echo "<td align=\"center\">".format_time($rr->starttime)."</td>";
echo "<td align=\"center\">".format_time($rr->endtime)."</td>";
echo "</tr>\n";
}
}
echo '</td>';
echo '<td>';
// get the timeslots that this team has.
$q = $pdo->prepare("SELECT
echo "</table>";
echo "<br />";
echo "<br />";
echo "Choose teams to assign the above selected timeslots to:";
echo "<br />";
echo "<a href=\"\" onclick=\"return checkall('teams')\">select all</a>";
echo "&nbsp;|&nbsp";
echo "<a href=\"\" onclick=\"return checknone('teams')\">select none</a>";
echo "&nbsp;|&nbsp";
echo "<a href=\"\" onclick=\"return checkinvert('teams')\">invert selection</a>";
echo "<table class=\"summarytable\">";
echo "<tr>";
echo "<th>&nbsp;</th>";
echo "<th>".i18n("Team")."</th>";
echo "<th>".i18n("Timeslots")."</th>";
echo "</tr>";
$teams=getJudgingTeams();
foreach($teams AS $team)
{
echo "<tr>";
echo "<td><input type=\"checkbox\" name=\"teams[]\" value=\"".$team['id']."\" /></td>";
echo "<td>";
echo "<b>".$team['name']." (#".$team['num'].")</b><br />";
$memberlist="";
if(count($team['members']))
{
foreach($team['members'] AS $member)
{
echo "&nbsp;&nbsp;";
if($member['captain']=="yes")
echo "<i>";
echo $member['firstname']." ".$member['lastname']."<br />";
if($member['captain']=="yes")
echo "</i>";
}
}
echo "</td>";
echo "<td>";
//get the timeslots that this team has.
$q=mysql_query("SELECT
judges_teams_timeslots_link.id,
judges_timeslots.date,
judges_timeslots.starttime,
@ -213,39 +212,40 @@ foreach ($teams AS $team) {
judges_teams,
judges_teams_timeslots_link
WHERE
judges_teams.id='" . $team['id'] . "' AND
judges_teams.id='".$team['id']."' AND
judges_teams.id=judges_teams_timeslots_link.judges_teams_id AND
judges_timeslots.id=judges_teams_timeslots_link.judges_timeslots_id
ORDER BY
date,starttime
");
$q->execute();
$numslots = $q->rowCount();
$numslots=mysql_num_rows($q);
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<nobr>';
if ($show_date)
echo format_date($r->date);
echo format_time($r->starttime);
echo ' - ';
echo format_time($r->endtime);
echo "&nbsp;&nbsp;<a onclick=\"return confirmClick('Are you sure you want to remove this timeslot from the team?')\" href=\"judges_teams_timeslots.php?action=delete&delete=$r->id\"><img border=0 src=\"" . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '"></a>';
echo '</nobr>';
echo '<br />';
while($r=mysql_fetch_object($q))
{
echo "<nobr>";
if($show_date)
echo format_date($r->date);
echo format_time($r->starttime);
echo " - ";
echo format_time($r->endtime);
echo "&nbsp;&nbsp;<a onclick=\"return confirmClick('Are you sure you want to remove this timeslot from the team?')\" href=\"judges_teams_timeslots.php?action=delete&delete=$r->id\"><img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\"></a>";
echo "</nobr>";
echo "<br />";
}
if($numslots)
echo "&nbsp; <a onclick=\"return confirmClick('Are you sure you want to remove all timeslots from the team?')\" href=\"judges_teams_timeslots.php?action=empty&empty=".$team['id']."\"><img border=0 src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\"> remove all</a>";
echo "</td>";
echo "</tr>";
}
if ($numslots)
echo '&nbsp; <a onclick="return confirmClick(\'Are you sure you want to remove all timeslots from the team?\')" href="judges_teams_timeslots.php?action=empty&empty=' . $team['id'] . '"><img border=0 src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '"> remove all</a>';
echo '</td>';
echo '</tr>';
}
echo "</table>";
echo '</table>';
echo "<br />";
echo "<br />";
echo "<input type=\"submit\" value=\"".i18n("Assign selected timeslots to selected teams")."\">";
echo "</form>";
echo '<br />';
echo '<br />';
echo '<input type="submit" value="' . i18n('Assign selected timeslots to selected teams') . '">';
echo '</form>';
send_footer();
send_footer();
?>

View File

@ -1,423 +1,400 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once('../common.inc.php');
require_once('../user.inc.php');
user_auth_required('admin');
$round_str = array('timeslot' => 'Judging Timeslot',
'divisional1' => 'Divisional Round 1',
'divisional2' => 'Divisional Round 2',
'grand' => 'Grand Awards',
'special' => 'Special Awards');
$round_str = array('timeslot' => 'Judging Timeslot',
'divisional1' => 'Divisional Round 1',
'divisional2' => 'Divisional Round 2',
'grand' => 'Grand Awards',
'special' => 'Special Awards' );
if(array_key_exists('action',$_POST)) $action = $_POST['action'];
else if(array_key_exists('action',$_GET)) $action = $_GET['action'];
else $action = '';
if (array_key_exists('action', $_POST))
$action = $_POST['action'];
else if (array_key_exists('action', $_GET))
$action = $_GET['action'];
else
$action = '';
if(array_key_exists('round_id',$_POST)) $round_id = intval($_POST['round_id']);
else if(array_key_exists('round_id',$_GET)) $round_id = intval($_GET['round_id']);
else $round_id = 0;
if (array_key_exists('round_id', $_POST))
$round_id = intval($_POST['round_id']);
else if (array_key_exists('round_id', $_GET))
$round_id = intval($_GET['round_id']);
else
$round_id = 0;
if(array_key_exists('timeslot_id',$_POST)) $timeslot_id = intval($_POST['timeslot_id']);
else if(array_key_exists('timeslot_id',$_GET)) $timeslot_id = intval($_GET['timeslot_id']);
else $timeslot_id = 0;
if (array_key_exists('timeslot_id', $_POST))
$timeslot_id = intval($_POST['timeslot_id']);
else if (array_key_exists('timeslot_id', $_GET))
$timeslot_id = intval($_GET['timeslot_id']);
else
$timeslot_id = 0;
if ($action == 'saveround') {
if($action == 'saveround') {
$save = true;
/* Sanity check all the values */
$y = intval($_POST['date_year']);
$m = intval($_POST['date_month']);
$d = intval($_POST['date_day']);
if ($y && $m && $d)
$date = "$y-$m-$d";
if($y && $m && $d) $date = "$y-$m-$d";
else {
$save = false;
message_push(error(i18n('Date is required')));
message_push(error(i18n("Date is required")));
}
if (array_key_exists('starttime_hour', $_POST) && array_key_exists('starttime_minute', $_POST)) {
$starttime = sprintf('%02d:%02d:00', intval($_POST['starttime_hour']), intval($_POST['starttime_minute']));
if(array_key_exists('starttime_hour', $_POST) && array_key_exists('starttime_minute', $_POST)) {
$starttime = sprintf("%02d:%02d:00", intval($_POST['starttime_hour']), intval($_POST['starttime_minute']));
} else {
$save = false;
message_push(error(i18n('Start Time is required')));
message_push( error(i18n("Start Time is required")));
}
if (array_key_exists('endtime_hour', $_POST) && array_key_exists('endtime_minute', $_POST)) {
$endtime = sprintf('%02d:%02d:00', intval($_POST['endtime_hour']), intval($_POST['endtime_minute']));
if(array_key_exists('endtime_hour', $_POST) && array_key_exists('endtime_minute', $_POST)) {
$endtime = sprintf("%02d:%02d:00", intval($_POST['endtime_hour']), intval($_POST['endtime_minute']));
} else {
$save = false;
message_push(error(i18n('End Time is required')));
message_push( error(i18n("End Time is required")));
}
$type = $_POST['type'];
if (!array_key_exists($type, $round_str)) {
if(!array_key_exists($type, $round_str)) {
$save = false;
message_push(error(i18n('Invalid type specified')));
}
$name = stripslashes($_POST['name']);
$name = mysql_escape_string(stripslashes($_POST['name']));
if ($save == true) {
if ($round_id == 0) {
if($save == true) {
if($round_id == 0) {
/* New entry */
$stmt = $pdo->prepare("INSERT INTO judges_timeslots (round_id,year) VALUES('0','{$config['FAIRYEAR']}')");
$stmt->execute();
$round_id = $pdo->lastInsertId();
mysql_query("INSERT INTO judges_timeslots (round_id,conferences_id) VALUES('0','{$conference['id']}')");
$round_id = mysql_insert_id();
}
$stmt = $pdo->prepare("UPDATE judges_timeslots SET `date`='$date',
mysql_query("UPDATE judges_timeslots SET `date`='$date',
starttime='$starttime', endtime='$endtime',
`name`='$name',
`type`='$type' WHERE id='$round_id'");
$stmt->execute();
show_pdo_errors_if_any($pdo);
message_push(happy(i18n('Round successfully saved')));
echo mysql_error();
message_push(happy(i18n("Round successfully saved")));
$action = '';
}
}
}
if ($action == 'deleteround') {
$stmt = $pdo->prepare("DELETE FROM judges_timeslots WHERE id='$round_id'");
$stmt->execute();
if($action == 'deleteround') {
mysql_query("DELETE FROM judges_timeslots WHERE id='$round_id'");
/* Also delete all timeslots */
$stmt = $pdo->prepare("DELETE FROM judges_timeslots WHERE round_id='$round_id'");
$stmt->execute();
message_push(happy(i18n('Round successfully removed')));
mysql_query("DELETE FROM judges_timeslots WHERE round_id='$round_id'");
message_push(happy(i18n("Round successfully removed")));
$action = '';
}
if ($action == 'deletetimeslot') {
$stmt = $pdo->prepare("DELETE FROM judges_timeslots WHERE id='$timeslot_id'");
$stmt->execute();
message_push(happy(i18n('Timeslot successfully removed')));
}
if($action == 'deletetimeslot') {
mysql_query("DELETE FROM judges_timeslots WHERE id='$timeslot_id'");
message_push(happy(i18n("Timeslot successfully removed")));
$action = '';
}
}
if ($action == 'savetimeslot') {
if($action == 'savetimeslot') {
$save = true;
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$q->execute();
$round_data = $q->fetch(PDO::FETCH_ASSOC);
$q = mysql_query("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$round_data = mysql_fetch_assoc($q);
$date = $round_data['date'];
if (array_key_exists('starttime_hour', $_POST) && array_key_exists('starttime_minute', $_POST)) {
$starttime = sprintf('%02d:%02d:00', intval($_POST['starttime_hour']), intval($_POST['starttime_minute']));
if(array_key_exists('starttime_hour', $_POST) && array_key_exists('starttime_minute', $_POST)) {
$starttime = sprintf("%02d:%02d:00", intval($_POST['starttime_hour']), intval($_POST['starttime_minute']));
} else {
$save = false;
message_push(error(i18n('Start Time is required')));
message_push( error(i18n("Start Time is required")));
}
if (array_key_exists('endtime_hour', $_POST) && array_key_exists('endtime_minute', $_POST)) {
$endtime = sprintf('%02d:%02d:00', intval($_POST['endtime_hour']), intval($_POST['endtime_minute']));
if(array_key_exists('endtime_hour', $_POST) && array_key_exists('endtime_minute', $_POST)) {
$endtime = sprintf("%02d:%02d:00", intval($_POST['endtime_hour']), intval($_POST['endtime_minute']));
} else {
$save = false;
message_push(error(i18n('End Time is required')));
message_push( error(i18n("End Time is required")));
}
if ($save == true) {
if ($timeslot_id == 0) {
if($save == true) {
if($timeslot_id == 0) {
/* New entry */
$stmt = $pdo->prepare("INSERT INTO judges_timeslots (round_id,date,type,year) VALUES('$round_id',
'$date','timeslot','{$config['FAIRYEAR']}')");
$stmt->execute();
$timeslot_id = $pdo->lastInsertId();
mysql_query("INSERT INTO judges_timeslots (round_id,date,type,conferences_id) VALUES('$round_id',
'$date','timeslot','{$conference['id']}')");
$timeslot_id = mysql_insert_id();
}
$stmt = $pdo->prepare("UPDATE judges_timeslots SET starttime='$starttime', endtime='$endtime'
mysql_query("UPDATE judges_timeslots SET starttime='$starttime', endtime='$endtime'
WHERE id='$timeslot_id'");
$stmt->execute();
show_pdo_errors_if_any($pdo);
message_push(happy(i18n('Timeslot successfully saved')));
echo mysql_error();
message_push(happy(i18n("Timeslot successfully saved")));
$action = '';
}
}
if ($action == 'savemultiple') {
$save = true;
}
if($action=='savemultiple') {
$save = true;
$addnum = intval($_POST['addnum']);
$duration = intval($_POST['duration']);
$duration = intval($_POST['duration'] );
$break = intval($_POST['break']);
if (array_key_exists('starttime_hour', $_POST) && array_key_exists('starttime_minute', $_POST) && $addnum && $duration) {
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$q->execute();
$round_data = $q->fetch(PDO::FETCH_ASSOC);
if(array_key_exists('starttime_hour', $_POST) && array_key_exists('starttime_minute',$_POST) && $addnum && $duration) {
$q = mysql_query("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$round_data = mysql_fetch_assoc($q);
$date = $round_data['date'];
$hr = intval($_POST['starttime_hour']);
$min = intval($_POST['starttime_minute']);
$hr=intval($_POST['starttime_hour']);
$min=intval($_POST['starttime_minute']);
$tt = $duration + $break;
$tt=$duration+$break;
for ($x = 0; $x < $addnum; $x++) {
$q = $pdo->prepare("SELECT \tDATE_ADD('$date $hr:$min:00', INTERVAL $duration MINUTE) AS endtime,
for($x=0;$x<$addnum;$x++) {
$q=mysql_query("SELECT DATE_ADD('$date $hr:$min:00', INTERVAL $duration MINUTE) AS endtime,
DATE_ADD('$date $hr:$min:00', INTERVAL $tt MINUTE) AS startnext ");
$q->execute();
show_pdo_errors_if_any($pdo);
$r = $q->fetch(PDO::FETCH_OBJ);
list($ed, $et) = explode(' ', $r->endtime);
list($nd, $nt) = explode(' ', $r->startnext);
echo mysql_error();
$r=mysql_fetch_object($q);
list($ed,$et)=explode(" ",$r->endtime);
list($nd,$nt)=explode(" ",$r->startnext);
$starttime = sprintf('%02d:%02d:00', $hr, $min);
$starttime = sprintf("%02d:%02d:00", $hr, $min);
$stmt = $pdo->prepare("INSERT INTO judges_timeslots (date,type,round_id,starttime,endtime,year) VALUES (
mysql_query("INSERT INTO judges_timeslots (date,type,round_id,starttime,endtime,conferences_id) VALUES (
'$date','timeslot','{$round_data['id']}',
'$starttime', '$et',
'{$config['FAIRYEAR']}')");
$stmt->execute();
show_pdo_errors_if_any($pdo);
$date = $nd;
list($s_h, $s_m, $s_s) = explode(':', $nt);
list($e_h, $e_m, $e_s) = explode(':', $et);
message_push(happy(i18n('Adding timeslot: %1', array("$date $hr:$min - $e_h:$e_m"))));
$hr = $s_h;
$min = $s_m;
'{$conference['id']}')");
echo mysql_error();
$date=$nd;
list($s_h,$s_m,$s_s)=explode(":",$nt);
list($e_h,$e_m,$e_s)=explode(":",$et);
message_push(happy(i18n("Adding timeslot: %1",array("$date $hr:$min - $e_h:$e_m"))));
$hr=$s_h;
$min=$s_m;
}
$action = '';
} else {
message_push(error(i18n('All fields are required to add multiple timeslots')));
message_push(error(i18n("All fields are required to add multiple timeslots")));
}
}
}
if ($action == '') {
send_header('Judging Rounds and Timeslots',
array('Committee Main' => 'committee_main.php',
if($action == '') {
send_header("Judging Rounds and Timeslots",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php'));
} else {
send_header('Judging Rounds and Timeslots',
array('Committee Main' => 'committee_main.php',
} else {
send_header("Judging Rounds and Timeslots",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judges' => 'admin/judges.php',
'Judging Rounds and Timeslots' => 'admin/judges_timeslots.php'));
}
echo '<br />';
}
echo "<br />";
if ($action == 'addround' || $action == 'editround') {
echo '<form method="post" action="judges_timeslots.php">';
if($action == 'addround' || $action == 'editround') {
echo "<form method=\"post\" action=\"judges_timeslots.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"saveround\">\n";
echo "<input type=\"hidden\" name=\"round_id\" value=\"$round_id\">\n";
if ($action == 'addround') {
echo '<h3>Add New Judging Round</h3>';
if($action == 'addround') {
echo "<h3>Add New Judging Round</h3>";
$r = array();
$r['date'] = $config['dates']['fairdate'];
} else {
echo '<h3>Edit Judging Round</h3>';
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$q->execute();
if ($q->rowCount() != 1) {
echo "UNKNOWN ROUND $round_id";
echo "<h3>Edit Judging Round</h3>";
$q=mysql_query("SELECT * FROM judges_timeslots WHERE id='$round_id'");
if(mysql_num_rows($q) != 1) {
echo "UNKNOWN ROUND $round_id";
exit;
}
$r = $q->fetch(PDO::FETCH_ASSOC);
$r = mysql_fetch_assoc($q);
}
echo '<table>';
echo '<tr><td>' . i18n('Round Type') . ':</td><td>';
echo '<select name="type">';
foreach ($round_str as $k => $v) {
if ($k == 'timeslot')
continue; /* Don't let them add a timeslot directly */
$s = ($r['type'] == $k) ? 'selected="selected"' : '';
echo "<table>";
echo "<tr><td>".i18n('Round Type').":</td><td>";
echo "<select name=\"type\">";
foreach($round_str as $k=>$v) {
if($k == 'timeslot') continue; /* Don't let them add a timeslot directly */
$s = ($r['type'] == $k) ? 'selected="selected"' : '';
echo "<option value=\"$k\" $s>$v</option>";
}
echo '</select>';
echo "</select>";
echo '<tr><td>' . i18n('Name') . ':</td><td>';
echo '<input type="textbox" name="name" value="' . get_value_from_array($r, 'name') . '" width="60" /></td></tr>';
echo "<tr><td>".i18n("Name").":</td><td>";
echo "<input type=\"textbox\" name=\"name\" value=\"{$r['name']}\" width=\"60\" /></td></tr>";
echo '<tr><td>' . i18n('Date') . ':</td><td>';
emit_date_selector('date', $r['date']);
echo "<tr><td>".i18n("Date").":</td><td>";
emit_date_selector("date",$r['date']);
echo '</td></tr>';
echo '<tr><td>' . i18n('Start Time') . ':</td><td>';
emit_time_selector('starttime', get_value_from_array($r, 'starttime'));
echo "</td></tr>";
echo "<tr><td>".i18n("Start Time").":</td><td>";
emit_time_selector("starttime",$r['starttime']);
echo '</td></tr>';
echo '<tr><td>' . i18n('End Time') . ':</td><td>';
emit_time_selector('endtime', get_value_from_array($r, 'endtime'));
echo "</td></tr>";
echo "<tr><td>".i18n("End Time").":</td><td>";
emit_time_selector("endtime",$r['endtime']);
echo '</td></tr>';
echo '</table>';
echo "</td></tr>";
echo "</table>";
echo '<input type="submit" value="' . i18n('Save') . '" />';
echo '</form>';
}
echo "<input type=\"submit\" value=\"".i18n('Save')."\" />";
echo "</form>";
}
if ($action == 'addtimeslot' || $action == 'edittimeslot') {
echo '<form method="post" action="judges_timeslots.php">';
if($action == 'addtimeslot' || $action == 'edittimeslot') {
echo "<form method=\"post\" action=\"judges_timeslots.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"savetimeslot\">\n";
echo "<input type=\"hidden\" name=\"round_id\" value=\"$round_id\">\n";
echo "<input type=\"hidden\" name=\"timeslot_id\" value=\"$timeslot_id\">\n";
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$q->execute();
$round_data = $q->fetch(PDO::FETCH_ASSOC);
$q = mysql_query("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$round_data = mysql_fetch_assoc($q);
if ($action == 'addtimeslot') {
echo '<h3>Add New Judging Timeslot</h3>';
if($action == 'addtimeslot') {
echo "<h3>Add New Judging Timeslot</h3>";
$r = array();
$r['date'] = $round_data['date'];
} else {
echo '<h3>Edit Judging Timeslot</h3>';
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE id='$timeslot_id'");
$q->execute();
if ($q->rowCount() != 1) {
echo "UNKNOWN ROUND $round_id";
echo "<h3>Edit Judging Timeslot</h3>";
$q=mysql_query("SELECT * FROM judges_timeslots WHERE id='$timeslot_id'");
if(mysql_num_rows($q) != 1) {
echo "UNKNOWN ROUND $round_id";
exit;
}
$r = $q->fetch(PDO::FETCH_ASSOC);
$r = mysql_fetch_assoc($q);
}
echo '<table>';
echo '<tr><td>' . i18n('Round Type') . ":</td><td>{$round_str[$round_data['type']]}</td></tr>";
echo '<tr><td>' . i18n('Name') . ":</td><td>{$round_data['name']}</td></tr>";
echo "<table>";
echo "<tr><td>".i18n('Round Type').":</td><td>{$round_str[$round_data['type']]}</td></tr>";
echo "<tr><td>".i18n("Name").":</td><td>{$round_data['name']}</td></tr>";
echo '<tr><td>' . i18n('Start Time') . ':</td><td>';
emit_time_selector('starttime', $r['starttime']);
echo "<tr><td>".i18n("Start Time").":</td><td>";
emit_time_selector("starttime",$r['starttime']);
echo '</td></tr>';
echo '<tr><td>' . i18n('End Time') . ':</td><td>';
emit_time_selector('endtime', $r['endtime']);
echo "</td></tr>";
echo "<tr><td>".i18n("End Time").":</td><td>";
emit_time_selector("endtime",$r['endtime']);
echo '</td></tr>';
echo '</table>';
echo "</td></tr>";
echo "</table>";
echo '<input type="submit" value="' . i18n('Save') . '" />';
echo '</form>';
}
echo "<input type=\"submit\" value=\"".i18n('Save')."\" />";
echo "</form>";
}
if ($action == 'addmultiple') {
echo '<h3>Add Multiple New Judging Timeslots</h3>';
if($action == 'addmultiple') {
echo '<form method="post" action="judges_timeslots.php">';
echo "<h3>Add Multiple New Judging Timeslots</h3>";
echo "<form method=\"post\" action=\"judges_timeslots.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"savemultiple\">\n";
echo "<input type=\"hidden\" name=\"round_id\" value=\"$round_id\">\n";
echo "<input type=\"hidden\" name=\"timeslot_id\" value=\"$timeslot_id\">\n";
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$q->execute();
$round_data = $q->fetch(PDO::FETCH_ASSOC);
$q = mysql_query("SELECT * FROM judges_timeslots WHERE id='$round_id'");
$round_data = mysql_fetch_assoc($q);
echo '<table border="0">';
echo '<tr><td>' . i18n('Round Type') . ":</td><td>{$round_str[$round_data['type']]}</td></tr>";
echo '<tr><td>' . i18n('Name') . ":</td><td>{$round_data['name']}</td></tr>";
echo '<tr><td>' . i18n('Add') . '</td><td>';
echo '<input type="text" name="addnum" size="4">&nbsp;';
echo i18n('new timeslots');
echo '</td></tr>';
echo '<tr><td>' . i18n('Starting timeslots at') . '</td><td>';
emit_time_selector('starttime');
echo '</td></tr>';
echo '<tr><td>' . i18n('With a duration of') . '</td><td>';
echo '<input type="text" name="duration" size="4">&nbsp;';
echo i18n('minutes') . '</td></tr>';
echo '<tr><td>' . i18n('And a break of') . '</td><td>';
echo '<input type="text" name="break" size="4">&nbsp;';
echo i18n('minutes') . '</td></tr>';
echo "<table border=\"0\">";
echo "<tr><td>".i18n('Round Type').":</td><td>{$round_str[$round_data['type']]}</td></tr>";
echo "<tr><td>".i18n("Name").":</td><td>{$round_data['name']}</td></tr>";
echo "<tr><td>".i18n("Add")."</td><td>";
echo "<input type=\"text\" name=\"addnum\" size=\"4\">&nbsp;";
echo i18n("new timeslots");
echo "</td></tr>";
echo "<tr><td>".i18n("Starting timeslots at")."</td><td>";
emit_time_selector("starttime");
echo "</td></tr>";
echo "<tr><td>".i18n("With a duration of")."</td><td>";
echo "<input type=\"text\" name=\"duration\" size=\"4\">&nbsp;";
echo i18n("minutes")."</td></tr>";
echo "<tr><td>".i18n("And a break of")."</td><td>";
echo "<input type=\"text\" name=\"break\" size=\"4\">&nbsp;";
echo i18n("minutes")."</td></tr>";
echo '<tr><td colspan="2">';
echo '<input type="submit" value="' . i18n('Add these timeslots') . '">';
echo '</td></tr>';
echo '</table>';
echo "<tr><td colspan=\"2\">";
echo "<input type=\"submit\" value=\"".i18n("Add these timeslots")."\">";
echo "</td></tr>";
echo "</table>";
echo '</form>';
}
echo "</form>";
}
if ($action == '') {
echo '<A href="judges_timeslots.php?action=addround&round_id=0">' . i18n('Add new round') . '</a> <br />';
echo '<br />';
echo '<table class="summarytable">';
echo '<tr>';
echo '<th>' . i18n('Date') . '</th>';
echo '<th>' . i18n('Start Time') . '</th>';
echo '<th>' . i18n('End Time') . '</th>';
echo '<th>' . i18n('Judging Round') . '</th>';
echo '<th>' . i18n('Actions') . '</th>';
echo '</tr>';
if($action == '') {
echo "<A href=\"judges_timeslots.php?action=addround&round_id=0\">".i18n("Add new round")."</a> <br />";
echo "<br />";
echo "<table class=\"summarytable\">";
echo "<tr>";
echo "<th>".i18n("Date")."</th>";
echo "<th>".i18n("Start Time")."</th>";
echo "<th>".i18n("End Time")."</th>";
echo "<th>".i18n("Judging Round")."</th>";
echo "<th>".i18n("Actions")."</th>";
echo "</tr>";
$q = $pdo->prepare("SELECT * FROM judges_timeslots WHERE year='{$config['FAIRYEAR']}' AND `type`!='timeslot' ORDER BY date,starttime");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
$qq = $pdo->prepare("SELECT * FROM judges_timeslots WHERE round_id='{$r->id}' ORDER BY `date`,`starttime`");
$qq->execute();
$c = $qq->rowCount() + 1;
$q=mysql_query("SELECT * FROM judges_timeslots WHERE conferences_id='{$conference['id']}' AND `type`!='timeslot' ORDER BY date,starttime");
while($r=mysql_fetch_object($q)) {
echo "<tr>";
$qq = mysql_query("SELECT * FROM judges_timeslots WHERE round_id='{$r->id}' ORDER BY `date`,`starttime`");
$c = mysql_num_rows($qq) +1;
echo "<td rowspan=\"$c\"><b>" . format_date($r->date) . '</b></td>';
echo '<td align="center"><b>' . format_time($r->starttime) . '</b><br/>';
echo '</td>';
echo '<td align="center"><b>' . format_time($r->endtime) . '</b></td>';
echo "<td align=\"center\"><b>{$r->name} (" . i18n($round_str[$r->type]) . ')</b></td>';
echo ' <td align="center">';
echo "<td rowspan=\"$c\"><b>".format_date($r->date)."</b></td>";
echo "<td align=\"center\"><b>".format_time($r->starttime)."</b><br/>";
echo "</td>";
echo "<td align=\"center\"><b>".format_time($r->endtime)."</b></td>";
echo "<td align=\"center\"><b>{$r->name} (".i18n($round_str[$r->type]).")</b></td>";
echo " <td align=\"center\">";
echo "<a href=\"judges_timeslots.php?action=editround&round_id={$r->id}\"><img border=\"0\" src=\"{$config['SFIABDIRECTORY']}/images/16/edit.{$config['icon_extension']}\"></a>";
echo '&nbsp;';
echo "&nbsp;";
echo "<a onclick=\"return confirmClick('Are you sure you want to remove this round?')\" href=\"judges_timeslots.php?action=deleteround&round_id={$r->id}\"><img border=\"0\" src=\"{$config['SFIABDIRECTORY']}/images/16/button_cancel.{$config['icon_extension']}\"></a>";
echo "<A href=\"judges_timeslots.php?action=addtimeslot&round_id={$r->id}\">(new)</a> ";
echo "<A href=\"judges_timeslots.php?action=addmultiple&round_id={$r->id}\">(multiple)</a><br />";
echo " </td>\n";
echo '</tr>';
echo "</tr>";
while ($rr = $qq->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
// echo "<td></td>";
echo '<td align="right">' . format_time($rr->starttime) . '</td>';
echo '<td align="right">' . format_time($rr->endtime) . '</td>';
echo '<td align="center">' . i18n($round_str[$rr->type]) . '</td>';
while($rr = mysql_fetch_object($qq)) {
echo "<tr>";
// echo "<td></td>";
echo "<td align=\"right\">".format_time($rr->starttime)."</td>";
echo "<td align=\"right\">".format_time($rr->endtime)."</td>";
echo "<td align=\"center\">".i18n($round_str[$rr->type])."</td>";
echo ' <td align="center">';
echo " <td align=\"center\">";
echo "<a href=\"judges_timeslots.php?action=edittimeslot&round_id={$r->id}&timeslot_id={$rr->id}\"><img border=\"0\" src=\"{$config['SFIABDIRECTORY']}/images/16/edit.{$config['icon_extension']}\"></a>";
echo '&nbsp;';
echo "&nbsp;";
echo "<a onclick=\"return confirmClick('Are you sure you want to remove this timeslot?')\" href=\"judges_timeslots.php?action=deletetimeslot&timeslot_id={$rr->id}\"><img border=\"0\" src=\"{$config['SFIABDIRECTORY']}/images/16/button_cancel.{$config['icon_extension']}\"></a>";
echo " </td>\n";
echo '</tr>';
echo "</tr>";
}
}
echo '</table>';
}
echo "</table>";
}
send_footer();
send_footer();
?>

View File

@ -1,127 +1,113 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* 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 <info@scitechontario.org>
* Copyright (C) 2005-2006 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005-2006 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005-2006 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
require_once ('judges.inc.php');
user_auth_required('committee', 'admin');
send_header('Judging Score Entry - Update',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judging Score Entry' => 'admin/judging_score_entry.php'));
require("../common.inc.php");
require_once("../user.inc.php");
require_once("judges.inc.php");
user_auth_required('admin');
send_header("Judging Score Entry - Update",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Judging Score Entry' => 'admin/judging_score_entry.php')
);
$year = $config['FAIRYEAR'];
$project_id = NULL;
if ($_GET['projectid']) {
$project_id = $_GET['projectid'];
} else if ($_POST['projectid']) {
$project_id = $_POST['projectid'];
$curr_team = $_POST['score_count'];
while ($curr_team > 0) {
if ($_POST['team_' . $curr_team . '_score'] != '') {
$score = $_POST['team_' . $curr_team . '_score'];
if ($score == 0) {
$score = 'NULL';
} else {
$score = $score;
}
if ($score > 100.0) {
$score_error = '*** ERROR **** You entered a value greater than 100.00';
}
$stmt = $pdo->prepare("UPDATE judges_teams_timeslots_projects_link
\t \t\t\t\t\tSET score=" . $score
. ' WHERE judges_teams_id = ' . $_POST['team_' . $curr_team . '_id']
. " and projects_id =$project_id and year=$year");
$stmt->execute();
show_pdo_errors_if_any($pdo);
}
$curr_team--;
}
}
$project_id = NULL;
if($_GET['projectid']) {
$project_id = $_GET['projectid'];
} else if($_POST['projectid']) {
$project_id = $_POST['projectid'];
$curr_team = $_POST['score_count'];
while($curr_team > 0) {
if($_POST["team_" . $curr_team . "_score"] != "") {
$score = $_POST["team_" . $curr_team . "_score"];
if($score == 0) {
$score = "NULL";
} else {
$score = mysql_real_escape_string($score);
}
mysql_query("UPDATE judges_teams_timeslots_projects_link
SET score=" . $score .
" WHERE judges_teams_id = " . mysql_real_escape_string($_POST["team_" . $curr_team . "_id"]) .
" and projects_id =$project_id and conferences_id={$conference['id']}");
echo mysql_error();
}
$curr_team--;
}
}
?>
?>
<?
if ($project_id) {
$q = $pdo->prepare("SELECT * FROM projects WHERE projects.id = '" . $project_id . "'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$project_number = $r->projectnumber;
$project_title = $r->title;
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='$year' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$cats[$r->id] = $r->category;
if($project_id) {
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='{$conference['id']} ORDER BY id");
while($r=mysql_fetch_object($q))
$cats[$r->id]=$r->category;
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='$year' ORDER BY id");
$q->execute();
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='{$conference['id']} ORDER BY id");
$q = $pdo->prepare("SELECT judges_teams_timeslots_projects_link.judges_teams_id,
\t score,
\t judges_teams.num
\t FROM judges_teams_timeslots_projects_link,
\t judges_teams
\t WHERE judges_teams_timeslots_projects_link.judges_teams_id = judges_teams.id
\t AND projects_id = " . $project_id . ' ORDER BY judges_teams_id');
$q->execute();
show_pdo_errors_if_any($pdo);
echo 'Project# ' . $project_number . ' ' . $project_title . '<br />';
if ($score_error != '') {
echo $score_error . '<br />';
}
echo '<form action="judging_score_edit.php" method="post">';
echo '<input type="hidden" name="score_count" value="' . $q->rowCount() . '"/>';
$q=mysql_query("SELECT judges_teams_timeslots_projects_link.judges_teams_id,
score,
judges_teams.num
FROM judges_teams_timeslots_projects_link,
judges_teams
WHERE judges_teams_timeslots_projects_link.judges_teams_id = judges_teams.id
AND projects_id = ".mysql_real_escape_string($project_id)." ORDER BY judges_teams_id"
);
echo mysql_error();
echo "<form action=\"judging_score_edit.php\" method=\"post\">";
echo "<input type=\"hidden\" name=\"score_count\" value=\"" . mysql_num_rows($q) . "\"/>";
echo "<input type=\"hidden\" name=\"projectid\" value=\"$project_id\"/>";
echo '<table class="tableview">';
echo '<tr>';
echo '<th>' . i18n('Team Number') . '</th>';
echo '<th>' . i18n('Judges') . '</th>';
echo '<th>' . i18n('Score') . '</th>';
echo '<th>' . i18n('New Score') . '</th>';
echo '</tr>';
echo "<table class=\"tableview\">";
echo "<tr>";
echo "<th>".i18n("Team Number")."</th>";
echo "<th>".i18n("Judges")."</th>";
echo "<th>".i18n("Score")."</th>";
echo "<th>".i18n("New Score")."</th>";
echo "</tr>";
$i = 1;
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$team = getJudgingTeam($r->judges_teams_id);
$teamNames = array_map('teamMemberToName', $team['members']);
while($r=mysql_fetch_object($q)) {
$team=getJudgingTeam($r->judges_teams_id);
$teamNames=array_map("teamMemberToName", $team['members']);
echo "<tr>\n";
echo "<td style=\"vertical-align: middle\">\n";
echo $r->num;
echo '<input type="hidden" name="team_' . $i . "_id\" value=\"$r->judges_teams_id\"/>\n";
echo "<input type=\"hidden\" name=\"team_" . $i. "_id\" value=\"$r->judges_teams_id\"/>\n";
echo "</td>\n";
echo '<td style="vertical-align: middle">';
echo implode(', ', $teamNames);
echo "<td style=\"vertical-align: middle\">";
echo implode(", ", $teamNames);
echo "</td>\n";
echo "<td style=\"vertical-align: middle; text-align: center\">\n";
if ($r->score) {
if($r->score) {
echo $r->score;
} else {
echo 'None';
echo "None";
}
echo "\n</td>\n";
echo "<td style=\"vertical-align: middle; text-align: center\">\n";
echo '<input type="text" size="5" maxlength="5" name="team_' . $i . "_score\" value=\"$r->score\"/>\n";
echo "<input type=\"text\" size=\"3\" maxlength=\"3\" name=\"team_" . $i . "_score\" value=\"$r->score\"/>\n";
echo "</td>\n";
echo "</tr>\n";
$i++;
@ -130,5 +116,6 @@ if ($project_id) {
echo "<input type=\"submit\" />\n";
echo "</form>\n";
} else {
echo i18n('Invalid Project ID.');
echo i18n("Invalid Project ID.");
}

View File

@ -1,62 +1,58 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* 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 <info@scitechontario.org>
* Copyright (C) 2005-2006 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005-2006 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005-2006 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
require_once ('judges.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
require_once("judges.inc.php");
user_auth_required('admin');
if ($_GET['year'])
$year = $_GET['year'];
else
$year = $config['FAIRYEAR'];
if($_GET['conferences_id']) $conferences_id=$_GET['conferences_id'];
else $conferences_id=$conference['id'];
if ($_GET['csv'] == 'yes') {
header('Content-type: text/csv');
header('Cache-Control: no-cache');
header('Content-disposition: inline; filename=judging_scores.csv');
} else {
send_header('Judging Score Entry',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'));
}
?>
if($_GET['csv'] == 'yes') {
header("Content-type: text/csv");
header("Cache-Control: no-cache");
header("Content-disposition: inline; filename=judging_scores.csv");
} else {
send_header("Judging Score Entry",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php')
);
}
?>
<?
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='$year' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$cats[$r->id] = $r->category;
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id = '$conferences_id' ORDER BY id");
while($r=mysql_fetch_object($q))
$cats[$r->id]=$r->category;
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='$year' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$divs[$r->id] = $r->division;
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id = '$conferences_id' ORDER BY id");
while($r=mysql_fetch_object($q))
$divs[$r->id]=$r->division;
$ORDERBY = 'projects.projectcategories_id, projects.projectdivisions_id, projects.projectnumber';
$ORDERBY="projects.projectcategories_id, projects.projectdivisions_id, projects.projectnumber";
$q = $pdo->prepare("SELECT registrations.id AS reg_id,
$q=mysql_query("SELECT registrations.id AS reg_id,
registrations.num AS reg_num,
projects.id as projectid,
projects.title,
@ -64,82 +60,123 @@ $q = $pdo->prepare("SELECT registrations.id AS reg_id,
projects.projectcategories_id,
projects.projectdivisions_id,
judges_teams_id as res_team_id,
count(score) as score_count,
count((SELECT count(*) FROM judges_teams_timeslots_projects_link WHERE
projectid=judges_teams_timeslots_projects_link.projects_id)) as score_total_count,
avg(score) as score,
avg(score + (SELECT 70-avg(score)
\t FROM judges_teams_timeslots_projects_link
\t WHERE judges_teams_id = res_team_id))
\t AS norm_score
FROM judges_teams_timeslots_projects_link
WHERE judges_teams_id = res_team_id))
AS norm_score
FROM
registrations
left outer join projects on projects.registrations_id=registrations.id
left outer join judges_teams_timeslots_projects_link on projects.id=judges_teams_timeslots_projects_link.projects_id
WHERE
registrations.year='$year' "
. getJudgingEligibilityCode() . "
registrations.conferences_id='$conferences_id' "
. getJudgingEligibilityCode() . "
GROUP BY projectid
ORDER BY
$ORDERBY
");
$q->execute();
show_pdo_errors_if_any($pdo);
if ($_GET['csv'] != 'yes') {
echo "<a href='judging_score_entry.php?csv=yes'>" . i18n('Generate CSV Report') . "</a>\n";
echo '<table class="tableview">';
echo '<tr>';
echo '<th>' . i18n('Proj Num') . '</th>';
echo '<th>' . i18n('Project Title') . '</th>';
echo '<th>' . i18n('Age Category') . '</th>';
echo '<th>' . i18n('Division') . '</th>';
echo '<th>' . i18n('Score') . '</th>';
echo '<th>' . i18n('Normalized Score') . '</th>';
echo '<th>' . i18n('Action') . '</th>';
echo '</tr>';
} else {
echo "Project #\tTitle\tCategory\tDivision\tScore\tNormalized Scores\tJudge Name\tJudges Score\n";
}
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($_GET['csv'] == 'yes') {
echo "$r->projectnumber \t $r->title \t" . $cats[$r->projectcategories_id] . "\t" . $divs[$r->projectdivisions_id] . " \t $r->score \t $r->norm_score ";
$p = $pdo->prepare("SELECT judges_teams_timeslots_projects_link.judges_teams_id,
\t \t\t\t\t score,
\t judges_teams.num
\t FROM judges_teams_timeslots_projects_link,
\t judges_teams
\t WHERE judges_teams_timeslots_projects_link.judges_teams_id = judges_teams.id
\t AND projects_id = " . $r->projectid . ' ORDER BY judges_teams_id');
$p->execute();
show_pdo_errors_if_any($pdo);
while ($s = $p->fetch(PDO::FETCH_OBJ)) {
$team = getJudgingTeam($s->judges_teams_id);
$teamNames = array_map('teamMemberToName', $team['members']);
echo "\t " . implode(', ', $teamNames) . " \t $s->score";
}
echo "\n";
} else {
echo '<tr>';
echo "<td>$r->projectnumber</td>\n";
echo "<td>$r->title</td>\n";
echo '<td>' . i18n($cats[$r->projectcategories_id]) . "</td>\n";
echo '<td>' . i18n($divs[$r->projectdivisions_id]) . "</td>\n";
echo '<td>' . number_format($r->score, 2) . "</td>\n";
echo '<td>' . number_format($r->norm_score, 2) . "</td>\n";
echo '<td align="center">';
if ($year == $config['FAIRYEAR']) {
echo "<a href=\"judging_score_edit.php?projectid=$r->projectid\">";
echo i18n('Edit Scores');
echo '</a>';
}
echo "</td>\n";
echo "</tr>\n";
}
}
if ($_GET['csv'] != 'yes') {
echo "</table>\n";
echo '<br />';
send_footer();
}
echo mysql_error();
if($_GET['csv'] != 'yes') {
?>
<script language="javascript" type="text/javascript">
$(document).ready(function() {
$("#div-cat-best").click(function() {
// set sorting column and direction, this will sort on the first and third column the column index starts at zero
var sorting = [[2,0],[3,0],[5,1]];
// sort on the first column
$(".tableview").trigger("sorton",[sorting]);
// return false to stop default link action
return false;
});
$("#overall-best").click(function() {
// set sorting column and direction, this will sort on the first and third column the column index starts at zero
var sorting = [[5,1]];
// sort on the first column
$(".tableview").trigger("sorton",[sorting]);
// return false to stop default link action
return false;
});
});
</script>
<?php
echo "<a href='judging_score_entry.php?csv=yes'>" . i18n("Generate CSV Report") . "</a>\n";
echo "<br /><a href='#' id='div-cat-best'>" . i18n("Sort By Best in Division/Category") . "</a>\n";
echo "<br /><a href='#' id='overall-best'>" . i18n("Sort By Best Overall") . "</a>\n";
echo "<table class=\"tableview\">";
echo "<thead>";
echo "<tr>";
echo "<th>".i18n("Proj Num")."</th>";
echo "<th>".i18n("Project Title")."</th>";
echo "<th>".i18n("Age Category")."</th>";
echo "<th>".i18n("Division")."</th>";
echo "<th>".i18n("Score")."</th>";
echo "<th>".i18n("Normalized Score")."</th>";
echo "<th>".i18n("Judgings")."</th>";
echo "<th>".i18n("Action")."</th>";
echo "</tr>";
echo "</thead>";
echo "<tbody>";
} else {
echo "Project #\tTitle\tCategory\tDivision\tScore\tNormalized Scores\tJudge Name\tJudges Score\n";
}
while($r=mysql_fetch_object($q))
{
if($_GET['csv'] == 'yes') {
echo "$r->projectnumber \t $r->title \t" . $cats[$r->projectcategories_id] . "\t" . $divs[$r->projectdivisions_id] . " \t $r->score \t $r->norm_score ";
$p=mysql_query("SELECT judges_teams_timeslots_projects_link.judges_teams_id,
score,
judges_teams.num
FROM judges_teams_timeslots_projects_link,
judges_teams
WHERE judges_teams_timeslots_projects_link.judges_teams_id = judges_teams.id
AND projects_id = ".mysql_real_escape_string($r->projectid)." ORDER BY judges_teams_id"
);
echo mysql_error();
while($s=mysql_fetch_object($p)) {
$team=getJudgingTeam($s->judges_teams_id);
$teamNames=array_map("teamMemberToName", $team['members']);
echo "\t " . implode(", ", $teamNames) . " \t $s->score";
}
echo "\n";
} else {
echo "<tr>";
echo "<td>$r->projectnumber</td>\n";
echo "<td>$r->title</td>\n";
echo "<td>".i18n($cats[$r->projectcategories_id])."</td>\n";
echo "<td>".i18n($divs[$r->projectdivisions_id])."</td>\n";
echo "<td class='judging_score'>" . number_format($r->score, 2) . "</td>\n";
echo "<td class='judging_score'><strong>" . number_format($r->norm_score, 2) . "</strong></td>\n";
if ($r->score_count == $r->score_total_count) {
echo "<td>";
} else if ($r->score_count == 0) {
echo "<td class='caution'>";
} else {
echo "<td class='error'>";
}
echo number_format($r->score_count, 0) . "/" . number_format($r->score_total_count, 0) . "</td>\n";
echo "<td align=\"center\">";
if($conferences_id == $conference['id']){
echo "<a href=\"judging_score_edit.php?projectid=$r->projectid\">";
echo i18n("Edit Scores");
echo "</a>";
}
echo "</td>\n";
echo "</tr>\n";
}
}
if($_GET['csv'] != 'yes') {
echo "</tbody>";
echo "</table>\n";
echo "<br />";
send_footer();
}
?>

59
admin/locations.php Normal file
View File

@ -0,0 +1,59 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require("../common.inc.php");
require("../tableeditor.class.php");
require_once("../user.inc.php");
user_auth_required('admin');
send_header("Event Locations",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Events & Scheduling' => 'admin/eventsscheduling.php'),
"events_scheduling" );
echo "<br />";
$editor = new TableEditor("locations",
array(
"name" => "Location Name"
),
array(
"name" => "Location Name"
),
array(
"conferences_id" => $conference['id']
)
);
$editor->filterList("conferences_id", $conference['id']);
$editor->setPrimaryKey("id");
$editor->setRecordType("Location");
$editor->setDefaultSortField("name");
$editor->execute();
send_footer();
?>

View File

@ -1,252 +1,177 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* 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 <info@scitechontario.org>
* Copyright (C) 2005-2006 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005-2006 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005-2006 James Grant <james@lightbox.org>
// This file was modified Jan of 2014 by Richard Sin
// Project type has been added and can be toggled by configuration.
// Feedback box also has been added for flagging purposes
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
require_once ('../register_participants.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
require_once('../register_participants.inc.php');
$auth_type = user_auth_required(array('fair', 'committee'), 'admin');
$auth_type = user_auth_required(array(), array('fair','admin'));
$registrations_id = intval($_GET['id']);
$registrations_id=intval($_GET['id']);
$action = $_GET['action'];
/* Extra restrictions for auth_type = fair */
if ($auth_type == 'fair') {
if($auth_type == 'fair') {
$fairs_id = $_SESSION['fairs_id'];
if ($registrations_id == -1 && ($action == 'registration_load' || $action == 'registration_save')) {
if($registrations_id == -1 && ($action=='registration_load' || $action == 'registration_save')) {
/* we can't check the project it hasn't been created. */
} else {
/* Make sure they have permission to laod this student, check
the master copy of the fairs_id in the project */
$q = $pdo->prepare("SELECT * FROM projects WHERE
$q=mysql_query("SELECT * FROM projects WHERE
registrations_id='$registrations_id'
AND year='{$config['FAIRYEAR']}'
AND conferences_id='{$conference['id']}'
AND fairs_id=$fairs_id");
$q->execute();
if ($q->rowCount() != 1) {
echo 'permission denied.';
if(mysql_num_rows($q) != 1) {
echo "permission denied.";
exit;
}
}
/* Ok, they have permission */
}
}
switch ($action) {
case 'project_load':
project_load();
break;
case 'project_regenerate_number':
/* Save first */
project_save();
/* Now generate */
$q = $pdo->prepare("SELECT id FROM projects WHERE registrations_id='{$registrations_id}' AND year='{$config['FAIRYEAR']}'");
$q->execute();
$i = $q->fetch(PDO::FETCH_ASSOC);
switch($action) {
case 'project_load':
project_load2();
break;
case 'project_regenerate_number':
/* Save first */
project_save();
$id = $i['id'];
/* Now generate */
$q=mysql_query("SELECT id FROM projects WHERE registrations_id='{$registrations_id}' AND conferences_id='{$conference['id']}'");
$i=mysql_fetch_assoc($q);
$id = $i['id'];
$stmt = $pdo->prepare("UPDATE projects SET projectnumber=NULL,projectsort=NULL,
mysql_query("UPDATE projects SET projectnumber=NULL,projectsort=NULL,
projectnumber_seq='0',projectsort_seq='0'
WHERE id='$id'");
$stmt->execute();
show_pdo_errors_if_any($pdo);
list($pn, $ps, $pns, $pss) = generateProjectNumber($registrations_id);
// print("Generated Project Number [$pn]");
$stmt = $pdo->prepare("UPDATE projects SET projectnumber='$pn',projectsort='$ps',
echo mysql_error();
list($pn,$ps,$pns,$pss) = generateProjectNumber($registrations_id);
// print("Generated Project Number [$pn]");
mysql_query("UPDATE projects SET projectnumber='$pn',projectsort='$ps',
projectnumber_seq='$pns',projectsort_seq='$pss'
WHERE id='$id'");
$stmt->execute();
happy_("Generated and Saved Project Number: $pn");
happy_("Generated and Saved Project Number: $pn");
break;
break;
case 'project_save':
project_save();
break;
default:
break;
case 'project_save':
project_save();
break;
default:
break;
}
exit;
function project_save()
{
global $registrations_id, $config, $pdo;
global $registrations_id, $config, $conference;
// first, lets make sure this project really does belong to them
$q = $pdo->prepare("SELECT * FROM projects WHERE registrations_id='{$registrations_id}' AND year='{$config['FAIRYEAR']}'");
$q->execute();
$projectinfo = $q->fetch(PDO::FETCH_OBJ);
if (!$projectinfo) {
echo error(i18n('Invalid project to update'));
//first, lets make sure this project really does belong to them
$q=mysql_query("SELECT * FROM projects WHERE registrations_id='{$registrations_id}' AND conferences_id='{$conference['id']}'");
$projectinfo=mysql_fetch_object($q);
if(!projectinfo) {
echo error(i18n("Invalid project to update"));
}
$summarywords = preg_split('/[\s,]+/', $_POST['summary']);
$summarywordcount = count($summarywords);
if ($summarywordcount > $config['participant_project_summary_wordmax'])
$summarycountok = 0;
$summarywords=preg_split("/[\s,]+/",$_POST['summary']);
$summarywordcount=count($summarywords);
if($summarywordcount>$config['participant_project_summary_wordmax'])
$summarycountok=0;
else
$summarycountok = 1;
$summarycountok=1;
// check if it is flagged then update it
if (empty($_POST['feedback'])) {
$stmt = $pdo->prepare('UPDATE projects SET '
. "flagged='0'"
. "WHERE id='" . intval($_POST['id']) . "'");
$stmt->execute();
} else {
$stmt = $pdo->prepare('UPDATE projects SET '
. "flagged='1'"
. "WHERE id='" . intval($_POST['id']) . "'");
$stmt->execute();
}
show_pdo_errors_if_any($pdo);
happy_('Flagging process successfully updated');
if ($config['participant_project_title_charmax'] && strlen(stripslashes($_POST['title'])) > $config['participant_project_title_charmax']) { // 0 for no limit, eg 255 database field limit
$title = substr(stripslashes($_POST['title']), 0, $config['participant_project_title_charmax']);
error_('Project title truncated to %1 characters', array($config['participant_project_title_charmax']));
if($config['participant_project_title_charmax'] && strlen(stripslashes($_POST['title']))>$config['participant_project_title_charmax']) { //0 for no limit, eg 255 database field limit
$title=substr(stripslashes($_POST['title']),0,$config['participant_project_title_charmax']);
error_("Project title truncated to %1 characters",array($config['participant_project_title_charmax']));
} else
$title = stripslashes($_POST['title']);
$title=stripslashes($_POST['title']);
$stmt = $pdo->prepare(
'UPDATE projects SET
title = :title,
projectdivisions_id = :projectdivisions_id,
projecttype = :projecttype,
language = :language,
req_table = :req_table,
req_electricity = :req_electricity,
req_special = :req_special,
human_participants = :human_participants,
animal_participants = :animal_participants,
summary = :summary,
summarycountok = :summarycountok,
feedback = :feedback,
projectsort = :projectsort
WHERE id = :id'
);
mysql_query("UPDATE projects SET ".
"title='".mysql_escape_string($title)."', ".
"projectdivisions_id='".intval($_POST['projectdivisions_id'])."', ".
"language='".mysql_escape_string(stripslashes($_POST['language']))."', ".
"req_table='".mysql_escape_string(stripslashes($_POST['req_table']))."', ".
"req_electricity='".mysql_escape_string(stripslashes($_POST['req_electricity']))."', ".
"req_special='".mysql_escape_string(stripslashes($_POST['req_special']))."', ".
"summary='".mysql_escape_string(stripslashes($_POST['summary']))."', ".
"summarycountok='$summarycountok',".
"projectsort='".mysql_escape_string(stripslashes($_POST['projectsort']))."'".
"WHERE id='".intval($_POST['id'])."'");
echo mysql_error();
happy_('Project Information Saved');
$stmt->bindValue(':title', $_POST['title']);
$stmt->bindValue(':projectdivisions_id', intval($_POST['projectdivisions_id']));
$stmt->bindValue(':projecttype', $_POST['projecttype']);
$stmt->bindValue(':language', $_POST['language']);
$stmt->bindValue(':req_table', $_POST['req_table']);
$stmt->bindValue(':req_electricity', $_POST['req_electricity']);
$stmt->bindValue(':req_special', $_POST['req_special']);
$stmt->bindValue(':human_participants', $_POST['human_participants']);
$stmt->bindValue(':animal_participants', $_POST['animal_participants']);
$stmt->bindValue(':summary', $_POST['summary']);
$stmt->bindValue(':summarycountok', $summarycountok);
$stmt->bindValue(':feedback', $_POST['feedback']);
$stmt->bindValue(':projectsort', $_POST['projectsort']);
$stmt->bindValue(':id', intval($_POST['id']));
$stmt->execute();
show_pdo_errors_if_any($pdo);
happy_('Project information successfully updated');
// check if they changed the project number
if ($_POST['projectnumber'] != $projectinfo->projectnumber) {
// check if hte new one is available
$q = $pdo->prepare("SELECT * FROM projects WHERE year='" . $config['FAIRYEAR'] . "' AND projectnumber='" . $_POST['projectnumber'] . "'");
$q->execute();
if ($q->rowCount()) {
error_('Could not change project number. %1 is already in use', array($_POST['projectnumber']));
//check if they changed the project number
if($_POST['projectnumber']!=$projectinfo->projectnumber) {
//check if hte new one is available
$q=mysql_query("SELECT * FROM projects WHERE conferences_id='".$conference['id']."' AND projectnumber='".$_POST['projectnumber']."'");
if(mysql_num_rows($q)) {
error_("Could not change project number. %1 is already in use",array($_POST['projectnumber']));
} else {
$stmt = $pdo->prepare("UPDATE projects SET
projectnumber='" . $_POST['projectnumber'] . "'
WHERE id='" . $_POST['id'] . "'");
$stmt->execute();
happy_('Project number successfully changed to %1', array($_POST['projectnumber']));
mysql_query("UPDATE projects SET
projectnumber='".$_POST['projectnumber']."'
WHERE id='".$_POST['id']."'");
happy_("Project number successfully changed to %1",array($_POST['projectnumber']));
}
}
}
function project_load()
function project_load2()
{
global $registrations_id, $config, $pdo;
global $registrations_id, $config, $conference;
// $projectcategories_id=null;
// now lets find out their MAX grade, so we can pre-set the Age Category
$q = $pdo->prepare("SELECT MAX(grade) AS maxgrade FROM students WHERE registrations_id='" . $registrations_id . "'");
$q->execute();
$gradeinfo = $q->fetch(PDO::FETCH_OBJ);
$projectcategories_id=getProjectCategory($registrations_id);
//now select their project info
$q=mysql_query("SELECT * FROM projects WHERE registrations_id='".$registrations_id."' AND conferences_id='".$conference['id']."'");
//check if it exists, if we didnt find any record, lets insert one
$projectinfo=mysql_fetch_object($q);
// now lets grab all the age categories, so we can choose one based on the max grade
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
// save these in an array, just incase we need them later (FIXME: remove this array if we dont need it)
$agecategories[$r->id]['category'] = $r->category;
$agecategories[$r->id]['mingrade'] = $r->mingrade;
$agecategories[$r->id]['maxgrade'] = $r->maxgrade;
if ($gradeinfo->maxgrade >= $r->mingrade && $gradeinfo->maxgrade <= $r->maxgrade)
$projectcategories_id = $r->id;
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='".$conference['id']."' ORDER BY id");
while($r=mysql_fetch_object($q)) {
//save these in an array, so we can use them below
$agecategories[$r->id]['category']=$r->category;
$agecategories[$r->id]['mingrade']=$r->mingrade;
$agecategories[$r->id]['maxgrade']=$r->maxgrade;
}
// now select their project info
$q = $pdo->prepare("SELECT * FROM projects WHERE registrations_id='" . $registrations_id . "' AND year='" . $config['FAIRYEAR'] . "'");
// check if it exists, if we didnt find any record, lets insert one
$q->execute();
$projectinfo = $q->fetch(PDO::FETCH_OBJ);
if (!$projectinfo) {
$stmt = $pdo->prepare("INSERT INTO projects (registrations_id,projectcategories_id,year) VALUES ('" . $registrations_id . "','$projectcategories_id','" . $config['FAIRYEAR'] . "')");
// and then pull it back out
$stmt->execute();
$q = $pdo->prepare("SELECT * FROM projects WHERE registrations_id='" . $registrations_id . "' AND year='" . $config['FAIRYEAR'] . "'");
$q->execute();
$projectinfo = $q->fetch(PDO::FETCH_OBJ);
//make sure that if they changed their grade on the student page, we update their projectcategories_id accordingly
if($projectcategories_id && $projectinfo->projectcategories_id!=$projectcategories_id) {
echo notice(i18n("Age category changed, updating to %1",array($agecategories[$projectcategories_id]['category'])));
mysql_query("UPDATE projects SET projectcategories_id='$projectcategories_id' WHERE id='$projectinfo->id'");
}
// make sure that if they changed their grade on the student page, we update their projectcategories_id accordingly
if ($projectcategories_id && $projectinfo->projectcategories_id != $projectcategories_id) {
echo notice(i18n('Age category changed, updating to %1', array($agecategories[$projectcategories_id]['category'])));
$stmt = $pdo->prepare("UPDATE projects SET projectcategories_id='$projectcategories_id' WHERE id='$projectinfo->id'");
$stmt->execute();
}
// output the current status
?>
//output the current status
?>
<script language="javascript" type="text/javascript">
function countwords()
{
var wordmax=<?= $config['participant_project_summary_wordmax']; ?>;
var wordmax=<?=$config['participant_project_summary_wordmax'];?>;
var summaryobj=document.getElementById('summary');
var wordcountobj=document.getElementById('wordcount');
var wordcountmessageobj=document.getElementById('wordcountmessage');
@ -264,81 +189,55 @@ function countwords()
</script>
<?
if (!$projectinfo) {
echo error(i18n('Invalid project to edit'));
if(!$projectinfo) {
echo error(i18n("Invalid project to edit"));
exit;
}
?>
?>
<form id="project_form">
<input type="hidden" name="id" value="<?= $projectinfo->id ?>">
<input type="hidden" name="id" value="<?=$projectinfo->id?>">
<table>
<tr> <td><?= i18n('Project Title') ?>: </td>
<td><input type="text" name="title" size="50" value="<?= htmlspecialchars($projectinfo->title, null, 'ISO8859-1') ?>" /><?= REQUIREDFIELD ?>
<tr> <td><?=i18n("Project Title")?>: </td>
<td><input type="text" name="title" size="50" value="<?=htmlspecialchars($projectinfo->title)?>" /><?=REQUIREDFIELD?>
<?
if ($config['participant_project_title_charmax'])
echo i18n('(Max %1 characters)', array($config['participant_project_title_charmax']));
?>
if($config['participant_project_title_charmax'])
echo i18n("(Max %1 characters)",array($config['participant_project_title_charmax']));
?>
</td>
</tr><tr>
<td><?= i18n('Project Number') ?>: </td>
<td><input type="text" name="projectnumber" size="10" value="<?= $projectinfo->projectnumber ?>" />
<input type="button" id="project_regenerate_number" value="<?= i18n('Re-Generate Project Number') ?>" />
<td><?=i18n("Project Number")?>: </td>
<td><input type="text" name="projectnumber" size="10" value="<?=$projectinfo->projectnumber?>" />
<input type="button" id="project_regenerate_number" value="<?=i18n("Re-Generate Project Number")?>" />
</td>
</tr><tr>
<td><?= i18n('Project Sort') ?>: </td>
<td><input type="text" name="projectsort" size="10" value="<?= $projectinfo->projectsort ?>" /></td></tr>
<?
if ($config['project_type'] == 'yes') {
$q = $pdo->prepare('SELECT * FROM projecttypes ORDER BY type');
$q->execute();
echo '<tr><td>' . i18n('Project Type') . ': </td><td>';
echo "<select name=\"projecttype\">\n";
echo '<option value="">' . i18n('Select a project type') . "</option>\n";
// FIXME: need to fix the loading glitch
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->type == $projectinfo->projecttype) {
$sel = 'selected="selected"';
} else {
$sel = '';
}
echo "<option $sel value=\"$r->type\">" . htmlspecialchars(i18n($r->type), null, 'ISO8859-1') . "</option>\n";
}
echo '</select>' . REQUIREDFIELD . '</td></tr>';
}
?>
<tr>
<td><?= i18n('Age Category') ?>: </td>
<td><?= i18n($agecategories[$projectcategories_id]['category']) ?> (<?= i18n('Grades %1-%2', array($agecategories[$projectcategories_id]['mingrade'], $agecategories[$projectcategories_id]['maxgrade'])) ?>)</td>
<td><?=i18n("Project Sort")?>: </td>
<td><input type="text" name="projectsort" size="10" value="<?=$projectinfo->projectsort?>" /></td>
</tr><tr>
<td><?= i18n('Division') ?>: </td>
<td><?=i18n("Age Category")?>: </td>
<td><?=i18n($agecategories[$projectcategories_id]['category'])?> (<?=i18n("Grades %1-%2",array($agecategories[$projectcategories_id]['mingrade'],$agecategories[$projectcategories_id]['maxgrade']))?>)</td>
</tr><tr>
<td><?=i18n("Division")?>: </td>
<td>
<?
// ###### Feature Specific - filtering divisions by category
if ($config['filterdivisionbycategory'] == 'yes') {
$q = $pdo->prepare('SELECT projectdivisions.* FROM projectdivisions,projectcategoriesdivisions_link WHERE projectdivisions.id=projectdivisions_id AND projectcategories_id=' . $projectcategories_id . " AND projectdivisions.year='" . $config['FAIRYEAR'] . "' AND projectcategoriesdivisions_link.year='" . $config['FAIRYEAR'] . "' ORDER BY division");
$q->execute();
show_pdo_errors_if_any($pdo);
// ###
} else {
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY division");
$q->execute();
}
//###### Feature Specific - filtering divisions by category
if($config['filterdivisionbycategory']=="yes"){
$q=mysql_query("SELECT projectdivisions.* FROM projectdivisions,projectcategoriesdivisions_link WHERE projectdivisions.id=projectdivisions_id AND projectcategories_id=".$projectcategories_id." AND projectdivisions.conferences_id='".$conference['id']."' AND projectcategoriesdivisions_link.conferences_id='".$conference['id']."' ORDER BY division");
echo mysql_error();
//###
} else
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='".$conference['id']."' ORDER BY division");
echo '<select name="projectdivisions_id">';
echo '<option value="">' . i18n('Select a division') . "</option>\n";
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($r->id == $projectinfo->projectdivisions_id)
$sel = 'selected="selected"';
else
$sel = '';
echo "<option $sel value=\"$r->id\">" . htmlspecialchars(i18n($r->division), null, 'ISO8859-1') . "</option>\n";
echo "<select name=\"projectdivisions_id\">";
echo "<option value=\"\">".i18n("Select a division")."</option>\n";
while($r=mysql_fetch_object($q)) {
if($r->id == $projectinfo->projectdivisions_id) $sel="selected=\"selected\""; else $sel="";
echo "<option $sel value=\"$r->id\">".htmlspecialchars(i18n($r->division))."</option>\n";
}
echo '</select>' . REQUIREDFIELD;
echo "</select>".REQUIREDFIELD;
if ($config['usedivisionselector'] == 'yes') {
?>
if($config['usedivisionselector']=="yes") {
?>
<script language="javascript" type="text/javascript">
function openDivSelWindow()
@ -351,136 +250,86 @@ function countwords()
<?
}
echo '<br />';
echo i18n('WARNING! If you change the division you must manually change the project number too! It will NOT be assigned a new number automatically');
echo '</td></tr>';
echo "<br />";
echo i18n("WARNING! If you change the division you must manually change the project number too! It will NOT be assigned a new number automatically");
echo "</td></tr>";
echo '<tr><td>' . i18n('Language') . ': </td><td>';
echo "<tr><td>".i18n("Language").": </td><td>";
echo "<select name=\"language\">\n";
if ($projectinfo->language)
$currentlang = $projectinfo->language;
if($projectinfo->language)
$currentlang=$projectinfo->language;
else
$currentlang = $_SESSION['lang'];
$currentlang=$_SESSION['lang'];
foreach ($config['languages'] AS $key => $val) {
if ($currentlang == $key)
$selected = 'selected="selected"';
else
$selected = '';
foreach($config['languages'] AS $key=>$val) {
if($currentlang==$key) $selected="selected=\"selected\""; else $selected="";
echo "<option $selected value=\"$key\">$val</option>";
}
echo '</select>' . REQUIREDFIELD;
echo '</td></tr>';
echo "</select>".REQUIREDFIELD;
echo "</td></tr>";
echo '<tr><td>' . i18n('Requirements') . ': </td><td>';
echo '<table>';
echo "<tr><td>".i18n("Requirements").": </td><td>";
echo "<table>";
if ($config['participant_project_table'] == 'no') {
// if we arent asking them if they want a table or not, then we set it to 'yes' assuming everyone will get a table
echo ' <input type="hidden" name="req_table" value="yes" />';
if($config['participant_project_table']=="no") {
//if we arent asking them if they want a table or not, then we set it to 'yes' assuming everyone will get a table
echo " <input type=\"hidden\" name=\"req_table\" value=\"yes\" />";
} else {
echo '<tr>';
echo ' <td>' . i18n('Table') . REQUIREDFIELD . '</td>';
if ($projectinfo->req_table == 'yes')
$check = 'checked="checked"';
else
$check = '';
echo "<tr>";
echo " <td>".i18n("Table").REQUIREDFIELD."</td>";
if($projectinfo->req_table=="yes") $check="checked=\"checked\""; else $check="";
echo " <td><input $check type=\"radio\" name=\"req_table\" value=\"yes\" />Yes</td>";
echo ' <td width="20">&nbsp;</td>';
if ($projectinfo->req_table == 'no')
$check = 'checked="checked"';
else
$check = '';
echo " <td width=\"20\">&nbsp;</td>";
if($projectinfo->req_table=="no") $check="checked=\"checked\""; else $check="";
echo " <td><input $check type=\"radio\" name=\"req_table\" value=\"no\" />No</td>";
echo '</tr>';
echo "</tr>";
}
if ($config['participant_project_electricity'] == 'no') {
// if we arent asking them if they want electricity or not, then we set it to 'yes' assuming everyone will get electricity
echo ' <input type="hidden" name="req_electricity" value="yes" />';
} else {
echo '<tr>';
echo ' <td>' . i18n('Electricity') . REQUIREDFIELD . '</td>';
if ($projectinfo->req_electricity == 'yes')
$check = 'checked="checked"';
else
$check = '';
echo " <td><input $check type=\"radio\" name=\"req_electricity\" value=\"yes\" />Yes</td>";
echo ' <td width="20">&nbsp;</td>';
if ($projectinfo->req_electricity == 'no')
$check = 'checked="checked"';
else
$check = '';
echo " <td><input $check type=\"radio\" name=\"req_electricity\" value=\"no\" />No</td>";
echo '</tr>';
}
echo '<tr>';
echo ' <td>' . i18n('Special') . '</td>';
echo " <td colspan=\"3\"><input type=\"text\" name=\"req_special\" value=\"$projectinfo->req_special\" /></td>";
echo '</tr>';
echo '</table>';
if ($config['ethics_questions'] == 'yes')
// If we have set ethics questions to yes then ask the ethics questions!
if($config['participant_project_electricity']=="no")
{
echo '<tr><td>' . i18n('Ethics Questions') . ':</td><td>';
echo '<table>';
echo '<tr>';
echo ' <td>' . i18n('My project involves human participants') . REQUIREDFIELD . '</td>';
if ($projectinfo->human_participants == 'yes')
$check = 'checked="checked"';
else
$check = '';
echo " <td><input $check type=\"radio\" name=\"human_participants\" value=\"yes\" />Yes</td>";
echo ' <td width="20">&nbsp;</td>';
if ($projectinfo->human_participants == 'no')
$check = 'checked="checked"';
else
$check = '';
echo " <td><input $check type=\"radio\" name=\"human_participants\" value=\"no\" />No</td>";
echo '</tr>';
echo '<tr>';
echo ' <td>' . i18n('My project involves animals') . REQUIREDFIELD . '</td>';
if ($projectinfo->animal_participants == 'yes')
$check = 'checked="checked"';
else
$check = '';
echo " <td><input $check type=\"radio\" name=\"animal_participants\" value=\"yes\" />Yes</td>";
echo ' <td width="20">&nbsp;</td>';
if ($projectinfo->animal_participants == 'no')
$check = 'checked="checked"';
else
$check = '';
echo " <td><input $check type=\"radio\" name=\"animal_participants\" value=\"no\" />No</td>";
echo '</tr>';
echo '</table>';
//if we arent asking them if they want electricity or not, then we set it to 'yes' assuming everyone will get electricity
echo " <input type=\"hidden\" name=\"req_electricity\" value=\"yes\" />";
}
echo '</td></tr>';
echo '<tr><td>' . i18n('Summary') . ': </td><td><textarea onchange=\'countwords()\' onkeypress=\'countwords()\' cols="60" rows="12" id="summary" name="summary">' . htmlspecialchars($projectinfo->summary, ENT_NOQUOTES, 'ISO8859-1') . '</textarea>' . REQUIREDFIELD . '<br />';
$summarywords = preg_split('/[\s,]+/', $projectinfo->summary);
$summarywordcount = count($summarywords);
if ($summarywordcount > $config['participant_project_summary_wordmax'])
echo '<div id="wordcountmessage" class="incomplete">';
else
echo '<div id="wordcountmessage" class="complete">';
{
echo "<tr>";
echo " <td>".i18n("Electricity").REQUIREDFIELD."</td>";
if($projectinfo->req_electricity=="yes") $check="checked=\"checked\""; else $check="";
echo " <td><input $check type=\"radio\" name=\"req_electricity\" value=\"yes\" />Yes</td>";
echo " <td width=\"20\">&nbsp;</td>";
if($projectinfo->req_electricity=="no") $check="checked=\"checked\""; else $check="";
echo " <td><input $check type=\"radio\" name=\"req_electricity\" value=\"no\" />No</td>";
echo "</tr>";
}
echo "<tr>";
echo " <td>".i18n("Special")."</td>";
echo " <td colspan=\"3\"><input type=\"text\" name=\"req_special\" value=\"$projectinfo->req_special\" /></td>";
echo "</tr>";
echo "</table>";
echo "</td></tr>";
echo "<tr><td>".i18n("Summary").": </td><td><textarea onchange='countwords()' onkeypress='countwords()' cols=\"60\" rows=\"12\" id=\"summary\" name=\"summary\">".htmlspecialchars($projectinfo->summary)."</textarea>".REQUIREDFIELD."<br />";
$summarywords=preg_split("/[\s,]+/",$projectinfo->summary);
$summarywordcount=count($summarywords);
if($summarywordcount>$config['participant_project_summary_wordmax'])
echo "<div id=\"wordcountmessage\" class=\"incomplete\">";
else
echo "<div id=\"wordcountmessage\" class=\"complete\">";
echo "<span id=\"wordcount\">$summarywordcount</span>/";
echo i18n('%1 words maximum', array($config['participant_project_summary_wordmax']));
echo '</div>';
echo i18n("%1 words maximum",array($config['participant_project_summary_wordmax']));
echo "</div>";
echo '<tr><td>' . i18n('Feedback') . ': </td><td><textarea cols="60" rows="4" id="feedback" name="feedback">' . htmlspecialchars($projectinfo->feedback, null, 'ISO8859-1') . '</textarea><br />';
?>
?>
</td></tr>
</table>
<input type="button" id="project_save" value="<?= i18n('Save Project Information') ?>" />
<input type="button" id="project_save" value="<?=i18n("Save Project Information")?>" />
</form>
<?
}

View File

@ -1,55 +1,56 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2007 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2007 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require ('../tableeditor.class.php');
require_once ('../user.inc.php');
require("../common.inc.php");
require("../tableeditor.class.php");
require_once("../user.inc.php");
user_auth_required('committee', 'admin');
send_header('Registration Fee Items Manager',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'registration_fee_items_management');
user_auth_required('admin');
send_header("Registration Fee Items Manager",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"registration_fee_items_management"
);
$editor = new TableEditor('regfee_items',
array(
'name' => 'Name (for regfee line)',
'description' => 'Description',
'cost' => 'Cost',
'per' => 'Cost Per',
), null,
array('year' => $config['FAIRYEAR']));
$editor=new TableEditor("regfee_items",
array( 'name' => 'Name (for regfee line)',
'description' => 'Description',
'cost' => 'Cost',
'per' => 'Cost Per',
), null,
array('conference' => $conference['name'])
);
$editor->setPrimaryKey('id');
$editor->setDefaultSortField('description');
$editor->setRecordType('Registration Fee Item');
$editor->setFieldOptions('per', array(array('key' => 'student', 'val' => 'Student'),
array('key' => 'project', 'val' => 'Project')));
$editor->setFieldInputType('per', 'select');
$editor->filterList('year', $config['FAIRYEAR']);
$editor->setPrimaryKey("id");
$editor->setDefaultSortField("description");
$editor->setRecordType("Registration Fee Item");
$editor->setFieldOptions("per", array( array('key' => 'student', 'val' => "Student"),
array('key' => 'project', 'val' => "Project")
) );
$editor->setFieldInputType("per", 'select');
$editor->filterList('conference',$conference['name']);
$editor->execute();
$editor->execute();
send_footer();
send_footer();
?>

View File

@ -1,41 +1,42 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
include '../config/signaturepage_or_permissionform.php';
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
send_header('Participant Registration',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'participant_registration');
echo '<br />';
echo '<a href="registration_receivedforms.php">' . i18n("Input Received $plural_participationform") . '</a> <br />';
echo '<a href="registration_list.php">' . i18n('Registration List and Student/Project Editor') . '</a> <br />';
echo '<a href="registration_stats.php">' . i18n('Registration Statistics') . '</a> <br />';
echo '<a href="registration_webconsent.php">' . i18n('Website Consent') . '</a> <br />';
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
send_header("Participant Registration",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"participant_registration"
);
echo "<br />";
echo "<a href=\"registration_receivedforms.php\">".i18n("Input Received Signature Forms")."</a> <br />";
echo "<a href=\"registration_list.php\">".i18n("Registration List and Student/Project Editor")."</a> <br />";
echo "<a href=\"registration_stats.php\">".i18n("Registration Statistics")."</a> <br />";
echo "<a href=\"registration_webconsent.php\">".i18n("Website Consent")."</a> <br />";
send_footer();
send_footer();
?>

View File

@ -1,122 +1,93 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* 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 <info@scitechontario.org>
* Copyright (C) 2005-2006 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005-2006 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005-2006 James Grant <james@lightbox.org>
// This file was modified Jan of 2014 by Richard Sin
// Flagging has been added to monitor projects with concern.
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
$auth_type = user_auth_required(array('fair', 'committee'), 'admin');
$auth_type = user_auth_required(array(), array('fair', 'admin'));
// require_once('../register_participants.inc.php');
//require_once('../register_participants.inc.php');
if (get_value_from_array($_GET, 'year'))
$year = $_GET['year'];
else
$year = $config['FAIRYEAR'];
if($_GET['conference_id']) $conference_id=intval($_GET['conference_id']);
else $conference_id=$conference['id'];
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='$year' ORDER BY id");
$q->execute();
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='{$conference['id']}' ORDER BY id");
while($r=mysql_fetch_object($q))
$cats[$r->id]=$r->category;
while ($r = $q->fetch(PDO::FETCH_OBJ))
$cats[$r->id] = $r->category;
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='{$conference['id']}' ORDER BY id");
while($r=mysql_fetch_object($q))
$divs[$r->id]=$r->division;
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='$year' ORDER BY id");
$q->execute();
$action=$_GET['action'];
switch($action) {
case 'load_row':
$id = intval($_GET['id']);
$q = list_query($conference_id, '', $id);
$r = mysql_fetch_object($q);
print_row($r);
exit;
while ($r = $q->fetch(PDO::FETCH_OBJ))
$divs[$r->id] = $r->division;
$action = get_value_from_array($_GET, 'action');
switch ($action) {
case 'load_row':
$id = intval($_GET['id']);
$q = list_query($year, '', $id);
$r = $q->fetch(PDO::FETCH_OBJ);
print_row($r);
exit;
case 'delete':
$regid = intval($_GET['id']);
$q = $pdo->prepare("SELECT * FROM projects WHERE registrations_id='$regid'");
$q->execute();
if ($q->rowCount()) {
$p = $q->fetch(PDO::FETCH_ASSOC);
$stmt = $pdo->prepare("DELETE FROM winners WHERE projects_id='{$p['id']}'");
$stmt->execute();
}
$stmt = $pdo->prepare("DELETE FROM registrations WHERE id='$regid' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM students WHERE registrations_id='$regid' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM projects WHERE registrations_id='$regid' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM safety WHERE registrations_id='$regid' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM questions_answers WHERE registrations_id='$regid' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM mentors WHERE registrations_id='$regid' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM emergencycontact WHERE registrations_id='$regid' AND year='" . $config['FAIRYEAR'] . "'");
$stmt->execute();
happy_('Registration and all related data successfully deleted');
exit;
case 'delete':
$regid = intval($_GET['id']);
$q = mysql_query("SELECT * FROM projects WHERE registrations_id='$regid'");
if(mysql_num_rows($q)) {
$p = mysql_fetch_assoc($q);
mysql_query("DELETE FROM winners WHERE projects_id='{$p['id']}'");
}
mysql_query("DELETE FROM registrations WHERE id='$regid' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM users WHERE registrations_id='$regid' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM projects WHERE registrations_id='$regid' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM safety WHERE registrations_id='$regid' AND conferences_id='".$conference['id']."'");
// mysql_query("DELETE FROM questions_answers WHERE registrations_id='$regid' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM mentors WHERE registrations_id='$regid' AND conferences_id='".$conference['id']."'");
mysql_query("DELETE FROM emergencycontact WHERE registrations_id='$regid' AND conferences_id='".$conference['id']."'");
happy_("Registration and all related data successfully deleted");
exit;
}
if ($auth_type == 'committee') {
send_header('Registration Management',
array('Committee Main' => 'committee_main.php',
if($auth_type == 'committee') {
send_header("Registration Management",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php'));
'Participant Registration' => 'admin/registration.php')
);
} else {
send_header('Student/Project Management',
array('Fair Main' => 'fair_main.php'));
send_header("Student/Project Management",
array('Fair Main' => 'fair_main.php') );
}
?>
?>
<div id="student_editor" title="Student/Project Editor" style="display: none">
<div id="editor_tabs" >
<ul>
<li><a href="#editor_tab_reg"><span><?= i18n('Registration') ?></span></a></li>
<li><a href="#editor_tab_students"><span><?= i18n('Students') ?></span></a></li>
<li><a href="#editor_tab_project"><span><?= i18n('Project') ?></span></a></li>
<li><a href="#editor_tab_reg"><span><?=i18n('Registration')?></span></a></li>
<li><a href="#editor_tab_students"><span><?=i18n('Students')?></span></a></li>
<li><a href="#editor_tab_project"><span><?=i18n('Project')?></span></a></li>
</ul>
<div id="editor_tab_reg">Loading...
</div>
<div id="editor_tab_reg">Loading...</div>
<div id="editor_tab_students">Loading...</div>
<div id="editor_tab_project">Loading...</div>
</div>
@ -134,7 +105,6 @@ function popup_editor(id, open_tab)
var h = (document.documentElement.clientHeight * 0.9);
registrations_id = id;
registrations_new = 0;
if(id == -1) {
@ -145,24 +115,23 @@ function popup_editor(id, open_tab)
/* Force no tabs to be selected, need to set collapsible
* to true first */
$('#editor_tabs').tabs('option', 'collapsible', true);
$('#editor_tabs').tabs('option', 'active', -1);
$('#editor_tabs').tabs('option', 'selected', -1);
/* Then we'll select a tab to force a reload */
switch(open_tab) {
case 'reg':
/* If we open on the reg tab, disable the others until a save */
$('#editor_tabs').tabs('option', 'disabled', [1,2]);
$('#editor_tabs').tabs('option', 'active', 0);
$('#editor_tabs').tabs('select', 0);
break;
case 'project':
$('#editor_tabs').tabs('option', 'disabled', []);
$('#editor_tabs').tabs('option', 'active', 2);
$('#editor_tabs').tabs('select', 2);
break;
default:
$('#editor_tabs').tabs('option', 'disabled', []);
$('#editor_tabs').tabs('option', 'active', 1);
$('#editor_tabs').tabs('select', 1);
break;
}
/* Don't let anything collapse */
@ -199,7 +168,7 @@ function update_students(numstudents)
$(".students_remove_button").click(function() {
var id = registrations_id;
var sid = $("#"+this.id +"_students_id").val();
var conf = confirmClick('<?= i18n('Are you sure you want to remove this student from the project?') ?>');
var conf = confirmClick('<?=i18n("Are you sure you want to remove this student from the project?")?>');
if(conf == false) return false;
@ -245,10 +214,10 @@ function update_project()
function delete_registration(id)
{
registrations_id=id;
var conf = confirmClick('<?= i18n('Are you sure you want to completely delete this registration?') ?>');
var conf = confirmClick('<?=i18n("Are you sure you want to completely delete this registration?")?>');
if(conf == false) return false;
$("#debug").load("<?= $_SERVER['PHP_SELF'] ?>?action=delete&id="+id,{},
$("#debug").load("<?=$_SERVER['PHP_SELF']?>?action=delete&id="+id,{},
function(responseText, textStatus, XMLHttpRequest) {
var id = registrations_id;
$("#row_"+id).remove();
@ -288,13 +257,13 @@ $(document).ready(function() {
modal: true, resizable: false,
draggable: false,
buttons: {
/* "<?= i18n('Cancel') ?>": function() {
/* "<?=i18n('Cancel')?>": function() {
$(this).dialog("close");
},
"<?= i18n('Save') ?>": function() {
"<?=i18n('Save')?>": function() {
save_report();
$(this).dialog("close"); */
"<?= i18n('Close') ?>": function() {
"<?=i18n('Close')?>": function() {
// save_report();
$(this).dialog("close");
}
@ -306,30 +275,14 @@ $(document).ready(function() {
/* Create a row before loading it */
$("#registration_list").append("<tr id=\"row_"+id+"\"></tr>");
}
$("#" + $.escapeSelector("row_" + id)).load("<? $_SERVER['PHP_SELF'] ?>?action=load_row&id="+id);
$("#" + $.escapeSelector("row_" + id)).effect('highlight',{},500);
$("#row_"+id).load("<?$_SERVER['PHP_SELF']?>?action=load_row&id="+id);
$("#row_"+id).effect('highlight',{},500);
}
});
$("#editor_tabs").tabs({
create: function(event, ui) {
update_students();
update_project();
update_reg();
},
activate: function( event, ui ) {
update_students();
update_project();
update_reg();
},
selected: -1
});
/*$("#editor_tabs").tabs({
show: function(event, ui) {
console.log('hi');
switch(ui.panel.id) {
case 'editor_tab_students':
update_students();
@ -345,175 +298,142 @@ $(document).ready(function() {
}
},
selected: -1
});*/
});
$("#newproject").on("click", (function() {
/*
$("#newproject").click(function() {
popup_editor(-1);
}
));
);
*/
});
</script>
<br />
<table width="100%">
<table style="width: 500px;">
<tr><td>
<?= i18n('Choose Status') ?>:
<form name="statuschangerform" method="get" action="registration_list.php">
<?=i18n("Choose Status")?>:
<select name="showstatus" onchange="document.forms.statuschangerform.submit()">
<?
// if there is no reg fee, then we dont need to show this status, because nobody will ever be in this status
$status_str = array('' => 'Any Status', 'complete' => 'Complete',
'paymentpending' => ($config['regfee'] > 0) ? 'Payment Pending' : '',
'completeorpaymentpending' => ($config['regfee'] > 0) ? 'Complete or Payment Pending' : '',
'open' => 'Open', 'new' => 'New');
//if there is no reg fee, then we dont need to show this status, because nobody will ever be in this status
$status_str = array('' => 'Any Status', 'complete' => 'Complete',
'paymentpending' => ($config['regfee']>0) ? 'Payment Pending' : '',
'completeorpaymentpending' => ($config['regfee']>0) ? 'Complete or Payment Pending' : '',
'open' => 'Open', 'new' => 'New');
$showstatus = $_GET['showstatus'];
$showstatus = $_GET['showstatus'];
foreach ($status_str as $s => $str) {
if ($str == '')
continue;
$sel = ($showstatus == $s) ? 'selected="selected"' : '';
echo "<option $sel value=\"$s\">" . i18n($str) . "</option>\n";
}
foreach($status_str as $s=>$str) {
if($str == '') continue;
$sel = ($showstatus == $s) ? "selected=\"selected\"" : '';
echo "<option $sel value=\"$s\">".i18n($str)."</option>\n";
}
?>
</select></form></td>
<td align="right"><button id="newproject"><?= i18n('Create New Project') ?></button></td>
<?
// echo <td align=\"right\"><button id=\"newproject\">".i18n("Create New Project")."</button></td>\n";
?>
</tr></table>
<?
if ($showstatus) {
switch ($showstatus) {
case 'complete':
$wherestatus = "AND status='complete' ";
break;
case 'paymentpending':
$wherestatus = "AND status='paymentpending' ";
break;
case 'completeorpaymentpending':
$wherestatus = "AND (status='complete' OR status='paymentpending') ";
break;
case 'open':
$wherestatus = "AND status='open' ";
break;
case 'new':
$wherestatus = "AND status='new' ";
break;
default:
$wherestatus = '';
if($showstatus) {
switch($showstatus) {
case "complete": $wherestatus="AND status='complete' "; break;
case "paymentpending": $wherestatus="AND status='paymentpending' "; break;
case "completeorpaymentpending": $wherestatus="AND (status='complete' OR status='paymentpending') "; break;
case "open": $wherestatus="AND status='open' "; break;
case "new": $wherestatus="AND status='new' "; break;
default: $wherestatus="";
}
} else
$wherestatus = '';
}
else $wherestatus="";
$q = list_query($year, $wherestatus, false);
$q = list_query($conference_id, $wherestatus, false);
echo "<table id=\"registration_list\" class=\"tableview\">";
echo "<thead><tr>";
if($showstatus) $stat="&showstatus=".$showstatus;
echo "<th>".i18n("Status")."</th>";
echo "<th>".i18n("Reg Num")."</th>";
echo "<th>".i18n("Proj Num")."</th>";
echo "<th>".i18n("Project Title")."</th>";
echo "<th>".i18n("Age Category")."</th>";
echo "<th>".i18n("Division")."</th>";
echo "<th>".i18n("Participant Details")."</th>";
echo "<th>".i18n("Action")."</th>";
echo "</tr></thead>";
echo "<tbody>";
echo '<table id="registration_list" class="tableview">';
echo "<thead><tr style='background: black';>";
if ($showstatus)
$stat = '&showstatus=' . $showstatus;
echo '<th>' . i18n('Status') . '</th>';
echo '<th>' . i18n('Email Address') . '</th>';
echo '<th>' . i18n('Reg Num') . '</th>';
echo '<th>' . i18n('Proj Num') . '</th>';
echo '<th>' . i18n('Project Title') . '</th>';
echo '<th>' . i18n('Age Category') . '</th>';
echo '<th>' . i18n('Division') . '</th>';
echo '<th>' . i18n('School(s)') . '</th>';
echo '<th>' . i18n('Student(s)') . '</th>';
echo '<th>' . i18n('Flagged') . '</th>';
echo '<th>' . i18n('Action') . '</th>';
echo '</tr></thead>';
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
while($r=mysql_fetch_object($q)) {
echo "<tr id=\"row_{$r->reg_id}\">";
print_row($r);
echo '</tr>';
echo "</tr>";
}
echo '</table>';
echo "</tbody>";
echo "</table>";
echo '<br/><br/>The statistics have moved here: <a href="registration_stats.php">Registration Statistics</a><br/><br/>';
echo "<br/><br/>The statistics have moved here: <a href=\"registration_stats.php\">Registration Statistics</a><br/><br/>";
send_footer();
/* Now some helper functions we call more than once */
function list_query($year, $wherestatus, $reg_id)
/* Now some helper fucntions we call more than once */
function list_query($conference_id, $wherestatus, $reg_id)
{
global $auth_type, $pdo;
global $auth_type;
$reg = '';
if ($reg_id != false)
if($reg_id != false)
$reg = "AND registrations.id='$reg_id'";
$fair = '';
if ($auth_type == 'fair') {
if($auth_type == 'fair') {
$fair = "AND projects.fairs_id='{$_SESSION['fairs_id']}'";
}
$q = $pdo->prepare("SELECT registrations.id AS reg_id,
$q=mysql_query("SELECT registrations.id AS reg_id,
registrations.num AS reg_num,
registrations.status,
registrations.email,
projects.title,
projects.projectnumber,
projects.projectcategories_id,
projects.projectdivisions_id,
projects.feedback,
projects.flagged
projects.projectdivisions_id
FROM
registrations
left outer join projects on projects.registrations_id=registrations.id
WHERE
1
AND registrations.year='$year'
AND registrations.conferences_id='$conference_id'
$wherestatus
$reg $fair
ORDER BY
registrations.status DESC, projects.title
");
$q->execute();
// FIXME
show_pdo_errors_if_any($pdo);
echo mysql_error();
return $q;
}
function print_row($r)
{
global $cats, $divs, $config, $year, $pdo;
$status_text = null;
switch (get_value_property_or_default($r, 'status')) {
case 'new':
$status_text = 'New';
break;
case 'open':
$status_text = 'Open';
break;
case 'paymentpending':
$status_text = 'Payment Pending';
break;
case 'complete':
$status_text = 'Complete';
break;
global $cats, $divs, $config, $conference_id, $conference;
switch($r->status) {
case "new": $status_text="New"; break;
case "open": $status_text="Open"; break;
case "paymentpending": $status_text="Payment Pending"; break;
case "complete": $status_text="Complete"; break;
}
$status_text = i18n($status_text);
$status_text=i18n($status_text);
$scl = 'style="cursor:pointer;" onclick="popup_editor(\'' . get_value_property_or_default($r, 'reg_id') . "','');\"";
$pcl = 'style="cursor:pointer;" onclick="popup_editor(\'' . get_value_property_or_default($r, 'reg_id') . "','project');\"";
$scl = "style=\"cursor:pointer;\" onclick=\"popup_editor('{$r->reg_id}','');\"";
$pcl = "style=\"cursor:pointer;\" onclick=\"popup_editor('{$r->reg_id}','project');\"";
echo "<td $scl>{$status_text}</td>";
// echo "<td $scl>" . get_value_property_or_default($r, 'email') . '</td>';
// echo "<td $scl>" . get_value_property_or_default($r, 'reg_num') . '</td>';
// $pn = str_replace(' ', '&nbsp;', get_value_property_or_default($r, 'projectnumber', ''));
// echo "<td $scl>$pn</td>";
// echo "<td $pcl>" . get_value_property_or_default($r, 'title') . '</td>';
// echo "<td $scl>" . i18n(get_value_from_array($cats, get_value_property_or_default($r, 'projectcategories_id'), '')) . '</td>';
// echo "<td $scl>" . i18n(get_value_from_array($divs, get_value_property_or_default($r, 'projectdivisions_id', ''))) . '</td>';
echo "<td $scl>{$r->email}</td>";
// echo "<td $scl>{$r->email}</td>";
echo "<td $scl>{$r->reg_num}</td>";
$pn = str_replace(' ', '&nbsp;', $r->projectnumber);
echo "<td $scl>$pn</td>";
@ -522,59 +442,70 @@ function print_row($r)
echo "<td $scl>".i18n($cats[$r->projectcategories_id])."</td>";
echo "<td $scl>".i18n($divs[$r->projectdivisions_id])."</td>";
echo "<td>";
$sq = $pdo->prepare("SELECT students.firstname,
students.lastname,
students.id,
$sq=mysql_query("SELECT users.firstname,
users.lastname,
users.id,
schools.school,
schools.board,
schools.id AS schools_id
schools.id AS schools_id,
accounts.username,
accounts.email,
accounts.pendingemail
FROM
students,schools
users
JOIN accounts ON users.accounts_id=accounts.id
LEFT JOIN schools ON users.schools_id=schools.id
WHERE
students.registrations_id='$r->reg_id'
AND
students.schools_id=schools.id
users.registrations_id='$r->reg_id'
");
$sq->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
$studnum = 1;
$schools = '';
$students = '';
while ($studentinfo = $sq->fetch(PDO::FETCH_OBJ)) {
$students .= "$studentinfo->firstname $studentinfo->lastname<br />";
$schools .= "$studentinfo->school <br />";
$studnum=1;
$schools="";
$students="";
$scl = "style=\"cursor:pointer;\" onclick=\"popup_editor('{$r->reg_id}','');\"";
//if theres more than 1, we should show some headings between the tables
if(mysql_num_rows($sq)>1) $showheadings=true;
while($studentinfo=mysql_fetch_object($sq)) {
if($studentinfo->email) $e=$studentinfo->email;
else if($studentinfo->pendingemail) $e=$studentinfo->pendingemail;
else $e="";
if($showheadings)
echo "<b>Participant #$studnum</b><br />";
echo "<table style=\"cursor:pointer; border-collapse: collapse;\" onclick=\"popup_editor('{$r->reg_id}','');\">";
echo "<tr><th>Name</th><td>$studentinfo->firstname $studentinfo->lastname</td></tr>\n";
echo "<tr><th>Username</th><td>$studentinfo->username</td></tr>\n";
if($e && $studentinfo->username!=$e) {
echo "<tr><th>Email</th><td>$e</td></tr>\n";
}
echo "<tr><th>School</th><td>$studentinfo->school</td></tr>\n";
echo "</table>\n";
$studnum++;
}
echo "</td>";
echo "<td $scl>$schools</td>";
echo "<td $scl>$students</td>";
echo '<td align="center" >';
if ($r->flagged == false) {
echo '<a title="' . i18n('Not flagged') . "\" href=\"#\" onClick=\"popup_editor('$r->reg_id','project');\" >";
echo '<img src="' . $config['SFIABDIRECTORY'] . '/images/16/ok.' . $config['icon_extension'] . '" border=0>';
echo '</a>';
} else {
echo '<a title="' . i18n('Flagged') . "\" href=\"#\" onClick=\"popup_editor('$r->reg_id','project');\" >";
echo '<img src="' . $config['SFIABDIRECTORY'] . '/images/16/flagged.' . $config['icon_extension'] . '" border=0>';
echo '</a>';
}
echo '<td align="center" >';
if ($year == $config['FAIRYEAR']) {
echo '<a title="' . i18n('Delete this registration') . "\" href=\"#\" onClick=\"delete_registration({$r->reg_id});return false\" >";
echo '<img src="' . $config['SFIABDIRECTORY'] . '/images/16/button_cancel.' . $config['icon_extension'] . '" border=0>';
echo '</a>';
echo '<form target="_blank" method="post" action="../register_participants.php">';
echo '<input type="hidden" name="action" value="continue">';
echo "<td align=\"center\" >";
if($conference_id==$conference['id']) {
echo "<a title=\"".i18n("Delete this registration")."\" href=\"#\" onClick=\"delete_registration({$r->reg_id});return false\" >";
echo "<img src=\"".$config['SFIABDIRECTORY']."/images/16/button_cancel.".$config['icon_extension']."\" border=0>";
echo "</a>";
/*
echo "<form target=\"_blank\" method=\"post\" action=\"../register_participants.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"continue\">";
echo "<input type=\"hidden\" name=\"email\" value=\"$r->email\">";
echo "<input type=\"hidden\" name=\"regnum\" value=\"$r->reg_num\">";
echo '<input type="submit" value="' . i18n('Login') . '">';
echo '</form>';
echo "<input type=\"submit\" value=\"".i18n("Login")."\">";
echo "</form>";
*/
}
echo '</td>';
echo "</td>";
}
?>

View File

@ -1,431 +1,302 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
// This file was modified March of 2015 by Sebastian Ruan
// Receive all button was added
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.
*/
?>
<?
require ('../common.inc.php');
include '../config/signaturepage_or_permissionform.php';
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('../register_participants.inc.php');
require_once("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require_once("../register_participants.inc.php");
send_header("Input Received $plural_participationform",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php'));
echo '<br />';
send_header("Input Received Signature Forms",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php')
);
echo "<br />";
$showformatbottom = true;
if (get_value_from_array($_POST, 'action') == 'received' && get_value_from_array($_POST, 'registration_number')) {
$q = $pdo->prepare("SELECT * FROM registrations WHERE num='" . $_POST['registration_number'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$q->execute();
if ($q->rowCount() == 1) {
$r = $q->fetch(PDO::FETCH_OBJ);
$reg_id = $r->id;
$reg_num = $r->num;
$reg_status = $r->status;
$showformatbottom=true;
if($_POST['action']=="received" && $_POST['registration_number'])
{
$q=mysql_query("SELECT * FROM registrations WHERE num='".$_POST['registration_number']."' AND conferences_id='".$conference['id']."'");
if(mysql_num_rows($q)==1)
{
$r=mysql_fetch_object($q);
$reg_id=$r->id;
$reg_num=$r->num;
$reg_status=$r->status;
if ($r->status == 'new') {
echo error(i18n('Invalid Registration Status (%1 is New). Cannot receive an empty form.', array($_POST['registration_number'])));
} else {
// make sure all of the statuses are correct
$statusstudent = studentStatus($reg_id);
$statusemergencycontact = emergencycontactStatus($reg_id);
$statusproject = projectStatus($reg_id);
if ($config['participant_mentor'] == 'yes')
$statusmentor = mentorStatus($reg_id);
if($r->status=='new') {
echo error(i18n("Invalid Registration Status (%1 is New). Cannot receive an empty form.",array($_POST['registration_number'])));
}
else
{
//make sure all of the statuses are correct
$statusstudent=studentsStatus($reg_id);
$statusemergencycontact=emergencycontactStatus($reg_id);
$statusproject=projectStatus($reg_id);
if($config['participant_mentor']=="yes")
$statusmentor=mentorStatus($reg_id);
else
$statusmentor = 'complete';
$statussafety = safetyStatus($reg_id);
$statusnamecheck = namecheckStatus($reg_id);
$statusmentor="complete";
$statussafety=safetyStatus($reg_id);
$statusnamecheck=namecheckStatus($reg_id);
if (
$statusstudent == 'complete' &&
$statusemergencycontact == 'complete' &&
$statusproject == 'complete' &&
$statusmentor == 'complete' &&
$statussafety == 'complete' &&
$statusnamecheck == 'complete'
if(
$statusstudent == "complete" &&
$statusemergencycontact == "complete" &&
$statusproject == "complete" &&
$statusmentor == "complete" &&
$statussafety == "complete" &&
$statusnamecheck == "complete"
) {
$q = $pdo->prepare("SELECT projects.title,
$q=mysql_query("SELECT projects.title,
projectcategories.category,
projectdivisions.division
FROM
projects,projectcategories,projectdivisions
WHERE
projects.registrations_id='$reg_id'
AND
projects.projectcategories_id=projectcategories.id
AND
projects.projectdivisions_id=projectdivisions.id
AND
projectcategories.year=projects.year
AND
projectdivisions.year=projects.year
AND projects.projectcategories_id=projectcategories.id
AND projects.projectdivisions_id=projectdivisions.id
AND projectcategories.conferences_id=projects.conferences_id
AND projectdivisions.conferences_id=projects.conferences_id
");
$q->execute();
show_pdo_errors_if_any($pdo);
$projectinfo = $q->fetch(PDO::FETCH_OBJ);
echo '<table class="summarytable">';
echo '<tr><th colspan="2">' . i18n('Registration Summary for %1', array($reg_num)) . '</th></tr>';
switch ($reg_status) {
case 'paymentpending':
$status_text = 'Payment Pending';
break;
case 'complete':
$status_text = 'Complete';
break;
case 'open':
$status_text = 'Open';
break;
echo mysql_Error();
$projectinfo=mysql_fetch_object($q);
echo "<table class=\"summarytable\">";
echo "<tr><th colspan=\"2\">".i18n("Registration Summary for %1",array($reg_num))."</th></tr>";
switch($reg_status)
{
case "paymentpending": $status_text="Payment Pending"; break;
case "complete": $status_text="Complete"; break;
case "open": $status_text="Open"; break;
}
echo '<tr><td><b>' . i18n('Registration Status') . "</b></td><td>$status_text</td></tr>";
echo "<tr><td><b>".i18n("Registration Status")."</b></td><td>$status_text</td></tr>";
echo '<tr><td><b>' . i18n('Registration Number') . "</b></td><td>$reg_num</td></tr>";
echo '<tr><td><b>' . i18n('Project Title') . "</b></td><td>$projectinfo->title</td></tr>";
echo '<tr><td><b>' . i18n('Category / Division') . "</b></td><td>$projectinfo->category / $projectinfo->division</td></tr>";
echo "<tr><td><b>".i18n("Registration Number")."</b></td><td>$reg_num</td></tr>";
echo "<tr><td><b>".i18n("Project Title")."</b></td><td>$projectinfo->title</td></tr>";
echo "<tr><td><b>".i18n("Category / Division")."</b></td><td>$projectinfo->category / $projectinfo->division</td></tr>";
$q = $pdo->prepare("SELECT students.firstname,
students.lastname,
$q=mysql_query("SELECT users.firstname,
users.lastname,
schools.school
FROM
students,schools
users,schools
WHERE
students.registrations_id='$reg_id'
users.registrations_id='$reg_id'
AND
students.schools_id=schools.id
users.schools_id=schools.id
");
$q->execute();
$studnum = 1;
while ($studentinfo = $q->fetch(PDO::FETCH_OBJ)) {
echo '<tr><td><b>' . i18n('School %1', array($studnum)) . "</b></td><td>$studentinfo->school </td></tr>";
$studnum=1;
while($studentinfo=mysql_fetch_object($q))
{
echo "<tr><td><b>".i18n("School %1",array($studnum))."</b></td><td>$studentinfo->school </td></tr>";
echo '<tr><td><b>' . i18n('Student %1', array($studnum)) . "</b></td><td>$studentinfo->firstname $studentinfo->lastname </td></tr>";
echo "<tr><td><b>".i18n("Student %1",array($studnum))."</b></td><td>$studentinfo->firstname $studentinfo->lastname </td></tr>";
$studnum++;
}
list($regfee, $regfeedata) = computeRegistrationFee($reg_id);
echo '<tr><td><b>' . i18n('Registration Fee') . '</b></td><td>' . sprintf('$%.02f', $regfee) . '</td></tr>';
list($regfee,$regfeedata) = computeRegistrationFee($reg_id);
echo "<tr><td><b>".i18n("Registration Fee")."</b></td><td>".sprintf("$%.02f", $regfee)."</td></tr>";
echo "</table>\n";
echo '<br />';
echo "<br />";
if ($r->status != 'complete') {
echo '<table style="margin-left: 30px;">';
echo '<tr><td colspan="3">';
echo i18n('Is this the correct form to register?');
echo '</td></tr>';
echo '<tr>';
echo '<td>';
if($r->status!='complete') {
echo "<table style=\"margin-left: 30px;\">";
echo "<tr><td colspan=\"3\">";
echo i18n("Is this the correct form to register?");
echo "</td></tr>";
echo "<tr>";
echo "<td>";
echo '<form method="post" action="registration_receivedforms.php">';
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
echo '<input type="hidden" name="action" value="receivedno" />';
echo '<input type=submit value="' . i18n('No, this is the wrong form') . '" style="width: 400px; height: 40px; margin: 10px;"/>';
echo '</form>';
echo "<input type=\"hidden\" name=\"action\" value=\"receivedno\" />";
echo "<input type=submit value=\"".i18n("No, this is the wrong form")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
echo "</form>";
if ($config['regfee'] > 0) {
echo '<form method="post" action="registration_receivedforms.php">';
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
echo '<input type="hidden" name="action" value="receivedyes" />';
echo '<input type=submit value="' . i18n('Yes, right form with registration fee') . '" style="width: 400px; height: 40px; margin: 10px;"/>';
echo '</form>';
if($config['regfee']>0) {
echo '<form method="post" action="registration_receivedforms.php">';
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
echo '<input type="hidden" name="action" value="receivedyesnocash" />';
echo '<input type=submit value="' . i18n('Yes, right form without registration fee') . '" style="width: 400px; height: 40px; margin: 10px;"/>';
echo '</form>';
} else {
echo '<form method="post" action="registration_receivedforms.php">';
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyes\" />";
echo "<input type=submit value=\"".i18n("Yes, right form with registration fee")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
echo "</form>";
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
echo '<input type="hidden" name="action" value="receivedyes" />';
echo '<input type=submit value="' . i18n('Yes, this is the right form') . '" style="width: 400px; height: 40px; margin: 10px;"/>';
echo '</form>';
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyesnocash\" />";
echo "<input type=submit value=\"".i18n("Yes, right form without registration fee")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
echo "</form>";
}
echo '<br />';
else {
echo "<form method=\"post\" action=\"registration_receivedforms.php\">";
echo "<input type=\"hidden\" name=\"registration_number\" value=\"$reg_num\" />";
echo "<input type=\"hidden\" name=\"action\" value=\"receivedyes\" />";
echo "<input type=submit value=\"".i18n("Yes, this is the right form")."\" style=\"width: 400px; height: 40px; margin: 10px;\"/>";
echo "</form>";
}
echo "<br />";
echo "</td>\n";
echo '</tr>';
echo '</table>';
$showformatbottom = false;
} else {
echo i18n('This form has already been received. Registration is complete');
echo '<br />';
echo "<a href=\"registration_receivedforms.php?action=unregister&registration_number=$reg_num\">" . i18n('Click here to unregister this project') . '</a>';
echo '<br />';
echo '<hr />';
echo "</tr>";
echo "</table>";
$showformatbottom=false;
}
} else {
echo error(i18n('All registration sections are not complete. Cannot register incomplete form'));
else {
echo i18n("This form has already been received. Registration is complete");
echo "<br />";
echo "<a href=\"registration_receivedforms.php?action=unregister&registration_number=$reg_num\">".i18n("Click here to unregister this project")."</a>";
echo "<br />";
echo "<hr />";
}
}
else {
echo error(i18n("All registration sections are not complete. Cannot register incomplete form"));
$reg=getRegistration($reg_id);
echo "<table class=\"tableview\">";
echo "<b>Registration Number: {$reg['registration_number']}</b><br />\n";
foreach($reg['status'] AS $k=>$v) {
echo "<tr><th>$k</td><td>".outputStatus($v)."</td></tr>\n";
}
echo "</table>\n";
echo "<br /><br />\n";
}
}
} else {
echo error(i18n('Invalid Registration Number (%1)', array($_POST['registration_number'])));
}
} else if ((get_value_from_array($_POST, 'action') == 'receivedyes' || get_value_from_array($_POST, 'action') == 'receivedyesnocash') && get_value_from_array($_POST, 'registration_number')) {
else
{
echo error(i18n("Invalid Registration Number (%1)",array($_POST['registration_number'])));
}
}
else if(($_POST['action']=="receivedyes" || $_POST['action']=="receivedyesnocash") && $_POST['registration_number']) {
$regnum = intval($_POST['registration_number']);
$checkNumQuery = $pdo->prepare("SELECT projectnumber
$checkNumQuery=mysql_query("SELECT projectnumber
FROM projects, registrations
WHERE projects.registrations_id = registrations.id
AND num='$regnum'
AND registrations.year='{$config['FAIRYEAR']}'");
$checkNumQuery->execute();
$checkNumResults = $checkNumQuery->fetch(PDO::FETCH_OBJ);
$projectnum = $checkNumResults->projectnumber;
AND registrations.conferences_id='{$conference['id']}'");
$checkNumResults=mysql_fetch_object($checkNumQuery);
$projectnum=$checkNumResults->projectnumber;
$q = $pdo->prepare("SELECT id FROM registrations WHERE num='$regnum' AND year='{$config['FAIRYEAR']}'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$q=mysql_query("SELECT id FROM registrations WHERE num='$regnum' AND conferences_id='{$conference['id']}'");
$r=mysql_fetch_object($q);
$reg_id = $r->id;
if ($projectnum == null) {
list($projectnumber, $ps, $pns, $pss) = generateProjectNumber($reg_id);
$stmt = $pdo->prepare("UPDATE projects SET projectnumber='$projectnumber',
if($projectnum == null)
{
list($projectnumber,$ps,$pns,$pss) = generateProjectNumber($reg_id);
mysql_query("UPDATE projects SET projectnumber='$projectnumber',
projectsort='$ps',projectnumber_seq='$pns',projectsort_seq='$pss'
WHERE registrations_id='$reg_id' AND year=$config{['FAIRYEAR']}");
$stmt->execute();
echo happy(i18n('Assigned Project Number: %1', array($projectnumber)));
} else
$projectnumber = $projectnum;
WHERE registrations_id='$reg_id' AND conferences_id='{$conference['id']}'");
echo happy(i18n("Assigned Project Number: %1",array($projectnumber)));
}
else
$projectnumber=$projectnum;
// get all students with this registration number
$recipients = getEmailRecipientsForRegistration($reg_id);
//get all students with this registration number
$recipients=getEmailRecipientsForRegistration($reg_id);
if ($_POST['action'] == 'receivedyes') {
// actually set it to 'complete'
$stmt = $pdo->prepare("UPDATE registrations SET status='complete' WHERE num='$regnum' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
foreach ($recipients AS $recip) {
$to = $recip['to'];
$subsub = array();
$subbod = array(
'TO' => $recip['to'],
'EMAIL' => $recip['email'],
'FIRSTNAME' => $recip['firstname'],
'LASTNAME' => $recip['lastname'],
'NAME' => $recip['firstname'] . ' ' . $recip['lastname'],
'REGNUM' => $regnum,
'PROJECTNUMBER' => $projectnumber,
);
email_send('register_participants_received', $to, $subsub, $subbod);
if($_POST['action']=="receivedyes") {
//actually set it to 'complete'
mysql_query("UPDATE registrations SET status='complete' WHERE num='$regnum' AND conferences_id='{$conference['id']}'");
foreach($recipients AS $recip) {
$subsub=array();
$subbod=array(
"EMAIL"=>$recip['email'],
"FIRSTNAME"=>$recip['firstname'],
"LASTNAME"=>$recip['lastname'],
"USERNAME"=>$recip['username'],
"NAME"=>$recip['firstname']." ".$recip['lastname'],
"REGNUM"=>$regnum,
"PROJECTNUMBER"=>$projectnumber,
);
$res=email_send("register_participants_received",$recip['email'],$subsub,$subbod);
}
echo happy(i18n('Registration of form %1 successfully completed', array($regnum)));
} else if ($_POST['action'] == 'receivedyesnocash') {
// actually set it to 'paymentpending'
$stmt = $pdo->prepare("UPDATE registrations SET status='paymentpending' WHERE num='$regnum' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
foreach ($recipients AS $recip) {
$to = $recip['to'];
$subsub = array();
$subbod = array(
'TO' => $recip['to'],
'EMAIL' => $recip['email'],
'FIRSTNAME' => $recip['firstname'],
'LASTNAME' => $recip['lastname'],
'NAME' => $recip['firstname'] . ' ' . $recip['lastname'],
'REGNUM' => $regnum,
'PROJECTNUMBER' => $projectnumber,
);
echo happy(i18n("Registration of form %1 successfully completed",array($regnum)));
}
else if($_POST['action']=="receivedyesnocash")
{
//actually set it to 'paymentpending'
mysql_query("UPDATE registrations SET status='paymentpending' WHERE num='$regnum' AND conferences_id='{$conference['id']}'");
email_send('register_participants_paymentpending', $to, $subsub, $subbod);
foreach($recipients AS $recip) {
$subsub=array();
$subbod=array(
"EMAIL"=>$recip['email'],
"FIRSTNAME"=>$recip['firstname'],
"LASTNAME"=>$recip['lastname'],
"USERNAME"=>$recip['username'],
"NAME"=>$recip['firstname']." ".$recip['lastname'],
"REGNUM"=>$regnum,
"PROJECTNUMBER"=>$projectnumber,
);
email_send("register_participants_paymentpending",$recip['email'],$subsub,$subbod);
}
echo happy(i18n('Registration of form %1 marked as payment pending', array($regnum)));
}
} else if (get_value_from_array($_POST, 'action') == 'receivedno' && get_value_from_array($_POST, 'registration_number')) {
echo notice(i18n('Registration of form %1 cancelled', array($_POST['registration_number'])));
} else if (get_value_from_array($_GET, 'action') == 'unregister' && get_value_from_array($_GET, 'registration_number')) {
$reg_num = intval(trim($_GET['registration_number']));
$q = $pdo->prepare("SELECT registrations.id AS reg_id, projects.id AS proj_id FROM projects,registrations WHERE projects.registrations_id=registrations.id AND registrations.year='{$config['FAIRYEAR']}' AND registrations.num='$reg_num'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$stmt = $pdo->prepare("UPDATE projects SET projectnumber=null, projectsort=null, projectnumber_seq=0, projectsort_seq=0 WHERE id='$r->proj_id' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
$stmt = $pdo->prepare("UPDATE registrations SET status='open' WHERE id='$r->reg_id' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
echo happy(i18n('Successfully unregistered project'));
}
echo happy(i18n("Registration of form %1 marked as payment pending",array($regnum)));
}
}
else if($_POST['action']=="receivedno" && $_POST['registration_number']) {
echo notice(i18n("Registration of form %1 cancelled",array($_POST['registration_number'])));
if ($showformatbottom) {
echo '<table>';
echo '<tr><td>';
echo '<form id="inputform" method="post" action="registration_receivedforms.php">';
echo '<input type="hidden" name="action" value="received" />';
echo i18n("Enter the registration number from the $signatureformpermissionform : ") . '<br />';
echo '<input id="registration_number" type="text" size="15" name="registration_number" />';
echo '<input type="submit" value="' . i18n('Lookup Registration Number') . '" />';
echo '</form>';
?>
}
else if($_GET['action']=="unregister" && $_GET['registration_number']) {
$reg_num=intval(trim($_GET['registration_number']));
$q=mysql_query("SELECT registrations.id AS reg_id, projects.id AS proj_id FROM projects,registrations WHERE projects.registrations_id=registrations.id AND registrations.conferences_id='{$conference['id']}' AND registrations.num='$reg_num'");
$r=mysql_fetch_object($q);
mysql_query("UPDATE projects SET projectnumber=null, projectsort=null, projectnumber_seq=0, projectsort_seq=0 WHERE id='$r->proj_id' AND conferences_id='{$conference['id']}'");
mysql_query("UPDATE registrations SET status='open' WHERE id='$r->reg_id' AND conferences_id='{$conference['id']}'");
echo happy(i18n("Successfully unregistered project"));
}
if($showformatbottom) {
echo "<form id=\"inputform\" method=\"post\" action=\"registration_receivedforms.php\">";
echo "<input type=\"hidden\" name=\"action\" value=\"received\" />";
echo i18n("Enter the registration number from the signature form: ")."<br />";
echo "<input id=\"registration_number\" type=\"text\" size=\"15\" name=\"registration_number\" />";
echo "<input type=\"submit\" value=\"".i18n("Lookup Registration Number")."\" />";
echo "</form>";
?>
<script type="text/javascript">
document.forms.inputform.registration_number.focus();
</script>
<?
}
echo '<br/><br/>';
echo '</td></tr><tr><td>';
echo '<font size="2" color="red">This button does not keep track of payments</font>';
echo '</td></tr><tr><td>';
echo '<form method="post" action="registration_receivedforms.php">';
echo '<input type="hidden" name="action" value="receive_all" />';
echo '<input type="submit" value="' . i18n('Receive All') . "\" onclick=\"return confirmClick('Are you sure you wish to mark all students as has having their $signatureformpermissionform received?')\" />";
echo '</form>';
echo '</tr></td>';
echo '</table>';
echo '<br>';
echo i18n(" <lh>'Receive All' notes:</lh> <ul><li>The button will mark all open-status students that have completed registration as having their $signatureformpermissionform received.
<li> Students with above status will be emailed a \"$signatureformpermissionform received\" confirmation.
<li> Project numbers will be assigned to these students' projects.
</ul>");
}
if (get_value_from_array($_POST, 'action') == 'receive_all') {
// Grab all projects that don't have project numbers. Status should therefor be open or new but not complete
$query_noprojectnumber = $pdo->prepare('SELECT * FROM projects WHERE projectnumber IS NULL AND year =' . $config['FAIRYEAR'] . '');
// Define arrays to append to later
$query_noprojectnumber->execute();
$completed_students = array();
$incomplete_students = array();
$newstatus_students = array();
// loop through each project that doesn't have a project number
while ($studentproject = $query_noprojectnumber->fetch(PDO::FETCH_ASSOC)) {
// Grab registration information about the current project
$q = $pdo->prepare("SELECT * FROM registrations WHERE id='" . $studentproject['registrations_id'] . "' AND year='" . $config['FAIRYEAR'] . "'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$reg_id = $r->id;
$reg_num = $r->num;
$reg_status = $r->status;
// student has completed some or all of the registration process for their project. Let's find out which one is true
if ($r->status != 'new') {
// make sure all of the statuses are correct
$statusstudent = studentStatus($reg_id);
$statusemergencycontact = emergencycontactStatus($reg_id);
$statusproject = projectStatus($reg_id);
if ($config['participant_mentor'] == 'yes')
$statusmentor = mentorStatus($reg_id);
else
$statusmentor = 'complete';
$statussafety = safetyStatus($reg_id);
$statusnamecheck = namecheckStatus($reg_id);
if (
$statusstudent == 'complete' &&
$statusemergencycontact == 'complete' &&
// S$statusproject == "complete" &&
$statusmentor == 'complete' &&
$statussafety == 'complete' &&
$statusnamecheck == 'complete' &&
$r->status != 'complete'
// above: project status must not be complete. If it is complete signature page/permission form has already been received.
) {
// Generate project number and update it in data base
list($projectnumber, $ps, $pns, $pss) = generateProjectNumber($reg_id);
$stmt = $pdo->prepare("UPDATE projects SET projectnumber='$projectnumber',
projectsort='$ps',projectnumber_seq='$pns',projectsort_seq='$pss'
WHERE registrations_id='$reg_id' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
// email stuff
// get all students with this registration number
// $recipients=getEmailRecipientsForRegistration($reg_id);
// Set status to 'complete'
$stmt = $pdo->prepare("UPDATE registrations SET status='complete' WHERE num='$reg_num' AND year='{$config['FAIRYEAR']}'");
$stmt->execute();
/*foreach($recipients AS $recip) {
$to=$recip['to'];
$subsub=array();
$subbod=array(
"TO"=>$recip['to'],
"EMAIL"=>$recip['email'],
"FIRSTNAME"=>$recip['firstname'],
"LASTNAME"=>$recip['lastname'],
"NAME"=>$recip['firstname']." ".$recip['lastname'],
"REGNUM"=>$regnum,
"PROJECTNUMBER"=>$projectnumber,
);
email_send("register_participants_received",$to,$subsub,$subbod);
}*/
// End email stuff
// add cuurent registration number to completed_students array
$completed_students[] = $reg_num;
} else {
// or add current registration number to incomplete_student array
$incomplete_students[] = $reg_num;
}
}
// New status automatically means student has not completed the registration process for their project. So execute below:
else {
// or add current registration number to newstatus_students array
$newstatus_students[] = $reg_num;
}
}
// Find how many project numbers were assigned/how many projects have complete status (ie signature page/permission form is considered received)
$total_completed = count($completed_students);
// since incomplete_students and newstatus_students both did not get project numbers and are not considered as having signature page/permission form received
// combine them
$total_incomplete = array_merge($incomplete_students, $newstatus_students);
echo '<br><br>';
echo '<table>';
echo '<tr><td>' . i18n("$total_completed student(s) registered as $non_capital_participationform received.") . '</td></tr>';
// display below only if there are registration numbers that don't have project numbers and the students have not completed the registration process
if (count($total_incomplete) > 0) {
echo '<tr><td>' . i18n("Registration numbers which are NOT marked as having their $non_capital_participationform received are shown below:") . '</td></tr>';
echo '<tr><td>&nbsp</td></tr>';
$string = '';
echo '<tr><td>';
// create a string that contains all incomplete registration numbers
foreach ($total_incomplete as $regnum) {
$string = $string . i18n($regnum);
$string = $string . ', ';
}
// delete the comma at the end of the string
$string = substr($string, 0, strlen($string) - 2);
echo $string;
echo '</td></tr>';
echo '<tr><td>&nbsp</td></tr>';
echo '<tr><td>';
echo i18n('The above registration numbers correspond to projects in which the registration process has not been completed by the student.');
echo '</td></tr>';
}
echo '</table>';
echo happy_(i18n('Received all permision forms for complete students'));
}
send_footer();
?>
send_footer();
?>

View File

@ -1,125 +1,96 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* 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 <info@scitechontario.org>
* Copyright (C) 2005-2006 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005-2006 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005-2006 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('../register_participants.inc.php');
require_once("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require_once("../register_participants.inc.php");
if (get_value_from_array($_GET, 'year'))
$year = $_GET['year'];
else
$year = $config['FAIRYEAR'];
if($_GET['conferences_id']) $conferences_id=$_GET['conferences_id'];
else $conferences_id=$conference['id'];
send_header('Registration Statistics',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php'));
send_header("Registration Statistics",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php')
);
echo '<br />';
echo i18n('Choose Status') . ':';
echo '<form name="statuschangerform" method="get" action="registration_stats.php">';
echo '<select name="showstatus" onchange="document.forms.statuschangerform.submit()">';
echo "<br />";
echo i18n("Choose Status").":";
echo "<form name=\"statuschangerform\" method=\"get\" action=\"registration_stats.php\">";
echo "<select name=\"showstatus\" onchange=\"document.forms.statuschangerform.submit()\">";
$status_str = array();
$status_str[''] = i18n('Any Status');
$status_str['complete'] = i18n('Complete');
// if there is no reg fee, then we dont need to show this status, because nobody will ever be in this status
if ($config['regfee'] > 0) {
$status_str['paymentpending'] = i18n('Payment Pending');
$status_str['completeorpaymentpending'] = i18n('Complete or Payment Pending');
}
$status_str['open'] = i18n('Open');
$status_str['new'] = i18n('New');
$status_str = array();
$status_str[''] = i18n("Any Status");
$status_str['complete'] = i18n("Complete");
//if there is no reg fee, then we dont need to show this status, because nobody will ever be in this status
if($config['regfee']>0) {
$status_str['paymentpending'] = i18n("Payment Pending");
$status_str['completeorpaymentpending'] = i18n("Complete or Payment Pending");
}
$status_str['open'] = i18n("Open");
$status_str['new'] = i18n("New");
$showstatus = $_GET['showstatus'];
$showstatus = $_GET['showstatus'];
foreach ($status_str as $s => $str) {
$sel = ($showstatus == $s) ? 'selected="selected"' : '';
foreach($status_str as $s=>$str) {
$sel = ($showstatus == $s) ? "selected=\"selected\"" : '';
echo "<option $sel value=\"$s\">$str</option>\n";
}
echo '</select>';
echo '</form>';
}
echo "</select>";
echo "</form>";
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='$year' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$cats[$r->id] = $r->category;
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='$conferences_id' ORDER BY id");
while($r=mysql_fetch_object($q))
$cats[$r->id]=$r->category;
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='$year' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ))
$divs[$r->id] = $r->division;
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='$conferences_id' ORDER BY id");
while($r=mysql_fetch_object($q))
$divs[$r->id]=$r->division;
if ($showstatus) {
switch ($showstatus) {
case 'complete':
$wherestatus = "AND status='complete' ";
break;
case 'paymentpending':
$wherestatus = "AND status='paymentpending' ";
break;
case 'completeorpaymentpending':
$wherestatus = "AND (status='complete' OR status='paymentpending') ";
break;
case 'open':
$wherestatus = "AND status='open' ";
break;
case 'new':
$wherestatus = "AND status='new' ";
break;
default:
$wherestatus = '';
if($showstatus) {
switch($showstatus) {
case "complete": $wherestatus="AND status='complete' "; break;
case "paymentpending": $wherestatus="AND status='paymentpending' "; break;
case "completeorpaymentpending": $wherestatus="AND (status='complete' OR status='paymentpending') "; break;
case "open": $wherestatus="AND status='open' "; break;
case "new": $wherestatus="AND status='new' "; break;
default: $wherestatus="";
}
} else
$wherestatus = '';
switch (get_value_from_array($_GET, 'sort')) {
case 'status':
$ORDERBY = 'registrations.status DESC, projects.title';
break;
case 'num':
$ORDERBY = 'registrations.num';
break;
case 'projnum':
$ORDERBY = 'projects.projectsort, projects.projectnumber';
break;
case 'title':
$ORDERBY = 'projects.title, registrations.status DESC';
break;
case 'cat':
$ORDERBY = 'projects.projectcategories_id, projects.title';
break;
case 'div':
$ORDERBY = 'projects.projectdivisions_id, projects.title';
break;
default:
$ORDERBY = 'registrations.status DESC, projects.title';
break;
}
else $wherestatus="";
switch($_GET['sort']) {
case 'status': $ORDERBY="registrations.status DESC, projects.title"; break;
case 'num': $ORDERBY="registrations.num"; break;
case 'projnum': $ORDERBY="projects.projectsort, projects.projectnumber"; break;
case 'title': $ORDERBY="projects.title, registrations.status DESC"; break;
case 'cat': $ORDERBY="projects.projectcategories_id, projects.title"; break;
case 'div': $ORDERBY="projects.projectdivisions_id, projects.title"; break;
default: $ORDERBY="registrations.status DESC, projects.title"; break;
}
$q = $pdo->prepare("SELECT registrations.id AS reg_id,
$q=mysql_query("SELECT registrations.id AS reg_id,
registrations.num AS reg_num,
registrations.status,
registrations.email,
@ -133,241 +104,237 @@ $q = $pdo->prepare("SELECT registrations.id AS reg_id,
left outer join projects on projects.registrations_id=registrations.id
WHERE
1
AND registrations.year='$year'
AND registrations.conferences_id='$conferences_id'
$wherestatus
ORDER BY
$ORDERBY
");
$q->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
$stats_totalprojects=0;
$stats_totalstudents=0;
$stats_divisions=array();
$stats_categories=array();
$stats_students_catdiv=array();
$stats_projects_catdiv=array();
$stats_students_schools=array();
$stats_projects_schools=array();
$stats_projects_lang=array();
$schools_names=array();
$languages=array();
$stats_totalprojects = 0;
$stats_totalstudents = 0;
$stats_divisions = array();
$stats_categories = array();
$stats_students_catdiv = array();
$stats_projects_catdiv = array();
$stats_students_schools = array();
$stats_projects_schools = array();
$stats_projects_lang = array();
$schools_names = array();
$languages = array();
while($r=mysql_fetch_object($q))
{
$stats_totalprojects++;
$stats_divisions[$r->projectdivisions_id]++;
$stats_categories[$r->projectcategories_id]++;
$stats_projects_catdiv[$r->projectcategories_id][$r->projectdivisions_id]++;
$stats_projects_lang[$r->projectcategories_id][$r->projectdivisions_id][$r->language]++;
$languages[$r->language]++;
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$stats_totalprojects++;
switch($r->status)
{
case "new": $status_text="New"; break;
case "open": $status_text="Open"; break;
case "paymentpending": $status_text="Payment Pending"; break;
case "complete": $status_text="Complete"; break;
}
$status_text=i18n($status_text);
$stats_divisions[$r->projectdivisions_id] = add_or_initialize($stats_divisions, $r->projectdivisions_id);
$stats_categories[$r->projectcategories_id] = add_or_initialize($stats_categories, $r->projectcategories_id);
$stats_projects_catdiv[$r->projectcategories_id][$r->projectdivisions_id] = add_or_initialize_multi_2($stats_projects_catdiv, $r->projectcategories_id, $r->projectdivisions_id);
$stats_projects_lang[$r->projectcategories_id][$r->projectdivisions_id][$r->language] = add_or_initialize_multi_3($stats_projects_lang, $r->projectcategories_id, $r->projectdivisions_id, $r->language);
$languages[$r->language] = add_or_initialize($languages, $r->language);
switch ($r->status) {
case 'new':
$status_text = 'New';
break;
case 'open':
$status_text = 'Open';
break;
case 'paymentpending':
$status_text = 'Payment Pending';
break;
case 'complete':
$status_text = 'Complete';
break;
}
$status_text = i18n($status_text);
$sq = $pdo->prepare("SELECT students.firstname,
students.lastname,
students.id,
$sq=mysql_query("SELECT users.firstname,
users.lastname,
users.id,
schools.school,
schools.board,
schools.id AS schools_id
FROM
students,schools
users,schools
WHERE
students.registrations_id='$r->reg_id'
users.registrations_id='$r->reg_id'
AND
students.schools_id=schools.id
users.schools_id=schools.id
");
show_pdo_errors_if_any($pdo);
echo mysql_error();
$studnum = 1;
$schools = '';
$students = '';
$lastschoolid = -1;
while ($studentinfo = $sq->fetch(PDO::FETCH_OBJ)) {
$stats_totalstudents++;
$stats_students_catdiv[$r->projectcategories_id][$r->projectdivisions_id]++;
$stats_students_schools[$r->projectcategories_id][$studentinfo->schools_id]++;
$schools_names[$studentinfo->schools_id] = $studentinfo->school . " ($studentinfo->board)";
$lastschoolid = $studentinfo->schools_id;
$studnum=1;
$schools="";
$students="";
while($studentinfo=mysql_fetch_object($sq))
{
$stats_totalstudents++;
$stats_students_catdiv[$r->projectcategories_id][$r->projectdivisions_id]++;
$stats_students_schools[$r->projectcategories_id][$studentinfo->schools_id]++;
$schools_names[$studentinfo->schools_id]=$studentinfo->school." ($studentinfo->board)";
$lastschoolid=$studentinfo->schools_id;
}
//this really isnt right, its only taking the school from the last student in the project to count towards the school's project totals
//but there's really no other way
$stats_projects_schools[$r->projectcategories_id][$lastschoolid]++;
}
// this really isnt right, its only taking the school from the last student in the project to count towards the school's project totals
// but there's really no other way
$stats_projects_schools[$r->projectcategories_id][$lastschoolid] = add_or_initialize_multi_2($stats_projects_schools, $r->projectcategories_id, $lastschoolid);
}
echo '<table style="margin-left: 50px;">';
echo "<tr><td colspan=\"2\"><h3>{$status_str[$showstatus]} - " . i18n('Students / projects per age category / division') . '</h3></td></tr>';
echo '<tr><td colspan="2">';
echo '<table class="tableview" width="100%">';
echo '<thead><tr><td width="50%"></td>';
foreach ($cats AS $c => $cn) {
echo "<th>$cn<br /><nobr>" . i18n('Stud | Proj') . '</nobr></th>';
}
echo '<th>' . i18n('Total') . '<br /><nobr>' . i18n('Stud | Proj') . '</th>';
echo '</tr></thead>';
foreach ($divs AS $d => $dn) {
echo "<tr><td>$dn</td>";
$tstud = 0;
$tstudcat = array();
$tproj = 0;
echo "<table style=\"margin-left: 50px;\">";
echo "<tr><td colspan=\"2\"><h3>{$status_str[$showstatus]} - ".i18n("Students / projects per age category / division")."</h3></td></tr>";
echo "<tr><td colspan=\"2\">";
echo "<table class=\"tableview\" width=\"100%\">";
echo "<thead><tr><td width=\"50%\"></td>";
foreach($cats AS $c=>$cn) {
echo "<th>$cn<br /><nobr>".i18n("Stud | Proj")."</nobr></th>";
}
echo "<th>".i18n("Total")."<br /><nobr>".i18n("Stud | Proj")."</th>";
echo "</tr></thead>";
echo "<tbody>";
foreach($divs AS $d=>$dn) {
echo "<tr><td>$dn</td>";
$tstud=0;
$tproj=0;
foreach($cats AS $c=>$cn)
{
echo "<td align=\"center\">";
echo ($stats_students_catdiv[$c][$d]?$stats_students_catdiv[$c][$d]:0);
echo "&nbsp;&nbsp;&nbsp;&nbsp;";
echo ($stats_projects_catdiv[$c][$d]?$stats_projects_catdiv[$c][$d]:0);
echo "</td>";
$tstud+=$stats_students_catdiv[$c][$d];
$tproj+=$stats_projects_catdiv[$c][$d];
$tstudcat[$c]+=$stats_students_catdiv[$c][$d];
$tprojcat[$c]+=$stats_projects_catdiv[$c][$d];
}
echo "<td align=\"center\"><b>";
echo ($tstud?$tstud:0);
echo "&nbsp;&nbsp;&nbsp;&nbsp;";
echo ($tproj?$tproj:0);
echo "</b></td>";
echo "</tr>";
}
echo "<tr><td><b>".i18n("Total")."</b></td>";
$tstud=0;
$tproj=0;
foreach($cats AS $c=>$cn) {
echo "<td align=\"center\"><b>";
echo ($tstudcat[$c]?$tstudcat[$c]:0);
echo "&nbsp;&nbsp;&nbsp;&nbsp;";
echo ($tprojcat[$c]?$tprojcat[$c]:0);
echo "</b></td>";
$tstud+=$tstudcat[$c];
$tproj+=$tprojcat[$c];
}
echo "<td align=\"center\"><b>";
echo ($tstud);
echo "&nbsp;&nbsp;&nbsp;&nbsp;";
echo ($tproj);
echo "</b></td>";
echo "</tr>";
echo "</tbody>";
echo "</table>";
echo "</td></tr>";
echo "<tr><td colspan=\"2\"><br /></td></tr>";
echo "<tr><td colspan=\"2\"><h3>{$status_str[$showstatus]} - ".i18n("Students / projects per age category / school")."</h3></td></tr>";
echo "<tr><td colspan=\"2\">";
echo "<table class=\"tableview\" width=\"100%\">";
echo "<thead><tr><td width=\"50%\"></td>";
foreach($cats AS $c=>$cn) {
echo "<th>$cn<br /><nobr>".i18n("Stud | Proj")."</nobr></th>";
}
echo "<th>".i18n("Total")."<br /><nobr>".i18n("Stud | Proj")."</nobr></th>";
echo "</tr></thead>";
echo "<tbody>";
asort($schools_names);
foreach($schools_names AS $id=>$sn) {
echo "<tr><td>$sn</td>";
$tstud=0;
$tproj=0;
foreach($cats AS $c=>$cn) {
echo "<td align=\"center\">".($stats_students_schools[$c][$id]?$stats_students_schools[$c][$id]:0);
echo "&nbsp;&nbsp;&nbsp;&nbsp;";
echo ($stats_projects_schools[$c][$id]?$stats_projects_schools[$c][$id]:0)."</td>";
$tstud+=$stats_students_schools[$c][$id];
$tproj+=$stats_projects_schools[$c][$id];
}
echo "<td align=\"center\"><b>".($tstud?$tstud:0);
echo "&nbsp;&nbsp;&nbsp;&nbsp;";
echo ($tproj?$tproj:0)."</b></td>";
echo "</tr>";
}
echo "</tbody>";
echo "</table>";
echo i18n("%1 schools total",array(count($schools_names)));
echo "</td></tr>";
echo "<tr><td colspan=\"2\"><br /></td></tr>";
echo "<tr><td colspan=\"2\"><h3>{$status_str[$showstatus]} - ".i18n("Projects per age category / division / language")."</h3></td></tr>";
echo "<tr><td colspan=\"2\">";
echo "<table class=\"tableview\" width=\"100%\">";
echo "<thead><tr><th rowspan='2' width=\"50%\"></th>";
foreach($cats AS $c=>$cn) {
echo "<th colspan='".count($languages)."'>$cn</th>";
}
echo "<th colspan='".count($languages)."'>".i18n("Total")."</nobr></th>";
echo "</tr><tr>";
ksort($languages);
$tprojcat = array();
foreach ($cats AS $c => $cn) {
echo '<td align="center">';
echo ($stats_students_catdiv[$c][$d] ?? 0);
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
echo ($stats_projects_catdiv[$c][$d] ?? 0);
echo '</td>';
$tstud += $stats_students_catdiv[$c][$d] ?? 0;
$tproj += $stats_projects_catdiv[$c][$d] ?? 0;
$tstudcat[$c] = add_or_initialize($tstudcat, $c, $stats_students_catdiv[$c][$d] ?? 0);
$tprojcat[$c] = add_or_initialize($tprojcat, $c, $stats_projects_catdiv[$c][$d] ?? 0);
}
echo '<td align="center"><b>';
echo ($tstud ? $tstud : 0);
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
echo ($tproj ? $tproj : 0);
echo '</b></td>';
echo '</tr>';
}
echo '<tr><td><b>' . i18n('Total') . '</b></td>';
$tstud = 0;
$tproj = 0;
foreach ($cats AS $c => $cn) {
echo '<td align="center"><b>';
echo ($tstudcat[$c] ? $tstudcat[$c] : 0);
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
echo ($tprojcat[$c] ? $tprojcat[$c] : 0);
echo '</b></td>';
$tstud += $tstudcat[$c];
$tproj += $tprojcat[$c];
}
echo '<td align="center"><b>';
echo ($tstud);
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
echo ($tproj);
echo '</b></td>';
echo '</tr>';
echo '</table>';
echo '</td></tr>';
echo '<tr><td colspan="2"><br /></td></tr>';
echo "<tr><td colspan=\"2\"><h3>{$status_str[$showstatus]} - " . i18n('Students / projects per age category / school') . '</h3></td></tr>';
echo '<tr><td colspan="2">';
echo '<table class="tableview" width="100%">';
echo '<thead><tr><td width="50%"></td>';
foreach ($cats AS $c => $cn) {
echo "<th>$cn<br /><nobr>" . i18n('Stud | Proj') . '</nobr></th>';
}
echo '<th>' . i18n('Total') . '<br /><nobr>' . i18n('Stud | Proj') . '</nobr></th>';
echo '</tr></thead>';
asort($schools_names);
foreach ($schools_names AS $id => $sn) {
echo "<tr><td>$sn</td>";
$tstud = 0;
$tproj = 0;
foreach ($cats AS $c => $cn) {
echo '<td align="center">' . ($stats_students_schools[$c][$id] ? $stats_students_schools[$c][$id] : 0);
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
echo ($stats_projects_schools[$c][$id] ? $stats_projects_schools[$c][$id] : 0) . '</td>';
$tstud += $stats_students_schools[$c][$id];
$tproj += $stats_projects_schools[$c][$id];
}
echo '<td align="center"><b>' . ($tstud ? $tstud : 0);
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
echo ($tproj ? $tproj : 0) . '</b></td>';
echo '</tr>';
}
echo '</table>';
echo i18n('%1 schools total', array(count($schools_names)));
echo '</td></tr>';
echo '<tr><td colspan="2"><br /></td></tr>';
echo "<tr><td colspan=\"2\"><h3>{$status_str[$showstatus]} - " . i18n('Projects per age category / division / language') . '</h3></td></tr>';
echo '<tr><td colspan="2">';
echo '<table class="tableview" width="100%">';
echo '<thead><tr><td rowspan=\'2\' width="50%"></td>';
foreach ($cats AS $c => $cn) {
echo "<th colspan='" . count($languages) . "'>$cn</th>";
}
echo "<th colspan='" . count($languages) . "'>" . i18n('Total') . '</nobr></th>';
echo '</tr><tr>';
ksort($languages);
$tprojcat = array();
foreach ($cats AS $c => $cn) {
foreach ($languages AS $l => $ln) {
echo "<th>$l</th>";
}
}
foreach ($languages AS $l => $ln) {
echo "<th>$l</th>";
}
echo '</tr></thead>';
foreach ($divs AS $d => $dn) {
echo "<tr><td>$dn</td>";
$tproj = array();
foreach ($cats AS $c => $cn) {
foreach ($languages AS $l => $ln) {
echo '<td align="center">';
echo ($stats_projects_lang[$c][$d][$l] ?? 0);
echo '</td>';
$tproj[$l] = add_or_initialize($tproj, $l, $stats_projects_lang[$c][$d][$l] ?? 0);
$tprojcat[$c][$l] = add_or_initialize_multi_2($tprojcat, $c, $l, $stats_projects_lang[$c][$d][$l] ?? 0);
foreach($cats AS $c=>$cn) {
foreach($languages AS $l=>$ln) {
echo "<th>$l</th>";
}
}
foreach ($tproj AS $l => $ln) {
echo '<td align="center"><b>';
echo ($ln ? $ln : 0);
echo '</b></td>';
foreach($languages AS $l=>$ln) {
echo "<th>$l</th>";
}
echo '</tr>';
}
echo '<tr><td><b>' . i18n('Total') . '</b></td>';
$tproj = array();
foreach ($cats AS $c => $cn) {
foreach ($languages AS $l => $ln) {
echo '<td align="center"><b>';
echo ($tprojcat[$c][$l] ? $tprojcat[$c][$l] : 0);
echo '</b></td>';
$tproj[$l] = add_or_initialize($tproj, $l, $tprojcat[$c][$l] ?? 0);
echo "</tr></thead>";
echo "<tbody>";
foreach($divs AS $d=>$dn) {
echo "<tr><td>$dn</td>";
$tproj=array();
foreach($cats AS $c=>$cn) {
foreach($languages AS $l=>$ln) {
echo "<td align=\"center\">";
echo ($stats_projects_lang[$c][$d][$l]?$stats_projects_lang[$c][$d][$l]:0);
echo "</td>";
$tproj[$l]+=$stats_projects_lang[$c][$d][$l];
$tprojcat[$c][$l]+=$stats_projects_lang[$c][$d][$l];
}
}
foreach($tproj AS $l=>$ln) {
echo "<td align=\"center\"><b>";
echo ($ln?$ln:0);
echo "</b></td>";
}
echo "</tr>";
}
}
foreach ($tproj AS $l => $ln) {
echo '<td align="center"><b>';
echo ($ln);
echo '</b></td>';
}
echo '</tr>';
echo "<tr><td><b>".i18n("Total")."</b></td>";
$tproj=array();
foreach($cats AS $c=>$cn) {
foreach($languages AS $l=>$ln) {
echo "<td align=\"center\"><b>";
echo ($tprojcat[$c][$l]?$tprojcat[$c][$l]:0);
echo "</b></td>";
$tproj[$l]+=$tprojcat[$c][$l];
}
}
foreach($tproj AS $l=>$ln) {
echo "<td align=\"center\"><b>";
echo ($ln);
echo "</b></td>";
}
echo "</tr>";
echo '</table>';
echo "</tbody>";
echo "</table>";
echo '</td></tr>';
echo "</td></tr>";
echo '</table>';
echo "</table>";
echo '<br />';
echo i18n("Note: statistics reflect the numbers of the current 'Status' selected at the top of the page");
echo '<br />';
echo '<br />';
echo "<br />";
echo i18n("Note: statistics reflect the numbers of the current 'Status' selected at the top of the page");
echo "<br />";
echo "<br />";
send_footer();
send_footer();
?>

View File

@ -1,67 +1,63 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* 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 <info@scitechontario.org>
* Copyright (C) 2005-2006 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005-2006 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005-2006 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
send_header('Web Consent',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php'));
send_header("Web Consent",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php')
);
echo '<br />';
echo "<br />";
if (get_value_from_array($_POST, 'changed')) {
$numchanged = 0;
foreach ($_POST['changed'] AS $id => $val) {
if ($val == 1) {
if(is_array($_POST['changed'])) {
$numchanged=0;
foreach($_POST['changed'] AS $id=>$val) {
if($val==1) {
$numchanged++;
$webfirst = get_value_from_2d_array($_POST, 'webfirst', $id) == 'yes' ? 'yes' : 'no';
$weblast = get_value_from_2d_array($_POST, 'weblast', $id) == 'yes' ? 'yes' : 'no';
$webphoto = get_value_from_2d_array($_POST, 'webphoto', $id) == 'yes' ? 'yes' : 'no';
$stmt = $pdo->prepare("UPDATE students SET
$webfirst=$_POST['webfirst'][$id]=="yes"?"yes":"no";
$weblast=$_POST['weblast'][$id]=="yes"?"yes":"no";
$webphoto=$_POST['webphoto'][$id]=="yes"?"yes":"no";
mysql_query("UPDATE users SET
webfirst='$webfirst',
weblast='$weblast',
webphoto='$webphoto'
WHERE
id='$id'");
$stmt->execute();
}
}
if ($numchanged == 1) {
echo happy(i18n('1 student record updated'));
} else if ($numchanged > 1) {
echo happy(i18n('%1 student records updated', array($numchanged)));
} else {
echo error(i18n('No student records where changed'));
}
if($numchanged==1)
echo happy(i18n("1 student record updated"));
else if($numchanged>1)
echo happy(i18n("%1 student records updated",array($numchanged)));
else
echo error(i18n("No student records where changed"));
}
?>
?>
<script type="text/javascript">
function changed(id)
{
@ -72,54 +68,55 @@ if (get_value_from_array($_POST, 'changed')) {
<?
$sq = $pdo->prepare("SELECT students.firstname,
students.lastname,
students.id,
projects.projectnumber,
students.webfirst,
students.weblast,
students.webphoto
FROM
students,
registrations,
projects
WHERE
students.registrations_id=registrations.id
AND\t( registrations.status = 'complete' OR registrations.status='paymentpending' )
AND\tprojects.registrations_id=registrations.id
AND \tregistrations.year='" . $config['FAIRYEAR'] . "'
AND \tprojects.year='" . $config['FAIRYEAR'] . "'
AND \tstudents.year='" . $config['FAIRYEAR'] . "'
ORDER BY projectnumber
");
$sq->execute();
show_pdo_errors_if_any($pdo);
$sq=mysql_query("SELECT users.firstname,
users.lastname,
users.id,
projects.projectnumber,
users.webfirst,
users.weblast,
users.webphoto
FROM
users,
registrations,
projects
WHERE
users.registrations_id=registrations.id
AND ( registrations.status = 'complete' OR registrations.status='paymentpending' )
AND projects.registrations_id=registrations.id
AND registrations.conferences_id='".$conference['id']."'
AND projects.conferences_id='".$conference['id']."'
AND users.conferences_id='".$conference['id']."'
ORDER BY projectnumber
");
echo mysql_error();
echo '<form method="post" action="registration_webconsent.php">';
echo '<table class="tableview">';
echo '<thead><tr>';
echo ' <th>' . i18n('Proj #') . '</th>';
echo ' <th>' . i18n('Student Name') . '</th>';
echo ' <th>' . i18n('First') . '</th>';
echo ' <th>' . i18n('Last') . '</th>';
echo ' <th>' . i18n('Photo') . '</th>';
echo '</tr></thead>';
echo "<form method=\"post\" action=\"registration_webconsent.php\">";
echo "<table class=\"tableview\">";
echo "<thead><tr>";
echo " <th>".i18n("Proj #")."</th>";
echo " <th>".i18n("Student Name")."</th>";
echo " <th>".i18n("First")."</th>";
echo " <th>".i18n("Last")."</th>";
echo " <th>".i18n("Photo")."</th>";
echo "</tr></thead>";
echo "<tbody>";
while($r=mysql_fetch_object($sq))
{
echo "<tr>";
echo "<td>$r->projectnumber<input id=\"changed_$r->id\" type=\"hidden\" name=\"changed[$r->id]\" value=\"0\"></td>";
echo "<td>$r->firstname $r->lastname</td>";
$ch=$r->webfirst=="yes"?"checked=\"checked\"":"";
echo "<td><input $ch type=\"checkbox\" name=\"webfirst[$r->id]\" value=\"yes\" onchange=\"changed($r->id)\"></td>";
$ch=$r->weblast=="yes"?"checked=\"checked\"":"";
echo "<td><input $ch type=\"checkbox\" name=\"weblast[$r->id]\" value=\"yes\" onchange=\"changed($r->id)\"></td>";
$ch=$r->webphoto=="yes"?"checked=\"checked\"":"";
echo "<td><input $ch type=\"checkbox\" name=\"webphoto[$r->id]\" value=\"yes\" onchange=\"changed($r->id)\"></td>";
echo "</tr>";
}
echo "</tbody>";
echo "</table>";
echo "<input type=\"submit\" value=\"".i18n("Save Changes")."\">";
echo "</form>";
while ($r = $sq->fetch(PDO::FETCH_OBJ)) {
echo '<tr>';
echo "<td>$r->projectnumber<input id=\"changed_$r->id\" type=\"hidden\" name=\"changed[$r->id]\" value=\"0\"></td>";
echo "<td>$r->firstname $r->lastname</td>";
$ch = $r->webfirst == 'yes' ? 'checked="checked"' : '';
echo "<td><input $ch type=\"checkbox\" name=\"webfirst[$r->id]\" value=\"yes\" onchange=\"changed($r->id)\"></td>";
$ch = $r->weblast == 'yes' ? 'checked="checked"' : '';
echo "<td><input $ch type=\"checkbox\" name=\"weblast[$r->id]\" value=\"yes\" onchange=\"changed($r->id)\"></td>";
$ch = $r->webphoto == 'yes' ? 'checked="checked"' : '';
echo "<td><input $ch type=\"checkbox\" name=\"webphoto[$r->id]\" value=\"yes\" onchange=\"changed($r->id)\"></td>";
echo '</tr>';
}
echo '</table>';
echo '<input type="submit" value="' . i18n('Save Changes') . '">';
echo '</form>';
send_footer();
send_footer();
?>

View File

@ -1,38 +1,31 @@
<?
/*
* This file is part of the Science-ation project
* Science-ation Website: https://science-ation.ca
*
* This file was part of the 'Science Fair In A Box' project
*
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
* Copyright (C) 2024 AlgoLibre Inc. <science-ation@algolibre.io>
*
* 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.
*/
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
// This file was modified Jan of 2014 by Richard Sin
// A glitch that prints out both english and french columns has been modified.
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
require_once("reports_students.inc.php"); /* $report_students_fields */
require_once("reports_judges.inc.php"); /* $report_students_fields */
require_once("reports_awards.inc.php"); /* $report_students_fields */
require_once("reports_committees.inc.php"); /* $report_students_fields */
require_once("reports_volunteers.inc.php"); /* $report_volunteers_fields */
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.
*/
require_once("reports_students.inc.php"); /* $report_students_fields */
require_once("reports_judges.inc.php"); /* $report_students_fields */
require_once("reports_awards.inc.php"); /* $report_students_fields */
require_once("reports_committees.inc.php"); /* $report_students_fields */
require_once("reports_volunteers.inc.php"); /* $report_volunteers_fields */
require_once("reports_schools.inc.php");
require_once("reports_tours.inc.php");
require_once("reports_fairs.inc.php");
@ -56,7 +49,7 @@
$report_options = array();
$report_options['type'] = array('desc' => 'Report Format',
'values' => array('pdf'=>'PDF', 'csv'=>'CSV', 'label'=>'Label', 'tcpdf_label'=>'TCPDF Label (experimental)')
'values' => array('pdf' => 'PDF', 'label'=>'Label', 'csv'=>'CSV (for Excel)', 'text'=>'Coming Soon: Text (Plain text in columns)', 'html'=>'Coming Soon: HTML (Browser Renderable)' )
);
$report_options['group_new_page'] = array('desc' => 'Start each new grouping on a new page',
'values' => array('no'=>'No', 'yes'=>'Yes')
@ -73,12 +66,6 @@
$report_options['field_box'] = array('desc' => 'Draw a box around each text field on the label',
'values' => array('no'=>'No', 'yes'=>'Yes')
);
$report_options['label_fairname'] = array('desc' => 'Print the fair name at the top of each label',
'values' => array('no'=>'No', 'yes'=>'Yes')
);
$report_options['label_logo'] = array('desc' => 'Print the fair logo at the top of each label',
'values' => array('no'=>'No', 'yes'=>'Yes')
);
$report_options['default_font_size'] = array('desc' => 'Default font size to use in the report',
'values' => array(
'10'=>'10',
@ -103,175 +90,138 @@ LRP 180 99765 5967 4 1 3/4 x 1/2 80 */
/* FIXME: put these in a databse */
/* All dimensions are in millimeters */
$report_stock = array();
$report_stock['fullpage'] = array('name' => 'Letter 8.5 x 11 (3/4" margin)',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 7,
'x_spacing' => 0,
'cols' => 1,
'label_height' => 9.5,
'y_spacing' => 0,
'rows' => 1,
'page_format' => 'LETTER',
'page_orientation' => 'P',
'label_width' => 177.8,
'label_height' => 241.3,
'x_spacing' => 0,
'y_spacing' => 0,
'cols' => 1,
'rows' => 1,
);
$report_stock['fullpage_landscape'] = array('name' => 'Letter 8.5 x 11 Landscape (3/4" margin)',
'page_width' => 11,
'page_height' => 8.5,
'label_width' => 9.5,
'x_spacing' => 0,
'cols' => 1,
'label_height' => 7,
'y_spacing' => 0,
'rows' => 1,
'page_format' => 'LETTER',
'page_orientation' => 'L',
'label_width' => 241.3,
'label_height' => 177.8,
'x_spacing' => 0,
'y_spacing' => 0,
'cols' => 1,
'rows' => 1,
);
$report_stock['fullpage_full'] = array('name' => 'Letter 8.5 x 11 (no margin)',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 8.5,
'x_spacing' => 0,
'cols' => 1,
'label_height' => 11,
'y_spacing' => 0,
'rows' => 1,
'page_format' => 'LETTER',
'page_orientation' => 'P',
'label_width' => 215.9,
'label_height' => 279.4,
'x_spacing' => 0,
'y_spacing' => 0,
'cols' => 1,
'rows' => 1,
);
$report_stock['fullpage_landscape_full'] = array('name' => 'Letter 8.5 x 11 Landscape (no margin)',
'page_width' => 11,
'page_height' => 8.5,
'label_width' => 11,
'x_spacing' => 0,
'cols' => 1,
'label_height' => 8.5,
'y_spacing' => 0,
'rows' => 1,
'page_format' => 'LETTER',
'page_orientation' => 'L',
'label_width' => 279.4,
'label_height' => 215.9,
'x_spacing' => 0,
'y_spacing' => 0,
'cols' => 1,
'rows' => 1,
);
$report_stock['5161'] = array('name' => 'Avery 5161/5261/5961/8161, G&T 99189 (1"x4")',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 4,
'x_spacing' => 0.15,
'cols' => 2,
'label_height' => 1,
'y_spacing' => 0.00,
'y_padding' => 0.05,
'rows' => 10,
'page_format' => 'LETTER',
'page_orientation' => 'P',
'label_width' => 101.6,
'label_height' => 25.4,
'x_spacing' => 3.81,
'y_spacing' => 0.00,
'cols' => 2,
'rows' => 10,
);
$report_stock['5162'] = array('name' => 'Avery 5162/5262/5962/8162/8462, G&T 99190 (1 1/3"x4")',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 3.99,
'x_spacing' => 0.187,
'cols' => 2,
'label_height' => 1.326,
'y_spacing' => 0.00,
'y_padding' => 0.30,
'rows' => 7,
'page_format' => 'LETTER',
'page_orientation' => 'P',
'label_width' => 101.35,
'label_height' => 33.6804,
'x_spacing' => 4.7498,
'y_spacing' => 0.00,
'cols' => 2,
'rows' => 7,
);
$report_stock['5163'] = array('name' => 'Avery 5163/5263/5963/8163/8463, G&T 99181 (2"x4")',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 4,
'x_spacing' => 0.1719,
'cols' => 2,
'label_height' => 2,
'y_spacing' => 0.00,
'rows' => 5,
'page_format' => 'LETTER',
'page_orientation' => 'P',
);
/* This is combined with 5161
$report_stock['5961'] = array('name' => 'Avery 5961, G&T 99189 (1"x4")',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 4,
'x_spacing' => 0.08,
'label_width' => 101.6,
'label_height' => 50.8,
'x_spacing' => 4.3663,
'y_spacing' => 0.00,
'cols' => 2,
'label_height' => 1,
'y_spacing' => 0.08,
'rows' => 10,
'rows' => 5,
);
*/
$report_stock['5164'] = array('name' => 'Avery 5164/5264/5964/8164, G&T 99763 (4"x3 1/3")',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 4,
'x_spacing' => 3/16,
'cols' => 2,
'label_height' => 3 + 1/3,
'y_spacing' => 0,
'rows' => 3,
'page_format' => 'LETTER', /* tcpdf format */
'page_orientation' => 'P', /* tcpdf orientation */
'label_width' => 101.6,
'label_height' => 84.6667,
'x_spacing' => 4.7625,
'y_spacing' => 0,
'cols' => 2,
'rows' => 3,
);
$report_stock['nametag'] = array('name' => 'Cards 4"x3"',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 4,
'x_spacing' => 0,
'cols' => 2,
'label_height' => 3,
'y_spacing' => 0,
'rows' => 3,
'page_format' => 'LETTER',
'page_orientation' => 'P',
'label_width' => 101.6,
'label_height' => 76.2,
'x_spacing' => 0,
'y_spacing' => 0,
'cols' => 2,
'rows' => 3,
);
$report_stock['letter_4up'] = array('name' => 'Fullpage, 4up',
'page_width' => 8.5,
'page_height' => 11,
'label_width' => 4,
'x_spacing' => 0.25,
'cols' => 2,
'label_height' => 5,
'y_spacing' => 0.25,
'rows' => 2,
'page_format' => 'LETTER',
'page_orientation' => 'P',
'label_width' => 101.6,
'label_height' => 127.0,
'x_spacing' => 0.25,
'y_spacing' => 0.25,
'cols' => 2,
'rows' => 2,
);
$report_stock['ledger'] = array('name' => 'Ledger/Tabloid 11 x 17',
'page_width' => 11,
'page_height' => 17,
'label_width' => 11,
'x_spacing' => 0,
'cols' => 1,
'label_height' => 17,
'y_spacing' => 0,
'rows' => 1,
'page_format' => 'LETTER',
'page_format' => 'TABLOID',
'page_orientation' => 'P',
'label_width' => 279.4,
'label_height' => 431.8,
'x_spacing' => 0,
'y_spacing' => 0,
'cols' => 1,
'rows' => 1,
);
$report_stock['ledger_landscape'] = array('name' => 'Ledger/Tabloid 11 x 17 Landscape',
'page_width' => 17,
'page_height' => 11,
'label_width' => 17,
'page_format' => 'TABLOID',
'page_orientation' => 'L',
'label_width' => 431.8,
'label_height' => 279.4,
'x_spacing' => 0,
'cols' => 1,
'label_height' => 11,
'y_spacing' => 0,
'cols' => 1,
'rows' => 1,
'page_format' => 'LETTER',
'page_orientation' => 'P',
);
@ -344,16 +294,14 @@ foreach($report_stock as $n=>$v) {
global $report_volunteers_fields, $report_fairs_fields;
global $report_tours_fields, $report_fundraisings_fields;
global $pdo;
$fieldvar = "report_{$report['type']}s_fields";
$allow_fields = array_keys($$fieldvar);
/* First delete all existing fields */
$stmt = $pdo->prepare("DELETE FROM reports_items
mysql_query("DELETE FROM reports_items
WHERE `reports_id`='{$report['id']}'
AND `type`='$type'");
$stmt->execute();
/* Now add new ones */
if(count($report[$type]) == 0) return;
@ -362,33 +310,28 @@ foreach($report_stock as $n=>$v) {
$x = 0;
foreach($report[$type] as $k=>$v) {
if($type == 'option') {
/* field, value, x, y, w, h, lines, face, align, valign, fn, fs, fsize, overflow */
$vals = "".$pdo->quote($k).",".$pdo->quote($v).",'0','0','0','0','0','','','','','','0','truncate'";
/* field, value, x, y, w, h, align, valign, fn, fs, fsize, overflow */
$vals = "'$k','$v','0','0','0','0','','','','','0','truncate'";
} else {
if(get_value_from_array($v, 'lines') == 0) $v['lines'] =1;
$fs = is_array(get_value_from_array($v,'fontstyle')) ? implode(',',$v['fontstyle']) : '';
$opts = get_value_from_array($v, 'align') . " " .$pdo->quote(get_value_from_array($v, 'valign', ''));
$vals = "'".get_value_from_array($v, 'field')."','".get_value_from_array($v, 'value')."',
'".get_value_from_array($v,'x')."','".get_value_from_array($v, 'y')."','".get_value_from_array($v, 'w')."',
'".get_value_from_array($v, 'h')."','".get_value_from_array($v,'lines')."','".get_value_from_array($v, 'face')."',
'$opts','".get_value_from_array($v, 'valign')."',
'".get_value_from_array($v, 'fontname')."','$fs','".get_value_from_array($v, 'fontsize')."',
'".get_value_from_array($v, 'on_overflow')."'";
$fs = is_array($v['fontstyle']) ? implode(',',$v['fontstyle']) : '';
$vals = "'{$v['field']}','{$v['value']}',
'{$v['x']}','{$v['y']}','{$v['w']}','{$v['h']}',
'{$v['align']}','{$v['valign']}',
'{$v['fontname']}','$fs','{$v['fontsize']}',
'{$v['on_overflow']}'";
}
if($q != '') $q .= ',';
$q .= "({$report['id']}, '$type','$x',$vals)";
$x++;
}
$stmt = $pdo->prepare("INSERT INTO reports_items(`reports_id`,`type`,`ord`,
mysql_query("INSERT INTO reports_items(`reports_id`,`type`,`ord`,
`field`,`value`,`x`, `y`, `w`, `h`,
`lines`, `face`, `align`,`valign`,
`align`,`valign`,
`fontname`,`fontstyle`,`fontsize`,`on_overflow`)
VALUES $q");
VALUES $q;");
$stmt->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
}
@ -400,19 +343,16 @@ foreach($report_stock as $n=>$v) {
global $report_tours_fields, $report_fairs_fields;
global $report_fundraisings_fields;
global $pdo;
$report = array();
$q = $pdo->prepare("SELECT * FROM reports WHERE id='$report_id'");
$q->execute();
$r = $q->fetch(PDO::FETCH_ASSOC);
$report['name'] = get_value_from_array($r, 'name');
$report['id'] = get_value_from_array($r, 'id');
$report['system_report_id'] = get_value_from_array($r, 'system_report_id');
$report['desc'] = get_value_from_array($r,'desc');
$report['creator'] = get_value_from_array($r,'creator');
$report['type'] = get_value_from_array($r, 'type');
$q = mysql_query("SELECT * FROM reports WHERE id='$report_id'");
$r = mysql_fetch_assoc($q);
$report['name'] = $r['name'];
$report['id'] = $r['id'];
$report['system_report_id'] = $r['system_report_id'];
$report['desc'] = $r['desc'];
$report['creator'] = $r['creator'];
$report['type'] = $r['type'];
$report['col'] = array();
$report['sort'] = array();
@ -423,21 +363,19 @@ foreach($report_stock as $n=>$v) {
$report['loc'] = array();
$fieldvar = "report_{$report['type']}s_fields";
if(is_array($$fieldvar))
$allow_fields = array_keys($$fieldvar);
else
$allow_fields=array();
$q = $pdo->prepare("SELECT * FROM reports_items
$q = mysql_query("SELECT * FROM reports_items
WHERE reports_id='{$report['id']}'
ORDER BY `ord`");
$q->execute();
show_pdo_errors_if_any($pdo);
print(mysql_error());
if($q->rowCount() == 0) return $report;
if(mysql_num_rows($q) == 0) return $ret;
while($a = $q->fetch(PDO::FETCH_ASSOC)) {
while($a = mysql_fetch_assoc($q)) {
$f = $a['field'];
$t = $a['type'];
switch($t) {
@ -445,33 +383,22 @@ foreach($report_stock as $n=>$v) {
/* We dont' care about order, just construct
* ['option'][name] = value; */
if(!in_array($f, $allow_options)) {
// print("Type[$type] Field[$f] not allowed.\n");
break;
print("Type[$type] Field[$f] not allowed.\n");
continue;
}
$report['option'][$f] = $a['value'];
break;
default:
if(!in_array($f, $allow_fields)) {
// print("Type[$type] Field[$f] not allowed.\n");
break;
print("Type[$type] Field[$f] not allowed.\n");
continue;
}
/* Pull out all the data */
$val = array();
$col_fields = array('field', 'x', 'y', 'w', 'h', 'lines', 'face', 'align', 'valign', 'value', 'fontname','fontsize','on_overflow');
$col_fields = array('field', 'x', 'y', 'w', 'h', 'align', 'valign', 'value', 'fontname','fontsize','on_overflow');
foreach($col_fields as $lf) $val[$lf] = $a[$lf];
$val['fontstyle'] = explode(',', $a['fontstyle']);
/* valign, fontname, fontsize,fontstyle are unused, except in tcpdf reports
(i.e. nothign has changed, only adding on */
if($val['lines'] == 0) $val['lines'] = 1;
$opts = explode(" ", $val['align']);
$align_opts = array ('left', 'right', 'center');
$valign_opts = array ('vtop', 'vbottom', 'vcenter');
$style_opts = array ('bold');
foreach($opts as $o) {
if(in_array($o, $align_opts)) $val['align'] = $o;
if(in_array($o, $valign_opts)) $val['valign'] = $o;
if(in_array($o, $valign_opts)) $val['face'] = $o;
}
$val['fontstyle'] = explode(',', $a['fontstyle']);
$report[$t][$a['ord']] = $val;
break;
@ -482,18 +409,16 @@ foreach($report_stock as $n=>$v) {
}
function report_save($report)
{ global $pdo;
{
if($report['id'] == 0) {
/* New report */
$stmt = $pdo->prepare("INSERT INTO reports (`id`) VALUES ('')");
$stmt->execute();
$report['id'] = $pdo->lastInsertId();
mysql_query("INSERT INTO reports (`id`) VALUES ('')");
$report['id'] = mysql_insert_id();
} else {
/* if the report['id'] is not zero, see if this is a
* systeim report before doing anything. */
$q = $pdo->prepare("SELECT system_report_id FROM reports WHERE id='{$report['id']}'");
$q->execute();
$i = $q->fetch(PDO::FETCH_ASSOC);
$q = mysql_query("SELECT system_report_id FROM reports WHERE id='{$report['id']}'");
$i = mysql_fetch_assoc($q);
if(intval($i['system_report_id']) != 0) {
/* This is a system report, the editor (should)
* properly setup the editor pages so that the user
@ -512,15 +437,14 @@ foreach($report_stock as $n=>$v) {
print("</pre>");
*/
$stmt = $pdo->prepare("UPDATE reports SET
`name`='".$report['name']."',
`desc`='".$report['desc']."',
`creator`='".$report['creator']."',
`type`='".$report['type']."'
mysql_query("UPDATE reports SET
`name`='".mysql_escape_string($report['name'])."',
`desc`='".mysql_escape_string($report['desc'])."',
`creator`='".mysql_escape_string($report['creator'])."',
`type`='".mysql_escape_string($report['type'])."'
WHERE `id`={$report['id']}");
$stmt->execute();
report_save_field($report, 'col', get_value_from_array($report, 'loc'));
report_save_field($report, 'col', $report['loc']);
report_save_field($report, 'group', array());
report_save_field($report, 'sort', array());
report_save_field($report, 'distinct', array());
@ -530,11 +454,11 @@ foreach($report_stock as $n=>$v) {
}
function report_load_all()
{ global $pdo;
{
$ret = array();
$q = $pdo->prepare("SELECT * FROM reports ORDER BY `name`");
$q = mysql_query("SELECT * FROM reports ORDER BY `name`");
while($r = $q->fetch(PDO::FETCH_ASSOC)) {
while($r = mysql_fetch_assoc($q)) {
$report = array();
$report['name'] = $r['name'];
$report['id'] = $r['id'];
@ -551,9 +475,8 @@ foreach($report_stock as $n=>$v) {
$r = intval($report_id);
/* if the report['id'] is not zero, see if this is a
* systeim report before doing anything. */
$q = $pdo->prepare("SELECT system_report_id FROM reports WHERE id='$r'");
$q->execute();
$i = $q->fetch(PDO::FETCH_ASSOC);
$q = mysql_query("SELECT system_report_id FROM reports WHERE id='$r'");
$i = mysql_fetch_assoc($q);
if(intval($i['system_report_id']) != 0) {
/* This is a system report, the editor (should)
* properly setup the editor pages so that the user
@ -563,27 +486,20 @@ foreach($report_stock as $n=>$v) {
echo "ERROR: attempt to delete a system report (reports.id=$r)";
exit;
}
$stmt = $pdo->prepare("DELETE FROM reports WHERE `id`=$r");
$stmt->execute();
$stmt = $pdo->prepare("DELETE FROM reports_items WHERE `reports_id`=$r");
$stmt->execute();}
mysql_query("DELETE FROM reports WHERE `id`=$r");
mysql_query("DELETE FROM reports_items WHERE `reports_id`=$r");
}
function report_gen($report)
{
foreach($report['col'] as $v)
global $config, $report_students_fields, $report_judges_fields, $report_awards_fields, $report_schools_fields;
global $config, $report_students_fields, $report_judges_fields, $report_awards_fields, $report_schools_fields;
global $report_stock, $report_committees_fields, $report_volunteers_fields;
global $report_tours_fields, $report_fairs_fields;
global $report_fundraisings_fields;
global $filter_ops;
global $conference;
//foreach($report as $k=>$v){
//print_r($k.' ~ >');
//print_r($v);
//print_r('<br> <br>');
//}
//print_r($report);
$fieldvar = "report_{$report['type']}s_fields";
$fields = $$fieldvar;
@ -591,9 +507,7 @@ foreach($report['col'] as $v)
$fieldname = array();
$thead = array();
$table['header']=array();
$table['widths']=array();
$table['dataalign']=array();
$table['col']=array();
$table['option']=array();
$table['total']=0;
@ -610,53 +524,40 @@ foreach($report['col'] as $v)
$rep=new lcsv(i18n($report['name']));
$gen_mode = 'table';
break;
case 'label':
/* Label */
$label_stock = $report_stock[$report['option']['stock']];
$rep=new lpdf( i18n($config['fairname']),
i18n($report['name']),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/logo.gif");
$rep->setPageStyle("labels");
$rep->newPage($label_stock['page_width'], $label_stock['page_height']);
$rep->setFontSize(11);
$rep->setLabelDimensions($label_stock['label_width'], $label_stock['label_height'],
$label_stock['x_spacing'], $label_stock['y_spacing'],11,$label_stock['y_padding']);
$gen_mode = 'label';
break;
case 'pdf': case '':
/* FIXME: handle landscape pages in here */
$label_stock = $report_stock[$report['option']['stock']];
$rep=new lpdf( i18n($config['fairname']),
i18n($report['name']),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/logo.gif");
$rep->newPage($label_stock['page_width'], $label_stock['page_height']);
if($report['option']['default_font_size']) {
$rep->setDefaultFontSize($report['option']['default_font_size']);
$rep->setFontSize($report['option']['default_font_size']);
}
else {
$rep->setDefaultFontSize(11);
$rep->setFontSize(11);
}
$gen_mode = 'table';
if($report['option']['allow_multiline'] == 'yes')
$table['option']['allow_multiline'] = true;
break;
case 'tcpdf_label':
case 'label':
$label_stock = $report_stock[$report['option']['stock']];
$show_box = ($report['option']['label_box'] == 'yes') ? true : false;
$show_fair = ($report['option']['label_fairname'] == 'yes') ? true : false;
$show_logo = ($report['option']['label_logo'] == 'yes') ? true : false;
$rep=new pdf($report['name'], $label_stock['page_format'], $label_stock['page_orientation']);
$rep->setup_for_labels($show_box, $show_fair, $show_logo,
$label_stock['label_width'] * 25.4, $label_stock['label_height'] * 25.4,
$label_stock['x_spacing'] * 25.4, $label_stock['y_spacing'] * 25.4,
$label_stock['label_width'], $label_stock['label_height'],
$label_stock['x_spacing'], $label_stock['y_spacing'],
$label_stock['rows'], $label_stock['cols']);
$gen_mode = 'tcpdf_label';
$gen_mode = 'label';
break;
case 'pdf': case '':
$label_stock = $report_stock[$report['option']['stock']];
if($report['option']['allow_multiline'] == 'yes')
$on_overflow = 'nothing';
else
$on_overflow = '...';
$rep=new pdf($report['name'], $label_stock['page_format'], $label_stock['page_orientation']);
$rep->setup_for_tables($show_box, $show_fair, $show_logo,
$label_stock['label_width'], $label_stock['label_height'],
$label_stock['x_spacing'], $label_stock['y_spacing'],
$label_stock['rows'], $label_stock['cols']);
$gen_mode = 'table';
break;
case 'text':
echo "Not implemented [{$report['option']['type']}]";
exit;
default:
echo "Invalid type [{$report['option']['type']}]";
exit;
@ -671,51 +572,51 @@ foreach($report['col'] as $v)
$total_width = 0;
$scale_width = 0;
$temp=array();
$count=0;
foreach($report['col'] as $o=>$d) {
if($config['default_language']!='fr'){
if(strpos($d['field'],'fr_')!='fr_'){
$temp[$count]=$d;
$count++;
}
}
}
$report['col']=$temp;
/* Add up the column widths, and figure out which
* ones are scalable, just in case */
foreach($report['col'] as $o=>$d) {
$f = $d['field'];
$total_width += $fields[$f]['width'];
if($fields[$f]['scalable'] == true)
$scale_width += $fields[$f]['width'];
if($d['w'] != 0) {
/* Always 0 on old reports, so we never get in here */
$total_width += $d['w'];
/* For the rest of the computation, this field is
* not scalable */
/* FIXME! */
} else {
$total_width += $fields[$f]['width'];
if($fields[$f]['scalable'] == true)
$scale_width += $fields[$f]['width'];
}
}
/* Determine the scale factor (use the label width so
* we can enforce margins) */
if($report['option']['fit_columns'] == 'yes') { // && $total_width > $label_stock['label_width']) {
$static_width = $total_width - $scale_width;
if($scale_width){
if ($label_stock['label_width'] - $static_width > 0) {
$scale_factor = ($label_stock['label_width'] - $static_width) / $scale_width;
} else {
$scale_factor = $label_stock['label_width']/$total_width;
}
} else {
$scale_factor = 1.0;
}
} else {
if($scale_width)
$scale_factor = ($label_stock['label_width'] - $static_width) / $scale_width;
else
$scale_factor = 1.0;
} else {
$scale_factor = 1.0;
}
/* Select columns to display */
foreach($report['col'] as $o=>$d) {
$f = $d['field'];
$table['header'][] = i18n($fields[$f]['header']);
$sf = ($fields[$f]['scalable'] == true) ? $scale_factor : 1.0;
$table['widths'][] = $fields[$f]['width'] * $sf;
$table['dataalign'][] = 'left';
/* If width is specificed, use that, else compute based on default field width */
if($d['w'] == 0)
$width = $fields[$f]['width'] * (($fields[$f]['scalable'] == true) ? $scale_factor : 1.0);
else
$width = $d['w'];
$col = array( 'header' => i18n($fields[$f]['header']),
'width' => $width,
'align' => 'left',
'on_overflow' => $on_overflow);
$table['col'][] = $col;
$sel[] = "{$fields[$f]['table']} AS C$x";
$fieldname[$f] = "C$x";
/* We want to add these to group by, but AFTER all the other group bys */
@ -737,7 +638,7 @@ foreach($report['col'] as $v)
$fieldname[$f] = "G$o";
}
if(isset($fields[$f]['table_sort']))
if(isset($fields[$f]['able_sort']))
$order[] = $fields[$f]['table_sort'];
else
$order[] = $fieldname[$f];
@ -748,7 +649,6 @@ foreach($report['col'] as $v)
}
}
/* If no sort order is specified, make the first field the order */
if(count($report['sort']) == 0)
$report['sort'] = array(0 => array('field' => $report['col'][0]['field']));
@ -792,8 +692,8 @@ foreach($report['col'] as $v)
$order = implode(",", $order);
if(!isset($report['year'])) {
$report['year'] = $config['FAIRYEAR'];
if(!isset($report['conferences_id'])){
$report['conferences_id'] = $conference['id'];
}
$group_by = array_merge($group_by, $post_group_by);
@ -811,13 +711,11 @@ foreach($report['col'] as $v)
$q = call_user_func_array($func, array($report, $components));
$q = "SELECT $sel $q $filter_query $group_query ORDER BY $order";
$r = $pdo->prepare($q);
$r->execute();
$r = mysql_query($q);
// print_r($report);
// print_r($report['filter']);
// echo "$q";
if($r == false) {
echo "The report database query has failed. This is
@ -827,19 +725,20 @@ foreach($report['col'] as $v)
a bug report so we can get this fixed.<br />";
echo "<pre>";
echo "Query: [$q]<br />";
echo "Error: [".$pdo->erroInfo()."]<br />";
echo "Error: [".mysql_error()."]<br />";
echo "</pre>";
exit;
}
show_pdo_errors_if_any($pdo);
echo mysql_error();
$ncols = count($report['col']);
$n_groups = count($report['group']);
$last_group_data = array();
// echo "<pre>";print_r($rep);
while($i = $r->fetch(PDO::FETCH_ASSOC)) {
while($i = mysql_fetch_assoc($r)) {
if($n_groups > 0) {
$group_change = false;
/* See if any of the "group" fields have changed */
@ -859,78 +758,48 @@ foreach($report['col'] as $v)
if($group_change) {
/* Dump the last table */
if(count($table['data'])) {
// print_r($table);
$rep->addTable($table); //table is the content
$rep->nextLine();
$rep->addTable($table);
$table['data'] = array();
$table['total'] = 0;
/* Start a new page AFTER a table is
* dumped, so the first page doesn't
* end up blank */
if($report['option']['group_new_page'] == 'yes') {
$rep->newPage();
$rep->addpage();
} else {
$rep->hr();
$rep->vspace(-0.1);
}
}
/* Construct a new header */
$h = implode(" -- ", $last_group_data);
$rep->heading($h);
$rep->nextLine();
}
}
$data = array();
if($gen_mode == 'label') {
$show_box = ($report['option']['label_box'] == 'yes') ? true : false;
$show_fair = ($report['option']['label_fairname'] == 'yes') ? true : false;
$show_logo = ($report['option']['label_logo'] == 'yes') ? true : false;
$rep->newLabel($show_box, $show_fair, $show_logo);
} else if($gen_mode == 'tcpdf_label') {
$rep->label_new();
}
foreach($report['col'] as $o=>$d) { //fill in one page
foreach($report['col'] as $o=>$d) {
$f = $d['field'];
if(is_array($fields[$f]['value_map'])) {
$v = $fields[$f]['value_map'][$i["C$o"]];
} else if(is_callable($fields[$f]['exec_function'])) {
$v = call_user_func_array($fields[$f]['exec_function'], array($report, $f, $i["C$o"]));
// } else if(isset($fields[$f]['exec_code'])) {
// Somethign like this, how do we pass $i["C$o"] in?
// $v = exec($fields[$f]['exec_code']);
} else {
$v = $i["C$o"];
}
if($gen_mode == 'table') {
$data[] = $v;
} else if($gen_mode == 'label') {
$opt = array();
if($d['face'] == 'bold') $opt[] = 'bold';
$opt[] = $d['align'];
$opt[] = $d['valign'];
if($report['option']['field_box'] == 'yes')
$opt[] = 'field_box';
//the page content is filled
/* Special column, draw a box */
if($f == 'static_box') {
$rep->addLabelBox($d['x'], $d['y'], $d['w'],
$d['h']);
} else {
/* Special column, override result with static text */
if($f == 'static_text') $v = $d['value'];
$lh = ($d['lines'] == 0) ? 0 : $d['h']/$d['lines'];
$rep->addLabelText2($d['x'], $d['y'], $d['w'],
$d['h'], $lh,
$v, $opt);
}
} else if($gen_mode == 'tcpdf_label') {
/* Setup additional options */
$show_box = ($report['option']['field_box'] == 'yes') ? true : false;
@ -940,7 +809,7 @@ foreach($report['col'] as $v)
case 'static_box':
$rep->label_rect($d['x'], $d['y'], $d['w'], $d['h']);
break;
case 'fair_logo':
case 'conference_logo':
$rep->label_fair_logo($d['x'], $d['y'], $d['w'], $d['h'], $show_box);
break;
case "projectbarcode":
@ -950,8 +819,8 @@ foreach($report['col'] as $v)
'hpadding' => 'auto',
'fgcolor' => array(0,0,0),
'bgcolor' => false, //array(255,255,255)
'module_width' => 2, // width of a single module in points
'module_height' => 2 // height of a single module in points
'module_width' => 3, // width of a single module in points
'module_height' => 3 // height of a single module in points
);
$rep->label_barcode($v, 'QRCODE,H', $d['x'], $d['y'], $d['w'], $d['h'], $style, 'N');
break;
@ -960,8 +829,6 @@ foreach($report['col'] as $v)
if($f == 'static_text')
$v = $d['value'];
$v = iconv("ISO-8859-1","UTF-8",$v);
$rep->label_text($d['x'], $d['y'], $d['w'], $d['h'],
$v, $show_box, $d['align'], $d['valign'],
$d['fontname'],$d['fontstyle'],$d['fontsize'],
@ -970,39 +837,7 @@ foreach($report['col'] as $v)
break;
}
/*
if($f == 'static_box') {
$rep->label_rect($d['x'], $d['y'], $d['w'], $d['h']);
} else {
if($f == 'static_text') $v = $d['value'];
$v = iconv("ISO-8859-1//TRANSLIT", "UTF-8", $v);
if($f=="projectbarcode") {
$style = array(
'border' => 2,
'vpadding' => 'auto',
'hpadding' => 'auto',
'fgcolor' => array(0,0,0),
'bgcolor' => false, //array(255,255,255)
'module_width' => 2, // width of a single module in points
'module_height' => 2 // height of a single module in points
);
$rep->label_barcode($v, 'QRCODE,H', $d['x'], $d['y'], $d['w'], $d['h'], $style, 'N');
}
else {
$rep->label_text($d['x'], $d['y'], $d['w'], $d['h'],
$v, $show_box, $d['align'], $d['valign'],
$d['fontname'],$d['fontstyle'],$d['fontsize'],
$d['on_overflow']);
}
}
*/
}
//}
if($fields[$f]['total'] == true)
$table['total'] += $v;

View File

@ -1,143 +1,136 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the Science-ation project
* Science-ation Website: https://science-ation.ca
*
* This file was part of the 'Science Fair In A Box' project
*
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
* Copyright (C) 2024 AlgoLibre Inc. <science-ation@algolibre.io>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2007 James Grant <james@lightbox.org>
Copyright (C) 2007 David Grant <dave@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
require_once ('reports.inc.php');
require_once('../common.inc.php');
require_once('../user.inc.php');
require_once('reports.inc.php');
user_auth_required('committee');
user_auth_required('committee');
$option_keys = array('type', 'stock');
$option_keys = array('type','stock');
switch (get_value_from_array($_GET, 'action')) {
case 'remove_report':
$id = intval($_GET['id']);
$stmt = $pdo->prepare("DELETE FROM reports_committee WHERE
users_id='{$_SESSION['users_uid']}' AND id='$id'");
$stmt->execute();
happy_('Report successfully removed');
exit;
case 'reload':
$edit_mode = true;
$reports_id = intval(get_value_from_array($_POST, 'reports_id'));
exit;
case 'load_report':
$id = intval($_GET['id']);
switch($_GET['action']) {
case 'remove_report':
$id = intval($_GET['id']);
mysql_query("DELETE FROM reports_committee WHERE
users_id='{$_SESSION['accounts_id']}' AND id='$id'");
happy_('Report successfully removed');
exit;
case 'reload':
$edit_mode = true;
$reports_id = intval($_POST['reports_id']);
exit;
/* Load report */
if ($id == -1) {
$reports_id = intval($_GET['reports_id']);
$report = report_load($reports_id);
case 'load_report':
$id = intval($_GET['id']);
$ret['id'] = -1;
$ret['reports_id'] = $reports_id;
$ret['type'] = $report['option']['type'];
$ret['stock'] = $report['option']['stock'];
$ret['comment'] = $report['desc'];
$ret['name'] = $report['name'];
$ret['category'] = '';
} else {
$q = $pdo->prepare("SELECT * FROM reports_committee WHERE id='$id'");
$ret = $q->fetch(PDO::FETCH_ASSOC);
$ret['type'] = $ret['format'];
}
/* Load report */
if($id == -1) {
$reports_id = intval($_GET['reports_id']);
$report = report_load($reports_id);
/* Load available categories */
$q = $pdo->prepare("SELECT DISTINCT category FROM reports_committee
\t\t\tWHERE users_id='{$_SESSION['users_uid']}'
$ret['id'] = -1;
$ret['reports_id'] = $reports_id;
$ret['type'] = $report['option']['type'];
$ret['stock'] = $report['option']['stock'];
$ret['comment'] = $report['desc'];
$ret['name'] = $report['name'];
$ret['category'] = '';
} else {
$q = mysql_query("SELECT * FROM reports_committee WHERE id='$id'");
$ret = mysql_fetch_assoc($q);
$ret['type'] = $ret['format'];
}
/* Load available categories */
$q = mysql_query("SELECT DISTINCT category FROM reports_committee
WHERE users_id='{$_SESSION['accounts_id']}'
ORDER BY category");
$q->execute();
while ($i = $q->fetch(PDO::FETCH_OBJ))
$ret['cat'][] = $i->category;
echo json_encode($ret);
exit;
while($i = mysql_fetch_object($q))
$ret['cat'][] = $i->category;
echo json_encode($ret);
exit;
case 'save':
echo 'POST: ';
print_r($_POST);
$id = intval($_POST['id']);
$reports_id = intval($_POST['reports_id']);
if ($id == -1) {
/* New entry */
$stmt = $pdo->prepare("INSERT INTO `reports_committee` (`users_id`,`reports_id`)
VALUES('{$_SESSION['users_uid']}','$reports_id');");
$stmt->execute();
show_pdo_errors_if_any($pdo);
$id = $pdo->lastInsertId();
case 'save':
echo "POST: ";
print_r($_POST);
$id = intval($_POST['id']);
$reports_id = intval($_POST['reports_id']);
if($id == -1) {
/* New entry */
mysql_query("INSERT INTO `reports_committee` (`users_id`,`reports_id`)
VALUES('{$_SESSION['accounts_id']}','$reports_id');");
echo mysql_error();
$id = mysql_insert_id();
}
/* Update entry */
$category = $_POST['category'];
$category_exist = $_POST['category_exist'];
$comment = mysql_real_escape_string(stripslashes($_POST['comment']));
if($category_exist != '') $category = $category_exist;
$category = mysql_real_escape_string(stripslashes(trim($category)));
if($category == '') $category = 'default';
if($reports_id > 0) {
/* SFIAB report */
$type = $_POST['type'];
$stock = $_POST['stock'];
if(!array_key_exists($type, $report_options['type']['values'])) {
error_("Invalid format: type=$type");
exit;
}
/* Update entry */
$category = $_POST['category'];
$category_exist = $_POST['category_exist'];
$comment = stripslashes($_POST['comment']);
if ($category_exist != '')
$category = $category_exist;
$category = stripslashes(trim($category));
if ($category == '')
$category = 'default';
if ($reports_id > 0) {
/* SFIAB report */
$type = $_POST['type'];
$stock = $_POST['stock'];
if (!array_key_exists($type, $report_options['type']['values'])) {
error_("Invalid format: type=$type");
exit;
}
if (!array_key_exists($stock, $report_stock)) {
error_("Invalid stock: stock=$stock");
exit;
}
} else {
/* Old custom */
$type = '';
$stock = '';
if(!array_key_exists($stock, $report_stock)) {
error_("Invalid stock: stock=$stock");
exit;
}
} else {
/* Old custom */
$type = '';
$stock = '';
}
$stmt = $pdo->prepare("UPDATE `reports_committee` SET
mysql_query("UPDATE `reports_committee` SET
`category`='$category',
`comment`='$comment',
`format`='$type',
`stock`='$stock'
WHERE id='$id'");
$stmt->execute();
happy_('Saved');
exit;
}
happy_("Saved");
exit;
}
// send the header
send_header('My Reports',
array('Committee Main' => 'committee_main.php'),
'print/export_reports');
//send the header
send_header("My Reports",
array("Committee Main" => "committee_main.php"),
"print/export_reports"
);
/* Send a greeting */
echo i18n('Welcome to the new report interface. You can select and save specific reports under specific categories so you can always find the report you need without having to go through the list each time. To begin customizing this list, click on the "Edit This List" button at the bottom of this page.');
@ -148,16 +141,16 @@ echo i18n('Welcome to the new report interface. You can select and save specifi
function remove_report(id)
{
$('#debug').load("<? $_SERVER['PHP_SELF'] ?>?action=remove_report&id="+id);
$('#debug').load("<?$_SERVER['PHP_SELF']?>?action=remove_report&id="+id);
$("#report_tr_"+id).remove();
}
function edit_report(id,reports_id)
{
var r = (id == -1) ? '&reports_id='+reports_id : '';
$.getJSON("<?= $_SERVER['PHP_SELF'] ?>?action=load_report&id="+id+r,
$.getJSON("<?=$_SERVER['PHP_SELF']?>?action=load_report&id="+id+r,
function(json){
$("#report_category_exist").html("<option value=\"\">-- <?= i18n('Use New Category') ?> --</option>");
$("#report_category_exist").html("<option value=\"\">-- <?=i18n('Use New Category')?> --</option>");
for(var i in json.cat ) {
var c = json.cat[i];
$("#report_category_exist").append("<option value=\""+c+"\">"+c+"</option>");
@ -169,7 +162,7 @@ function edit_report(id,reports_id)
$("#report_format").val(json.format);
$("#report_comment").val(json.comment);
/* Update the dialog title */
$('#popup_editor').dialog('option', 'title', "<?= i18n('Report') ?>: " + json.name);
$('#popup_editor').dialog('option', 'title', "<?=i18n('Report')?>: " + json.name);
popup_editor(id);
});
@ -177,7 +170,7 @@ function edit_report(id,reports_id)
function save_report()
{
$('#debug').load("<? $_SERVER['PHP_SELF'] ?>?action=save", $('#report_form').serializeArray(), function() {
$('#debug').load("<?$_SERVER['PHP_SELF']?>?action=save", $('#report_form').serializeArray(), function() {
window.location.reload();
});
}
@ -196,12 +189,12 @@ var edit=false;
function edit_toggle()
{
if(edit == false) {
$('#edit_toggle').val("<?= i18n('Done Editing') ?>");
$('#edit_toggle').val("<?=i18n("Done Editing")?>");
$('#edit_info').show();
$('.edit_buttons').show();
edit = true;
} else {
$('#edit_toggle').val("<?= i18n('Edit This List') ?>");
$('#edit_toggle').val("<?=i18n("Edit This List")?>");
$('#edit_info').hide();
$('.edit_buttons').hide();
edit = false;
@ -229,10 +222,10 @@ $(document).ready(function() {
modal: true, resizable: false,
draggable: false,
buttons: {
"<?= i18n('Cancel') ?>": function() {
"<?=i18n('Cancel')?>": function() {
$(this).dialog("close");
},
"<?= i18n('Save') ?>": function() {
"<?=i18n('Save')?>": function() {
save_report();
$(this).dialog("close");
}
@ -243,110 +236,98 @@ $(document).ready(function() {
</script>
<?
global $edit_mode;
/* Load all the users reports */
$q = $pdo->prepare("SELECT reports_committee.*,reports.name
\t\t\tFROM reports_committee
/* Load all the users reports */
$q = mysql_query("SELECT reports_committee.*,reports.name
FROM reports_committee
LEFT JOIN reports ON reports.id=reports_committee.reports_id
\t\t\tWHERE users_id='{$_SESSION['users_uid']}'
WHERE users_id='{$_SESSION['accounts_id']}'
ORDER BY category,id");
$q->execute();
show_pdo_errors_if_any($pdo);
if ($q->rowCount() == 0) {
echo i18n('You have no reports saved');
} else {
echo mysql_error();
if(mysql_num_rows($q) == 0) {
echo i18n('You have no reports saved');
} else {
$last_category = '';
$x = 0;
echo '<table class="tableview" style="border:0px;">';
while ($i = $q->fetch(PDO::FETCH_OBJ)) {
$x=0;
echo "<table class=\"tableview\" style=\"border:0px;\">";
while($i = mysql_fetch_object($q)) {
$x++;
if ($last_category != $i->category) {
if($last_category != $i->category) {
/* New category */
echo '<tr><td style="border:0px;" colspan="3" style="even"><h3>';
if (get_value_or_default($edit_mode) == true)
echo i18n('Category') . ': ';
if($edit_mode == true) echo i18n('Category').': ';
echo "{$i->category}</h3></td></tr>";
$last_category = $i->category;
}
if ($i->reports_id > 0) {
// $url = "admin/reports_gen.php?id={$i->reports_id}&show_options=1";
if($i->reports_id > 0) {
// $url = "admin/reports_gen.php?id={$i->reports_id}&show_options=1";
$name = "<a href=\"#\" onclick=\"return report_gen({$i->reports_id})\">{$i->name}</a>";
} else {
$name = "<a href=\"{$config['SFIABDIRECTORY']}/{$report_custom[-$i->reports_id]['custom_url']}\">
{$report_custom[-$i->reports_id]['name']}</a>";
}
?>
<tr id="report_tr_<?= $i->id ?>">
<td style="border:0px;"><?= $name ?></td>
<td style="border:0px;"><?= $i->comment ?></td>
?>
<tr id="report_tr_<?=$i->id?>">
<td style="border:0px;"><?=$name?></td>
<td style="border:0px;"><?=$i->comment?></td>
<td style="border:0px;">
<div class="edit_buttons" style="display:none">
<a title="Edit Report" onclick="edit_report(<?= $i->id ?>,0);return false;" href="#">
<img border="0" src="<?= $config['SFIABDIRECTORY'] ?>/images/16/edit.<?= $config['icon_extension'] ?>" />
<a title="Edit Report" onclick="edit_report(<?=$i->id?>,0);return false;" href="#">
<img border="0" src="<?=$config['SFIABDIRECTORY']?>/images/16/edit.<?=$config['icon_extension']?>" />
</a>
<a title="Remove Report" onclick="remove_report(<?= $i->id ?>);return false;" href="#">
<img src="<?= $config['SFIABDIRECTORY'] ?>/images/16/button_cancel.<?= $config['icon_extension'] ?>" border="0" alt="Remove Report" />
<a title="Remove Report" onclick="remove_report(<?=$i->id?>);return false;" href="#">
<img src="<?=$config['SFIABDIRECTORY']?>/images/16/button_cancel.<?=$config['icon_extension']?>" border="0" alt="Remove Report" />
</a>&nbsp;
</div>
</td>
</tr>
<?
/*
* if($i->reports_id > 0) {
* echo '<tr><td width=\"20px\"></td><td>';
* echo '<span style=\"font-size: 0.75em;\">';
* echo i18n('Format').": {$i->format}, ";
* echo i18n('Paper').": {$report_stock[$i->stock]['name']}, ";
* echo i18n('Year').": {$config['FAIRYEAR']}";
* echo '</span>';
* echo '</td></tr>';
* }
*/
}
echo '</table>';
}
echo "</table>";
}
?>
<div id="edit_info" style="display:none;">
<p>* <?= i18n('Deleting all the reports from a category will also delete the category.') ?></p>
<p>* <?= i18n("Deleting a report only unlinks it from your list, it doesn't delete it from the system.") ?></p>
<p>* <?=i18n('Deleting all the reports from a category will also delete the category.')?></p>
<p>* <?=i18n('Deleting a report only unlinks it from your list, it doesn\'t delete it from the system.')?></p>
</div>
<br />
<input id="edit_toggle" type="submit" onclick="edit_toggle();return false;" value="<?= i18n('Edit This List') ?>">
<input id="edit_toggle" type="submit" onclick="edit_toggle();return false;" value="<?=i18n("Edit This List")?>">
<br />
<br />
<?
/* Load available reports */
$reports = report_load_all();
foreach ($report_custom as $id => $r) {
$r['id'] = -$id;
$reports[-$id] = $r;
}
/* Load available reports */
$reports = report_load_all();
foreach($report_custom as $id=>$r) {
$r['id'] = -$id;
$reports[-$id] = $r;
}
?>
<hr />
<h4><?= i18n('All Reports') ?></h3>
<h4><?=i18n("All Reports")?></h3>
<form name="reportgen" >
<select name="id" id="report">
<option value="0"><?= i18n('Select a Report') ?></option>
<option value="0"><?=i18n("Select a Report")?></option>
<?
foreach ($reports as $r) {
foreach($reports as $r) {
echo "<option value=\"{$r['id']}\">{$r['name']}</option>\n";
}
?>
</select><br />
<input type="submit" onclick="gen_report();return false;" value="<?= i18n('Generate Report') ?>">
<input type="submit" onclick="add_report();return false;" value="<?= i18n('Add this Report to my list') ?>">
<input type="submit" onclick="gen_report();return false;" value="<?=i18n("Generate Report")?>">
<input type="submit" onclick="add_report();return false;" value="<?=i18n("Add this Report to my list")?>">
</form>
<br />
<?
/* Create an add report box */
/* Create an add report box */
?>
<div id="popup_editor" title="Report" style="display: none">
@ -356,26 +337,25 @@ foreach ($reports as $r) {
<br />
<table class="tableedit">
<tr>
<td><?= i18n('Category') ?>:</td>
<td><?= i18n('Existing Category') ?>: <select name="category_exist" id="report_category_exist" onchange="$('#report_category').val('')" >
<td><?=i18n("Category")?>:</td>
<td><?=i18n("Existing Category")?>: <select name="category_exist" id="report_category_exist" onchange="$('#report_category').val('')" >
</select><br />
<?= i18n('OR New Category') ?>: <input type="text" id="report_category" name="category" onkeypress="$('#report_category_exist').val('')" >
<?=i18n("OR New Category")?>: <input type="text" id="report_category" name="category" onkeypress="$('#report_category_exist').val('')" >
</td>
</tr>
<?
foreach ($report_options as $ok => $o) {
if (!in_array($ok, $option_keys))
continue;
echo "<tr><td>{$o['desc']}:</td>";
foreach($report_options as $ok=>$o) {
if(!in_array($ok, $option_keys)) continue;
echo "<tr><td>{$o['desc']}:</td>";
echo "<td><select name=\"$ok\" id=\"report_$ok\">";
foreach ($o['values'] as $k => $v) {
foreach($o['values'] as $k=>$v) {
echo "<option value=\"$k\">$v</option>\n";
}
echo "</select><span id=\"report{$ok}custom\" style=\"display: none;\">" . i18n('Custom') . '</span></td></tr>';
}
echo "</select><span id=\"report{$ok}custom\" style=\"display: none;\">".i18n("Custom")."</span></td></tr>";
}
?>
<tr>
<td><?= i18n('Comments') ?>:</td>
<td><?=i18n("Comments")?>:</td>
<td><textarea rows="3" cols="40" name="comment" id="report_comment"></textarea></td>
</tr>
</table>

View File

@ -1,72 +1,67 @@
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('../lpdf.php');
require ('../lcsv.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("../lpdf.php");
require("../lcsv.php");
if ($_GET['year'])
$foryear = $_GET['year'];
else
$foryear = $config['FAIRYEAR'];
if ($_GET['awardtype'] == 'All')
$awardtype = '';
else if ($_GET['awardtype'])
$awardtype = " AND award_types.type='" . $_GET['awardtype'] . "'";
else
$awardtype = '';
if (get_value_from_array($_GET, 'show_unawarded_awards') == 'on')
$show_unawarded_awards = 'yes';
else
$show_unawarded_awards = 'no';
if (get_value_from_array($_GET, 'show_unawarded_prizes') == 'on')
$show_unawarded_prizes = 'yes';
else
$show_unawarded_prizes = 'no';
$show_pronunciation = get_value_from_array($_GET, 'show_pronunciation' == 'on') ? TRUE : FALSE;
$group_by_prize = (get_value_from_array($_GET, 'group_by_prize') == 'on') ? true : false;
if (is_array($_GET['show_category'])) {
$show_category = array();
foreach ($_GET['show_category'] as $id => $val) {
$show_category[] = "projects.projectcategories_id='$id'";
if($_GET['foryear']){
// backwards compatability
$r = mysql_fetch_assoc(mysql_query("SELECT id FROM conferences WHERE year = " . $_GET['foryear']));
if(is_array($r)){
$forconference = $r['id'];
}else{
$forconference = $conference['id'];
}
if ($show_unawarded_prizes == 'yes') {
$show_category[] = 'projects.projectcategories_id IS NULL';
}
if($_GET['conference']) $forconference=$_GET['conference'];
else $forconference=$conference['id'];
if($_GET['awardtype']=="All") $awardtype="";
else if($_GET['awardtype']) $awardtype=" AND award_types.type='".mysql_escape_string($_GET['awardtype'])."'";
else $awardtype="";
if($_GET['show_unawarded_awards']=="on") $show_unawarded_awards="yes";
else $show_unawarded_awards="no";
if($_GET['show_unawarded_prizes']=="on") $show_unawarded_prizes="yes";
else $show_unawarded_prizes="no";
$show_pronunciation= ($_GET['show_pronunciation'] == 'on') ? TRUE : FALSE;
$group_by_prize= ($_GET['group_by_prize'] == 'on') ? true : false;
if(is_array($_GET['show_category'])) {
$show_category = array();
foreach($_GET['show_category'] as $id=>$val) {
$show_category[] = "award_awards_projectcategories.projectcategories_id='$id'";
}
$and_categories = join(' OR ', $show_category);
} else {
$and_categories = '1';
}
} else {
$and_categories = '1';
}
$show_criteria = (get_value_from_array($_GET, 'show_criteria') == 'on') ? true : false;
$show_criteria = ($_GET['show_criteria']=='on') ? true : false;
$type = $_GET['type'];
if (!$type)
$type = 'pdf';
$type=$_GET['type'];
if(!$type) $type="pdf";
$scriptformat = $_GET['scriptformat'];
if (!$scriptformat)
$scriptformat = 'default';
$scriptformat=$_GET['scriptformat'];
if(!$scriptformat) $scriptformat="default";
if ($type == 'pdf') {
$rep = new lpdf(i18n($config['fairname']),
i18n('Awards Ceremony Script'),
$_SERVER['DOCUMENT_ROOT'] . $config['SFIABDIRECTORY'] . '/data/logo-200.gif');
if($type=="pdf") {
$rep=new lpdf( i18n($config['fairname']),
i18n("Awards Ceremony Script"),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/{$conference['id']}-logo-200.gif"
);
$rep->newPage();
if ($scriptformat == 'default')
$rep->setFontSize(12);
if ($scriptformat == 'formatted')
$rep->setFontSize(14);
} else if ($type == 'csv') {
$rep = new lcsv(i18n('Awards Ceremony Script'));
}
$q = $pdo->prepare("SELECT
$rep->newPage();
if($scriptformat=="default") $rep->setFontSize(12);
if($scriptformat=="formatted") $rep->setFontSize(14);
}
else if($type=="csv") {
$rep=new lcsv(i18n("Awards Ceremony Script"));
}
$q=mysql_query("SELECT
award_awards.id,
award_awards.name,
award_awards.presenter,
@ -78,27 +73,31 @@ $q = $pdo->prepare("SELECT
FROM
award_awards,
award_types,
sponsors
sponsors,
award_awards_projectcategories
WHERE
award_awards.year='$foryear'
AND\taward_types.year='$foryear'
AND\taward_awards.award_types_id=award_types.id
AND\taward_awards.sponsors_id=sponsors.id
AND\taward_awards.excludefromac='0'
award_awards.conferences_id='$forconference'
AND award_types.conferences_id='$forconference'
AND award_awards.award_types_id=award_types.id
AND award_awards.sponsors_id=sponsors.id
AND award_awards.id=award_awards_projectcategories.award_awards_id
AND award_awards.excludefromac='0'
AND ($and_categories)
$awardtype
GROUP BY award_awards.id
ORDER BY awards_order");
$q->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
// echo "<pre>";
if (!$q->rowCount()) {
$rep->output();
exit;
}
$awards = array();
if(!mysql_num_rows($q)) {
$rep->output();
exit;
}
$awards = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$pq = $pdo->prepare("SELECT
while($r=mysql_fetch_object($q)) {
$pq=mysql_query("SELECT
award_prizes.prize,
award_prizes.number,
award_prizes.id,
@ -115,196 +114,190 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) {
LEFT JOIN projects ON projects.id=winners.projects_id
WHERE
award_awards_id='{$r->id}'
AND award_prizes.year='$foryear'
AND award_prizes.conferences_id='$forconference'
AND award_prizes.excludefromac='0'
AND ($and_categories)
ORDER BY
`order`,
projects.projectnumber");
$pq->execute();
show_pdo_errors_if_any($pdo);
echo mysql_error();
$r->winners = array();
$r->awarded_count = 0;
while ($w = $pq->fetch(PDO::FETCH_OBJ)) {
if ($w->projects_id) {
$r->awarded_count++;
}
if ($r->type == 'Divisional' && $group_by_prize == true) {
/* Search awards for an award name that matches this prize */
$found = false;
foreach ($awards as &$p_award) {
if ($p_award->name == $w->prize) {
/*
* Match! Set the prize name to the award name,
* and add the prize to the award
*/
$w->prize = $r->name;
$p_award->winners[] = $w;
$found = true;
// echo "Add to award {$p_award->name}: "; print_r($w);
break;
$r->winners = array();
$r->awarded_count = 0;
while($w = mysql_fetch_object($pq)) {
if($w->projects_id)
{
$r->awarded_count++;
}
if($r->type == 'Divisional' && $group_by_prize==true) {
/* Search awards for an award name that matches this prize */
$found = false;
foreach($awards as &$p_award) {
if($p_award->name == $w->prize) {
/* Match! Set the prize name to the award name,
* and add the prize to the award */
$w->prize = $r->name;
$p_award->winners[] = $w;
$found = true;
// echo "Add to award {$p_award->name}: "; print_r($w);
break;
}
}
if($found == false) {
/* Make a new award and set it equal to the prize name */
$n = $r->name;
$new_award = clone($r);
$new_award->name = $w->prize;
/* Now add the prize with the award's name */
$w->prize = $n;
$new_award->winners[] = $w;
$awards[] = $new_award;
// echo "Create Award:"; print_r($new_award);
}
} else {
// echo "Add non-div winner\n";
$r->winners[] = $w;
}
if ($found == false) {
/* Make a new award and set it equal to the prize name */
$n = $r->name;
$new_award = clone ($r);
$new_award->name = $w->prize;
/* Now add the prize with the award's name */
$w->prize = $n;
$new_award->winners[] = $w;
$awards[] = $new_award;
// echo "Create Award:"; print_r($new_award);
}
}
if($show_unawarded_awards=="no" && $r->awarded_count == 0) {
/* No winners */
continue;
}
if($r->type == 'Divisional' && $group_by_prize == true) {
/* Do nothing */
} else {
// echo "Add non-div winner\n";
$r->winners[] = $w;
$awards[] = $r;
}
}
if ($show_unawarded_awards == 'no' && $r->awarded_count == 0) {
/* No winners */
continue;
}
if ($r->type == 'Divisional' && $group_by_prize == true) {
/* Do nothing */
} else {
$awards[] = $r;
}
}
// echo '<pre>'; print_r($awards);
foreach ($awards as $r) {
if ($scriptformat == 'formatted')
$rep->newPage();
foreach($awards as $r) {
if ($scriptformat == 'default')
$rep->heading("$r->name ($r->type)");
if ($scriptformat == 'formatted') {
$rep->setFontBold();
$rep->addText("$r->name ($r->type)");
$rep->setFontNormal();
}
if ($r->type != 'Divisional')
$rep->addText(i18n('Sponsored by: %1', array($r->organization)));
if ($r->presenter)
$rep->addText(i18n('Presented by: %1', array($r->presenter)));
if ($r->description)
$rep->addText(i18n('Description: %1', array($r->description)));
if ($show_criteria)
$rep->addText(i18n('Criteria: %1', array($r->criteria)));
if($scriptformat=="formatted")
$rep->newPage();
if ($scriptformat == 'formatted')
$rep->nextline();
if($scriptformat=="default")
$rep->heading("$r->name ($r->type)");
if($scriptformat=="formatted") {
$rep->setFontBold();
$rep->addText("$r->name ($r->type)");
$rep->setFontNormal();
}
if($r->type!="Divisional")
$rep->addText(i18n("Sponsored by: %1",array($r->organization)));
if($r->presenter)
$rep->addText(i18n("Presented by: %1",array($r->presenter)));
if($r->description)
$rep->addText(i18n("Description: %1",array($r->description)));
if($show_criteria)
$rep->addText(i18n("Criteria: %1",array($r->criteria)));
if ($r->awarded_count == 0) {
$rep->addText('Not awarded');
}
if($scriptformat=="formatted") $rep->nextline();
$prevprizeid = -1;
if($r->awarded_count == 0)
{
$rep->addText("Not awarded");
}
foreach ($r->winners as $pr) {
if ($pr->projectnumber || $show_unawarded_prizes == 'yes') {
if ($prevprizeid != $pr->id) {
$prizetext = $pr->prize;
$prevprizeid=-1;
if ($pr->cash || $pr->scholarship) {
$prizetext .= ' (';
if ($pr->cash && $pr->scholarship)
$prizetext .= "\$$pr->cash cash / \$$pr->scholarship scholarship";
else if ($pr->cash)
$prizetext .= "\$$pr->cash cash";
else if ($pr->scholarship)
$prizetext .= "\$$pr->scholarship scholarship";
$prizetext .= ')';
}
if ($scriptformat == 'default')
$rep->addText($prizetext);
if ($scriptformat == 'formatted') {
$rep->setFontBold();
$rep->addText($prizetext);
$rep->setFontNormal();
$rep->nextline();
}
foreach($r->winners as $pr) {
$prevprizeid = $pr->id;
}
if($pr->projectnumber || $show_unawarded_prizes=="yes") {
if($prevprizeid!=$pr->id) {
$prizetext=$pr->prize;
if($pr->cash || $pr->scholarship) {
$prizetext.=" (";
if($pr->cash && $pr->scholarship)
$prizetext.="\$$pr->cash cash / \$$pr->scholarship scholarship";
else if($pr->cash)
$prizetext.= "\$$pr->cash cash";
else if($pr->scholarship)
$prizetext.= "\$$pr->scholarship scholarship";
$prizetext.= ")";
}
if($scriptformat=="default")
$rep->addText($prizetext);
if($scriptformat=="formatted") {
$rep->setFontBold();
$rep->addText($prizetext);
$rep->setFontNormal();
$rep->nextline();
}
$prevprizeid=$pr->id;
}
if ($pr->projectnumber) {
if ($scriptformat == 'default')
$rep->addText(" ($pr->projectnumber) $pr->title");
if($pr->projectnumber) {
if($scriptformat=="default")
$rep->addText( " ($pr->projectnumber) $pr->title");
$sq = $pdo->prepare("SELECT students.firstname,
students.lastname,
students.pronunciation,
students.schools_id,
$sq=mysql_query("SELECT users.firstname,
users.lastname,
users.pronunciation,
users.schools_id,
schools.school
FROM
students,
users,
schools
WHERE
students.registrations_id='$pr->reg_id'
AND students.schools_id=schools.id
users.registrations_id='$pr->reg_id'
AND users.schools_id=schools.id
");
$sq->execute();
$students=" Students: ";
$studnum=0;
$pronounce = "";
$rawpronounce = "";
while($studentinfo=mysql_fetch_object($sq)) {
if($studnum>0) $students.=", ";
$students.="$studentinfo->firstname $studentinfo->lastname";
$students = ' Students: ';
$studnum = 0;
$pronounce = '';
$rawpronounce = '';
while ($studentinfo = $sq->fetch(PDO::FETCH_OBJ)) {
if ($studnum > 0)
$students .= ', ';
$students .= "$studentinfo->firstname $studentinfo->lastname";
if($studentinfo->pronunciation) {
$students .= " (Pronounced \"{$studentinfo->pronunciation}\")";
}
if ($studnum > 0)
$pronounce .= ', ';
$pronounce .= "\"{$studentinfo->pronunciation}\"";
$rawpronounce .= "{$studentinfo->pronunciation}";
$student_winner[$studnum] = "$studentinfo->firstname $studentinfo->lastname";
$student_win_pronunc[$studnum] = "$studentinfo->pronunciation";
$student_school[$studnum] = $studentinfo->school;
$studnum++;
}
if ($scriptformat == 'default') {
$rep->addText($students);
if (trim($rawpronounce) != '' && $show_pronunciation == TRUE)
$rep->addText(" Pronunciation: $pronounce");
$rep->addText(" School: {$student_school[0]}");
}
if ($scriptformat == 'formatted') {
$rep->addTextX("$pr->projectnumber", 0.5);
for ($x = 0; $x < $studnum; $x++) {
$rep->addTextX($student_winner[$x], 1.4);
$rep->addTextX($student_school[$x], 5.5);
if ($show_pronunciation == TRUE && $student_win_pronunc[$x]) {
$rep->nextline();
$rep->addTextX("({$student_win_pronunc[$x]})", 2.0);
$student_winner[$studnum] = "$studentinfo->firstname $studentinfo->lastname";
$student_win_pronunc[$studnum] = "$studentinfo->pronunciation";
$student_school[$studnum] = $studentinfo->school;
$studnum++;
}
if ($type == 'pdf')
$rep->nextline();
}
if (($studnum == 1) && ($type == 'csv'))
$rep->addTextX('');
if (($studnum == 1) && ($type == 'csv'))
$rep->addTextX('');
$rep->addText($pr->title, 'left', 1.4);
if ($type == 'pdf')
$rep->nextline();
$rep->nextline();
}
} else {
$rep->addText(' Prize not awarded');
}
}
}
$rep->nextLine();
}
$rep->output();
if($scriptformat=="default") {
$rep->addText($students);
$rep->addText(" School: {$student_school[0]}");
}
if($scriptformat=="formatted") {
$rep->addTextX("$pr->projectnumber",0.5);
for($x=0; $x<$studnum; $x++) {
$rep->addTextX($student_winner[$x],1.4);
$rep->addTextX($student_school[$x],5.5);
if($show_pronunciation == TRUE && $student_win_pronunc[$x]) {
$rep->nextline();
$rep->addTextX("({$student_win_pronunc[$x]})",2.0);
}
if($type=="pdf")
$rep->nextline();
}
if(($studnum==1) && ($type == "csv")) $rep->addTextX("");
if(($studnum==1) && ($type == "csv")) $rep->addTextX("");
$rep->addText($pr->title,'left', 1.4);
if($type=="pdf") $rep->nextline();
$rep->nextline();
}
}
else {
$rep->addText(" Prize not awarded");
}
}
}
$rep->nextLine();
}
$rep->output();
?>

View File

@ -1,37 +1,36 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once('../common.inc.php');
require_once('../user.inc.php');
user_auth_required('admin');
require_once ('../tcpdf/tcpdf_sfiab_config.php');
require_once ('../tcpdf/tcpdf.php');
require_once('../tcpdf/tcpdf_sfiab_config.php');
require_once('../tcpdf/tcpdf.php');
$fcid = intval($_GET['fundraising_campaigns_id']);
$key = $_GET['key'];
$key = mysql_real_escape_string($_GET['key']);
/* Start an output PDF */
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
@ -53,53 +52,53 @@ $pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA));
// set default monospaced font
$pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED);
// set margins
//set margins
$pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT);
$pdf->SetHeaderMargin(PDF_MARGIN_HEADER);
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
// set auto page breaks
//set auto page breaks
$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
$pdf->setPrintFooter(false);
// set image scale factor
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
//set image scale factor
$pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
// set some language-dependent strings
// $pdf->setLanguageArray($l);
//set some language-dependent strings
//$pdf->setLanguageArray($l);
/* Load the users */
$users = array();
$q = $pdo->prepare("SELECT * FROM fundraising_campaigns_users_link WHERE fundraising_campaigns_id='$fcid'");
while ($l = $q->fetch(PDO::FETCH_ASSOC)) {
$q = mysql_query("SELECT * FROM fundraising_campaigns_users_link WHERE fundraising_campaigns_id='$fcid'");
while($l = mysql_fetch_assoc($q)) {
$uid = $l['users_uid'];
$users[$uid] = user_load_by_uid($uid);
}
/* Grab all the emails */
$q = $pdo->prepare("SELECT * FROM emails WHERE fundraising_campaigns_id='$fcid' AND val='$key'");
$q->execute();
$q = mysql_query("SELECT * FROM emails WHERE fundraising_campaigns_id='$fcid' AND val='$key'");
while ($e = $q->fetch(PDO::FETCH_ASSOC)) {
foreach ($users as $uid => &$u) {
$subject = communication_replace_vars($e['subject'], $u);
while($e = mysql_fetch_assoc($q)) {
foreach($users as $uid=>&$u) {
$subject = communication_replace_vars($e['subject'], $u);
$body = communication_replace_vars($e['bodyhtml'], $u);
/* these dont' need substitutions */
$to = $u['name'];
$date = date('F j, Y');
$date = date("F j, Y");
$html = "<table><tr><td align=\"right\" width=\"25\%\"><b>Attn: </b></td><td>$to</td></tr>
$html = "<table><tr><td align=\"right\" width=\"25\%\"><b>Attn: </b></td><td>$to</td></tr>
<tr><td align=\"right\" width=\"25\%\"><b>Subject: </b></td><td>$subject</td></tr>
<tr><td align=\"right\" width=\"25\%\"><b>Date: </b></td><td>$date</td></tr>
</table>
<hr />";
$pdf->AddPage();
$pdf->AddPage();
$pdf->writeHTML($html);
$pdf->writeHTML($body);
$pdf->lastPage();
}
}
$pdf->Output('report.pdf', 'I');
}
$pdf->Output('report.pdf','I');
?>

View File

@ -1,432 +1,396 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the Science-ation project
* Science-ation Website: https://science-ation.ca
*
* This file was part of the 'Science Fair In A Box' project
*
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
* Copyright (C) 2024 AlgoLibre Inc. <science-ation@algolibre.io>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
function report_awards_fr($report, $field, $text)
{
return i18n($text, array(), array(), 'fr');
}
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.
function report_cash_words($report, $field, $text)
{
return wordify($text, true);
}
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.
*/
$report_awards_fields = array(
'name' => array(
'name' => array(
'start_option_group' => 'Award Information',
'name' => 'Award -- Name',
'header' => 'Award Name',
'width' => 3.0,
'table' => 'award_awards.name'
),
'name_fr' => array(
'name' => 'Award -- Name (French)',
'header' => 'Award Name',
'width' => 3.0,
'table' => 'award_awards.name',
'exec_function' => 'report_awards_fr'
),
'criteria' => array(
'width' => 76.2 /*mm*/,
'table' => 'award_awards.name' ),
'criteria' => array(
'name' => 'Award -- Criteria',
'header' => 'Award Criteria',
'width' => 3.0,
'table' => 'award_awards.criteria'
),
'criteria_fr' => array(
'name' => 'Award -- Criteria (French)',
'header' => 'Award Criteria',
'width' => 3.0,
'table' => 'award_awards.criteria',
'exec_function' => 'report_awards_fr'
),
'presenter' => array(
'width' => 76.2 /*mm*/,
'table' => 'award_awards.criteria' ),
'presenter' => array(
'name' => 'Award -- Presenter',
'header' => 'Award Presenter',
'width' => 1.5,
'table' => 'award_awards.presenter'
),
'order' => array(
'width' => 38.1 /*mm*/,
'table' => 'award_awards.presenter' ),
'order' => array(
'name' => 'Award -- Order',
'header' => 'Award Order',
'width' => 0.5,
'table' => 'award_awards.order'
),
'cwsfaward' => array(
'width' => 12.7 /*mm*/,
'table' => 'award_awards.order' ),
'cwsfaward' => array(
'name' => 'Award -- CWSF Award',
'header' => 'CWSF',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => 'award_awards.cwsfaward',
'value_map' => array('0' => 'No', '1' => 'Yes')
),
'value_map' => array ('0' => 'No', '1' => 'Yes')),
'type' => array(
'name' => 'Award -- Type',
'header' => 'Award Type',
'width' => 1.0,
'table' => 'award_types.type'
),
'width' => 25.4 /*mm*/,
'table' => 'award_types.type' ),
'empty_winner_box' => array(
'name' => 'Award -- Empty Winner Box (for hand entry on printed reports)',
'header' => 'Winner',
'width' => 1.0,
'table' => "CONCAT('')"
),
'width' => 25.4 /*mm*/,
'table' => "CONCAT('')" ),
'sponsor_organization' => array(
'start_option_group' => 'Sponsor Information',
'name' => 'Sponsor -- Organization',
'header' => 'Sponsor Organization',
'width' => 2.0,
'table' => 'sponsors.organization'
),
'width' => 50.8 /*mm*/,
'table' => 'sponsors.organization' ),
'sponsor_phone' => array(
'name' => 'Sponsor -- Phone',
'header' => 'Sp. Phone',
'width' => 1,
'table' => 'sponsors.phone'
),
'width' => 25.4 /*mm*/,
'table' => 'sponsors.phone' ),
'sponsor_fax' => array(
'name' => 'Sponsor -- Fax',
'header' => 'Sp. Fax',
'width' => 1,
'table' => 'sponsors.fax'
),
'sponsor_address' => array(
'width' => 25.4 /*mm*/,
'table' => 'sponsors.fax' ),
'sponsor_address' => array(
'name' => 'Sponsor -- Street Address',
'header' => 'Sponsor Address',
'width' => 2.0,
'table' => 'sponsors.address'
),
'sponsor_city' => array(
'width' => 50.8 /*mm*/,
'table' => 'sponsors.address'),
'sponsor_city' => array(
'name' => 'Sponsor -- City',
'header' => 'Sp. City',
'width' => 1.5,
'table' => 'sponsors.city'
),
'sponsor_province' => array(
'name' => 'Sponsor -- ' . $config['provincestate'],
'header' => 'Sp. ' . $config['provincestate'],
'width' => 0.75,
'table' => 'sponsors.province_code'
),
'sponsor_postal' => array(
'name' => 'Sponsor -- ' . $config['postalzip'],
'header' => 'Sp. ' . $config['postalzip'],
'width' => 0.75,
'table' => 'sponsors.postalcode'
),
'sponsor_notes' => array(
'width' => 38.1 /*mm*/,
'table' => 'sponsors.city' ),
'sponsor_province' => array(
'name' => 'Sponsor -- '.$config['provincestate'],
'header' => 'Sp. '.$config['provincestate'],
'width' => 19.05 /*mm*/,
'table' => 'sponsors.province_code' ),
'sponsor_postal' => array(
'name' => 'Sponsor -- '.$config['postalzip'],
'header' => 'Sp. '.$config['postalzip'],
'width' => 19.05 /*mm*/,
'table' => 'sponsors.postalcode' ),
'sponsor_notes' => array(
'name' => 'Sponsor -- Notes',
'header' => 'Sponsor Notes',
'width' => 3,
'table' => 'sponsors.notes'
),
'sponsorship_status' => array(
'width' => 76.2 /*mm*/,
'table' => 'sponsors.notes' ),
'sponsorship_status' => array(
'name' => 'Sponsorship -- Status',
'header' => 'Sp. Status',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => 'sponsorships.status',
'value_map' => array('pending' => 'Pending', 'confirmed' => 'Confirmed'), 'received' => 'Received'
),
'pcontact_salutation' => array(
'value_map' => array ('pending' => 'Pending', 'confirmed' => 'Confirmed'), "received"=>"Received"),
'pcontact_salutation' => array(
'start_option_group' => 'Sponsor Primary Contact',
'name' => 'Primary Contact -- Salutation',
'header' => 'Cnct. Salutation',
'width' => 1.0,
'table' => 'PRIMARYCONTACTUSER.salutation'
),
'pcontact_last_name' => array(
'width' => 25.4 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.salutation' ),
'pcontact_last_name' => array(
'name' => 'Primary Contact -- Last Name',
'header' => 'Cnct. Last Name',
'width' => 1.0,
'table' => 'PRIMARYCONTACTUSER.lastname'
),
'width' => 25.4 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.lastname' ),
'pcontact_first_name' => array(
'name' => 'Primary Contact -- First Name',
'header' => 'Cnct. First Name',
'width' => 1.0,
'table' => 'PRIMARYCONTACTUSER.firstname'
),
'pcontact_name' => array(
'width' => 25.4 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.firstname' ),
'pcontact_name' => array(
'name' => 'Primary Contact -- Full Name (last, first)',
'header' => 'Contact Name',
'width' => 1.75,
'width' => 44.45 /*mm*/,
'table' => "CONCAT(PRIMARYCONTACTUSER.lastname, ', ', PRIMARYCONTACTUSER.firstname)",
'table_sort' => 'PRIMARYCONTACTUSER.lastname'
),
'pcontact_namefl' => array(
'table_sort'=> 'PRIMARYCONTACTUSER.lastname' ),
'pcontact_namefl' => array(
'name' => 'Primary Contact -- Full Name (salutation first last)',
'header' => 'Contact Name',
'width' => 1.75,
'width' => 44.45 /*mm*/,
'table' => "CONCAT(PRIMARYCONTACTUSER.salutation, ' ', PRIMARYCONTACTUSER.firstname, ' ', PRIMARYCONTACTUSER.lastname)",
'table_sort' => 'PRIMARYCONTACTUSER.lastname'
),
'pcontact_position' => array(
'table_sort'=> 'PRIMARYCONTACTUSER.lastname' ),
'pcontact_position' => array(
'name' => 'Primary Contact -- Position',
'header' => 'Cnct. Position',
'width' => 1.25,
'table' => 'PRIMARYCONTACT.position'
),
'pcontact_email' => array(
'width' => 31.75 /*mm*/,
'table' => 'PRIMARYCONTACT.position'),
'pcontact_email' => array(
'name' => 'Primary Contact -- Email',
'header' => 'Cnct. Email',
'width' => 2.0,
'table' => 'PRIMARYCONTACTUSER.email'
),
'width' => 50.8 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.email'),
'pcontact_hphone' => array(
'name' => 'Primary Contact -- Home Phone',
'header' => 'Cnct. Home',
'width' => 1,
'table' => 'PRIMARYCONTACTUSER.phonehome'
),
'width' => 25.4 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.phonehome' ),
'pcontact_wphone' => array(
'name' => 'Primary Contact -- Work Phone',
'header' => 'Cnct. Work',
'width' => 1,
'table' => 'PRIMARYCONTACTUSER.phonework'
),
'width' => 25.4 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.phonework' ),
'pcontact_cphone' => array(
'name' => 'Primary Contact -- Cell Phone',
'header' => 'Cnct. Cell',
'width' => 1,
'table' => 'PRIMARYCONTACTUSER.phonecell'
),
'width' => 25.4 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.phonecell' ),
'pcontact_fax' => array(
'name' => 'Primary Contact -- Fax',
'header' => 'Cnct. Fax',
'width' => 1,
'table' => 'PRIMARYCONTACTUSER.fax'
),
'pcontact_notes' => array(
'width' => 25.4 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.fax' ),
'pcontact_notes' => array(
'name' => 'Primary Contact -- Notes',
'header' => 'Contact Notes',
'width' => 3,
'table' => 'PRIMARYCONTACT.notes'
),
'pcontact_address' => array(
'width' => 76.2 /*mm*/,
'table' => 'PRIMARYCONTACT.notes' ),
'pcontact_address' => array(
'name' => 'Primary Contact Address -- Street',
'header' => 'Address',
'width' => 2.0,
'table' => "CONCAT(PRIMARYCONTACTUSER.address, ' ', PRIMARYCONTACTUSER.address2)"
),
'pcontact_city' => array(
'width' => 50.8 /*mm*/,
'table' => "CONCAT(PRIMARYCONTACTUSER.address, ' ', PRIMARYCONTACTUSER.address2)"),
'pcontact_city' => array(
'name' => 'Primary Contact Address -- City',
'header' => 'City',
'width' => 1.5,
'table' => 'PRIMARYCONTACTUSER.city'
),
'pcontact_province' => array(
'name' => 'Primary Contact Address -- ' . $config['provincestate'],
'width' => 38.1 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.city'),
'pcontact_province' => array(
'name' => 'Primary Contact Address -- '.$config['provincestate'],
'header' => $config['provincestate'],
'width' => 0.75,
'table' => 'PRIMARYCONTACTUSER.province'
),
'pcontact_postal' => array(
'name' => 'Primary Contact Address -- ' . $config['postalzip'],
'width' => 19.05 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.province'),
'pcontact_postal' => array(
'name' => 'Primary Contact Address -- '.$config['postalzip'],
'header' => $config['postalzip'],
'width' => 0.75,
'table' => 'PRIMARYCONTACTUSER.postalcode'
),
'pcontact_city_prov' => array(
'name' => 'Primary Contact Address -- City, ' . $config['provincestate'] . ' (for mailing)',
'header' => 'City',
'width' => 1.5,
'table' => "CONCAT(PRIMARYCONTACTUSER.city, ', ', PRIMARYCONTACTUSER.province)"
),
'width' => 19.05 /*mm*/,
'table' => 'PRIMARYCONTACTUSER.postalcode' ),
'pcontact_city_prov' => array(
'name' => 'Primary Contact Address -- City, '.$config['provincestate'].' (for mailing)',
'header' => 'City',
'width' => 38.1 /*mm*/,
'table' => "CONCAT(PRIMARYCONTACTUSER.city, ', ', PRIMARYCONTACTUSER.province)"),
'judgeteamname' => array(
'start_option_group' => 'Judging Team',
'components' => array('judgingteam'),
'name' => 'Judging Team -- Name',
'header' => 'Judging Team',
'width' => 3.0,
'table' => 'judges_teams.name'
),
'width' => 76.2 /*mm*/,
'table' => 'judges_teams.name'),
'judgeteamnum' => array(
'components' => array('judgingteam'),
'name' => 'Judging Team -- Number',
'header' => 'Team',
'width' => 0.5,
'table' => 'judges_teams.num'
),
'width' => 12.7 /*mm*/,
'table' => 'judges_teams.num'),
'judgeteammembers_name' => array(
'components' => array('judgingteam', 'judgingteammembers'),
'name' => 'Judging Team -- Judge Name',
'header' => 'Judge Name',
'width' => 1.5,
'table' => "CONCAT(judges.firstname, ' ', judges.lastname)"
),
'width' => 38.1 /*mm*/,
'table' => "CONCAT(judges.firstname, ' ', judges.lastname)"),
'judgeteammembers' => array(
'components' => array('judgingteam', 'judgingteammembers'),
'name' => 'Judging Team -- Members (REQUIRES MySQL 5.0)',
'header' => 'Team Members',
'width' => 3.0,
'width' => 76.2 /*mm*/,
'table' => "GROUP_CONCAT(judges.firstname, ' ', judges.lastname ORDER BY judges.lastname SEPARATOR ', ')",
'group_by' => array('award_awards.id', 'judges_teams.num')
),
'group_by' => array('award_awards.id', 'judges_teams.num') ),
'prize_name' => array(
'start_option_group' => 'Prize Info (Duplicates award data for each prize, omits awards with no prizes)',
'name' => 'Prize -- Name',
'header' => 'Prize Name',
'width' => 2,
'width' => 50.8 /*mm*/,
'table' => 'award_prizes.prize',
'components' => array('prizes')
),
'components' => array('prizes')),
'prize_cash' => array(
'name' => 'Prize -- Cash Amount',
'header' => 'Cash',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => 'award_prizes.cash',
'components' => array('prizes')
),
'prize_cash_words' => array(
'name' => 'Prize -- Cash Amount In Words',
'header' => 'Cash',
'width' => 0.5,
'table' => 'award_prizes.cash',
'components' => array('prizes'),
'exec_function' => 'report_cash_words'
),
'components' => array('prizes')),
'prize_scholarship' => array(
'name' => 'Prize -- Scholarship Amount',
'header' => 'Scholarship',
'width' => 0.75,
'width' => 19.05 /*mm*/,
'table' => 'award_prizes.scholarship',
'components' => array('prizes')
),
'components' => array('prizes')),
'prize_value' => array(
'name' => 'Prize -- Value Amount',
'header' => 'Value',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => 'award_prizes.value',
'components' => array('prizes')
),
'components' => array('prizes')),
/*
* Don't have projectcategories and projectdivisions
* 'prize_fullname' => array(
* 'name' => 'Prize -- Name, Category, Division',
* 'header' => 'Prize Name',
* 'width' => 4,
* 'table' => "CONCAT(award_prizes.prize,' in ',projectcategories.category,' ', projectdivisions.division)",
* 'table_sort' => 'award_prizes.order',
* 'components' => array('prizes')),
*/
/* Don't have projectcategories and projectdivisions
'prize_fullname' => array(
'name' => 'Prize -- Name, Category, Division',
'header' => 'Prize Name',
'width' => 101.6 /*mm,
'table' => "CONCAT(award_prizes.prize,' in ',projectcategories.category,' ', projectdivisions.division)",
'table_sort' => 'award_prizes.order',
'components' => array('prizes')),
*/
'prize_trophy_any' => array(
'name' => "Prize -- Trophy ('Yes' if the award has a trophy)",
'name' => 'Prize -- Trophy (\'Yes\' if the award has a trophy)',
'header' => 'Trophy',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => "IF ( award_prizes.trophystudentkeeper=1
OR award_prizes.trophystudentreturn=1
OR award_prizes.trophyschoolkeeper=1
OR award_prizes.trophyschoolreturn=1, 'Yes', 'No')",
'components' => array('prizes')
),
'components' => array('prizes')),
'prize_trophy_return' => array(
'name' => "Prize -- Annual Trophy ('Yes' if the award has a school or student trophy that isn't a keeper)",
'name' => 'Prize -- Annual Trophy (\'Yes\' if the award has a school or student trophy that isn\'t a keeper)',
'header' => 'Trophy',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => "IF ( award_prizes.trophystudentreturn=1
OR award_prizes.trophyschoolreturn=1, 'Yes', 'No')",
'components' => array('prizes')
),
'components' => array('prizes')),
'prize_trophy_return_student' => array(
'name' => "Prize -- Annual Student Trophy ('Yes' if the award has astudent trophy that isn't a keeper)",
'name' => 'Prize -- Annual Student Trophy (\'Yes\' if the award has astudent trophy that isn\'t a keeper)',
'header' => 'Ind.',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => "IF ( award_prizes.trophystudentreturn=1, 'Yes', 'No')",
'components' => array('prizes')
),
'components' => array('prizes')),
'prize_trophy_return_school' => array(
'name' => "Prize -- Annual School Trophy ('Yes' if the award has a school trophy that isn't a keeper)",
'name' => 'Prize -- Annual School Trophy (\'Yes\' if the award has a school trophy that isn\'t a keeper)',
'header' => 'Sch.',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => "IF ( award_prizes.trophyschoolreturn=1, 'Yes', 'No')",
'components' => array('prizes')
),
'components' => array('prizes')),
'prize_all' => array(
'name' => 'Prize -- Lists all prize data (name, cash, scholarship, value, trophies)',
'header' => 'Prize',
'width' => 2,
'width' => 50.8 /*mm*/,
'table' => "CONCAT(
IF(award_prizes.prize != '', CONCAT(award_prizes.prize,'
', ''),''),
IF(award_prizes.cash != '', CONCAT('\$',award_prizes.cash,'
'), ''),
IF(award_prizes.scholarship != '', CONCAT('\$',award_prizes.scholarship,' scholarship
'), ''),
IF(award_prizes.value != '', CONCAT('\$',award_prizes.value,' value
'), ''),
IF(award_prizes.trophystudentkeeper != '', CONCAT('Student Keeper Trophy
'), ''),
IF(award_prizes.trophystudentreturn != '', CONCAT('Student Annual-Return Trophy
'), ''),
IF(award_prizes.trophyschoolkeeper != '', CONCAT('School Keeper Trophy
'), ''),
IF(award_prizes.trophyschoolreturn != '', CONCAT('School Annual-Return Trophy
'), '')
IF(award_prizes.prize != '', CONCAT(award_prizes.prize,'\n', ''),''),
IF(award_prizes.cash != '', CONCAT('$',award_prizes.cash,'\n'), ''),
IF(award_prizes.scholarship != '', CONCAT('$',award_prizes.scholarship,' scholarship\n'), ''),
IF(award_prizes.value != '', CONCAT('$',award_prizes.value,' value\n'), ''),
IF(award_prizes.trophystudentkeeper != '', CONCAT('Student Keeper Trophy\n'), ''),
IF(award_prizes.trophystudentreturn != '', CONCAT('Student Annual-Return Trophy\n'), ''),
IF(award_prizes.trophyschoolkeeper != '', CONCAT('School Keeper Trophy\n'), ''),
IF(award_prizes.trophyschoolreturn != '', CONCAT('School Annual-Return Trophy\n'), '')
)",
'components' => array('prizes')
),
'components' => array('prizes')),
/* The label system depends on each report type having conference_name and conference_logo */
'conference_name' => array(
'start_option_group' => 'Conference Information',
'name' => 'Conference -- Name',
'header' => 'Conference Name',
'width' => 76.2 /*mm*/,
'table' => "'".mysql_escape_string($conference['name'])."'"),
'conference_logo' => array(
'name' => 'Conference -- Logo (for Labels only)',
'header' => '',
'width' => 1 /*mm*/,
'table' => "CONCAT(' ')"),
);
function report_awards_fromwhere($report, $components)
{
global $config, $report_awards_fields;
function report_awards_fromwhere($report, $components)
{
global $config, $report_awards_fields;
$fields = $report_awards_fields;
$year = $report['year'];
$conferenceId = $report['conference_id'];
$judges_join = '';
$judges_where = '';
if (in_array('judgingteam', $components)) {
$judges_join = 'LEFT JOIN judges_teams_awards_link ON judges_teams_awards_link.award_awards_id=award_awards.id
if(in_array('judgingteam', $components)) {
$judges_join = 'LEFT JOIN judges_teams_awards_link ON judges_teams_awards_link.award_awards_id=award_awards.id
LEFT JOIN judges_teams ON judges_teams.id=judges_teams_awards_link.judges_teams_id';
$judges_where = "AND judges_teams_awards_link.year='$year'
AND judges_teams.year='$year'";
$judges_where = "AND judges_teams_awards_link.conferences_id='$conferenceId'
AND judges_teams.conferences_id='$conferenceId'";
}
$judges_members_join = '';
$judges_members_where = '';
if (in_array('judgingteammembers', $components)) {
if(in_array('judgingteammembers', $components)) {
$judges_members_join = 'LEFT JOIN judges_teams_link ON judges_teams_link.judges_teams_id=judges_teams.id
LEFT JOIN judges ON judges.id=judges_teams_link.judges_id';
$judges_members_where = "AND judges_teams_link.year='$year'";
$judges_members_where = "AND judges_teams_link.conferences_id='$conferenceId'";
}
$prizes_join = '';
if (in_array('prizes', $components)) {
if(in_array('prizes', $components)) {
$prizes_join = 'LEFT JOIN award_prizes ON award_prizes.award_awards_id=award_awards.id';
/*
* Don't need a where filter, the prize is attached by unique ID to an award
* that is already from the correct year.
*/
/* Don't need a where filter, the prize is attached by unique ID to an award
* that is already from the correct conference. */
}
$q = " FROM award_awards
LEFT JOIN sponsors ON (
sponsors.id=award_awards.sponsors_id)
@ -440,13 +404,12 @@ function report_awards_fromwhere($report, $components)
$judges_members_join
$prizes_join
WHERE
award_awards.year='$year'
AND award_types.year='$year'
award_awards.conferences_id='$conferenceId'
AND award_types.conferences_id='$conferenceId'
$judges_where
$judges_members_where
";
return $q;
}
?>

View File

@ -1,109 +1,111 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
require_once ('reports.inc.php');
user_auth_required('committee', 'admin');
send_header('Award Ceremony Scripts',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'print_awards_ceremony_scripts');
echo '<br />';
echo '<form action="reports_acscript.php" method="get">';
echo '<table class="tableedit">';
require("../common.inc.php");
require_once("../user.inc.php");
require_once('reports.inc.php');
user_auth_required('admin');
send_header("Award Ceremony Scripts",
array('Main' => 'user_main.php',
'Administration' => 'admin/index.php'),
"print_awards_ceremony_scripts"
);
echo "<br />";
echo "<form action=\"reports_acscript.php\" method=\"get\">";
echo "<table class=\"tableedit\">";
echo "<tr><td><b>".i18n("Year").":</b></td><td>";
echo '<tr><td><b>' . i18n('Year') . ':</b></td><td>';
//get the year information, use fairname since it should be there for all years[right?]
/* Find our conference oid */
$q = mysql_query("SELECT oid FROM conferences WHERE id='{$_SESSION['conferences_id']}'");
$c = mysql_fetch_assoc($q);
$conferences_oid = $c['oid'];
// get the year information, use fairname since it should be there for all years[right?]
$results = $pdo->prepare("SELECT year FROM config WHERE var='fairname' AND year > 0 ORDER BY year DESC");
$results->execute();
$results = mysql_query("SELECT year FROM conferences WHERE oid='$conferences_oid' AND year > 0 ORDER BY year DESC");
echo "<select name=\"year\" size=1>";
while($r=mysql_fetch_object($results)) {
echo "<option>$r->year</option>";
}
echo "</select></td></tr>";
echo '<select name="year" size=1>';
while ($r = $results->fetch(PDO::FETCH_OBJ)) {
echo "<option>$r->year</option>";
}
echo '</select></td></tr>';
// list output formats
echo "<tr><td>
\t\t<b>" . i18n('Type') . ":</b>
\t </td>
\t <td>
\t \t<select name=\"type\" size=1>
//list output formats
echo "<tr><td>
<b>".i18n("Type").":</b>
</td>
<td>
<select name=\"type\" size=1>
<option value=\"pdf\">PDF</option>
<option value=\"csv\">CSV</option>
</select></td>";
echo "</td></tr>\n";
echo '<tr>';
// list award subsets to output
echo '<td><b>' . i18n('Award Type') . ':</b></td> <td> <select name="awardtype" size=1>';
$results = $pdo->prepare('SELECT type FROM award_types WHERE year=' . $config['FAIRYEAR'] . ' ORDER BY type');
$results->execute();
echo '<option value="All">' . i18n('All') . '</option>';
while ($r = $results->fetch(PDO::FETCH_OBJ)) {
echo "<option value=\"$r->type\">" . i18n("$r->type") . '</option>';
}
echo '</select></td>';
echo "</td></tr>\n";
echo '<tr>';
echo "</td></tr>\n";
echo "<tr>";
//list award subsets to output
echo "<td><b>".i18n("Award Type").":</b></td> <td> <select name=\"awardtype\" size=1>";
$results = mysql_query("SELECT type FROM award_types WHERE conferences_id=".$conference['id']." ORDER BY type");
echo "<option value=\"All\">".i18n("All")."</option>";
while($r=mysql_fetch_object($results)) {
echo "<option value=\"$r->type\">".i18n("$r->type")."</option>";
}
echo "</select></td>";
echo "</td></tr>\n";
echo "<tr>";
// list award formats to output
echo '<td>
<b>' . i18n('Script Format') . ":</b>
//list award formats to output
echo "<td>
<b>".i18n("Script Format").":</b>
</td>
<td>
<select name=\"scriptformat\" size=1>
<option value=\"default\">Default</option>
<option value=\"formatted\">Formatted</option>
\t</select></td></tr>";
</select></td></tr>";
echo '<tr><td ><b>' . i18n('Show awards without winners') . ':</b></td>';
echo '<td><input name="show_unawarded_awards" type="checkbox" ' . ($config['reports_show_unawarded_awards'] == 'yes' ? 'checked' : '') . '/></td></tr>';
echo '<tr><td ><b>' . i18n('Show prizes without winners') . ':</b></td>';
echo '<td><input name="show_unawarded_prizes" type="checkbox" ' . ($config['reports_show_unawarded_prizes'] == 'yes' ? 'checked' : '') . '/></td></tr>';
echo '<tr><td ><b>' . i18n('Show criteria for each award') . ':</b></td>';
echo '<td><input name="show_criteria" type="checkbox" ' . ($config['reports_show_criteria'] == 'yes' ? 'checked' : '') . ' value="on"/></td></tr>';
echo '<tr><td ><b>' . i18n('Show student name pronunciation') . ':</b></td>';
echo '<td><input name="show_pronunciation" type="checkbox" /></td></tr>';
echo '<tr><td width="30%"><b>' . i18n('Group divisional results by Prize (instead of Award Name). This groups all the honourable mentions in all divisions together, all the bronzes together, etc.') . ':</b></td>';
echo '<td><input name="group_by_prize" type="checkbox" /></td></tr>';
echo "<tr><td ><b>".i18n("Show awards without winners").":</b></td>";
echo "<td><input name=\"show_unawarded_awards\" type=\"checkbox\" ".($config['reports_show_unawarded_awards'] == 'yes' ? "checked" : "")."/></td></tr>";
echo "<tr><td ><b>".i18n("Show prizes without winners").":</b></td>";
echo "<td><input name=\"show_unawarded_prizes\" type=\"checkbox\" ".($config['reports_show_unawarded_prizes'] == 'yes' ? "checked" : "")."/></td></tr>";
echo "<tr><td ><b>".i18n("Show criteria for each award").":</b></td>";
echo "<td><input name=\"show_criteria\" type=\"checkbox\" ".($config['reports_show_criteria'] == 'yes' ? "checked" : "")." value=\"on\"/></td></tr>";
echo "<tr><td ><b>".i18n("Show student name pronunciation").":</b></td>";
echo "<td><input name=\"show_pronunciation\" type=\"checkbox\" /></td></tr>";
echo "<tr><td width=\"30%\"><b>".i18n("Group divisional results by Prize (instead of Award Name). This groups all the honourable mentions in all divisions together, all the bronzes together, etc."). ":</b></td>";
echo "<td><input name=\"group_by_prize\" type=\"checkbox\" /></td></tr>";
echo '<tr><td><b>' . i18n('Include the following age categories') . ':</b></td>';
echo '<td>';
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='{$config['FAIRYEAR']}' ORDER BY id");
$q->execute();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
echo "<tr><td><b>".i18n("Include the following age categories").":</b></td>";
echo "<td>";
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='{$conference['id']}' ORDER BY id");
while($r=mysql_fetch_object($q)) {
echo "<input name=\"show_category[{$r->id}]\" type=\"checkbox\" checked=\"checked\" />";
echo '' . i18n($r->category) . '<br />';
}
echo "".i18n($r->category)."<br />";
}
echo '</table>';
echo '<input type="submit" value="' . i18n('Generate Script') . '" />';
echo '</form>';
echo "</table>";
echo "<input type=\"submit\" value=\"".i18n("Generate Script")."\" />";
echo "</form>";
send_footer();
send_footer();
?>

View File

@ -1,170 +1,165 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
$report_committees_fields = array(
'name' => array(
'name' => array(
'start_option_group' => 'Committee Member Name',
'name' => 'Committee Member -- Full Name ',
'header' => 'Name',
'width' => 1.75,
'width' => 44.45 /*mm*/,
'table' => "CONCAT(users.firstname, ' ', users.lastname)",
'table_sort' => 'users.lastname'
),
'last_name' => array(
'table_sort' => 'users.lastname'),
'last_name' => array(
'name' => 'Committee Member -- Last Name',
'header' => 'Last Name',
'width' => 1.0,
'table' => 'users.lastname'
),
'width' => 25.4 /*mm*/,
'table' => 'users.lastname' ),
'first_name' => array(
'name' => 'Committee Member -- First Name',
'header' => 'First Name',
'width' => 1.0,
'table' => 'users.firstname'
),
'email' => array(
'width' => 25.4 /*mm*/,
'table' => 'users.firstname' ),
'email' => array(
'start_option_group' => 'Committee Member Contact Information',
'name' => 'Committee Member -- Email',
'header' => 'Email',
'width' => 2.0,
'table' => 'users.email'
),
'width' => 50.8 /*mm*/,
'table' => 'accounts.email'),
'phone_home' => array(
'name' => 'Committee Member -- Phone (Home)',
'header' => 'Phone(Home)',
'width' => 1,
'table' => 'users.phonehome'
),
'width' => 25.4 /*mm*/,
'table' => 'users.phonehome'),
'phone_work' => array(
'name' => 'Committee Member -- Phone (Work)',
'header' => 'Phone(Work)',
'width' => 1.25,
'table' => 'users.phonework'
),
'width' => 31.75 /*mm*/,
'table' => 'users.phonework'),
'phone_cel' => array(
'name' => 'Committee Member -- Phone (Cel)',
'header' => 'Phone(Cel)',
'width' => 1,
'table' => 'users.phonecell'
),
'address' => array(
'name' => 'Committee Member -- Phone (Cell)',
'header' => 'Phone(Cell)',
'width' => 25.4 /*mm*/,
'table' => 'users.phonecell'),
'address' => array(
'name' => 'Committee Member -- Address Street',
'header' => 'Address',
'width' => 2.0,
'table' => "CONCAT(users.address, ' ', users.address2)"
),
'city' => array(
'width' => 50.8 /*mm*/,
'table' => "CONCAT(users.address, ' ', users.address2)"),
'city' => array(
'name' => 'Committee Member -- Address City',
'header' => 'City',
'width' => 1.5,
'table' => 'users.city'
),
'province' => array(
'name' => 'Committee Member -- Address ' . $config['provincestate'],
'width' => 38.1 /*mm*/,
'table' => 'users.city' ),
'province' => array(
'name' => 'Committee Member -- Address '.$config['provincestate'],
'header' => $config['provincestate'],
'width' => 0.75,
'table' => 'users.province'
),
'postal' => array(
'name' => 'Committee Member -- Address ' . $config['postalzip'],
'width' => 19.05 /*mm*/,
'table' => 'users.province' ),
'postal' => array(
'name' => 'Committee Member -- Address '.$config['postalzip'],
'header' => $config['postalzip'],
'width' => 0.75,
'table' => 'users.postalcode'
),
'width' => 19.05 /*mm*/,
'table' => 'users.postalcode' ),
'organization' => array(
'start_option_group' => 'Committee Member Misc.',
'name' => 'Committee Member -- Organization',
'header' => 'Organization',
'width' => 2,
'table' => 'users.organization'
),
'committee' => array(
'name' => 'Committee Member -- Committee Name',
'header' => 'Committee',
'width' => 2,
'table' => 'committees.name'
),
'title' => array(
'name' => 'Committee Member -- Title on Committee',
'header' => 'Title',
'width' => 2,
'table' => 'committees_link.title'
),
'committeetitle' => array(
'name' => 'Committee Member -- Committee and Title',
'header' => 'Committee and Title',
'width' => 2,
'table' => "CONCAT(committees.name, ' - ', committees_link.title)"
),
'width' => 50.8 /*mm*/,
'table' => 'users.organization'),
'firstaid' => array(
'name' => 'Committee Member -- First Aid Training',
'header' => 'F.Aid',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => 'users.firstaid',
'value_map' => array('no' => 'no', 'yes' => 'YES')
),
'value_map' =>array ('no' => 'no', 'yes' => 'YES')),
'cpr' => array(
'name' => 'Committee Member -- CPR Training',
'header' => 'CPR',
'width' => 0.5,
'width' => 12.7 /*mm*/,
'table' => 'users.cpr',
'value_map' => array('no' => 'no', 'yes' => 'YES')
),
'static_text' => array(
'value_map' =>array ('no' => 'no', 'yes' => 'YES')),
/* The label system depends on each report type having conference_name and conference_logo */
'conference_name' => array(
'start_option_group' => 'Conference Information',
'name' => 'Conference -- Name',
'header' => 'Conference Name',
'width' => 76.2 /*mm*/,
'table' => "'".mysql_escape_string($conference['name'])."'"),
'conference_logo' => array(
'name' => 'Conference -- Logo (for Labels only)',
'header' => '',
'width' => 1 /*mm*/,
'table' => "CONCAT(' ')"),
'static_text' => array(
'start_option_group' => 'Special Fields',
'name' => 'Static Text (useful for labels)',
'header' => '',
'width' => 0.1,
'table' => "CONCAT(' ')"
),
'width' => 2.54 /*mm*/,
'table' => "CONCAT(' ')"),
);
function report_committees_fromwhere($report, $components)
{
global $config, $report_committees_fields;
function report_committees_fromwhere($report, $components)
{
global $config, $report_committees_fields;
$fields = $report_committees_fields;
/*
// if this gets unremarked for future use, then the year references will need to be updated to use conferences instead
$year = $report['year'];
/*
* $teams_from = '';
* $teams_where = '';
* if(in_array('teams', $components)) {
* $teams_from = ",committees_teams_link, committees_teams";
* $teams_where = "AND committees_teams_link.committees_id=users.id
* AND committees_teams_link.year='$year'
* AND committees_teams.id=committees_teams_link.committees_teams_id
* AND committees_teams.year='$year'";
* }
*/
$q = "\tFROM
committees_link
JOIN committees ON committees_link.committees_id=committees.id
JOIN users
ON committees_link.users_uid=users.uid
LEFT OUTER JOIN users u2
ON u2.uid=users.uid
AND u2.year>users.year
$teams_from = '';
$teams_where = '';
if(in_array('teams', $components)) {
$teams_from = ",committees_teams_link, committees_teams";
$teams_where = "AND committees_teams_link.committees_id=users.id
AND committees_teams_link.year='$year'
AND committees_teams.id=committees_teams_link.committees_teams_id
AND committees_teams.year='$year'";
}
*/
$q = " FROM users
LEFT JOIN user_roles on user_roles.users_id=users.id
LEFT JOIN accounts ON accounts.id=users.accounts_id
WHERE
users.types LIKE '%committee%'
AND u2.uid IS NULL
user_role.type='committee'
";
return $q;

View File

@ -1,201 +1,186 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once('reports_students.inc.php');
require_once('reports_judges.inc.php');
require_once('reports_awards.inc.php');
require_once('reports_committees.inc.php');
require_once('reports_schools.inc.php');
require_once('reports_volunteers.inc.php');
require_once('reports_tours.inc.php');
require_once('reports_fairs.inc.php');
require_once('reports_fundraising.inc.php');
require_once('reports.inc.php');
require_once('../tcpdf.inc.php');
require_once ('reports_students.inc.php');
require_once ('reports_judges.inc.php');
require_once ('reports_awards.inc.php');
require_once ('reports_committees.inc.php');
require_once ('reports_schools.inc.php');
require_once ('reports_volunteers.inc.php');
require_once ('reports_tours.inc.php');
require_once ('reports_fairs.inc.php');
require_once ('reports_fundraising.inc.php');
require_once ('reports.inc.php');
require_once ('../tcpdf.inc.php');
$fields = array();
$locs = array('X' => 'x', 'Y' => 'y', 'W' => 'w', 'H' => 'h');
$fields = array();
$locs = array('X' => 'x', 'Y' => 'y', 'W' => 'w', 'H' => 'h', 'Lines' => 'lines');
function field_selector($name, $id, $selected)
{
global $fields;
function field_selector($name, $id, $selected)
{
global $fields;
$in_optgroup = false;
echo "<select name=\"$name\" id=\"$id\">";
echo '<option value="" />-- None --</option>';
foreach ($fields as $k => $f) {
if ($f['editor_disabled'] == true)
continue;
if (array_key_exists('start_option_group', $f)) {
if ($in_optgroup)
echo '</optgroup>';
echo '<optgroup label="' . i18n($f['start_option_group']) . '">';
echo "<select name=\"$name\" id=\"$id\">";
echo "<option value=\"\" />-- None --</option>";
foreach($fields as $k=>$f) {
if($f['editor_disabled'] == true) continue;
if(array_key_exists('start_option_group', $f)) {
if($in_optgroup) echo '</optgroup>';
echo '<optgroup label="'.i18n($f['start_option_group']).'">';
}
if ($f['name'] == 'Project -- Type') { // filter out if the configuration setting does not allow for the project type
global $config;
if ($config['project_type'] == 'no')
continue;
}
$sel = ($selected == $k) ? 'selected=\"selected\"' : '';
echo "<option value=\"$k\" $sel >{$f['name']}</option>";
}
if ($in_optgroup)
echo '</optgroup>';
echo '</select>';
}
$sel = ($selected == $k) ? 'selected=\"selected\"': '' ;
echo "<option value=\"$k\" $sel >{$f['name']}</option>";
}
if($in_optgroup) echo '</optgroup>';
echo "</select>";
}
function selector($name, $a, $selected, $onchange = '')
{
function selector($name, $a, $selected, $onchange='')
{
echo "<select name=\"$name\" $onchange >";
foreach ($a as $v => $val) {
$sel = ($selected == $v) ? 'selected=selected' : '';
foreach($a as $v=>$val) {
$sel = ($selected == $v) ? 'selected=\"selected\"' : '';
echo "<option value=\"$v\" $sel>$val</option>";
}
echo '</select>';
}
}
function parse_fields($f)
{
global $locs;
$ret = array();
if (!is_array(get_value_from_array($_POST, $f)))
return array();
function parse_fields($f)
{
global $locs;
$ret = array();
if(!is_array($_POST[$f])) return array();
$x = 0;
foreach ($_POST[$f] as $o => $d) {
if (is_array($d)) {
foreach($_POST[$f] as $o=>$d) {
if(is_array($d)) {
$a = array();
foreach ($d as $l => $v) {
foreach($d as $l=>$v) {
/* Scrub the array data */
$floatloc = array_values($locs);
if ($l == 'field' || $l == 'value') {
if($l == 'field' || $l == 'value') {
$v = stripslashes($v);
} else if (in_array($l, $floatloc)) {
} else if(in_array($l, $floatloc)) {
$v = floatval($v);
if ($l == 'lines' && $v == 0)
$v = 1;
} else if ($l == 'face') {
if($l == 'lines' && $v==0) $v=1;
} else if($l == 'face') {
$v = ($v == 'bold') ? 'bold' : '';
} else if ($l == 'align') {
} else if($l == 'align') {
$aligns = array('left', 'right', 'center');
if (!in_array($v, $aligns)) {
if(!in_array($v, $aligns)) {
echo "Invalid alignment $v";
exit;
}
} else if ($l == 'valign') {
$aligns = array('vtop', 'vbottom', 'vcenter', 'top', 'middle', 'bottom');
if (!in_array($v, $aligns)) {
} else if($l == 'valign') {
$aligns = array('vtop', 'vbottom', 'vcenter', 'top','middle','bottom');
if(!in_array($v, $aligns)) {
echo "Invalid valignment $v";
exit;
}
}
}
$a[$l] = $v;
}
if (trim($a['field']) == '')
continue;
if(trim($a['field']) == '') continue;
$ret[$x] = $a;
} else {
if (trim($d) == '')
continue;
if(trim($d) == '') continue;
$ret[$x]['field'] = stripslashes($d);
}
$x++;
}
return $ret;
}
function parse_options($f)
{
$ret = array();
if (!is_array(get_value_from_array($_POST, $f)))
return array();
foreach ($_POST[$f] as $c => $v) {
if (trim($c) == '')
continue;
}
function parse_options($f)
{
$ret = array();
if(!is_array($_POST[$f])) return array();
foreach($_POST[$f] as $c=>$v) {
if(trim($c) == '') continue;
$ret[$c] = stripslashes($v);
}
return $ret;
}
}
/* Decode the report */
$report = array();
$report['id'] = intval(get_value_from_array($_POST, 'id', ''));
$report['name'] = stripslashes(get_value_from_array($_POST, 'name', ''));
$report['creator'] = stripslashes(get_value_from_array($_POST, 'creator', ''));
$report['desc'] = stripslashes(get_value_from_array($_POST, 'desc', ''));
$report['type'] = stripslashes(get_value_from_array($_POST, 'type', ''));
$report['col'] = parse_fields('col');
$report['group'] = parse_fields('group');
$report['sort'] = parse_fields('sort');
$report['distinct'] = parse_fields('distinct');
$report['option'] = parse_options('option');
$report['filter'] = parse_fields('filter');
/* Decode the report */
$report = array();
$report['id'] = intval($_POST['id']);
$report['name'] = stripslashes($_POST['name']);
$report['creator'] = stripslashes($_POST['creator']);
$report['desc'] = stripslashes($_POST['desc']);
$report['type'] = stripslashes($_POST['type']);
$report['col'] = parse_fields('col');
$report['group'] = parse_fields('group');
$report['sort'] = parse_fields('sort');
$report['distinct'] = parse_fields('distinct');
$report['option'] = parse_options('option');
$report['filter'] = parse_fields('filter');
// print("<pre>");print_r($_POST);print("</pre>");
// print("<pre>");print_r($report);print("</pre>");
$reloadaction = get_value_from_array($_POST, 'reloadaction', '');
$loadaction = get_value_from_array($_POST, 'loadaction', '');
$colaction = get_value_from_array($_POST, 'colaction', '');
$repaction = get_value_from_array($_POST, 'repaction', '');
$reloadaction = $_POST['reloadaction'];
$loadaction = $_POST['loadaction'];
$colaction = $_POST['colaction'];
$repaction = $_POST['repaction'];
$repaction_save = $repaction;
$repaction_save = $repaction;
/* Sort out priorities */
if ($reloadaction != '') {
$loadaction = '';
/* Sort out priorities */
if($reloadaction != '') {
$loadaction = '';
$colaction = '';
$repaction = '';
}
}
if ($loadaction != '') {
if($loadaction != '') {
$id = intval($_POST['id']);
$report = report_load($id);
if ($id == 0)
$report['type'] = 'student';
if($id == 0) $report['type'] = 'student';
$colaction = '';
$repaction = '';
}
}
if ($colaction != '') {
$repaction = '';
}
if($colaction != '') {
$repaction = '';
}
if ($repaction == 'try') {
/* Generate the report from what was passed through POST */
if($repaction == 'try') {
/* Generate the report from what was passed through POST */
report_gen($report);
exit;
}
}
send_header("Report Management",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
"report_management"
);
send_header('Reports Editor',
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php'),
'report_management');
?>
<script type="text/javascript">
@ -218,53 +203,7 @@ function initCanvas(w,h,lw,lh) {
labelHeight=lh;
}
function createData(x,y,w,h,l,face,align,valign,value) {
var canvas=document.getElementById('layoutcanvas');
var newdiv=document.createElement('div');
if(valign=="vcenter") verticalAlign="middle";
else if(valign=="vtop") verticalAlign="top";
else if(valign=="vbottom") verticalAlign="bottom";
else verticalAlign="top";
// alert(verticalAlign);
//convert x,y,w,h from % to absolute
var dx=Math.round(x*canvasWidth/100);
var dy=Math.round(y*canvasHeight/100);
var dw=Math.round(w*canvasWidth/100);
var dh=Math.round(h*canvasHeight/100);
// alert(dx+','+dy+','+dw+','+dh);
var fontheight=Math.round(dh/l);
newdiv.setAttribute('id','o_'+canvasObjectIndex);
newdiv.style.display="table-cell";
newdiv.style.position="absolute";
newdiv.style.width=dw+"px";
newdiv.style.height=dh+"px";
newdiv.style.left=dx+"px";
newdiv.style.top=dy+"px";
newdiv.style.textAlign=align;
newdiv.style.verticalAlign=verticalAlign;
newdiv.style.padding="0 0 0 0";
newdiv.style.margin="0 0 0 0";
// newdiv.style.vertical-align=valign;
newdiv.style.border="1px solid blue";
newdiv.style.fontSize=fontheight+"px";
newdiv.style.lineHeight=fontheight+"px";
newdiv.style.fontFamily="Verdana";
newdiv.style.fontSizeAdjust=0.65;
var maxlength=Math.floor(dw/(fontheight*0.7))*l;
if(value.length>maxlength) value=value.substring(0,maxlength);
newdiv.innerHTML=value; //"Maple Test xxxx"; //value;
canvas.appendChild(newdiv);
canvasObjectIndex++;
}
function createDataTCPDF(x,y,w,h,align,valign,fontname,fontstyle,fontsize,value) {
function createData(x,y,w,h,align,valign,fontname,fontstyle,fontsize,value) {
var canvas=document.getElementById('layoutcanvas');
var newdiv=document.createElement('div');
@ -313,353 +252,312 @@ function createDataTCPDF(x,y,w,h,align,valign,fontname,fontstyle,fontsize,value)
</script>
<?
if ($repaction == 'save') {
/* Save the report */
if($repaction == 'save') {
/* Save the report */
$report['id'] = report_save($report);
echo happy(i18n('Report Saved'));
}
echo happy(i18n("Report Saved"));
}
if ($repaction == 'del') {
report_delete($report['id']);
echo happy(i18n('Report Deleted'));
}
if($repaction == 'del') {
report_delete($report['id']);
echo happy(i18n("Report Deleted"));
}
if ($repaction == 'dupe') {
$report['id'] = 0;
$report['id'] = report_save($report);
echo happy(i18n('Report Duplicated'));
}
if($repaction == 'dupe') {
$report['id'] = 0;
$report['id'] = report_save($report);
echo happy(i18n("Report Duplicated"));
}
if ($repaction == 'export') {
echo '<pre>';
$q = $pdo->prepare('SELECT system_report_id FROM reports WHERE 1 ORDER BY system_report_id DESC');
$q->execute();
$r = $q->fetch(PDO::FETCH_ASSOC);
if($repaction == 'export') {
echo "<pre>";
$q = mysql_query("SELECT system_report_id FROM reports WHERE 1 ORDER BY system_report_id DESC");
$r = mysql_fetch_assoc($q);
$sid = $r['system_report_id'] + 1;
$n = $report['name'];
$c = $report['creator'];
$d = $report['desc'];
$t = $report['type'];
$n = mysql_escape_string($report['name']);
$c = mysql_escape_string($report['creator']);
$d = mysql_escape_string($report['desc']);
$t = mysql_escape_string($report['type']);
echo "INSERT INTO `reports` (`id`, `system_report_id`, `name`, `desc`, `creator`, `type`) VALUES\n";
echo " ('', '$sid', '$n', '$d', '$c', '$t');\n";
echo "INSERT INTO `reports` (`id`, `system_report_id`, `name`, `desc`, `creator`, `type`) VALUES\n";
echo "\t('', '$sid', '$n', '$d', '$c', '$t');\n";
echo 'INSERT INTO `reports_items` (`id`, `reports_id`, `type`, `ord`, `field`, `value`, `x`, `y`, `w`, `h`, `lines`, `face`, `align`) VALUES ';
echo "INSERT INTO `reports_items` (`id`, `reports_id`, `type`, `ord`, `field`, `value`, `x`, `y`, `w`, `h`, `lines`, `face`, `align`) VALUES ";
/* Do the options */
$x = 0;
foreach ($report['option'] as $k => $v) {
echo "\n\t('', LAST_INSERT_ID(), 'option', $x, '$k', '" . $v . "', 0, 0, 0, 0, 0, '', ''),";
foreach($report['option'] as $k=>$v) {
echo "\n\t('', LAST_INSERT_ID(), 'option', $x, '$k', '$v', 0, 0, 0, 0, 0, '', ''),";
$x++;
}
/* Do the fields */
$fs = array('col', 'group', 'sort', 'distinct', 'filter');
$first = true;
foreach ($fs as $f) {
foreach ($report[$f] as $x => $v) {
foreach($fs as $f) {
foreach($report[$f] as $x=>$v) {
$k = $v['field'];
$vx = intval($v['x']);
$vy = intval($v['y']);
$vw = intval($v['w']);
$vh = intval($v['h']);
$vlines = intval($v['lines']);
if ($vlines == 0)
$vlines = 1;
if($vlines == 0) $vlines = 1;
$face = $v['face'];
$align = $v['align'] . ' ' . $v['valign'];
$value = stripslashes($v['value']);
if (!$first)
echo ',';
$align = $v['align']. ' ' . $v['valign'];
$value=mysql_escape_string(stripslashes($v['value']));
if(!$first) echo ',';
$first = false;
echo "\n\t('', LAST_INSERT_ID(), '$f', $x, '$k', '$value', $vx, $vy, $vw, $vh, $vlines, '$face', '$align')";
}
}
echo ";\n";
echo '</pre>';
echo "</pre>";
}
/* ---- Setup ------ */
$n_columns = intval($_POST['ncolumns']);
$n = count($report['col']) + 1;
if($n > $n_columns) $n_columns = $n;
if($colaction == 'add') $n_columns+=3;
$fieldvar = "report_{$report['type']}s_fields";
if(isset($$fieldvar)) $fields = $$fieldvar;
echo "<br />";
echo "<form method=\"post\" name=\"reportload\" action=\"reports_editor.php\" onChange=\"document.reportload.submit()\">";
echo "<input type=\"hidden\" name=\"loadaction\" value=\"load\" />";
echo "<select name=\"id\" id=\"report\">";
echo "<option value=\"0\">".i18n("Create New Report")."</option>\n";
$reports = report_load_all();
$x=0;
foreach($reports as $r) {
$sel = ($report['id'] == $r['id']) ? 'selected=\"selected\"' : '';
echo "<option value=\"{$r['id']}\" $sel>{$r['name']}</option>\n";
}
echo "</select>";
echo "<input type=\"submit\" value=\"Load\"></form>";
echo "<hr />";
/* ---- Setup ------ */
echo "<form method=\"post\" name=\"report\" action=\"reports_editor.php\">";
echo "<input type=\"hidden\" name=\"id\" value=\"{$report['id']}\" />";
echo "<input type=\"hidden\" name=\"ncolumns\" value=\"$n_columns\" />";
$n_columns = intval(get_value_from_array($_POST, 'ncolumns'));
$n = count($report['col']) + 1;
if ($n > $n_columns)
$n_columns = $n;
if ($colaction == 'add')
$n_columns += 3;
$fieldvar = "report_{$report['type']}s_fields";
if (isset($$fieldvar))
$fields = $$fieldvar;
echo '<br />';
echo '<form method="post" name="reportload" action="reports_editor.php" onChange="document.reportload.submit()">';
echo '<input type="hidden" name="loadaction" value="load" />';
echo '<select name="id" id="report">';
echo '<option value="0">' . i18n('Create New Report') . "</option>\n";
$reports = report_load_all();
$x = 0;
foreach ($reports as $r) {
$sel = ($report['id'] == $r['id']) ? 'selected=\"selected\"' : '';
echo "<option value=\"{$r['id']}\" $sel>{$r['name']}</option>\n";
}
echo '</select>';
echo '<input type="submit" value="Load"></form>';
echo '<hr />';
echo '<form method="post" name="report" action="reports_editor.php">';
echo "<input type=\"hidden\" name=\"id\" value=\"{$report['id']}\" />";
echo "<input type=\"hidden\" name=\"ncolumns\" value=\"$n_columns\" />";
echo '<h4>Report Information</h4>';
echo '<table>';
echo '<tr><td>Name: </td>';
echo "<td><input type=\"text\" name=\"name\" size=\"80\" value=\"{$report['name']}\" /></td>";
echo '</tr>';
echo '<tr><td>Created By: </td>';
echo "<td><input type=\"text\" name=\"creator\" size=\"80\" value=\"{$report['creator']}\" /></td>";
echo '</tr>';
echo '<tr><td>Description: </td>';
echo "<td><textarea name=\"desc\" rows=\"3\" cols=\"60\">{$report['desc']}</textarea></td>";
echo '</tr>';
echo '<tr><td>Type: </td>';
echo '<td>';
selector('type', array('student' => 'Student Report', 'judge' => 'Judge Report',
'award' => 'Award Report', 'committee' => 'Committee Member Report',
'school' => 'School Report', 'volunteer' => 'Volunteer Report',
'tour' => 'Tour Report', 'fair' => 'Feeder Fair Report',
'fundraising' => 'Fundraising Report'),
$report['type'],
'onChange="reportReload();"');
echo '<input type="hidden" name="reloadaction" value="">';
echo '</td>';
echo '</tr></table>';
echo '<h4>Report Data</h4>';
echo '<table>';
$x = 0;
// only go through the columns if there are columns to go through
if (count($report['col'])) {
foreach ($report['col'] as $o => $d) {
echo '<tr><td>Column&nbsp;' . ($x + 1) . ': </td>';
echo '<td>';
if (intval($x) != intval($o)) {
echo ('WARNING, out of order!');
echo "<h4>Report Information</h4>";
echo "<table>";
echo "<tr><td>Name: </td>";
echo "<td><input type=\"text\" name=\"name\" size=\"80\" value=\"{$report['name']}\" /></td>";
echo "</tr>";
echo "<tr><td>Created By: </td>";
echo "<td><input type=\"text\" name=\"creator\" size=\"80\" value=\"{$report['creator']}\" /></td>";
echo "</tr>";
echo "<tr><td>Description: </td>";
echo "<td><textarea name=\"desc\" rows=\"3\" cols=\"60\">{$report['desc']}</textarea></td>";
echo "</tr>";
echo "<tr><td>Type: </td>";
echo "<td>";
selector('type', array('student' => 'Student Report', 'judge' => 'Judge Report',
'award' => 'Award Report', 'committee' => 'Committee Member Report',
'school' => 'School Report', 'volunteer' => 'Volunteer Report',
'tour' => 'Tour Report', 'fair' => 'Feeder Fair Report',
'fundraising' => 'Fundraising Report'),
$report['type'],
"onChange=\"reportReload();\"");
echo "<input type=\"hidden\" name=\"reloadaction\" value=\"\">";
echo "</td>";
echo "</tr></table>";
echo "<h4>Report Data</h4>";
echo "<table>";
$x=0;
//only go through the columns if there are columns to go through
if(count($report['col'])) {
foreach($report['col'] as $o=>$d) {
echo "<tr><td>Column&nbsp;".($x + 1).": </td>";
echo "<td>";
if(intval($x) != intval($o)) {
echo ("WARNING, out of order!");
}
field_selector("col[$o][field]", "col$o", $d['field']);
echo '</td></tr>';
echo "</td></tr>";
$x++;
$canvasLabels[] = $fields[$report['col'][$o]['field']]['name']; // ['field'];
}
}
for (; $x < $n_columns; $x++) {
echo '<tr><td>Column&nbsp;' . ($x + 1) . ': </td>';
echo '<td>';
$canvasLabels[]=$fields[$report['col'][$o]['field']]['name']; //['field'];
}
}
for(;$x<$n_columns;$x++) {
echo "<tr><td>Column&nbsp;".($x + 1).": </td>";
echo "<td>";
field_selector("col[$x][field]", "col$x", '');
echo '</td></tr>';
}
echo '<tr><td></td>';
echo '<td align="right">';
echo '<select name="colaction"><option value=""></option><option value="add">Add more columns</option></select>';
echo '<input type="submit" value="Go">';
echo '</td></tr>';
echo "</table>\n";
echo "</td></tr>";
}
echo "<tr><td></td>";
echo "<td align=\"right\">";
echo "<select name=\"colaction\"><option value=\"\"></option><option value=\"add\">Add more columns</option></select>";
echo "<input type=\"submit\" value=\"Go\">";
echo "</td></tr>";
echo "</table>\n";
$doCanvasSample = false;
$doCanvasSampletcpdf = false;
$l_w = get_value_from_2d_array($report_stock, get_value_from_2d_array($report, 'option', 'stock', ''), 'label_width');
$l_h = get_value_from_2d_array($report_stock, get_value_from_2d_array($report, 'option', 'stock', ''), 'label_height');
$l_w=$report_stock[$report['option']['stock']]['label_width'];
$l_h=$report_stock[$report['option']['stock']]['label_height'];
if ($l_w && $l_h && $report['option']['type'] == 'label') {
echo '<h4>Label Data Locations</h4>';
pdf_begin_page;
$doCanvasSample = true;
$ratio = $l_h / $l_w;
$canvaswidth = 600;
$canvasheight = round($canvaswidth * $ratio);
if($l_w && $l_h && $report['option']['type']=='label') {
echo "<h4>Label Data Locations</h4>";
$doCanvasSample=true;
$ratio=$l_h/$l_w;
$canvaswidth=600;
$canvasheight=round($canvaswidth*$ratio);
echo "<div id=\"layoutcanvas\" style=\"border: 1px solid red; position: relative; width: {$canvaswidth}px; height: {$canvasheight}px;\">";
echo "</div>\n";
echo "<script type=\"text/javascript\">initCanvas($canvaswidth,$canvasheight,$l_w,$l_h)</script>\n";
}
}
if ($l_w && $l_h && $report['option']['type'] == 'tcpdf_label') {
echo '<h4>Label Data Locations - TCPDF</h4>';
$l_w *= 25.4;
$l_h *= 25.4;
$doCanvasSampletcpdf = true;
$ratio = $l_h / $l_w;
$canvaswidth = 600;
$canvasheight = round($canvaswidth * $ratio);
echo "<div id=\"layoutcanvas\" style=\"border: 1px solid red; position: relative; width: {$canvaswidth}px; height: {$canvasheight}px;\">";
echo "</div>\n";
echo "<script type=\"text/javascript\">initCanvas($canvaswidth,$canvasheight,$l_w,$l_h)</script>\n";
}
echo '<table>';
$x = 0;
if (get_value_from_2d_array($report, 'option', 'type') == 'label' || get_value_from_2d_array($report, 'option', 'type') == 'tcpdf_label') {
$fontlist = array('' => 'Default');
$x=0;
if($report['option']['type'] == 'label') {
$fontlist = array('' => 'Default');
$fl = PDF::getFontList();
foreach ($fl as $f)
$fontlist[$f] = $f;
// print_r($fl);
foreach ($report['col'] as $o => $d) {
foreach($fl as $f) $fontlist[$f] = $f;
// print_r($fl);
foreach($report['col'] as $o=>$d) {
$f = $d['field'];
echo '<tr><td align="right">Loc ' . ($o + 1) . ': </td>';
echo '<td>';
$script = '';
foreach ($locs as $k => $v) {
if ($k == 'Lines' && $report['option']['type'] != 'label')
continue;
echo "$k=<input type=\"text\" size=\"3\" name=\"col[$x][$v]\" value=\"{$d[$v]}\">";
$script .= "{$d[$v]},";
echo "<b>{$fields[$d['field']]['name']}: </b><br/>";
$script="";
foreach($locs as $k=>$v) {
echo "$k=<input type=\"text\" size=\"5\" name=\"col[$x][$v]\" value=\"{$d[$v]}\">";
$script.="{$d[$v]},";
}
if ($report['option']['type'] == 'label') {
echo 'Face=';
selector("col[$x][face]", array('' => '', 'bold' => 'Bold'), $d['face']);
}
echo 'Align';
selector("col[$x][align]", array('center' => 'Center', 'left' => 'Left', 'right' => 'Right'),
$d['align']);
selector("col[$x][align]", array('center' => 'Center', 'left' => 'Left', 'right' => 'Right'),
$d['align']);
echo 'vAlign';
if ($report['option']['type'] == 'label') {
selector("col[$x][valign]", array('vcenter' => 'Center', 'vtop' => 'Top', 'vbottom' => 'Bottom'),
$d['valign']);
} else {
selector("col[$x][valign]", array('middle' => 'Middle', 'top' => 'Top', 'bottom' => 'Bottom'),
selector("col[$x][valign]", array('middle' => 'Middle', 'top' => 'Top', 'bottom' => 'Bottom'),
$d['valign']);
echo '<br/>';
echo 'Font=';
selector("col[$x][fontname]", $fontlist, $d['fontname']);
selector("col[$x][fontstyle]", array('' => '', 'bold' => 'Bold'), $d['fontstyle']);
echo "<input type=\"text\" size=\"3\" name=\"col[$x][fontsize]\" value=\"{$d['fontsize']}\">";
echo 'pt ';
echo 'OnOverflow=';
selector("col[$x][on_overflow]", array('nothing'=>'Nothing (overflow the box)', 'truncate'=>'Truncate','...'=>'Truncate and add ellipses (...)', 'scale'=>'Scale'), $d['on_overflow']);
echo 'Font=';
selector("col[$x][fontname]", $fontlist, $d['fontname']);
selector("col[$x][fontstyle]", array('' => '', 'bold' => 'Bold'), $d['fontstyle']);
echo "<input type=\"text\" size=\"3\" name=\"col[$x][fontsize]\" value=\"{$d['fontsize']}\">";
echo 'pt ';
echo 'OnOverflow=';
selector("col[$x][on_overflow]", array('tuncate' => 'Truncate', '...' => 'Add ...', 'scale' => 'Scale'), $d['on_overflow']);
}
if ($f == 'static_text') {
if($f == 'static_text') {
echo "<br />Text=<input type=\"text\" size=\"40\" name=\"col[$x][value]\" value=\"{$d['value']}\">";
} else {
echo "<input type=\"hidden\" name=\"col[$x][value]\" value=\"\">";
}
if ($doCanvasSample)
echo "<script type=\"text/javascript\">createData({$script}'{$d['face']}','{$d['align']}','{$d['valign']}','{$canvasLabels[$x]}')</script>\n";
if ($doCanvasSampletcpdf)
echo "<script type=\"text/javascript\">createDataTCPDF({$script}'{$d['align']}','{$d['valign']}','{$d['fontname']}','{$d['fontstyle']}','{$d['fontsize']}','{$canvasLabels[$x]}')</script>\n";
if($doCanvasSample)
echo "<script type=\"text/javascript\">createData({$script}'{$d['align']}','{$d['valign']}','{$d['fontname']}','{$d['fontstyle']}','{$d['fontsize']}','{$canvasLabels[$x]}')</script>\n";
$x++;
echo '<br/><br/>';
}
for (; $x < $n_columns; $x++) {
echo '<tr><td align="right">Loc ' . ($x + 1) . ': </td>';
echo '<td>';
foreach ($locs as $k => $v) {
if ($k == 'Lines' && $report['option']['type'] != 'label')
continue;
echo "$k=<input type=\"text\" size=\"3\" name=\"col[$x][$v]\" value=\"0\">";
}
if ($report['option']['type'] == 'label') {
echo 'Face=';
selector("col[$x][face]", array('' => '', 'bold' => 'Bold'), '');
for(;$x<$n_columns;$x++) {
echo "<b>New Column ".($x+1).": </b><br/> ";
foreach($locs as $k=>$v) {
echo "$k=<input type=\"text\" size=\"5\" name=\"col[$x][$v]\" value=\"0\">";
}
echo 'Align';
selector("col[$x][align]", array('center' => 'Center', 'left' => 'Left', 'right' => 'Right'),
'center');
selector("col[$x][align]", array('center' => 'Center', 'left' => 'Left', 'right' => 'Right'),
'center');
echo 'vAlign';
if ($report['option']['type'] == 'label') {
selector("col[$x][valign]", array('vcenter' => 'Center', 'vtop' => 'Top', 'vbottom' => 'Bottom'),
'top');
} else {
selector("col[$x][valign]", array('middle' => 'Middle', 'top' => 'Top', 'bottom' => 'Bottom'), 'middle');
selector("col[$x][valign]", array('middle' => 'Middle', 'top' => 'Top', 'bottom' => 'Bottom'), 'middle');
echo '<br/>';
echo 'Font=';
selector("col[$x][fontname]", $fontlist, '');
selector("col[$x][fontstyle]", array('' => '', 'bold' => 'Bold'), '');
echo "<input type=\"text\" size=\"3\" name=\"col[$x][fontsize]\" value=\"\">";
echo 'pt ';
echo 'OnOverflow=';
selector("col[$x][on_overflow]", array('nothing'=>'Nothing (overflow the box)', 'truncate'=>'Truncate','...'=>'Truncate and add ellipses (...)', 'scale'=>'Scale'),'truncate');
echo 'Font=';
selector("col[$x][fontname]", $fontlist, '');
selector("col[$x][fontstyle]", array('' => '', 'bold' => 'Bold'), '');
echo "<input type=\"text\" size=\"3\" name=\"col[$x][fontsize]\" value=\"\">";
echo 'pt ';
echo 'OnOverflow=';
selector("col[$x][on_overflow]", array('Truncate' => 'truncate', 'Add ...' => '...', 'Scale' => 'scale'), '');
}
echo "<input type=\"hidden\" name=\"col[$x][value]\" value=\"\">";
echo '</td></tr>';
echo "<br/><br/>";
}
}
echo "</table>\n";
echo '<h4>Grouping</h4>';
for ($x = 0; $x < 3; $x++) {
echo 'Group By' . ($x + 1) . ': ';
$f = get_value_from_3d_array($report, 'group', $x, 'field');
}
echo "<h4>Grouping</h4>";
for($x=0;$x<2;$x++) {
echo "Group By".($x + 1).": ";
$f = $report['group'][$x]['field'];
field_selector("group[$x]", "group$x", $f);
echo '<br />';
}
echo '<h4>Sorting</h4>';
for ($x = 0; $x < 5; $x++) {
echo 'Sort By' . ($x + 1) . ': ';
$f = get_value_from_3d_array($report, 'sort', $x, 'field');
field_selector("sort[$x]", "sort$x", $f);
echo '<br />';
}
echo '<h4>Distinct</h4>';
echo 'Distinct Column: ';
$x = 0;
$f = get_value_from_3d_array($report, 'distinct', $x, 'field');
field_selector("distinct[$x]", 'distinct0', $f);
echo "<br />";
}
echo "<h4>Sorting</h4>";
for($x=0;$x<3;$x++) {
echo "Sort By".($x + 1).": ";
$f = $report['sort'][$x]['field'];
field_selector("sort[$x]", "sort$x",$f);
echo "<br />";
}
echo "<h4>Distinct</h4>";
echo "Distinct Column: ";
$x=0;
$f = $report['distinct'][$x]['field'];
field_selector("distinct[$x]", "distinct0", $f);
echo '<h4>Filtering</h4>';
echo '<table>';
for ($x = 0; $x < 3; $x++) {
echo '<tr><td>Filter' . ($x + 1) . ':</td><td>';
field_selector("filter[$x][field]", "filter$x", get_value_from_3d_array($report, 'filter', $x, 'field'));
echo '<br />';
selector("filter[$x][x]", $filter_ops, get_value_from_3d_array($report, 'filter', $x, 'x'));
$v = get_value_from_3d_array($report, 'filter', $x, 'value');
echo "<h4>Filtering</h4>";
echo "<table>";
for($x=0;$x<3;$x++) {
echo "<tr><td>Filter".($x + 1).":</td><td>";
field_selector("filter[$x][field]", "filter$x",$report['filter'][$x]['field']);
echo "<br />";
selector("filter[$x][x]", $filter_ops,$report['filter'][$x]['x']);
$v = $report['filter'][$x]['value'];
echo "Text=<input type=\"text\" size=\"20\" name=\"filter[$x][value]\" value=\"$v\">";
echo '</td></tr>';
}
echo '</table>';
echo "</td></tr>";
}
echo "</table>";
echo '<h4>Options</h4>';
foreach ($report_options as $ok => $o) {
echo "{$o['desc']}: <select name=\"option[$ok]\" id=\"$ok\">";
foreach ($o['values'] as $k => $v) {
echo "<h4>Options</h4>";
foreach($report_options as $ok=>$o) {
echo "{$o['desc']}: <select name=\"option[$ok]\" id=\"$ok\">";
foreach($o['values'] as $k=>$v) {
$sel = ($report['option'][$ok] == $k) ? 'selected=\"selected\"' : '';
echo "<option value=\"$k\" $sel>$v</option>";
}
echo "</select><br />\n";
}
}
echo '<br />';
if (get_value_from_array($report, 'system_report_id') != 0) {
echo notice(i18n("This is a system report, it cannot be changed or deleted. To save changes you have made to it, please select the 'Save as a new report' option."));
}
echo '<select name="repaction">';
if ($report['system_report_id'] == 0) {
$sel = ($repaction_save == 'save') ? 'selected="selected"' : '';
echo "<br />";
if($report['system_report_id'] != 0) {
echo notice(i18n('This is a system report, it cannot be changed or deleted. To save changes you have made to it, please select the \'Save as a new report\' option.'));
}
echo "<select name=\"repaction\">";
if($report['system_report_id'] == 0) {
$sel = ($repaction_save == 'save') ? "selected=\"selected\"" : '';
echo " <option value=\"save\" $sel>Save this report</option>";
$sel = ($repaction_save == 'try') ? 'selected="selected"' : '';
$sel = ($repaction_save == 'try') ? "selected=\"selected\"" : '';
echo " <option value=\"try\" $sel>Try this report</option>";
echo ' <option value="export">Export this report</option>';
echo ' <option value="" ></option>';
echo ' <option value="dupe" >Save as a new report(duplicate)</option>';
echo ' <option value="" ></option>';
echo ' <option value="del" >Delete this report</option>';
} else {
echo ' <option value="dupe" >Save as a new report(duplicate)</option>';
$sel = ($repaction_save == 'try') ? 'selected="selected"' : '';
echo " <option value=\"export\">Export this report</option>";
echo " <option value=\"\" ></option>";
echo " <option value=\"dupe\" >Save as a new report(duplicate)</option>";
echo " <option value=\"\" ></option>";
echo " <option value=\"del\" >Delete this report</option>";
} else {
echo " <option value=\"dupe\" >Save as a new report(duplicate)</option>";
$sel = ($repaction_save == 'try') ? "selected=\"selected\"" : '';
echo " <option value=\"try\" $sel>Try this report</option>";
echo ' <option value="export">Export this report</option>';
}
echo " <option value=\"export\">Export this report</option>";
}
echo "</select>";
echo "<input type=\"submit\" value=\"Go\">";
echo '</select>';
echo '<input type="submit" value="Go">';
echo "</form>";
echo '</form>';
send_footer();
send_footer();
?>

View File

@ -1,474 +1,441 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 David Grant <dave@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 David Grant <dave@lightbox.org>
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.
*/
$parts = explode('-', $config['dates']['fairdate']);
$fairYear = $parts[0];
$report_fairs_fields = array(
'fair_name' => array(
'fairinfo_name' => array(
'start_option_group' => 'Fair Information',
'name' => 'Fair -- Fair Name',
'header' => 'Name',
'width' => 1.5,
'table' => 'fairs.name'
),
'fairstats_year' => array(
'width' => 38.1 /*mm*/,
'table' => 'fairs.name'),
'fairstats_year' => array (
'start_option_group' => 'Fair Statistics',
'name' => 'Fair Stats -- Year',
'header' => 'Year',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.year',
'components' => array('fairs_stats')
),
'fairstats_year' => array(
'components' => array('fairs_stats')),
'fairstats_year' => array (
'name' => 'Fair Stats -- Year',
'header' => 'Year',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.year',
'components' => array('fairs_stats')
),
'fairstats_start_date' => array(
'components' => array('fairs_stats')),
'fairstats_start_date' => array (
'name' => 'Fair Stats -- Fair Start',
'header' => 'Fair Start',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.start_date',
'components' => array('fairs_stats')
),
'fairstats_end_date' => array(
'components' => array('fairs_stats')),
'fairstats_end_date' => array (
'name' => 'Fair Stats -- Fair End',
'header' => 'Fair End',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.end_date',
'components' => array('fairs_stats')
),
'fairstats_budget' => array(
'components' => array('fairs_stats')),
'fairstats_budget' => array (
'name' => 'Fair Stats -- Budget',
'header' => 'Budget',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.budget',
'components' => array('fairs_stats')
),
'fairstats_address' => array(
'components' => array('fairs_stats')),
'fairstats_address' => array (
'name' => 'Fair Stats -- Fair Location',
'header' => 'Fair Location',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.address',
'components' => array('fairs_stats')
),
'fairstats_ysf_affiliation_complete' => array(
'components' => array('fairs_stats')),
'fairstats_ysf_affiliation_complete' => array (
'name' => 'Fair Stats -- YSC Affilitation Complete',
'header' => 'YSC Affilitation Complete',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.ysf_affiliation_complete',
'components' => array('fairs_stats')
),
'fairstats_charity' => array(
'components' => array('fairs_stats')),
'fairstats_charity' => array (
'name' => 'Fair Stats -- Charity Number/Info',
'header' => 'Charity Number/Info',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.charity',
'components' => array('fairs_stats')
),
'fairstats_scholarships' => array(
'components' => array('fairs_stats')),
'fairstats_scholarships' => array (
'name' => 'Fair Stats -- Scholarship Info',
'header' => 'Scholarship Info',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.scholarships',
'components' => array('fairs_stats')
),
'fairstats_male_1' => array(
'components' => array('fairs_stats')),
'fairstats_male_1' => array (
'name' => 'Fair Stats -- Males Grade 1-3',
'header' => 'Males Grade 1-3',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.male_1',
'components' => array('fairs_stats')
),
'fairstats_male_4' => array(
'components' => array('fairs_stats')),
'fairstats_male_4' => array (
'name' => 'Fair Stats -- Males Grade 4-6',
'header' => 'Males Grade 4-6',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.male_4',
'components' => array('fairs_stats')
),
'fairstats_male_7' => array(
'components' => array('fairs_stats')),
'fairstats_male_7' => array (
'name' => 'Fair Stats -- Males Grade 7-8',
'header' => 'Males Grade 7-8',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.male_7',
'components' => array('fairs_stats')
),
'fairstats_male_9' => array(
'components' => array('fairs_stats')),
'fairstats_male_9' => array (
'name' => 'Fair Stats -- Males Grade 9-10',
'header' => 'Males Grade 9-10',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.male_9',
'components' => array('fairs_stats')
),
'fairstats_male_11' => array(
'components' => array('fairs_stats')),
'fairstats_male_11' => array (
'name' => 'Fair Stats -- Males Grade 11-12',
'header' => 'Males Grade 11-12',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.male_11',
'components' => array('fairs_stats')
),
'fairstats_female_1' => array(
'components' => array('fairs_stats')),
'fairstats_female_1' => array (
'name' => 'Fair Stats -- Females Grade 1-3',
'header' => 'Females Grade 1-3',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.female_1',
'components' => array('fairs_stats')
),
'fairstats_female_4' => array(
'components' => array('fairs_stats')),
'fairstats_female_4' => array (
'name' => 'Fair Stats -- Females Grade 4-6',
'header' => 'Females Grade 4-6',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.female_4',
'components' => array('fairs_stats')
),
'fairstats_female_7' => array(
'components' => array('fairs_stats')),
'fairstats_female_7' => array (
'name' => 'Fair Stats -- Females Grade 7-8',
'header' => 'Females Grade 7-8',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.female_7',
'components' => array('fairs_stats')
),
'fairstats_female_9' => array(
'components' => array('fairs_stats')),
'fairstats_female_9' => array (
'name' => 'Fair Stats -- Females Grade 9-10',
'header' => 'Females Grade 9-10',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.female_9',
'components' => array('fairs_stats')
),
'fairstats_female_11' => array(
'components' => array('fairs_stats')),
'fairstats_female_11' => array (
'name' => 'Fair Stats -- Females Grade 11-12',
'header' => 'Females Grade 11-12',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.female_11',
'components' => array('fairs_stats')
),
'fairstats_projects_1' => array(
'components' => array('fairs_stats')),
'fairstats_projects_1' => array (
'name' => 'Fair Stats -- Projects Grade 1-3',
'header' => 'Projects Grade 1-3',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.projects_1',
'components' => array('fairs_stats')
),
'fairstats_projects_4' => array(
'components' => array('fairs_stats')),
'fairstats_projects_4' => array (
'name' => 'Fair Stats -- Projects Grade 4-6',
'header' => 'Projects Grade 4-6',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.projects_4',
'components' => array('fairs_stats')
),
'fairstats_projects_7' => array(
'components' => array('fairs_stats')),
'fairstats_projects_7' => array (
'name' => 'Fair Stats -- Projects Grade 7-8',
'header' => 'Projects Grade 7-8',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.projects_7',
'components' => array('fairs_stats')
),
'fairstats_projects_9' => array(
'components' => array('fairs_stats')),
'fairstats_projects_9' => array (
'name' => 'Fair Stats -- Projects Grade 9-10',
'header' => 'Projects Grade 9-10',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.projects_9',
'components' => array('fairs_stats')
),
'fairstats_projects_11' => array(
'components' => array('fairs_stats')),
'fairstats_projects_11' => array (
'name' => 'Fair Stats -- Projects Grade 11-12',
'header' => 'Projects Grade 11-12',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.projects_11',
'components' => array('fairs_stats')
),
'fairstats_firstnations' => array(
'components' => array('fairs_stats')),
'fairstats_firstnations' => array (
'name' => 'Fair Stats -- First Nations Students',
'header' => 'First Nations Students',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.firstnations',
'components' => array('fairs_stats')
),
'fairstats_students_atrisk' => array(
'components' => array('fairs_stats')),
'fairstats_students_atrisk' => array (
'name' => 'Fair Stats -- Inner City Students',
'header' => 'Inner City Students',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.students_atrisk',
'components' => array('fairs_stats')
),
'fairstats_schools_atrisk' => array(
'components' => array('fairs_stats')),
'fairstats_schools_atrisk' => array (
'name' => 'Fair Stats -- Inner City Schools',
'header' => 'Inner City Schools',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.schools_atrisk',
'components' => array('fairs_stats')
),
'fairstats_students_total' => array(
'components' => array('fairs_stats')),
'fairstats_students_total' => array (
'name' => 'Fair Stats -- Total Participants',
'header' => 'Total Participants',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.students_total',
'components' => array('fairs_stats')
),
'fairstats_schools_total' => array(
'components' => array('fairs_stats')),
'fairstats_schools_total' => array (
'name' => 'Fair Stats -- Total Schools',
'header' => 'Total Schools',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.schools_total',
'components' => array('fairs_stats')
),
'fairstats_schools_active' => array(
'components' => array('fairs_stats')),
'fairstats_schools_active' => array (
'name' => 'Fair Stats -- Active Schools',
'header' => 'Active Schools',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.schools_active',
'components' => array('fairs_stats')
),
'fairstats_students_public' => array(
'components' => array('fairs_stats')),
'fairstats_students_public' => array (
'name' => 'Fair Stats -- Participants from Public',
'header' => 'Participants from Public',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.students_public',
'components' => array('fairs_stats')
),
'fairstats_schools_public' => array(
'components' => array('fairs_stats')),
'fairstats_schools_public' => array (
'name' => 'Fair Stats -- Public Schools',
'header' => 'Public Schools',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.schools_public',
'components' => array('fairs_stats')
),
'fairstats_students_private' => array(
'components' => array('fairs_stats')),
'fairstats_students_private' => array (
'name' => 'Fair Stats -- Participants from Independent',
'header' => 'Participants from Independent',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.students_private',
'components' => array('fairs_stats')
),
'fairstats_schools_private' => array(
'components' => array('fairs_stats')),
'fairstats_schools_private' => array (
'name' => 'Fair Stats -- Independent Schools',
'header' => 'Independent Schools',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.schools_private',
'components' => array('fairs_stats')
),
'fairstats_schools_districts' => array(
'components' => array('fairs_stats')),
'fairstats_schools_districts' => array (
'name' => 'Fair Stats -- School Districts',
'header' => 'School Districts',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.schools_districts',
'components' => array('fairs_stats')
),
'fairstats_studentsvisiting' => array(
'components' => array('fairs_stats')),
'fairstats_studentsvisiting' => array (
'name' => 'Fair Stats -- Students Visiting',
'header' => 'Students Visiting',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.studentsvisiting',
'components' => array('fairs_stats')
),
'fairstats_publicvisiting' => array(
'components' => array('fairs_stats')),
'fairstats_publicvisiting' => array (
'name' => 'Fair Stats -- Public Guests Visting',
'header' => 'Public Guests Visting',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.publicvisiting',
'components' => array('fairs_stats')
),
'fairstats_teacherssupporting' => array(
'components' => array('fairs_stats')),
'fairstats_teacherssupporting' => array (
'name' => 'Fair Stats -- Teachers Supporting Projects',
'header' => 'Teachers Supporting Projects',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.teacherssupporting',
'components' => array('fairs_stats')
),
'fairstats_increasedinterest' => array(
'components' => array('fairs_stats')),
'fairstats_increasedinterest' => array (
'name' => 'Fair Stats -- Students Increased Interest in Science',
'header' => 'Students Increased Interest in Science',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.increasedinterest',
'components' => array('fairs_stats')
),
'fairstats_consideringcareer' => array(
'components' => array('fairs_stats')),
'fairstats_consideringcareer' => array (
'name' => 'Fair Stats -- Students Considering Career in Science',
'header' => 'Students Considering Career in Science',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.consideringcareer',
'components' => array('fairs_stats')
),
'fairstats_committee_members' => array(
'components' => array('fairs_stats')),
'fairstats_committee_members' => array (
'name' => 'Fair Stats -- Committee Members',
'header' => 'Committee Members',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.committee_members',
'components' => array('fairs_stats')
),
'fairstats_judges' => array(
'components' => array('fairs_stats')),
'fairstats_judges' => array (
'name' => 'Fair Stats -- Judges',
'header' => 'Judges',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.judges',
'components' => array('fairs_stats')
),
'fairstats_next_chair_name' => array(
'components' => array('fairs_stats')),
'fairstats_next_chair_name' => array (
'name' => 'Fair Stats -- Regional Chairperson Name',
'header' => 'Regional Chairperson Name',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.next_chair_name',
'components' => array('fairs_stats')
),
'fairstats_next_chair_email' => array(
'components' => array('fairs_stats')),
'fairstats_next_chair_email' => array (
'name' => 'Fair Stats -- Email',
'header' => 'Email',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.next_chair_email',
'components' => array('fairs_stats')
),
'fairstats_next_chair_hphone' => array(
'components' => array('fairs_stats')),
'fairstats_next_chair_hphone' => array (
'name' => 'Fair Stats -- Home Phone',
'header' => 'Home Phone',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.next_chair_hphone',
'components' => array('fairs_stats')
),
'fairstats_next_chair_bphone' => array(
'components' => array('fairs_stats')),
'fairstats_next_chair_bphone' => array (
'name' => 'Fair Stats -- Business Phone',
'header' => 'Business Phone',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.next_chair_bphone',
'components' => array('fairs_stats')
),
'fairstats_next_chair_fax' => array(
'components' => array('fairs_stats')),
'fairstats_next_chair_fax' => array (
'name' => 'Fair Stats -- Fax',
'header' => 'Fax',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.next_chair_fax',
'components' => array('fairs_stats')
),
'fairstats_delegate1' => array(
'components' => array('fairs_stats')),
'fairstats_delegate1' => array (
'name' => 'Fair Stats -- Delegate 1',
'header' => 'Delegate 1',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate1',
'components' => array('fairs_stats')
),
'fairstats_delegate2' => array(
'components' => array('fairs_stats')),
'fairstats_delegate2' => array (
'name' => 'Fair Stats -- Delegate 2',
'header' => 'Delegate 2',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate2',
'components' => array('fairs_stats')
),
'fairstats_delegate3' => array(
'components' => array('fairs_stats')),
'fairstats_delegate3' => array (
'name' => 'Fair Stats -- Delegate 3',
'header' => 'Delegate 3',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate3',
'components' => array('fairs_stats')
),
'fairstats_delegate4' => array(
'components' => array('fairs_stats')),
'fairstats_delegate4' => array (
'name' => 'Fair Stats -- Delegate 4',
'header' => 'Delegate 4',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate4',
'components' => array('fairs_stats')
),
'fairstats_delegate1_email' => array(
'components' => array('fairs_stats')),
'fairstats_delegate1_email' => array (
'name' => 'Fair Stats -- Delegate 1 Email',
'header' => 'Delegate 1 Email',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate1_email',
'components' => array('fairs_stats')
),
'fairstats_delegate2_email' => array(
'components' => array('fairs_stats')),
'fairstats_delegate2_email' => array (
'name' => 'Fair Stats -- Delegate 2 Email',
'header' => 'Delegate 2 Email',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate2_email',
'components' => array('fairs_stats')
),
'fairstats_delegate3_email' => array(
'components' => array('fairs_stats')),
'fairstats_delegate3_email' => array (
'name' => 'Fair Stats -- Delegate 3 Email',
'header' => 'Delegate 3 Email',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate3_email',
'components' => array('fairs_stats')
),
'fairstats_delegate4_email' => array(
'components' => array('fairs_stats')),
'fairstats_delegate4_email' => array (
'name' => 'Fair Stats -- Delegate 4 Email',
'header' => 'Delegate 4 Email',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate4_email',
'components' => array('fairs_stats')
),
'fairstats_delegate1_size' => array(
'components' => array('fairs_stats')),
'fairstats_delegate1_size' => array (
'name' => 'Fair Stats -- Delegate 1 Jacket Size',
'header' => 'Delegate 1 Jacket Size',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate1_size',
'components' => array('fairs_stats')
),
'fairstats_delegate2_size' => array(
'components' => array('fairs_stats')),
'fairstats_delegate2_size' => array (
'name' => 'Fair Stats -- Delegate 2 Jacket Size',
'header' => 'Delegate 2 Jacket Size',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate2_size',
'components' => array('fairs_stats')
),
'fairstats_delegate3_size' => array(
'components' => array('fairs_stats')),
'fairstats_delegate3_size' => array (
'name' => 'Fair Stats -- Delegate 3 Jacket Size',
'header' => 'Delegate 3 Jacket Size',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate3_size',
'components' => array('fairs_stats')
),
'fairstats_delegate4_size' => array(
'components' => array('fairs_stats')),
'fairstats_delegate4_size' => array (
'name' => 'Fair Stats -- Delegate 4 Jacket Size',
'header' => 'Delegate 4 Jacket Size',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'fairs_stats.delegate4_size',
'components' => array('fairs_stats')
),
'static_text' => array(
'components' => array('fairs_stats')),
/* The label system depends on each report type having conference_name and conference_logo */
'conference_name' => array(
'start_option_group' => 'Local Conference Information',
'name' => 'Conference -- Name',
'header' => 'Conference Name',
'width' => 76.2 /*mm*/,
'table' => "'".mysql_escape_string($conference['name'])."'"),
'conference_logo' => array(
'name' => 'Conference -- Logo (for Labels only)',
'header' => '',
'width' => 1 /*mm*/,
'table' => "CONCAT(' ')"),
'static_text' => array (
'name' => 'Static Text (useful for labels)',
'header' => '',
'width' => 0.1,
'table' => "CONCAT(' ')"
),
'width' => 2.54 /*mm*/,
'table' => "CONCAT(' ')"),
);
function report_fairs_fromwhere($report, $components)
{
global $config, $report_fairs_fields;
function report_fairs_fromwhere($report, $components)
{
global $config, $report_fairs_fields;
$fields = $report_fairs_fields;
$year = $report['year'];
$conferences_id = $report['conferences_id'];
if (in_array('fairs_stats', $components)) {
if(in_array('fairs_stats', $components)) {
$fs_from = 'LEFT JOIN fairs_stats ON fairs_stats.fairs_id=fairs.id';
$fs_where = "fairs_stats.year='$year'";
$fs_where = "fairs_stats.conferences_id='$conferences_id' AND";
}
$q = " FROM \tfairs
$q = " FROM fairs
$fs_from
WHERE
1 AND
$fs_where
1
";
return $q;
}
?>

View File

@ -1,199 +1,213 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
/*
* Take the language array in users_fundraising, unserialize it, and join it
* with a space
*/
function report_fundraisings_languages($report, $field, $text)
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.
*/
/* Take the language array in users_fundraising, unserialize it, and join it
* with a space */
function report_fundraisings_languages(&$report, $field, $text)
{
$l = unserialize($text);
return join(' ', $l);
$l = unserialize($text);
return join(' ', $l);
}
/* Components: */
/*
* Yes, fundraisings, the generator takes the report type (also the user.type in many cases) and
* just adds an 's' to find the fields and the functions.
*/
/* Yes, fundraisings, the generator takes the report type (also the user.type in many cases) and
* just adds an 's' to find the fields and the functions. */
$report_fundraisings_fields = array(
'fundraising_campaigns_id' => array(
'start_option_group' => 'Campaign ID',
'name' => 'Fundraising Campaign numerical ID',
'header' => 'ID',
'width' => 0.25,
'table' => 'fundraising_campaigns.id'
),
'salutation' => array(
'width' => 6.35 /*mm*/,
'table' => "fundraising_campaigns.id"),
'salutation' => array(
'start_option_group' => 'Contact Information',
'name' => 'Contact -- Salutation (Mr., Mrs., etc.)',
'header' => 'Sal',
'width' => 0.5,
'table' => 'users.salutation',
'components' => array('users')
),
'namefl' => array(
'width' => 12.7 /*mm*/,
'table' => "users.salutation",
'components' => array('users') ),
'namefl' => array(
'name' => 'Contact -- Full Name (first last)',
'header' => 'Name',
'width' => 1.75,
'width' => 44.45 /*mm*/,
'table' => "CONCAT(users.firstname, ' ', users.lastname)",
'table_sort' => 'users.lastname',
'components' => array('users')
),
'email' => array(
'table_sort'=> 'users.lastname',
'components' => array('users') ),
'email' => array(
'name' => 'Contact -- Email',
'header' => 'Email',
'width' => 2.0,
'width' => 50.8 /*mm*/,
'table' => 'users.email',
'components' => array('users')
),
'components' => array('users') ),
'phone_home' => array(
'name' => 'Contact -- Phone (Home)',
'header' => 'Phone(Home)',
'width' => 1,
'width' => 25.4 /*mm*/,
'table' => 'users.phonehome',
'components' => array('users')
),
'components' => array('users') ),
'phone_work' => array(
'name' => 'Contact -- Phone (Work)',
'header' => 'Phone(Work)',
'width' => 1.25,
'table' => 'users.phonework',
'components' => array('users')
),
'width' => 31.75 /*mm*/,
'table' => "users.phonework",
'components' => array('users') ),
'organization' => array(
'name' => 'Contact -- Organization',
'header' => 'Organization',
'width' => 2,
'width' => 50.8 /*mm*/,
'table' => 'users.organization',
'components' => array('users')
),
'components' => array('users') ),
'position' => array(
'name' => 'Contact -- Position',
'header' => 'Position',
'width' => 2,
'width' => 50.8 /*mm*/,
'table' => 'users_sponsor.position',
'components' => array('users')
),
'address' => array(
'components' => array('users') ),
'address' => array(
'start_option_group' => 'Contact Address',
'name' => 'Contact Address -- Street',
'header' => 'Address',
'width' => 2.0,
'width' => 50.8 /*mm*/,
'table' => "CONCAT(users.address, ' ', users.address2)",
'components' => array('users')
),
'city' => array(
'components' => array('users') ),
'city' => array(
'name' => 'Contact Address -- City',
'header' => 'City',
'width' => 1.5,
'width' => 38.1 /*mm*/,
'table' => 'users.city',
'components' => array('users')
),
'province' => array(
'name' => 'Contact Address -- ' . $config['provincestate'],
'header' => $config['provincestate'],
'width' => 0.75,
'components' => array('users') ),
'province' => array(
'name' => 'Contact Address -- '.$config['provincestate'],
'header' => $config['provincestate'],
'width' => 19.05 /*mm*/,
'table' => 'users.province',
'components' => array('users')
),
'postal' => array(
'name' => 'Contact Address -- ' . $config['postalzip'],
'components' => array('users') ),
'postal' => array(
'name' => 'Contact Address -- '.$config['postalzip'],
'header' => $config['postalzip'],
'width' => 0.75,
'table' => 'users.postalcode',
'components' => array('users')
),
'city_prov' => array(
'name' => 'Contact Address -- City, ' . $config['provincestate'] . ' (for mailing)',
'header' => 'City',
'width' => 1.5,
'table' => "CONCAT(users.city, ', ', users.province)",
'components' => array('users')
),
'year' => array(
'width' => 19.05 /*mm*/,
'table' => 'users.postalcode' ,
'components' => array('users') ),
'city_prov' => array(
'name' => 'Contact Address -- City, '.$config['provincestate'].' (for mailing)',
'header' => 'City',
'width' => 38.1 /*mm*/,
'table' => "CONCAT(users.city, ', ', users.province)",
'components' => array('users') ),
/* // FIXME - not sure what to do with these options, converting from years to conferences
'year' => array(
'start_option_group' => 'Miscellaneous',
'name' => 'Contact -- Year',
'header' => 'Year',
'width' => 0.5,
'width' => 12.7 //mm,
'table' => 'users.year',
'components' => array('users')
),
'components' => array('users') ),
'user_filter' => array(
'name' => 'User Filter by MAX(year)',
'header' => '',
'width' => 0.1,
'width' => 2.54 //mm,
'table' => 'MAX(users.year)',
'group_by' => array('users.uid'),
'components' => array('users')
),
'static_text' => array(
'group_by' => array('users.accounts_id'),
'components' => array('users') ),
*/
'static_text' => array(
'name' => 'Static Text (useful for labels)',
'header' => '',
'width' => 0.1,
'table' => "CONCAT(' ')"
),
'width' => 2.54 /*mm*/,
'table' => "CONCAT(' ')"),
/* The label system depends on each report type having conference_name and conference_logo */
'conference_name' => array(
'start_option_group' => 'Conference Information',
'name' => 'Conference -- Name',
'header' => 'Conference Name',
'width' => 76.2 /*mm*/,
'table' => "'".mysql_escape_string($conference['name'])."'"),
'conference_logo' => array(
'name' => 'Conference -- Logo (for Labels only)',
'header' => '',
'width' => 1 /*mm*/,
'table' => "CONCAT(' ')"),
);
function report_fundraisings_fromwhere($report, $components)
{
global $config, $report_fundraisings_fields;
function report_fundraisings_fromwhere($report, $components)
{
global $config, $report_fundraisings_fields;
$fields = $report_fundraisings_fields;
$year = $report['year'];
// $conferences_id = $report['conferences_id'];
if (in_array('users', $components)) {
if(in_array('users', $components)) {
$users_from = 'LEFT JOIN fundraising_campaigns_users_link ON fundraising_campaigns.id=fundraising_campaigns_users_link.fundraising_campaigns_id
LEFT JOIN users ON users.uid=fundraising_campaigns_users_link.users_uid
LEFT JOIN users ON users.accounts_id=fundraising_campaigns_users_link.users_uid
LEFT JOIN users_sponsor ON users_sponsor.users_id=users.id';
$users_where = "users.deleted!='yes' AND";
}
/*
* $teams_from = '';
* $teams_where = '';
* if(in_array('teams', $components)) {
* $teams_from = "LEFT JOIN fundraisings_teams_link ON judges_teams_link.users_id=users.id
* LEFT JOIN fundraisings_teams ON judges_teams.id=judges_teams_link.judges_teams_id";
* $teams_where = "AND fundraisings_teams_link.year='$year'
* AND fundraisings_teams.year='$year'";
* }
*
* $projects_from='';
* $projects_where='';
* if(in_array('projects', $components)) {
* $projects_from = "LEFT JOIN fundraisings_teams_timeslots_projects_link ON
* fundraisings_teams_timeslots_projects_link.judges_teams_id=judges_teams.id
* LEFT JOIN projects ON projects.id=fundraisings_teams_timeslots_projects_link.projects_id
* LEFT JOIN fundraisings_timeslots ON judges_timeslots.id=judges_teams_timeslots_projects_link.judges_timeslots_id";
* $projects_where = "AND fundraisings_teams_timeslots_projects_link.year='$year'
* AND projects.year='$year'";
* }
*/
/*
// this chunk of code was already remarked when updating the system to use conferences
// instead of fair years. If it gets re-used however, then it will need to be updated
// accordingly. Not sure as I write this comment how the fundraising years will link
// to the conferences, rather than to the fair years that were previously used.
$q = " FROM \tfundraising_campaigns
$teams_from = '';
$teams_where = '';
if(in_array('teams', $components)) {
$teams_from = "LEFT JOIN fundraisings_teams_link ON judges_teams_link.users_id=users.id
LEFT JOIN fundraisings_teams ON judges_teams.id=judges_teams_link.judges_teams_id";
$teams_where = "AND fundraisings_teams_link.year='$year'
AND fundraisings_teams.year='$year'";
}
$projects_from='';
$projects_where='';
if(in_array('projects', $components)) {
$projects_from = "LEFT JOIN fundraisings_teams_timeslots_projects_link ON
fundraisings_teams_timeslots_projects_link.judges_teams_id=judges_teams.id
LEFT JOIN projects ON projects.id=fundraisings_teams_timeslots_projects_link.projects_id
LEFT JOIN fundraisings_timeslots ON judges_timeslots.id=judges_teams_timeslots_projects_link.judges_timeslots_id";
$projects_where = "AND fundraisings_teams_timeslots_projects_link.year='$year'
AND projects.year='$year'";
}
*/
$q = " FROM fundraising_campaigns
$users_from
WHERE
$users_where

View File

@ -1,142 +1,144 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require_once ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require_once ('reports.inc.php');
require_once("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require_once('reports.inc.php');
$id = intval($_GET['id']);
$type = stripslashes($_GET['type']);
$stock = stripslashes($_GET['stock']);
$year = intval($_GET['year']);
$type = $_GET['type'];
$stock = $_GET['stock'];
if(array_key_exists('conferences_id', $_GET)){
$conferences_id = intval($_GET['conferences_id']);
$result = mysql_result(mysql_query("SELECT COUNT(*) FROM conferences WHERE id = $conferences_id"), 0);
if($result != 1) $conferences_id = $conference['id'];
}else{
$conferences_id = $conference['id'];
}
$include_incomplete_registrations = ($_GET['include_incomplete_registrations'] == 'yes') ? 'yes' : '';
$show_options = array_key_exists('show_options', $_GET);
if ($year < 1000)
$year = $config['FAIRYEAR'];
/* If it's a system report, turn that into the actual report id */
if (array_key_exists('sid', $_GET)) {
if(array_key_exists('sid', $_GET)) {
$sid = intval($_GET['sid']);
$q = $pdo->prepare("SELECT id FROM reports WHERE system_report_id='$sid'");
$q->execute();
$r = $q->fetch(PDO::FETCH_OBJ);
$q = mysql_query("SELECT id FROM reports WHERE system_report_id='$sid'");
$r = mysql_fetch_assoc($q);
$id = $r['id'];
}
$report = report_load($id);
/* Add a custom filter if specified */
$filter_args = '';
if (is_array($_GET['filter'])) {
foreach ($_GET['filter'] as $f => $v) {
$report['filter'][] = array('field' => $v['field'], 'x' => $v['x'], 'value' => $v['value']);
$filter_args .= "&filter[$f][field]={$v['field']}&filter[$f][x]={$v['x']}&filter[$f][value]={$v['value']}";
if(is_array($_GET['filter'])) {
foreach($_GET['filter'] as $f=>$v) {
$report['filter'][] = array('field'=>$v['field'],'x'=>$v['x'],'value'=>$v['value']);
$filter_args.="&filter[$f][field]={$v['field']}&filter[$f][x]={$v['x']}&filter[$f][value]={$v['value']}";
}
}
switch ($_GET['action']) {
case 'dialog_gen':
if ($id < 0) {
$u = "{$config['SFIABDIRECTORY']}/{$report_custom[-$id]['custom_url']}";
?>
switch($_GET['action']) {
case 'dialog_gen':
if($id < 0) {
$u = "{$config['SFIABDIRECTORY']}/{$report_custom[-$id]['custom_url']}";
?>
<script type="text/javascript">
window.location.href="<?= $u ?>";
window.location.href="<?=$u?>";
</script>
<?
exit;
}
?>
exit;
}
?>
<div id="report_dialog_gen" title="Generate Report" style="display: none">
<div id="report_gen_tabs">
<ul><li><a href="#report_gen_tab_info"><span><?= i18n('Report Information') ?></span></a></li>
<li><a href="#report_gen_tab_advanced"><span><?= i18n('Advanced Options') ?></span></a></li>
<ul><li><a href="#report_gen_tab_info"><span><?=i18n('Report Information')?></span></a></li>
<li><a href="#report_gen_tab_advanced"><span><?=i18n('Advanced Options')?></span></a></li>
</ul>
<form id="report_dialog_form" >
<div id="report_gen_tab_info">
<input type="hidden" name="id" value="<?= $id ?>" />
<input type="hidden" name="id" value="<?=$id?>" />
<table class="editor" style="width:95%"><tr>
<td colspan="2"><br /><h3><?= i18n('Report Information') ?></h3><br /></td>
<td colspan="2"><br /><h3><?=i18n('Report Information')?></h3><br /></td>
</tr><tr>
<td class="label"><b><?= i18n('Report Name') ?></b>:</td>
<td class="input"><?= $report['name'] ?></b></td>
<td class="label"><b><?=i18n("Report Name")?></b>:</td>
<td class="input"><?=$report['name']?></b></td>
</tr><tr>
<td class="label"><b><?= i18n('Description') ?></b>:</td>
<td class="input"><?= $report['desc'] ?></b></td>
<td class="label"><b><?=i18n("Description")?></b>:</td>
<td class="input"><?=$report['desc']?></b></td>
</tr><tr>
<td class="label"><b><?= i18n('Created By') ?></b>:</td>
<td class="input"><?= $report['creator'] ?></td>
<td class="label"><b><?=i18n("Created By")?></b>:</td>
<td class="input"><?=$report['creator']?></td>
</tr><tr>
<?
/* See if the report is in this committee member's list */
$q = $pd->prepare("SELECT * FROM reports_committee
\t\t\t\tWHERE users_id='{$_SESSION['users_uid']}'
$q = mysql_query("SELECT * FROM reports_committee
WHERE users_id='{$_SESSION['accounts_id']}'
AND reports_id='{$report['id']}'");
$q->execute();
if ($q->rowCount() > 0) {
$i = $q->fetch(PDO::FETCH_ASSOC);
if(mysql_num_rows($q) > 0) {
$i = mysql_fetch_assoc($q);
?>
<td colspan="2"><hr /><h3><?= i18n('My Reports Info') ?></h3></td>
<td colspan="2"><hr /><h3><?=i18n('My Reports Info')?></h3></td>
</tr><tr>
<td class="label"><b><?= i18n('Category') ?></b>:</td>
<td class="input"><?= $i['category'] ?></b></td>
<td class="label"><b><?=i18n("Category")?></b>:</td>
<td class="input"><?=$i['category']?></b></td>
</tr><tr>
<td class="label"><b><?= i18n('Comment') ?></b>:</td>
<td class="input"><?= $i['comment'] ?></b></td>
<td class="label"><b><?=i18n("Comment")?></b>:</td>
<td class="input"><?=$i['comment']?></b></td>
</tr><tr>
<? } ?>
<td colspan="2"><br /><hr /><h3><?= i18n('Report Options') ?></h3><br /></td>
<td colspan="2"><br /><hr /><h3><?=i18n('Report Options')?></h3><br /></td>
</tr>
<?
$format = $report['options']['type'];
$stock = $report['options']['stock'];
$year = $config['FAIRYEAR'];
$conferences_id = $conference['id'];
/* Out of all the report optins, we really only want these ones */
$option_keys = array('type', 'stock');
foreach ($report_options as $ok => $o) {
if (!in_array($ok, $option_keys))
continue;
/* Out of all the report optins, we really only want these ones */
$option_keys = array('type','stock');
foreach($report_options as $ok=>$o) {
if(!in_array($ok, $option_keys)) continue;
echo "<tr><td class=\"label\"><b>{$o['desc']}</b>:</td>";
echo "<td class=\"input\"><select name=\"$ok\" id=\"$ok\">";
foreach ($o['values'] as $k => $v) {
foreach($o['values'] as $k=>$v) {
$sel = ($report['option'][$ok] == $k) ? 'selected="selected"' : '';
echo "<option value=\"$k\" $sel>" . htmlspecialchars($v) . '</option>';
echo "<option value=\"$k\" $sel>".htmlspecialchars($v)."</option>";
}
echo "</select></td></tr>\n";
}
/* Find all the years */
$q = $pdo->prepare('SELECT DISTINCT year FROM config WHERE year>1000 ORDER BY year DESC');
$q->execute();
echo '<tr><td class="label"><b>' . i18n('Year') . '</b>:</td>';
echo '<td class="input"><select name="year" id="year">';
while ($i = $q->fetch(PDO::FETCH_ASSOC)) {
$y = $i['year'];
$sel = ($config['FAIRYEAR'] == $y) ? 'selected="selected"' : '';
echo "<option value=\"$y\" $sel>$y</option>";
// Find all conferences
$q = mysql_query("SELECT conferences.name, conferences.id, dates.date FROM conferences JOIN dates on dates.conferences_id = conferences.id WHERE dates.name='fairdate' ORDER BY dates.date DESC");
echo "<tr><td class=\"label\"><b>".i18n('Conference')."</b>:</td>";
echo "<td class=\"input\"><select name=\"conferences_id\" id=\"conferences_id\">";
while($row = mysql_fetch_assoc($q)){
$parts = explode(' ', $row['date']);
$date = $parts[0];
$sel = ($row['id'] == $conferences_id) ? 'selected="selected"' : '';
echo "<option value=\"{$row['id']}\" $sel>{$row['name']} ($date)</option>";
}
echo "</select></td></tr>\n";
?>
@ -144,10 +146,10 @@ switch ($_GET['action']) {
</div>
<div id="report_gen_tab_advanced">
<table class="editor" style="width:95%"><tr>
<td colspan="2"><br /><h4><?= i18n('Advanced Options') ?></h4><br /></td>
<td colspan="2"><br /><h4><?=i18n('Advanced Options')?></h4><br /></td>
</tr><tr>
<td class="label"><input type="checkbox" name="include_incomplete_registrations" value="yes" /></td>
<td class="input"><?= i18n('Include student and project data from incomplete registrations. The registration only needs to have a division and category selected.') ?></td>
<td class="input"><?=i18n('Include student and project data from incomplete registrations. The registration only needs to have a division and category selected.')?></td>
</table>
</div>
</form>
@ -165,13 +167,13 @@ switch ($_GET['action']) {
$(this).dialog('destroy');
$('#report_dialog_gen').remove();
},
buttons: { "<?= i18n('Cancel') ?>": function() {
buttons: { "<?=i18n("Cancel")?>": function() {
$('#report_dialog_gen').dialog("close");
return false;
},
"<?= i18n('Download Report') ?>": function() {
var dlargs = $('#report_dialog_form').serialize()+"<?= $filter_args ?>";
var dlurl = "<?= $config['SFIABDIRECTORY'] ?>/admin/reports_gen.php?"+dlargs;
"<?=i18n("Download Report")?>": function() {
var dlargs = $('#report_dialog_form').serialize()+"<?=$filter_args?>";
var dlurl = "<?=$config['SFIABDIRECTORY']?>/admin/reports_gen.php?"+dlargs;
$('#debug').html(dlurl);
// alert(dlurl);
// $('#content').attr('src',dlurl);
@ -184,97 +186,96 @@ switch ($_GET['action']) {
</script>
<?
exit;
}
if ($show_options == false) {
if ($id && $year) {
$report['year'] = $year;
if ($type != '')
$report['option']['type'] = $type;
if ($stock != '')
$report['option']['stock'] = $stock;
if ($include_incomplete_registrations != '')
$report['option']['include_incomplete_registrations'] = 'yes';
report_gen($report);
} else {
exit;
header('Location: reports.php');
}
exit;
}
if($show_options == false) {
if($id && $conferences_id) {
$report['conferences_id'] = $conferences_id;
if($type != '') $report['option']['type'] = $type;
if($stock != '') $report['option']['stock'] = $stock;
if($include_incomplete_registrations != '') $report['option']['include_incomplete_registrations'] = 'yes';
report_gen($report);
} else {
exit;
header("Location: reports.php");
}
exit;
}
send_header('Report Options', array(
'Committee Main' => 'committee_main.php',
'My Reports' => 'admin/reports.php'
));
'Committee Main' => 'committee_main.php',
'My Reports' => 'admin/reports.php'));
echo '<form method=\"get\" action="reports_gen.php">';
echo "<input type=\"hidden\" name=\"id\" value=\"$id\">";
echo '<table class="tableedit">';
echo '<tr><td><b>' . i18n('Report&nbsp;Name') . '</b>:</td>';
echo "<tr><td><b>".i18n('Report&nbsp;Name')."</b>:</td>";
echo "<td>{$report['name']}</td></tr>";
echo '<tr><td><b>' . i18n('Description') . '</b>:</td>';
echo "<tr><td><b>".i18n('Description')."</b>:</td>";
echo "<td>{$report['desc']}</td></tr>";
echo '<tr><td><b>' . i18n('Created By') . '</b>:</td>';
echo "<tr><td><b>".i18n('Created By')."</b>:</td>";
echo "<td>{$report['creator']}</td></tr>";
echo '<tr><td colspan="2"><hr /></td></tr>';
/* See if the report is in this committee member's list */
$q = $pdo->prepare("SELECT * FROM reports_committee
\t\t\tWHERE users_id='{$_SESSION['users_uid']}'
$q = mysql_query("SELECT * FROM reports_committee
WHERE users_id='{$_SESSION['accounts_id']}'
AND reports_id='{$report['id']}'");
$q->execute();
echo '<tr><td colspan="2"><h3>' . i18n('My Reports Info') . '</h3></td></tr>';
if ($q->rowCount() > 0) {
echo "<tr><td colspan=\"2\"><h3>".i18n('My Reports Info')."</h3></td></tr>";
if(mysql_num_rows($q) > 0) {
/* Yes, it is */
$i = $q->fetch(PDO::FETCH_OBJ);
echo '<tr><td><b>' . i18n('Category') . '</b>:</td>';
$i = mysql_fetch_object($q);
echo "<tr><td><b>".i18n('Category')."</b>:</td>";
echo "<td>{$i->category}</td></tr>";
echo '<tr><td><b>' . i18n('Comment') . '</b>:</td>';
echo "<tr><td><b>".i18n('Comment')."</b>:</td>";
echo "<td>{$i->comment}</td></tr>";
} else {
echo '<tr><td></td><td>' . i18n("This report is NOT in your 'My Reports' list.") . '</td></tr>';
echo "<tr><td></td><td>".i18n('This report is NOT in your \'My Reports\' list.')."</td></tr>";
}
echo '<tr><td colspan="2"><hr /></td></tr>';
echo '<tr><td colspan="2"><h3>' . i18n('Report Options') . '</h3></td></tr>';
echo "<tr><td colspan=\"2\"><h3>".i18n('Report Options')."</h3></td></tr>";
$format = $report['options']['type'];
$stock = $report['options']['stock'];
$year = $config['FAIRYEAR'];
$conferences_id = $conference['id'];
/* Out of all the report optoins, we really only want these ones */
$option_keys = array('type', 'stock');
foreach ($report_options as $ok => $o) {
if (!in_array($ok, $option_keys))
continue;
$option_keys = array('type','stock');
foreach($report_options as $ok=>$o) {
if(!in_array($ok, $option_keys)) continue;
echo "<tr><td><b>{$o['desc']}</b>:</td>";
echo "<td><select name=\"$ok\" id=\"$ok\">";
foreach ($o['values'] as $k => $v) {
foreach($o['values'] as $k=>$v) {
$sel = ($report['option'][$ok] == $k) ? 'selected="selected"' : '';
echo "<option value=\"$k\" $sel>$v</option>";
}
echo '</select></td></tr>';
echo "</select></td></tr>";
}
/* Find all the years */
$q = $pdo->prepare('SELECT DISTINCT year FROM config WHERE year>1000 ORDER BY year DESC');
$q->execute();
echo '<tr><td><b>' . i18n('Year') . '</b>:</td>';
echo '<td><select name="year" id="year">';
while ($i = $q->fetch(PDO::FETCH_ASSOC)) {
$y = $i['year'];
$sel = ($config['FAIRYEAR'] == $y) ? 'selected="selected"' : '';
echo "<option value=\"$y\" $sel>$y</option>";
}
echo '</select></td></tr>';
echo '</table>';
// Find all conferences
$q = mysql_query("SELECT conferences.name, conferences.id, dates.date FROM conferences JOIN dates on dates.conferences_id = conferences.id WHERE dates.name='fairdate' ORDER BY dates.date DESC");
echo "<tr><td class=\"label\"><b>".i18n('Conference')."</b>:</td>";
echo "<td class=\"input\"><select name=\"conferences_id\" id=\"conferences_id\">";
while($row = mysql_fetch_assoc($q)){
$parts = explode(' ', $row['date']);
$date = $parts[0];
$sel = ($row['id'] == $conferences_id) ? 'selected="selected"' : '';
echo "<option value=\"{$row['id']}\" $sel>{$row['name']} ($date)</option>";
}
echo "</select></td></tr>\n";
echo "</table>";
echo '<br />';
echo '<input type="submit" value="' . i18n('Generate Report') . '" />';
echo "<input type=\"submit\" value=\"".i18n('Generate Report')."\" />";
echo '</form>';
send_footer();
?>

File diff suppressed because it is too large Load Diff

View File

@ -1,209 +1,156 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('../lpdf.php');
require ('../lcsv.php');
require ('../questions.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("../lpdf.php");
require("../lcsv.php");
require("../questions.inc.php");
if (!$_GET['type'])
$type = 'csv';
else
$type = $_GET['type'];
if(!$_GET['type']) $type="csv";
else $type=$_GET['type'];
if ($type == 'pdf') {
$rep = new lpdf(i18n($config['fairname']),
i18n('Judge List'),
$_SERVER['DOCUMENT_ROOT'] . $config['SFIABDIRECTORY'] . '/data/logo-200.gif');
if($type=="pdf")
{
$rep=new lpdf( i18n($config['fairname']),
i18n("Judge List"),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/{$conference['id']}-logo-200.gif"
);
$rep->newPage();
$rep->setFontSize(11);
} else if ($type == 'csv') {
$rep = new lcsv(i18n('Judge List'));
}
else if($type=="csv")
{
$rep=new lcsv(i18n("Judge List"));
}
$table = array();
$table['header'] = array(
i18n('ID'),
i18n('Unique ID'),
i18n('Last Name'),
i18n('First Name'),
i18n('Email'),
i18n('Phone Home'),
i18n('Phone Work'),
i18n('Phone Work Ext'),
i18n('Phone Cell'),
i18n('Languages'),
i18n('Organization'),
i18n('Address 1'),
i18n('Address 2'),
i18n('City'),
i18n($config['provincestate']),
i18n($config['postalzip']),
i18n('Highest PostSecDeg'),
i18n('Professional Quals'),
i18n('Expertise Other')
);
$table=array();
$table['header']=array(
i18n("ID"),
i18n("Unique ID"),
i18n("Last Name"),
i18n("First Name"),
i18n("Email"),
i18n("Phone Home"),
i18n("Phone Work"),
i18n("Phone Work Ext"),
i18n("Phone Cell"),
i18n("Languages"),
i18n("Organization"),
i18n("Address 1"),
i18n("Address 2"),
i18n("City"),
i18n($config['provincestate']),
i18n($config['postalzip']),
i18n("Highest PostSecDeg"),
i18n("Professional Quals"),
i18n("Expertise Other"));
/* Append headers for all the custom questions */
$qs = questions_load_questions('judgereg', $config['FAIRYEAR']);
$qs=questions_load_questions('judgereg', $conference['id']);
$keys = array_keys($qs);
foreach ($keys as $qid) {
foreach($keys as $qid) {
$table['header'][] = i18n($qs[$qid]['db_heading']);
}
// grab the list of divisions, because the last fields of the table will be the sub-divisions
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
$numcats = $q->rowCount();
$catheadings = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$cats[] = $r->id;
$catheadings[] = "$r->category (out of 5)";
//grab the list of divisions, because the last fields of the table will be the sub-divisions
$q=mysql_query("SELECT * FROM projectcategories WHERE conferences_id='".$conference['id']."' ORDER BY id");
$numcats=mysql_num_rows($q);
$catheadings=array();
while($r=mysql_fetch_object($q))
{
$cats[]=$r->id;
$catheadings[]="$r->category (out of 5)";
}
// grab the list of divisions, because the last fields of the table will be the sub-divisions
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
$divheadings = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divs[] = $r->id;
$divheadings[] = "$r->division (out of 5)";
$divheadings[] = "$r->division subdivisions";
//grab the list of divisions, because the last fields of the table will be the sub-divisions
$q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='".$conference['id']."' ORDER BY id");
$divheadings=array();
while($r=mysql_fetch_object($q))
{
$divs[]=$r->id;
$divheadings[]="$r->division (out of 5)";
$divheadings[]="$r->division subdivisions";
}
// now append the arrays together
$table['header'] = array_merge($table['header'], array_merge($catheadings, $divheadings));
//now append the arrays together
$table['header']=array_merge($table['header'],array_merge($catheadings,$divheadings));
$times = array();
$datetimeheadings = array();
/* Load the judging rounds */
$q = $pdo->prepare("SELECT date,starttime,endtime,name FROM judges_timeslots WHERE round_id='0' AND year='{$config['FAIRYEAR']}' ORDER BY starttime,type");
$q->execute();
$x = 0;
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$found = false;
foreach ($times as $xx => $t) {
if ($t['date'] == $r->date && $t['starttime'] == $r->starttime && $t['endtime'] == $r->endtime) {
$times[$xx]['name'] .= ", {$r->name}";
$found = true;
break;
}
}
if (!$found) {
$times[$x] = array('date' => $r->date,
'starttime' => $r->starttime,
'endtime' => $r->endtime,
'name' => $r->name);
$datetimeheadings[] = $r->name;
$x++;
}
}
//fill these in if we ever make this PDFable
$table['widths']=array();
$table['dataalign']=array();
$table['header'] = array_merge($table['header'], $datetimeheadings);
// fill these in if we ever make this PDFable
$table['widths'] = array();
$table['dataalign'] = array();
$q = $pdo->prepare("SELECT
users.*,
users_judge.*
$q=mysql_query("SELECT
users.*
FROM
users
JOIN users_judge ON users.id=users_judge.users_id
WHERE
JOIN user_roles ON user_roles.users_id = users.id
JOIN roles ON roles.id = user_roles.roles_id
WHERE
roles.type = 'judge' AND
users.deleted='no' AND
users.year='" . $config['FAIRYEAR'] . "'
AND users.types LIKE '%judge%'
users.conferences_id='".$conference['id']."'
ORDER BY
lastname,
firstname");
$q->execute();
show_pdo_errors_if_any($pdo);
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$u = user_load($r->id);
echo mysql_error();
while($r=mysql_fetch_object($q)) {
$u=user_load($r->id);
$expertise_other = str_replace("\n", ' ', $r->expertise_other);
$expertise_other = str_replace("\r", '', $expertise_other);
$expertise_other=str_replace("\n"," ",$r->expertise_other);
$expertise_other=str_replace("\r","",$expertise_other);
if (isset($divdata))
unset($divdata);
$divdata = array();
if (isset($catdata))
unset($catdata);
$catdata = array();
$languages = '';
if(isset($divdata)) unset($divdata); $divdata=array();
if(isset($catdata)) unset($catdata); $catdata=array();
$languages="";
foreach ($u['cat_prefs'] AS $c) {
$catdata[] = $c + 2;
foreach($u['cat_prefs'] AS $c) {
$catdata[]=$c+2;
}
foreach ($u['div_prefs'] AS $d) {
$divdata[] = $d;
// FIXME: 2010-01-22 - James - get the sub divisions for now we use a placeholder
$divdata[] = '';
foreach($u['div_prefs'] AS $d) {
$divdata[]=$d;
//FIXME: 2010-01-22 - James - get the sub divisions for now we use a placeholder
$divdata[]="";
}
foreach ($u['languages'] AS $k => $v) {
$languages .= "$v/";
foreach($u['languages'] AS $k=>$v) {
$languages.="$v/";
}
$languages = substr($languages, 0, -1);
$languages=substr($languages,0,-1);
$qarray = array();
$qans = questions_load_answers('judgereg', $r->id, $config['FAIRYEAR']);
$qans = questions_load_answers('judgereg', $r->id, $conference['id']);
$keys = array_keys($qans);
foreach ($keys as $qid) {
foreach($keys as $qid) {
$qarray[] = $qans[$qid];
}
$tq = $pdo->prepare('SELECT * FROM judges_availability WHERE users_id="' . $r->id . '" ORDER BY `start`');
$tq->execute();
$sel = array();
$timedata = array();
while ($tr = $tq->fetch(PDO::FETCH_OBJ)) {
foreach ($times as $x => $t) {
if ($tr->start == $t['starttime'] && $tr->end == $t['endtime'] && $tr->date == $t['date']) {
$sel[$x] = true;
}
}
}
foreach ($times as $x => $t) {
if (get_value_from_array($sel, $x) == true) {
$timedata[] = 'yes';
} else {
$timedata[] = 'no';
}
}
$tmp = array(
$tmp=array(
$r->id,
$r->uid,
$r->lastname,
@ -211,7 +158,7 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$r->email,
$r->phonehome,
$r->phonework,
get_value_property_or_default($r, 'phoneworkext'),
$r->phoneworkext,
$r->phonecell,
$languages,
$r->organization,
@ -221,13 +168,13 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$r->province,
$r->postalcode,
$r->highest_psd,
get_value_property_or_default($r, 'professional_quals'),
$r->professional_quals,
$expertise_other
);
);
$tmp = array_merge($tmp, $qarray);
$extradata = array_merge($catdata, $divdata);
$table['data'][] = array_merge(array_merge($tmp, $extradata), $timedata);
$extradata=array_merge($catdata,$divdata);
$table['data'][]=array_merge($tmp,$extradata);
}
$rep->addTable($table);

View File

@ -1,109 +1,111 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('../lpdf.php');
require ('../lcsv.php');
require ('../questions.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('committee', 'admin');
require("../lpdf.php");
require("../lcsv.php");
require("../questions.inc.php");
if (!$_GET['type'])
$type = 'csv';
else
$type = $_GET['type'];
if(!$_GET['type']) $type="csv";
else $type=$_GET['type'];
if ($type == 'pdf') {
$rep = new lpdf(i18n($config['fairname']),
i18n('Judge List'),
$_SERVER['DOCUMENT_ROOT'] . $config['SFIABDIRECTORY'] . '/data/logo-200.gif');
if($type=="pdf")
{
$rep=new lpdf( i18n($config['fairname']),
i18n("Judge List"),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/logo-200.gif"
);
$rep->newPage();
$rep->setFontSize(11);
} else if ($type == 'csv') {
$rep = new lcsv(i18n('Judge List'));
}
else if($type=="csv")
{
$rep=new lcsv(i18n("Judge List"));
}
$table = array();
$table['header'] = array(
i18n('ID'),
i18n('Unique ID'),
i18n('Year'),
i18n('Last Name'),
i18n('First Name'),
i18n('Email'),
i18n('Phone Home'),
i18n('Phone Work'),
i18n('Phone Work Ext'),
i18n('Phone Cell'),
i18n('Languages'),
i18n('Organization'),
i18n('Address 1'),
i18n('Address 2'),
i18n('City'),
i18n($config['provincestate']),
i18n($config['postalzip']),
i18n('Highest PostSecDeg'),
i18n('Professional Quals'),
i18n('Expertise Other')
);
$table=array();
$table['header']=array(
i18n("ID"),
i18n("Unique ID"),
i18n("Year"),
i18n("Last Name"),
i18n("First Name"),
i18n("Email"),
i18n("Phone Home"),
i18n("Phone Work"),
i18n("Phone Work Ext"),
i18n("Phone Cell"),
i18n("Languages"),
i18n("Organization"),
i18n("Address 1"),
i18n("Address 2"),
i18n("City"),
i18n($config['provincestate']),
i18n($config['postalzip']),
i18n("Highest PostSecDeg"),
i18n("Professional Quals"),
i18n("Expertise Other"));
/* Append headers for all the custom questions */
$qs = questions_load_questions('judgereg', $config['FAIRYEAR']);
$qs=questions_load_questions('judgereg', $config['FAIRYEAR']);
$keys = array_keys($qs);
foreach ($keys as $qid) {
foreach($keys as $qid) {
$table['header'][] = i18n($qs[$qid]['db_heading']);
}
// grab the list of divisions, because the last fields of the table will be the sub-divisions
$q = $pdo->prepare("SELECT * FROM projectcategories WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
$numcats = $q->rowCount();
$catheadings = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$cats[] = $r->id;
$catheadings[] = "$r->category (out of 5)";
//grab the list of divisions, because the last fields of the table will be the sub-divisions
$q=mysql_query("SELECT * FROM projectcategories WHERE year='".$config['FAIRYEAR']."' ORDER BY id");
$numcats=mysql_num_rows($q);
$catheadings=array();
while($r=mysql_fetch_object($q))
{
$cats[]=$r->id;
$catheadings[]="$r->category (out of 5)";
}
// grab the list of divisions, because the last fields of the table will be the sub-divisions
$q = $pdo->prepare("SELECT * FROM projectdivisions WHERE year='" . $config['FAIRYEAR'] . "' ORDER BY id");
$q->execute();
$divheadings = array();
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$divs[] = $r->id;
$divheadings[] = "$r->division (out of 5)";
$divheadings[] = "$r->division subdivisions";
//grab the list of divisions, because the last fields of the table will be the sub-divisions
$q=mysql_query("SELECT * FROM projectdivisions WHERE year='".$config['FAIRYEAR']."' ORDER BY id");
$divheadings=array();
while($r=mysql_fetch_object($q))
{
$divs[]=$r->id;
$divheadings[]="$r->division (out of 5)";
$divheadings[]="$r->division subdivisions";
}
// now append the arrays together
$table['header'] = array_merge($table['header'], array_merge($catheadings, $divheadings));
//now append the arrays together
$table['header']=array_merge($table['header'],array_merge($catheadings,$divheadings));
// fill these in if we ever make this PDFable
$table['widths'] = array();
$table['dataalign'] = array();
$q = $pdo->prepare("SELECT
//fill these in if we ever make this PDFable
$table['widths']=array();
$table['dataalign']=array();
$q=mysql_query("SELECT
users.*,
users_judge.*
FROM
@ -116,45 +118,40 @@ $q = $pdo->prepare("SELECT
lastname,
firstname,
year");
$q->execute();
show_pdo_errors_if_any($pdo);
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$u = user_load($r->id);
echo mysql_error();
while($r=mysql_fetch_object($q)) {
$u=user_load($r->id);
$expertise_other = str_replace("\n", ' ', $r->expertise_other);
$expertise_other = str_replace("\r", '', $expertise_other);
$expertise_other=str_replace("\n"," ",$r->expertise_other);
$expertise_other=str_replace("\r","",$expertise_other);
if (isset($divdata))
unset($divdata);
$divdata = array();
if (isset($catdata))
unset($catdata);
$catdata = array();
$languages = '';
if(isset($divdata)) unset($divdata); $divdata=array();
if(isset($catdata)) unset($catdata); $catdata=array();
$languages="";
foreach ($u['cat_prefs'] AS $c) {
$catdata[] = $c + 2;
foreach($u['cat_prefs'] AS $c) {
$catdata[]=$c+2;
}
foreach ($u['div_prefs'] AS $d) {
$divdata[] = $d;
// FIXME: 2010-01-22 - James - get the sub divisions for now we use a placeholder
$divdata[] = '';
foreach($u['div_prefs'] AS $d) {
$divdata[]=$d;
//FIXME: 2010-01-22 - James - get the sub divisions for now we use a placeholder
$divdata[]="";
}
foreach ($u['languages'] AS $k => $v) {
$languages .= "$v/";
foreach($u['languages'] AS $k=>$v) {
$languages.="$v/";
}
$languages = substr($languages, 0, -1);
$languages=substr($languages,0,-1);
$qarray = array();
$qans = questions_load_answers('judgereg', $r->id, $config['FAIRYEAR']);
$keys = array_keys($qans);
foreach ($keys as $qid) {
foreach($keys as $qid) {
$qarray[] = $qans[$qid];
}
$tmp = array(
$tmp=array(
$r->id,
$r->uid,
$r->year,
@ -163,7 +160,7 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$r->email,
$r->phonehome,
$r->phonework,
get_value_property_or_default($r, 'phoneworkext'),
$r->phoneworkext,
$r->phonecell,
$languages,
$r->organization,
@ -173,13 +170,13 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) {
$r->province,
$r->postalcode,
$r->highest_psd,
get_value_property_or_default($r, 'professional_quals'),
$r->professional_quals,
$expertise_other
);
);
$tmp = array_merge($tmp, $qarray);
$extradata = array_merge($catdata, $divdata);
$table['data'][] = array_merge($tmp, $extradata);
$extradata=array_merge($catdata,$divdata);
$table['data'][]=array_merge($tmp,$extradata);
}
$rep->addTable($table);

View File

@ -1,119 +1,125 @@
<?
/*
This file is part of the 'Science Fair In A Box' project
SFIAB Website: http://www.sfiab.ca
/*
* This file is part of the 'Science Fair In A Box' project
* SFIAB Website: http://www.sfiab.ca
*
* Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
* Copyright (C) 2005 James Grant <james@lightbox.org>
*
* 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.
*/
Copyright (C) 2005 Sci-Tech Ontario Inc <info@scitechontario.org>
Copyright (C) 2005 James Grant <james@lightbox.org>
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.
*/
?>
<?
require ('../common.inc.php');
require_once ('../user.inc.php');
user_auth_required('committee', 'admin');
require ('../lpdf.php');
require ('../lcsv.php');
require ('judges.inc.php');
require("../common.inc.php");
require_once("../user.inc.php");
user_auth_required('admin');
require("../lpdf.php");
require("../lcsv.php");
require("judges.inc.php");
$type = $_GET['type'];
$type=$_GET['type'];
if ($type == 'pdf') {
$rep = new lpdf(i18n($config['fairname']),
i18n('Judging Team Project Assignments'),
$_SERVER['DOCUMENT_ROOT'] . $config['SFIABDIRECTORY'] . '/data/logo-200.gif');
if($type=="pdf")
{
$rep->newPage();
$rep->setFontSize(11);
} else if ($type == 'csv') {
$rep = new lcsv(i18n('Judging Team Project Assignments'));
}
$rep=new lpdf( i18n($config['fairname']),
i18n("Judging Team Project Assignments"),
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/{$conference['id']}-logo-200.gif"
);
$teams = getJudgingTeams();
$rep->newPage();
$rep->setFontSize(11);
}
else if($type=="csv")
{
$rep=new lcsv(i18n("Judging Team Project Assignments"));
}
$q = $pdo->prepare("SELECT DISTINCT(date) AS d FROM judges_timeslots WHERE year='" . $config['FAIRYEAR'] . "'");
$q->execute();
if ($q->rowCount() > 1)
$show_date = true;
else
$show_date = false;
$teams=getJudgingTeams();
foreach ($teams AS $team) {
$table = array();
$table['header'] = array(i18n('Timeslot'), i18n('Proj #'), i18n('Project Title'));
if ($show_date)
$table['widths'] = array(2.5, 0.75, 3.75);
$q=mysql_query("SELECT DISTINCT(date) AS d FROM judges_timeslots WHERE conferences_id='".$conference['id']."'");
if(mysql_num_rows($q)>1)
$show_date=true;
else
$table['widths'] = array(1.5, 0.75, 4.75);
$show_date=false;
$table['dataalign'] = array('center', 'center', 'left');
foreach($teams AS $team)
{
$table=array();
$table['header']=array(i18n("Timeslot"),i18n("Proj #"),i18n("Project Title"));
if($show_date)
$table['widths']=array( 2.25, 0.75, 4.00);
else
$table['widths']=array( 1.5, 0.75, 4.75);
$rep->heading($team['name'] . ' (' . $team['num'] . ')');
$table['dataalign']=array("center","center","left");
$memberlist = '';
if (count(get_value_from_array($team, 'members', []))) {
foreach ($team['members'] AS $member) {
$memberlist .= $member['firstname'] . ' ' . $member['lastname'];
if ($member['captain'] == 'yes')
$memberlist .= '*';
$memberlist .= ', ';
}
$memberlist = substr($memberlist, 0, -2);
}
$rep->addText($memberlist);
$rep->heading($team['name']." (".$team['num'].")");
if (count($team['awards'])) {
$rep->heading(i18n('Awards that this team judges') . ':');
foreach ($team['awards'] AS $award) {
$rep->addText($award['name']);
$rep->addText(i18n('Criteria') . ': ' . $award['criteria']);
// get category eligibility
$q = $pdo->prepare("SELECT projectcategories.category FROM projectcategories, award_awards_projectcategories WHERE award_awards_projectcategories.projectcategories_id=projectcategories.id AND award_awards_projectcategories.award_awards_id='{$award['id']}' AND award_awards_projectcategories.year='{$config['FAIRYEAR']}' AND projectcategories.year='{$config['FAIRYEAR']}' ORDER BY category");
$q->execute();
show_pdo_errors_if_any($pdo);
$cats = '';
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($cats)
$cats .= ', ' . i18n($r->category);
else
$cats = i18n($r->category);
$memberlist="";
if(count($team['members']))
{
foreach($team['members'] AS $member)
{
$memberlist.=$member['firstname']." ".$member['lastname'];
if($member['captain']=="yes")
$memberlist.="*";
$memberlist.=", ";
}
$rep->addText(i18n('Categories') . ": $cats");
// get division eligibility
$q = $pdo->prepare("SELECT projectdivisions.division_shortform FROM projectdivisions, award_awards_projectdivisions WHERE award_awards_projectdivisions.projectdivisions_id=projectdivisions.id AND award_awards_projectdivisions.award_awards_id='{$award['id']}' AND award_awards_projectdivisions.year='{$config['FAIRYEAR']}' AND projectdivisions.year='{$config['FAIRYEAR']}' ORDER BY division_shortform");
$q->execute();
show_pdo_errors_if_any($pdo);
$divs = '';
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($divs)
$divs .= ', ' . i18n($r->division_shortform);
else
$divs = i18n($r->division_shortform);
}
$rep->addText(i18n('Divisions') . ": $divs");
$memberlist=substr($memberlist,0,-2);
}
}
$rep->addText($memberlist);
$rep->nextLine();
if(count($team['awards']))
{
$rep->heading(i18n("Awards that this team judges").":");
foreach($team['awards'] AS $award)
{
$rep->addText($award['name']);
$rep->addText(i18n("Criteria").": ".$award['criteria']);
// get the timeslots that this team has.
$q = $pdo->prepare("SELECT
//get category eligibility
$q=mysql_query("SELECT projectcategories.category FROM projectcategories, award_awards_projectcategories WHERE award_awards_projectcategories.projectcategories_id=projectcategories.id AND award_awards_projectcategories.award_awards_id='{$award['id']}' AND award_awards_projectcategories.conferences_id='{$conference['id']}' AND projectcategories.conferences_id='{$conference['id']}' ORDER BY category");
echo mysql_error();
$cats="";
while($r=mysql_fetch_object($q))
{
if($cats) $cats.=", ".i18n($r->category);
else $cats=i18n($r->category);
}
$rep->addText(i18n("Categories").": $cats");
//get division eligibility
$q=mysql_query("SELECT projectdivisions.division_shortform FROM projectdivisions, award_awards_projectdivisions WHERE award_awards_projectdivisions.projectdivisions_id=projectdivisions.id AND award_awards_projectdivisions.award_awards_id='{$award['id']}' AND award_awards_projectdivisions.conferences_id='{$conference['id']}' AND projectdivisions.conferences_id='{$conference['id']}' ORDER BY division_shortform");
echo mysql_error();
$divs="";
while($r=mysql_fetch_object($q))
{
if($divs) $divs.=", ".i18n($r->division_shortform);
else $divs=i18n($r->division_shortform);
}
$rep->addText(i18n("Divisions").": $divs");
}
}
$rep->nextLine();
//get the timeslots that this team has.
$q=mysql_query("SELECT
judges_timeslots.id,
judges_timeslots.date,
judges_timeslots.starttime,
@ -123,23 +129,23 @@ foreach ($teams AS $team) {
judges_teams,
judges_teams_timeslots_link
WHERE
judges_teams.id='" . $team['id'] . "' AND
judges_teams.id='".$team['id']."' AND
judges_teams.id=judges_teams_timeslots_link.judges_teams_id AND
judges_timeslots.id=judges_teams_timeslots_link.judges_timeslots_id
ORDER BY
date,starttime
");
$q->execute();
$numslots = $q->rowCount();
$numslots=mysql_num_rows($q);
while ($r = $q->fetch(PDO::FETCH_OBJ)) {
if ($show_date)
$timeslot = format_date($r->date) . ' ';
else
$timeslot = '';
$timeslot .= format_time($r->starttime) . ' - ' . format_time($r->endtime);
while($r=mysql_fetch_object($q))
{
if($show_date)
$timeslot=$r->date." ";
else
$timeslot="";
$timeslot.=format_time($r->starttime)." - ".format_time($r->endtime);
$projq = $pdo->prepare("SELECT
$projq=mysql_query("SELECT
projects.projectnumber,
projects.id,
projects.title
@ -148,24 +154,24 @@ foreach ($teams AS $team) {
judges_teams_timeslots_projects_link
WHERE
judges_teams_timeslots_projects_link.judges_timeslots_id='$r->id' AND
judges_teams_timeslots_projects_link.judges_teams_id='" . $team['id'] . "' AND
judges_teams_timeslots_projects_link.judges_teams_id='".$team['id']."' AND
judges_teams_timeslots_projects_link.projects_id=projects.id AND
judges_teams_timeslots_projects_link.year='" . $config['FAIRYEAR'] . "'
judges_teams_timeslots_projects_link.conferences_id='".$conference['id']."'
ORDER BY
projectnumber
");
$projq->execute();
while ($proj = $projq->fetch(PDO::FETCH_OBJ)) {
$table['data'][] = array($timeslot, $proj->projectnumber, $proj->title);
// make the timeslot empty so we dont list it each time if there's more than one project in the timeslot
$timeslot = '';
while($proj=mysql_fetch_object($projq))
{
$table['data'][]=array($timeslot, $proj->projectnumber,$proj->title);
//make the timeslot empty so we dont list it each time if there's more than one project in the timeslot
$timeslot="";
}
}
$rep->addTable($table);
$rep->newPage();
unset($table);
}
$rep->addTable($table);
$rep->newPage();
unset($table);
}
$rep->output();
$rep->output();
?>

Some files were not shown because too many files have changed in this diff Show More