diff --git a/.devcontainer/science-ation-blank-generic.sql b/.devcontainer/science-ation-blank-generic.sql index 9c74ea58..60401a9d 100644 --- a/.devcontainer/science-ation-blank-generic.sql +++ b/.devcontainer/science-ation-blank-generic.sql @@ -371,7 +371,7 @@ INSERT INTO `config` VALUES ('judge_scheduler_activity','Done','Judge Scheduler','','',99999,'',0), ('provincestate','Province','Localization','enum','Province=Province|State=State',100,'Use Province or State?',-1), ('postalzip','Postal Code','Localization','enum','Postal Code=Postal Code|Zip Code=Zip Code',110,'Use Postal Code or Zip Code?',-1), -('theme','default','Global','theme','theme',850,'Theme for colours',-1), +('theme','science_ation','Global','theme','theme',850,'Theme for colours',-1), ('dateformat','Y-m-d','Localization','text','',200,'Date format (formatting options)',-1), ('timeformat','H:i:s','Localization','text','',210,'Time format (formatting options)',-1), ('country','CA','Localization','text','',90,'Country code (look up 2 letter code)',-1), @@ -380,7 +380,7 @@ INSERT INTO `config` VALUES ('judges_availability_enable','no','Judge Registration','yesno','',950,'Allow judges to specify their time availability on the fair day based on the defined judging rounds/timeslots. The scheduler will then use this judge availability data when assigning judges to teams and projects.',-1), ('judge_personal_fields','phonehome,phonecell,phonework,org,address,city,province,lang','Judge Registration','multisel','sex=Gender|phonehome=Home Phone|phonework=Work Phone|phonecell=Cell Phone|fax=Fax|org=Organization|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province',500,'Personal Information to ask for on the Judge personal information page (in addition to Name and Email)',-1), ('judge_personal_required','phonehome,address,city,province','Judge Registration','multisel','sex=Gender|phonehome=Home Phone|phonework=Work Phone|phonecell=Cell Phone|fax=Fax|org=Organization|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province',600,'Required Personal Information on the Judge personal information page (Name and Email is always required)',-1), -('theme_icons','icons_default','Global','theme','icons',860,'Icon set',-1), +('theme_icons','icons_science_ation','Global','theme','icons',860,'Icon set',-1), ('fairs_allow_login','no','Science Fairs','yesno','',200,'Allow feeder fairs to login an enter stats and winners. If set to \'no\', they will only be able to download and upload awards using the SFIAB award download/upload mechanism.',-1), ('fairs_name','Science','Feeder Fairs','text','',300,'What level the feeder fairs are. For example, \'School\' , \'Regional\', or just \'Science\' for a generic \'Science Fair\'',-1), ('fairs_enable','no','Science Fairs','yesno','',100,'Enable the Science Fair. Science Fairs can download awards tagged as \'downloadable\', and can upload winners of those awards directly into this system (optionally creating accounts for all students). There are also options to collect stats from these fairs.',-1), @@ -475,8 +475,8 @@ INSERT INTO `config` VALUES ('specialawardnomination_aftersignatures','yes','Participant Registration','yesno','',2800,'Does the signature page/permission form need to be received BEFORE students are allowed to self nominate for special awards?',2025), ('sponsor_personal_fields','phonecell,phonework,fax,org','Sponsors','multisel','salutation=Salutation|sex=Gender|phonehome=Home Phone|phonework=Work Phone|phonecell=Cell Phone|fax=Fax|org=Organization|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province',500,'Personal Information to ask for on the Sponsor Contact profile page (in addition to Name and Email)',2025), ('sponsor_personal_required','','Sponsors','multisel','salutation=Salutation|sex=Gender|phonehome=Home Phone|phonework=Work Phone|phonecell=Cell Phone|fax=Fax|org=Organization|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province',600,'Required Personal Information on the Sponsor Contact profile page (Name and Email is always required)',2025), -('theme','default','Global','theme','theme',850,'Theme for colours',2025), -('theme_icons','icons_default','Global','theme','icons',860,'Icon set',2025), +('theme','science_ation','Global','theme','theme',850,'Theme for colours',2025), +('theme_icons','icons_science_ation','Global','theme','icons',860,'Icon set',2025), ('timeformat','H:i:s','Localization','text','',210,'Time format (formatting options)',2025), ('times_judged','1','Judge Scheduler','','',500,'The number of times each project must be judged by different judging teams.',2025), ('tours_assigner_effort','10000','Tour Assigner','enum','100=Low|1000=Medium|10000=High',99999,'This controls how long and hard the tour assigner will look for a quality solution. Low effort will finish almost instantly but give a very poor result. High effort can take several minutes to run, but it gives a very good solution. ',2025), diff --git a/common.inc.php b/common.inc.php index 8718c4f4..58b208f9 100644 --- a/common.inc.php +++ b/common.inc.php @@ -374,7 +374,7 @@ function send_header($title = '', $nav = null, $icon = null, $titletranslated = - + - +
- - 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. -*/ - - $theme['name']="Classic"; - $theme['description']="A classic colour scheme"; - $theme['author']="James Grant "; - -?> diff --git a/theme/icons_science_ation/icons.php b/theme/icons_science_ation/icons.php index 27c8304c..f5aa2f91 100644 --- a/theme/icons_science_ation/icons.php +++ b/theme/icons_science_ation/icons.php @@ -21,8 +21,8 @@ */ $theme_icons['name']="Science-ation Icons"; - $theme_icons['description']="KDE4 icons"; - $theme_icons['author']="James Grant "; + $theme_icons['description']="Google Material Icons"; + $theme_icons['author']="AlgoLibre Inc. "; //COMMITTEE MAIN ICONS (that are not used in admin/config already) $theme_icons['icons']['change_password']="encrypted.png"; diff --git a/theme/new_default/images/ui-bg_flat_55_999999_40x100.png b/theme/science_ation/images/ui-bg_flat_55_999999_40x100.png similarity index 100% rename from theme/new_default/images/ui-bg_flat_55_999999_40x100.png rename to theme/science_ation/images/ui-bg_flat_55_999999_40x100.png diff --git a/theme/new_default/images/ui-bg_flat_75_aaaaaa_40x100.png b/theme/science_ation/images/ui-bg_flat_75_aaaaaa_40x100.png similarity index 100% rename from theme/new_default/images/ui-bg_flat_75_aaaaaa_40x100.png rename to theme/science_ation/images/ui-bg_flat_75_aaaaaa_40x100.png diff --git a/theme/new_default/images/ui-bg_glass_45_0078ae_1x400.png b/theme/science_ation/images/ui-bg_glass_45_0078ae_1x400.png similarity index 100% rename from theme/new_default/images/ui-bg_glass_45_0078ae_1x400.png rename to theme/science_ation/images/ui-bg_glass_45_0078ae_1x400.png diff --git a/theme/new_default/images/ui-bg_glass_55_f8da4e_1x400.png b/theme/science_ation/images/ui-bg_glass_55_f8da4e_1x400.png similarity index 100% rename from theme/new_default/images/ui-bg_glass_55_f8da4e_1x400.png rename to theme/science_ation/images/ui-bg_glass_55_f8da4e_1x400.png diff --git a/theme/new_default/images/ui-bg_glass_75_79c9ec_1x400.png b/theme/science_ation/images/ui-bg_glass_75_79c9ec_1x400.png similarity index 100% rename from theme/new_default/images/ui-bg_glass_75_79c9ec_1x400.png rename to theme/science_ation/images/ui-bg_glass_75_79c9ec_1x400.png diff --git a/theme/new_default/images/ui-bg_gloss-wave_45_e14f1c_500x100.png b/theme/science_ation/images/ui-bg_gloss-wave_45_e14f1c_500x100.png similarity index 100% rename from theme/new_default/images/ui-bg_gloss-wave_45_e14f1c_500x100.png rename to theme/science_ation/images/ui-bg_gloss-wave_45_e14f1c_500x100.png diff --git a/theme/new_default/images/ui-bg_gloss-wave_50_6eac2c_500x100.png b/theme/science_ation/images/ui-bg_gloss-wave_50_6eac2c_500x100.png similarity index 100% rename from theme/new_default/images/ui-bg_gloss-wave_50_6eac2c_500x100.png rename to theme/science_ation/images/ui-bg_gloss-wave_50_6eac2c_500x100.png diff --git a/theme/new_default/images/ui-bg_gloss-wave_75_2191c0_500x100.png b/theme/science_ation/images/ui-bg_gloss-wave_75_2191c0_500x100.png similarity index 100% rename from theme/new_default/images/ui-bg_gloss-wave_75_2191c0_500x100.png rename to theme/science_ation/images/ui-bg_gloss-wave_75_2191c0_500x100.png diff --git a/theme/new_default/images/ui-bg_inset-hard_100_fcfdfd_1x100.png b/theme/science_ation/images/ui-bg_inset-hard_100_fcfdfd_1x100.png similarity index 100% rename from theme/new_default/images/ui-bg_inset-hard_100_fcfdfd_1x100.png rename to theme/science_ation/images/ui-bg_inset-hard_100_fcfdfd_1x100.png diff --git a/theme/new_default/images/ui-icons_0078ae_256x240.png b/theme/science_ation/images/ui-icons_0078ae_256x240.png similarity index 100% rename from theme/new_default/images/ui-icons_0078ae_256x240.png rename to theme/science_ation/images/ui-icons_0078ae_256x240.png diff --git a/theme/new_default/images/ui-icons_056b93_256x240.png b/theme/science_ation/images/ui-icons_056b93_256x240.png similarity index 100% rename from theme/new_default/images/ui-icons_056b93_256x240.png rename to theme/science_ation/images/ui-icons_056b93_256x240.png diff --git a/theme/new_default/images/ui-icons_d8e7f3_256x240.png b/theme/science_ation/images/ui-icons_d8e7f3_256x240.png similarity index 100% rename from theme/new_default/images/ui-icons_d8e7f3_256x240.png rename to theme/science_ation/images/ui-icons_d8e7f3_256x240.png diff --git a/theme/new_default/images/ui-icons_e0fdff_256x240.png b/theme/science_ation/images/ui-icons_e0fdff_256x240.png similarity index 100% rename from theme/new_default/images/ui-icons_e0fdff_256x240.png rename to theme/science_ation/images/ui-icons_e0fdff_256x240.png diff --git a/theme/new_default/images/ui-icons_f5e175_256x240.png b/theme/science_ation/images/ui-icons_f5e175_256x240.png similarity index 100% rename from theme/new_default/images/ui-icons_f5e175_256x240.png rename to theme/science_ation/images/ui-icons_f5e175_256x240.png diff --git a/theme/new_default/images/ui-icons_f7a50d_256x240.png b/theme/science_ation/images/ui-icons_f7a50d_256x240.png similarity index 100% rename from theme/new_default/images/ui-icons_f7a50d_256x240.png rename to theme/science_ation/images/ui-icons_f7a50d_256x240.png diff --git a/theme/new_default/images/ui-icons_fcd113_256x240.png b/theme/science_ation/images/ui-icons_fcd113_256x240.png similarity index 100% rename from theme/new_default/images/ui-icons_fcd113_256x240.png rename to theme/science_ation/images/ui-icons_fcd113_256x240.png diff --git a/theme/new_default/jquery-ui-1.7.2.custom.css b/theme/science_ation/jquery-ui-1.7.2.custom.css similarity index 100% rename from theme/new_default/jquery-ui-1.7.2.custom.css rename to theme/science_ation/jquery-ui-1.7.2.custom.css diff --git a/theme/new_default/sfiab.css b/theme/science_ation/sfiab.css similarity index 100% rename from theme/new_default/sfiab.css rename to theme/science_ation/sfiab.css diff --git a/theme/new_default/theme-script.js b/theme/science_ation/theme-script.js similarity index 100% rename from theme/new_default/theme-script.js rename to theme/science_ation/theme-script.js diff --git a/theme/new_default/theme.php b/theme/science_ation/theme.php similarity index 93% rename from theme/new_default/theme.php rename to theme/science_ation/theme.php index 79371567..fd2dbdec 100644 --- a/theme/new_default/theme.php +++ b/theme/science_ation/theme.php @@ -22,6 +22,6 @@ $theme['name']="Science-ation"; $theme['description']="The default theme"; - $theme['author']="James Grant "; + $theme['author']="AlgoLibre Inc. "; ?>