# HG changeset patch # User Ethan Zonca # Date 2010-12-02 21:47:30 # Node ID 727ce1f8ad2247d3eedea2aabd5d9b5605beb4bc # Parent 3abd7f81e51a7ea19b583c3ae908618c3c7b73ea Initial admin page interface. Code is pretty rough. Disabled by default. diff --git a/.hgignore b/.hgignore old mode 100644 new mode 100755 diff --git a/.htaccess.example b/.htaccess.example old mode 100644 new mode 100755 diff --git a/AUTHORS b/AUTHORS old mode 100644 new mode 100755 diff --git a/AUTHORS.jqueryui b/AUTHORS.jqueryui old mode 100644 new mode 100755 diff --git a/COPYING b/COPYING old mode 100644 new mode 100755 diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/auto.php b/auto.php old mode 100644 new mode 100755 diff --git a/cache/.keep b/cache/.keep old mode 100644 new mode 100755 diff --git a/class.class.php b/class.class.php old mode 100644 new mode 100755 diff --git a/class.schedule.php b/class.schedule.php old mode 100644 new mode 100755 diff --git a/class.section.php b/class.section.php old mode 100644 new mode 100755 diff --git a/feedback-submit.php b/feedback-submit.php old mode 100644 new mode 100755 diff --git a/feedback.php b/feedback.php old mode 100644 new mode 100755 diff --git a/images/close.png b/images/close.png old mode 100644 new mode 100755 diff --git a/images/get-started.png b/images/get-started.png old mode 100644 new mode 100755 diff --git a/images/slatepermutate.png b/images/slatepermutate.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_flat_0_aaaaaa_40x100.png b/images/ui-bg_flat_0_aaaaaa_40x100.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_glass_55_fbf9ee_1x400.png b/images/ui-bg_glass_55_fbf9ee_1x400.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_glass_65_ffffff_1x400.png b/images/ui-bg_glass_65_ffffff_1x400.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_glass_75_dadada_1x400.png b/images/ui-bg_glass_75_dadada_1x400.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_glass_75_e6e6e6_1x400.png b/images/ui-bg_glass_75_e6e6e6_1x400.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_glass_75_ffffff_1x400.png b/images/ui-bg_glass_75_ffffff_1x400.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/images/ui-bg_highlight-soft_75_cccccc_1x100.png old mode 100644 new mode 100755 diff --git a/images/ui-bg_inset-soft_95_fef1ec_1x100.png b/images/ui-bg_inset-soft_95_fef1ec_1x100.png old mode 100644 new mode 100755 diff --git a/images/ui-icons_222222_256x240.png b/images/ui-icons_222222_256x240.png old mode 100644 new mode 100755 diff --git a/images/ui-icons_2e83ff_256x240.png b/images/ui-icons_2e83ff_256x240.png old mode 100644 new mode 100755 diff --git a/images/ui-icons_454545_256x240.png b/images/ui-icons_454545_256x240.png old mode 100644 new mode 100755 diff --git a/images/ui-icons_888888_256x240.png b/images/ui-icons_888888_256x240.png old mode 100644 new mode 100755 diff --git a/images/ui-icons_cd0a0a_256x240.png b/images/ui-icons_cd0a0a_256x240.png old mode 100644 new mode 100755 diff --git a/inc/class.page.php b/inc/class.page.php old mode 100644 new mode 100755 diff --git a/inc/class.section_meeting.inc b/inc/class.section_meeting.inc old mode 100644 new mode 100755 diff --git a/inc/class.semester.inc b/inc/class.semester.inc old mode 100644 new mode 100755 diff --git a/inc/config.inc.example b/inc/config.inc.example old mode 100644 new mode 100755 diff --git a/inc/schedule_store.inc b/inc/schedule_store.inc old mode 100644 new mode 100755 diff --git a/inc/school.crawl.inc b/inc/school.crawl.inc old mode 100644 new mode 100755 diff --git a/inc/school.inc b/inc/school.inc old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/input.php b/input.php old mode 100644 new mode 100755 diff --git a/process.php b/process.php old mode 100644 new mode 100755 diff --git a/project.php b/project.php old mode 100644 new mode 100755 diff --git a/sample-json-data.txt b/sample-json-data.txt old mode 100644 new mode 100755 diff --git a/saved_schedules/.keep b/saved_schedules/.keep old mode 100644 new mode 100755 diff --git a/schedulecreator.php b/schedulecreator.php old mode 100644 new mode 100755 diff --git a/school.d/calvin.crawl.inc b/school.d/calvin.crawl.inc old mode 100644 new mode 100755 diff --git a/school.d/calvin.inc b/school.d/calvin.inc old mode 100644 new mode 100755 diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc old mode 100644 new mode 100755 diff --git a/school.d/default.inc b/school.d/default.inc old mode 100644 new mode 100755 diff --git a/school.d/msu.inc b/school.d/msu.inc old mode 100644 new mode 100755 diff --git a/school.d/umich.inc b/school.d/umich.inc old mode 100644 new mode 100755 diff --git a/scripts/displayTables.js b/scripts/displayTables.js old mode 100644 new mode 100755 diff --git a/scripts/scheduleInput.js b/scripts/scheduleInput.js old mode 100644 new mode 100755 diff --git a/scripts/uiTabsKeyboard.js b/scripts/uiTabsKeyboard.js old mode 100644 new mode 100755 diff --git a/styles/general.css b/styles/general.css old mode 100644 new mode 100755 --- a/styles/general.css +++ b/styles/general.css @@ -206,3 +206,7 @@ td.center { #sharedialog { display: none; } + +.bold { + font-weight: bold; +} diff --git a/styles/glider.css b/styles/glider.css old mode 100644 new mode 100755 diff --git a/styles/jqueryui.css b/styles/jqueryui.css old mode 100644 new mode 100755 diff --git a/styles/output.css b/styles/output.css old mode 100644 new mode 100755 diff --git a/styles/print.css b/styles/print.css old mode 100644 new mode 100755