-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added .txt extention to Database_JobTables * tried to remove commas from $typeofworkstring * edit * added files back to forlder * added alice's part * xxx * Delete Database_JobTables.txt * comma strip * updated login page not sure if it'll show up correctly because I couldn't get to run in on my computer... I tested it by changing it to html instead of php.. * minor change to login * merge problems.. * userprofile.css small modification * create.account ext rename * updated createaccount.php * error msg box added * tooltip updates * buttons for "text ok" added to forms * volunteerform * volunteerform textok * removed <<<<<HEAD * small change so add 1 to db if textok is checked * Rename Database_JobTables.txt to Database_JobTables * a * Rename Database_JobTables to Database_JobTables.txt * updateprofile.php * able to submit update to profile * auto populate city&county by zip * restrict zip to CA * Update reportform.php * Update reportform.php * fixed city problem * city fix * Update reportform.php * display form on checkbox * email tooltip * minor form updates * caregiver/feeder update * Update script.js * form update #2 * form update #3 * search.php: removed colony name & ear tipped * db: removed colony name & ear tipped * forgot to remove eartipped * form updates #4 * minor changes * found it * added "are there any kittens" * added friendly/pet
- Loading branch information
1 parent
01120a2
commit be8f926
Showing
3 changed files
with
68 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,12 @@ CREATE TABLE ReportColonyForm ( | |
ZipCode varchar(200), | ||
AnyoneAttempted varchar(15), | ||
ApproximateCats int, | ||
Kittens varchar(15), | ||
ColonyCareGiver varchar(15), | ||
FeederDescription varchar(200), | ||
Injured varchar(15), | ||
InjuryDescription varchar(200), | ||
FriendlyPet varchar(15), | ||
ColonySetting varchar(200), | ||
Comments varchar(200), | ||
VolunteerResponding varchar(200), | ||
|
@@ -57,7 +59,7 @@ CREATE TABLE ReportColonyForm ( | |
|
||
|
||
INSERT INTO ReportColonyForm VALUES | ||
('', '', '', 'NULL', '11/25/2013 10:30:37', 'NA', '[email protected]', '916-682-1883', 'NA', 'long address', 'city', 'county', 'zip', 'Yes', '5', 'No', 'neighbor', 'Yes', 'descrpition of injury', 'setting of colony', 'comments', 'responder', '4/26/2014', 'needed outcome', 'beat leader name', 'outcome', 'completion date'); | ||
('', '', '', 'NULL', '11/25/2013 10:30:37', 'NA', '[email protected]', '916-682-1883', 'NA', 'long address', 'city', 'county', 'zip', 'Yes', '5', 'No', 'No', 'neighbor', 'Yes', 'descrpition of injury', 'Yes', 'setting of colony', 'comments', 'responder', '4/26/2014', 'needed outcome', 'beat leader name', 'outcome', 'completion date'); | ||
|
||
|
||
CREATE TABLE VolunteerForm ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters