Skip to content

Commit

Permalink
* Added svn:eol-type native to Theme files, and added missing final
Browse files Browse the repository at this point in the history
 \n's to a number of files. I wrote a script to check for both
 problems, which I'll check-in to the tools tree.



git-svn-id: http://svn.code.sf.net/p/mrbs/code/mrbs/trunk@1012 25f7e783-145e-4f2d-a9f8-dd7182bfe9c7
  • Loading branch information
jberanek committed Feb 6, 2009
1 parent 9a59fda commit 510af51
Show file tree
Hide file tree
Showing 8 changed files with 190 additions and 190 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -855,4 +855,4 @@ Version 0.2 (Sun May 21 22:35:33 BST 2000)
-------------------------------------------------------------------------------
Version 0.1 (Sun Apr 30 16:03:26 BST 2000)

[+] Initial starting
[+] Initial starting
2 changes: 1 addition & 1 deletion README.nwauth
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ web server PATH). If authentication fails, and your Apache error log
contains messages about nwsfind, try creating a link from /bin/nwsfind
to the actual path of nwsfind.

$Id$
$Id$
184 changes: 92 additions & 92 deletions web/Themes/classic126.inc
Original file line number Diff line number Diff line change
@@ -1,92 +1,92 @@
<?php

// $Id$

// CLASSIC MRBS 1.2.6 THEME

// ***** COLOURS ************************
// Colours used in MRBS. All the colours are defined here as PHP variables

$body_background_color = "#ffffed"; // background colour for the main body
$standard_font_color = "black"; // default font color
$header_font_color = "#ffffff"; // font color for text in headers
$highlight_font_color = "red"; // used for highlighting text (eg links, errors)
$colour_key_font_color = "#5B69A6"; // used in the colour key table

$banner_back_color = "#c0e0ff"; // background colour for banner
$banner_border_color = "#5B69A6"; // border colour for banner
$banner_font_color = $banner_border_color; // font colour for banner

$header_back_color = "#999999"; // background colour for headers

$admin_table_header_back_color = $header_back_color; // background colour for header and also border colour for table cells
$admin_table_header_sep_color = $body_background_color; // vertical separator colour in header
$admin_table_header_font_color = $header_font_color; // font colour for header

$main_table_border_color = "#777777"; // border colour for day/week/month tables - outside
$main_table_header_border_color = $main_table_border_color; // border colour for day/week/month tables - header
$main_table_body_h_border_color = $main_table_border_color; // border colour for day/week/month tables - body, horizontal
$main_table_body_v_border_color = $main_table_body_h_border_color; // border colour for day/week/month tables - body, vertical
$main_table_month_color = "#ffffff"; // background colour for days in the month view
$main_table_month_invalid_color = "#d1d9de"; // background colour for invalid days in the month view
$main_table_times_back_color = "#fff0f0"; // background colour for the times/periods column

$report_table_border_color = $standard_font_color;
$report_h2_border_color = $banner_back_color; // border colour for <h2> in report.php
$report_h3_border_color = "#879AA8"; // border colour for <h2> in report.php
$report_entry_border_color = "#C3CCD3"; // used to separate individual bookings in report.php

$search_table_border_color = $standard_font_color;

$site_faq_entry_border_color = $report_entry_border_color; // used to separate individual FAQ's in help.php

$trailer_border_color = $main_table_border_color;

$anchor_link_color = "#5B69A6"; // link color
$anchor_visited_color = "#5B69A6"; // link color (visited)
$anchor_hover_color = "red"; // link color (hover)

$anchor_link_color_banner = $anchor_link_color; // link color
$anchor_visited_color_banner = $anchor_visited_color; // link color (visited)
$anchor_hover_color_banner = $anchor_hover_color; // link color (hover)

$anchor_link_color_header = $anchor_link_color; // link color
$anchor_visited_color_header = $anchor_visited_color; // link color (visited)
$anchor_hover_color_header = $anchor_hover_color; // link color (hover)

$column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views
$calendar_hidden_color = "#dae0e4"; // hidden days in the mini-cals
$row_even_color = "#ffffff"; // even rows in the day and week views
$row_odd_color = "#eeeeee"; // even rows in the day and week views
$row_highlight_color = "#ffc0da"; // used for highlighting a row
// NOTE: this colour is also used in xbLib.js (in more than one place)and
// if you change it here you will also need to change it there.

$help_highlight_color = "#ffe6f0"; // highlighting text on the help page #ffffbb

// These are the colours used for distinguishing between the dfferent types of bookings in the main
// displays in the day, week and month views
$color_types = array(
'A' => "#FFCCFF",
'B' => "#99CCCC",
'C' => "#FF9999",
'D' => "#FFFF99",
'E' => "#C0E0FF",
'F' => "#FFCC99",
'G' => "#FF6666",
'H' => "#66FFFF",
'I' => "#DDFFDD",
'J' => "#CCCCCC");


// ***** DIMENSIONS *******************
$banner_border_width = '1'; // (px) border width for the outside of the banner
$banner_border_cell_width = '1'; // (px) border width for the cells of the banner
$main_table_border_width = '1'; // (px) the border width for the outside of the main day/week/month tables
$main_table_cell_border_width = '1'; // (px) the border width for the cells of the main day/week/month tables


// ***** FONTS ************************
$standard_font_family = 'Arial, Verdana, sans-serif';

?>
<?php

// $Id$

// CLASSIC MRBS 1.2.6 THEME

// ***** COLOURS ************************
// Colours used in MRBS. All the colours are defined here as PHP variables

$body_background_color = "#ffffed"; // background colour for the main body
$standard_font_color = "black"; // default font color
$header_font_color = "#ffffff"; // font color for text in headers
$highlight_font_color = "red"; // used for highlighting text (eg links, errors)
$colour_key_font_color = "#5B69A6"; // used in the colour key table

$banner_back_color = "#c0e0ff"; // background colour for banner
$banner_border_color = "#5B69A6"; // border colour for banner
$banner_font_color = $banner_border_color; // font colour for banner

$header_back_color = "#999999"; // background colour for headers

$admin_table_header_back_color = $header_back_color; // background colour for header and also border colour for table cells
$admin_table_header_sep_color = $body_background_color; // vertical separator colour in header
$admin_table_header_font_color = $header_font_color; // font colour for header

$main_table_border_color = "#777777"; // border colour for day/week/month tables - outside
$main_table_header_border_color = $main_table_border_color; // border colour for day/week/month tables - header
$main_table_body_h_border_color = $main_table_border_color; // border colour for day/week/month tables - body, horizontal
$main_table_body_v_border_color = $main_table_body_h_border_color; // border colour for day/week/month tables - body, vertical
$main_table_month_color = "#ffffff"; // background colour for days in the month view
$main_table_month_invalid_color = "#d1d9de"; // background colour for invalid days in the month view
$main_table_times_back_color = "#fff0f0"; // background colour for the times/periods column

$report_table_border_color = $standard_font_color;
$report_h2_border_color = $banner_back_color; // border colour for <h2> in report.php
$report_h3_border_color = "#879AA8"; // border colour for <h2> in report.php
$report_entry_border_color = "#C3CCD3"; // used to separate individual bookings in report.php

$search_table_border_color = $standard_font_color;

$site_faq_entry_border_color = $report_entry_border_color; // used to separate individual FAQ's in help.php

$trailer_border_color = $main_table_border_color;

$anchor_link_color = "#5B69A6"; // link color
$anchor_visited_color = "#5B69A6"; // link color (visited)
$anchor_hover_color = "red"; // link color (hover)

$anchor_link_color_banner = $anchor_link_color; // link color
$anchor_visited_color_banner = $anchor_visited_color; // link color (visited)
$anchor_hover_color_banner = $anchor_hover_color; // link color (hover)

$anchor_link_color_header = $anchor_link_color; // link color
$anchor_visited_color_header = $anchor_visited_color; // link color (visited)
$anchor_hover_color_header = $anchor_hover_color; // link color (hover)

$column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views
$calendar_hidden_color = "#dae0e4"; // hidden days in the mini-cals
$row_even_color = "#ffffff"; // even rows in the day and week views
$row_odd_color = "#eeeeee"; // even rows in the day and week views
$row_highlight_color = "#ffc0da"; // used for highlighting a row
// NOTE: this colour is also used in xbLib.js (in more than one place)and
// if you change it here you will also need to change it there.

$help_highlight_color = "#ffe6f0"; // highlighting text on the help page #ffffbb

// These are the colours used for distinguishing between the dfferent types of bookings in the main
// displays in the day, week and month views
$color_types = array(
'A' => "#FFCCFF",
'B' => "#99CCCC",
'C' => "#FF9999",
'D' => "#FFFF99",
'E' => "#C0E0FF",
'F' => "#FFCC99",
'G' => "#FF6666",
'H' => "#66FFFF",
'I' => "#DDFFDD",
'J' => "#CCCCCC");


// ***** DIMENSIONS *******************
$banner_border_width = '1'; // (px) border width for the outside of the banner
$banner_border_cell_width = '1'; // (px) border width for the cells of the banner
$main_table_border_width = '1'; // (px) the border width for the outside of the main day/week/month tables
$main_table_cell_border_width = '1'; // (px) the border width for the cells of the main day/week/month tables


// ***** FONTS ************************
$standard_font_family = 'Arial, Verdana, sans-serif';

?>
Loading

0 comments on commit 510af51

Please sign in to comment.