Set default theme to Science-ation and rename old theme to Classic
@ -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 (<a href=\"http://www.php.net/manual/en/function.date.php\" target=\"_blank\">formatting options</a>)',-1),
|
||||
('timeformat','H:i:s','Localization','text','',210,'Time format (<a href=\"http://www.php.net/manual/en/function.date.php\" target=\"_blank\">formatting options</a>)',-1),
|
||||
('country','CA','Localization','text','',90,'Country code (<a href=\"http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm\" target=\"_blank\">look up 2 letter code</a>)',-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 (<a href=\"http://www.php.net/manual/en/function.date.php\" target=\"_blank\">formatting options</a>)',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),
|
||||
|
542
common.inc.php
@ -26,7 +26,7 @@
|
||||
|
||||
// ////echo phpinfo();
|
||||
header('Content-Type: text/html; charset=utf8');
|
||||
include_once ('helper.inc.php');
|
||||
include_once('helper.inc.php');
|
||||
// set error reporting to not show notices, for some reason some people's installation dont set this by default
|
||||
// so we will set it in the code instead just to make sure
|
||||
error_reporting(E_ALL);
|
||||
@ -70,7 +70,7 @@ if (!is_writable($prependdir . 'data')) {
|
||||
}
|
||||
|
||||
if (file_exists($prependdir . 'data/config.inc.php')) {
|
||||
require_once ($prependdir . 'data/config.inc.php');
|
||||
require_once($prependdir . 'data/config.inc.php');
|
||||
} else {
|
||||
echo '<html><head><title>SFIAB</title></head><body>';
|
||||
echo '<h1>Science Fair In A Box - Installation</h1>';
|
||||
@ -173,10 +173,10 @@ while ($r = $q->fetch()) {
|
||||
}
|
||||
|
||||
// and now pull the theme
|
||||
require_once ("theme/{$config['theme']}/theme.php");
|
||||
require_once ("theme/{$config['theme_icons']}/icons.php");
|
||||
require_once("theme/{$config['theme']}/theme.php");
|
||||
require_once("theme/{$config['theme_icons']}/icons.php");
|
||||
|
||||
require_once ('committee.inc.php');
|
||||
require_once('committee.inc.php');
|
||||
|
||||
if ($config['SFIABDIRECTORY'] == '') {
|
||||
session_name('SFIABSESSID');
|
||||
@ -276,7 +276,7 @@ function i18n($str, $args = array(), $argsdesc = array(), $forcelang = '')
|
||||
if (count($argsdesc)) {
|
||||
$argsdescstring = '';
|
||||
$n = 1;
|
||||
foreach ($argsdesc AS $ad) {
|
||||
foreach ($argsdesc as $ad) {
|
||||
$argsdescstring .= "%$n=$ad, ";
|
||||
$n++;
|
||||
}
|
||||
@ -351,61 +351,74 @@ function send_header($title = '', $nav = null, $icon = null, $titletranslated =
|
||||
else
|
||||
$HEADER_SENT = true;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><? if ($title && !$titletranslated) echo i18n($title); else if ($title) echo $title; else echo i18n($config['fairname']); ?></title>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.14.1/themes/base/jquery-ui.css">
|
||||
<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/sfiab.css" type="text/css" media="all" />
|
||||
<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/tableeditor.css" type="text/css" media="all" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><? if ($title && !$titletranslated) echo i18n($title);
|
||||
else if ($title) echo $title;
|
||||
else echo i18n($config['fairname']); ?></title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- <? if ($title && !$titletranslated) echo i18n($title); else if ($title) echo $title; else echo i18n($config['fairname']); ?> -->
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-migrate-3.5.2.js"></script>
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.14.1/themes/base/jquery-ui.css">
|
||||
<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/sfiab.css" type="text/css" media="all" />
|
||||
<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/tableeditor.css" type="text/css" media="all" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.32.0/js/jquery.tablesorter.min.js" integrity="sha512-O/JP2r8BG27p5NOtVhwqsSokAwEP5RwYgvEzU9G6AfNjLYqyt2QT8jqU1XrXCiezS50Qp1i3ZtCQWkHZIRulGA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
</head>
|
||||
|
||||
<!-- <script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/js/jqueryui/1.7.2/jquery-ui.min.js"></script> -->
|
||||
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/js/sfiab.js"></script>
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/theme/new_default/theme-script.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
<body>
|
||||
<!-- <? if ($title && !$titletranslated) echo i18n($title);
|
||||
else if ($title) echo $title;
|
||||
else echo i18n($config['fairname']); ?> -->
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-migrate-3.5.2.js"></script>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.32.0/js/jquery.tablesorter.min.js" integrity="sha512-O/JP2r8BG27p5NOtVhwqsSokAwEP5RwYgvEzU9G6AfNjLYqyt2QT8jqU1XrXCiezS50Qp1i3ZtCQWkHZIRulGA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
||||
<!-- <script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/js/jqueryui/1.7.2/jquery-ui.min.js"></script> -->
|
||||
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/js/sfiab.js"></script>
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/theme-script.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.tableview').tablesorter();
|
||||
});
|
||||
</script>
|
||||
<?
|
||||
</script>
|
||||
<?
|
||||
// if we're under /admin or /config we also want the translation editor
|
||||
if (substr(getcwd(), -6) == '/admin' || substr(getcwd(), -7) == '/config' || substr(getcwd(), -6) == '\admin' || substr(getcwd(), -7) == '\config')
|
||||
require_once ('../translationseditor.inc.php');
|
||||
?>
|
||||
require_once('../translationseditor.inc.php');
|
||||
?>
|
||||
|
||||
<div id="notice_area" class="notice_area"></div>
|
||||
<div id="header">
|
||||
<?
|
||||
<div id="notice_area" class="notice_area"></div>
|
||||
<div id="header">
|
||||
<?
|
||||
if (file_exists($prependdir . 'data/logo-100.gif'))
|
||||
echo '<img align="left" height="50" src="' . $config['SFIABDIRECTORY'] . '/data/logo-100.gif">';
|
||||
|
||||
echo '<h1>' . i18n($config['fairname']) . '</h1>';
|
||||
echo "<span id='menu-toggle-button' onClick='toggle_sidebar()' class='material-symbols-outlined'>
|
||||
menu
|
||||
</span>"
|
||||
?>
|
||||
|
||||
</div>
|
||||
<hr />
|
||||
<?
|
||||
|
||||
if ($config['theme'] == 'science_ation')
|
||||
echo "<span id='menu-toggle-button' onClick='toggle_sidebar()' class='material-symbols-outlined'>
|
||||
menu
|
||||
</span>"
|
||||
?>
|
||||
|
||||
</div>
|
||||
<hr />
|
||||
<?
|
||||
echo '<div align="right" style="font-size: 0.75em;">';
|
||||
if (isset($_SESSION['users_type'])) {
|
||||
$types = array('volunteer' => 'Volunteer', 'judge' => 'Judge',
|
||||
'student' => 'Participant', 'committee' => 'Committee Member',
|
||||
'fair' => 'Science Fair');
|
||||
$types = array(
|
||||
'volunteer' => 'Volunteer',
|
||||
'judge' => 'Judge',
|
||||
'student' => 'Participant',
|
||||
'committee' => 'Committee Member',
|
||||
'fair' => 'Science Fair'
|
||||
);
|
||||
if ($_SESSION['users_type'] != false) {
|
||||
echo i18n($types[$_SESSION['users_type']]);
|
||||
}
|
||||
@ -427,11 +440,12 @@ menu
|
||||
echo i18n('Not Logged In');
|
||||
}
|
||||
echo '</div>';
|
||||
?>
|
||||
?>
|
||||
|
||||
<table id='content' cellpadding="5" width="100%">
|
||||
<tr><td id='sidebar' width="175">
|
||||
<?
|
||||
<table id='content' cellpadding="5" width="100%">
|
||||
<tr>
|
||||
<td id='sidebar' width="175">
|
||||
<?
|
||||
global $pdo;
|
||||
// if the date is greater than the date/time that the confirmed participants gets posted,
|
||||
// then we will show the registration confirmation page as a link in the menu,
|
||||
@ -446,10 +460,10 @@ menu
|
||||
$registrationconfirmationlink = '<li><a href="' . $config['SFIABDIRECTORY'] . '/confirmed_participants.php">' . i18n('Confirmed Participants') . '</a></li>';
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
<div id="left">
|
||||
<?
|
||||
<div id="left">
|
||||
<?
|
||||
if (is_array($nav)) {
|
||||
$navkeys = array_keys($nav);
|
||||
if (isset($navkeys[2]) && $navkeys[2] == 'Fundraising') {
|
||||
@ -463,9 +477,9 @@ menu
|
||||
echo "</ul><br />\n";
|
||||
}
|
||||
}
|
||||
?>
|
||||
<ul class="mainnav">
|
||||
<?
|
||||
?>
|
||||
<ul class="mainnav">
|
||||
<?
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/index.php\">" . i18n('Home Page') . '</a></li>';
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/important_dates.php\">" . i18n('Important Dates') . '</a></li>';
|
||||
|
||||
@ -481,10 +495,10 @@ menu
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/committees.php\">" . i18n('Committee') . '</a></li>';
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/winners.php\">" . i18n('Winners') . '</a></li>';
|
||||
echo '</ul>';
|
||||
?>
|
||||
<br />
|
||||
<ul class="mainnav">
|
||||
<?
|
||||
?>
|
||||
<br />
|
||||
<ul class="mainnav">
|
||||
<?
|
||||
if (get_value_from_session('users_type') == 'committee') {
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/user_personal.php\">" . i18n('My Profile') . '</a></li>';
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/committee_main.php\">" . i18n('Committee Home') . '</a></li>';
|
||||
@ -516,14 +530,14 @@ menu
|
||||
} else {
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/login.php\">" . i18n('Login/Register') . '</a></li>';
|
||||
}
|
||||
?></ul>
|
||||
<div class="aligncenter">
|
||||
<?
|
||||
?></ul>
|
||||
<div class="aligncenter">
|
||||
<?
|
||||
if (count($config['languages']) > 1) {
|
||||
echo '<br />';
|
||||
echo '<form name="languageselect" method="get" action="' . $_SERVER['PHP_SELF'] . '">';
|
||||
echo "<select name=\"switchlanguage\" onchange=\"document.forms.languageselect.submit()\">\n";
|
||||
foreach ($config['languages'] AS $key => $val) {
|
||||
foreach ($config['languages'] as $key => $val) {
|
||||
if ($_SESSION['lang'] == $key)
|
||||
$selected = 'selected="selected"';
|
||||
else
|
||||
@ -535,17 +549,18 @@ menu
|
||||
echo '</form>';
|
||||
}
|
||||
|
||||
?>
|
||||
</div>
|
||||
<?
|
||||
?>
|
||||
</div>
|
||||
<?
|
||||
echo "<br /><ul class=\"mainnav\">\n";
|
||||
echo "<li><a href=\"{$config['SFIABDIRECTORY']}/contact.php\">" . i18n('Contact Us') . "</a></li>\n";
|
||||
echo '</ul>';
|
||||
?>
|
||||
?>
|
||||
|
||||
</div>
|
||||
</td><td id='main-content'>
|
||||
<?
|
||||
</div>
|
||||
</td>
|
||||
<td id='main-content'>
|
||||
<?
|
||||
|
||||
if (is_array($nav)) {
|
||||
echo '<div id="mainwhere">' . i18n('You are here:') . ' ';
|
||||
@ -558,10 +573,10 @@ menu
|
||||
echo $title;
|
||||
echo '</div>';
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
<div id="main">
|
||||
<?
|
||||
<div id="main">
|
||||
<?
|
||||
|
||||
if (committee_auth_has_access('config') || committee_auth_has_access('admin'))
|
||||
committee_warnings();
|
||||
@ -596,18 +611,20 @@ menu
|
||||
echo '</table>';
|
||||
|
||||
display_messages();
|
||||
}
|
||||
}
|
||||
|
||||
/* END OF send_header */
|
||||
/* END OF send_header */
|
||||
|
||||
function send_footer()
|
||||
{
|
||||
function send_footer()
|
||||
{
|
||||
global $config;
|
||||
?>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<?
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<?
|
||||
// we only show the debug session variables if we have an ODD numbered version.
|
||||
if (substr($config['version'], -1) % 2 != 0) {
|
||||
$pos = strpos(getcwd(), '/');
|
||||
@ -625,19 +642,20 @@ function send_footer()
|
||||
|
||||
// echo "<a target=\"blank\" href=\"http://www.sfiab.ca\">Science-ation Version ".$config['version']."{$extra}</a>";
|
||||
echo '<a target="blank" href="https://science-ation.ca">Science-ation Version 3</a>';
|
||||
?>
|
||||
</div>
|
||||
<div id="debug" style="display:<?= (get_value_from_array($_SESSION, 'debug') == 'true') ? 'block' : 'none' ?>; font-family:monospace; white-space:pre;">Debug...</div>
|
||||
<iframe id="content" src="" style="visibility:hidden; width:0px; height:0px"></iframe>
|
||||
?>
|
||||
</div>
|
||||
<div id="debug" style="display:<?= (get_value_from_array($_SESSION, 'debug') == 'true') ? 'block' : 'none' ?>; font-family:monospace; white-space:pre;">Debug...</div>
|
||||
<iframe id="content" src="" style="visibility:hidden; width:0px; height:0px"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<?
|
||||
}
|
||||
}
|
||||
|
||||
function send_popup_header($title = '')
|
||||
{
|
||||
function send_popup_header($title = '')
|
||||
{
|
||||
global $HEADER_SENT;
|
||||
global $config;
|
||||
|
||||
@ -649,40 +667,42 @@ function send_popup_header($title = '')
|
||||
|
||||
echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\" ?>\n";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><?= i18n($title) ?></title>
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.14.1/themes/base/jquery-ui.css">
|
||||
<!--<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/jquery-ui-1.7.2.custom.css" type="text/css" media="all" />-->
|
||||
<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/sfiab.css" type="text/css" media="all" />
|
||||
<link media=all href="<?= $config['SFIABDIRECTORY'] ?>/tableeditor.css" type=text/css rel=stylesheet>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><?= i18n($title) ?></title>
|
||||
<link rel="stylesheet" href="https://code.jquery.com/ui/1.14.1/themes/base/jquery-ui.css">
|
||||
<!--<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/jquery-ui-1.7.2.custom.css" type="text/css" media="all" />-->
|
||||
<link rel="stylesheet" href="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/sfiab.css" type="text/css" media="all" />
|
||||
<link media=all href="<?= $config['SFIABDIRECTORY'] ?>/tableeditor.css" type=text/css rel=stylesheet>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
<body onLoad="window.focus()">
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-migrate-3.5.2.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/js/sfiab.js"></script>
|
||||
</head>
|
||||
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/theme/new_default/theme-script.js"></script>
|
||||
<div id="notice_area" class="notice_area"></div>
|
||||
<body onLoad="window.focus()">
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-migrate-3.5.2.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/js/sfiab.js"></script>
|
||||
|
||||
<?
|
||||
<script type="text/javascript" src="<?= $config['SFIABDIRECTORY'] ?>/theme/<?= $config['theme'] ?>/theme-script.js"></script>
|
||||
<div id="notice_area" class="notice_area"></div>
|
||||
|
||||
<?
|
||||
if ($title)
|
||||
echo '<h2>' . i18n($title) . '</h2>';
|
||||
}
|
||||
}
|
||||
|
||||
function send_popup_footer()
|
||||
{
|
||||
?>
|
||||
<br />
|
||||
<br />
|
||||
<div id="footer">
|
||||
<?
|
||||
function send_popup_footer()
|
||||
{
|
||||
?>
|
||||
<br />
|
||||
<br />
|
||||
<div id="footer">
|
||||
<?
|
||||
global $config;
|
||||
$lastdigit = $config['version'][strlen($config['version']) - 1];
|
||||
if ($lastdigit % 2 != 0) {
|
||||
@ -690,18 +710,19 @@ function send_popup_footer()
|
||||
print_r($_SESSION);
|
||||
}
|
||||
echo 'Science-ation Version ' . $config['version'];
|
||||
?>
|
||||
</div>
|
||||
<div id="debug" style="display:<?= ($_SESSION['debug'] == 'true') ? 'block' : 'none' ?>">Debug...</div>
|
||||
<iframe id="content" src="" style="visibility:hidden; width:0px; height:0px"></iframe>
|
||||
?>
|
||||
</div>
|
||||
<div id="debug" style="display:<?= ($_SESSION['debug'] == 'true') ? 'block' : 'none' ?>">Debug...</div>
|
||||
<iframe id="content" src="" style="visibility:hidden; width:0px; height:0px"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<?
|
||||
}
|
||||
}
|
||||
|
||||
function emit_month_selector($name, $selected = '')
|
||||
{
|
||||
function emit_month_selector($name, $selected = '')
|
||||
{
|
||||
echo "<select name=\"$name\">\n";
|
||||
$months = array('', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
|
||||
echo '<option value="">' . i18n('Month') . "</option>\n";
|
||||
@ -714,10 +735,10 @@ function emit_month_selector($name, $selected = '')
|
||||
}
|
||||
|
||||
echo "</select>\n";
|
||||
}
|
||||
}
|
||||
|
||||
function emit_day_selector($name, $selected = '')
|
||||
{
|
||||
function emit_day_selector($name, $selected = '')
|
||||
{
|
||||
echo "<select name=\"$name\">\n";
|
||||
echo '<option value="">' . i18n('Day') . "</option>\n";
|
||||
|
||||
@ -725,10 +746,10 @@ function emit_day_selector($name, $selected = '')
|
||||
echo '<option value="' . ($x < 10 ? '0' : '') . "$x\" " . ($selected == $x ? 'selected="selected"' : '') . ">$x</option>\n";
|
||||
|
||||
echo "</select>\n";
|
||||
}
|
||||
}
|
||||
|
||||
function emit_year_selector($name, $selected = '', $min = 0, $max = 0)
|
||||
{
|
||||
function emit_year_selector($name, $selected = '', $min = 0, $max = 0)
|
||||
{
|
||||
$curyear = date('Y');
|
||||
echo "<select name=\"$name\">\n";
|
||||
echo '<option value="">' . i18n('Year') . "</option>\n";
|
||||
@ -742,10 +763,10 @@ function emit_year_selector($name, $selected = '', $min = 0, $max = 0)
|
||||
echo "<option value=\"$x\" " . ($selected == $x ? 'selected="selected"' : '') . ">$x</option>\n";
|
||||
}
|
||||
echo "</select>\n";
|
||||
}
|
||||
}
|
||||
|
||||
function emit_date_selector($name, $selected = '')
|
||||
{
|
||||
function emit_date_selector($name, $selected = '')
|
||||
{
|
||||
if ($selected) {
|
||||
list($year, $month, $day) = explode('-', $selected);
|
||||
}
|
||||
@ -758,10 +779,10 @@ function emit_date_selector($name, $selected = '')
|
||||
emit_day_selector($name . '_day', $day);
|
||||
echo '</td></tr>';
|
||||
echo '</table>';
|
||||
}
|
||||
}
|
||||
|
||||
function emit_hour_selector($name, $selected = '')
|
||||
{
|
||||
function emit_hour_selector($name, $selected = '')
|
||||
{
|
||||
if ($selected != '')
|
||||
$selected = (int) $selected;
|
||||
echo "<select name=\"$name\">\n";
|
||||
@ -776,10 +797,10 @@ function emit_hour_selector($name, $selected = '')
|
||||
}
|
||||
|
||||
echo "</select>\n";
|
||||
}
|
||||
}
|
||||
|
||||
function emit_minute_selector($name, $selected = '')
|
||||
{
|
||||
function emit_minute_selector($name, $selected = '')
|
||||
{
|
||||
$mins = array('00', '05', '10', '15', '20', '25', '30', '35', '40', '45', '50', '55');
|
||||
echo "<select name=\"$name\">\n";
|
||||
echo "<option value=\"\">MM</option>\n";
|
||||
@ -788,10 +809,10 @@ function emit_minute_selector($name, $selected = '')
|
||||
echo '<option value="' . $mins[$x] . '" ' . ($selected == $mins[$x] ? 'selected' : '') . ">$mins[$x]</option>\n";
|
||||
|
||||
echo "</select>\n";
|
||||
}
|
||||
}
|
||||
|
||||
function emit_time_selector($name, $selected = '')
|
||||
{
|
||||
function emit_time_selector($name, $selected = '')
|
||||
{
|
||||
global $hour;
|
||||
global $minute;
|
||||
if ($selected) {
|
||||
@ -804,10 +825,10 @@ function emit_time_selector($name, $selected = '')
|
||||
emit_minute_selector($name . '_minute', $minute);
|
||||
echo '</td></tr>';
|
||||
echo '</table>';
|
||||
}
|
||||
}
|
||||
|
||||
function emit_province_selector($name, $selected = '', $extra = '')
|
||||
{
|
||||
function emit_province_selector($name, $selected = '', $extra = '')
|
||||
{
|
||||
global $config;
|
||||
|
||||
global $pdo;
|
||||
@ -835,10 +856,10 @@ function emit_province_selector($name, $selected = '', $extra = '')
|
||||
|
||||
echo "</select>\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function outputStatus($status)
|
||||
{
|
||||
function outputStatus($status)
|
||||
{
|
||||
$ret = '';
|
||||
switch ($status) {
|
||||
case 'incomplete':
|
||||
@ -862,19 +883,19 @@ function outputStatus($status)
|
||||
break;
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
// returns true if its a valid email address, false if its not
|
||||
function isEmailAddress($str)
|
||||
{
|
||||
// returns true if its a valid email address, false if its not
|
||||
function isEmailAddress($str)
|
||||
{
|
||||
if (preg_match('/^[+a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.([a-zA-Z]{2,4})$/i', $str))
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function communication_get_user_replacements(&$u)
|
||||
{
|
||||
function communication_get_user_replacements(&$u)
|
||||
{
|
||||
global $config;
|
||||
$rep = array(
|
||||
'FAIRNAME' => $config['fairname'],
|
||||
@ -887,10 +908,10 @@ function communication_get_user_replacements(&$u)
|
||||
'ORGANIZATION' => $u['sponsor']['organization'],
|
||||
);
|
||||
return $rep;
|
||||
}
|
||||
}
|
||||
|
||||
function communication_replace_vars($text, &$u, $otherrep = array())
|
||||
{
|
||||
function communication_replace_vars($text, &$u, $otherrep = array())
|
||||
{
|
||||
global $config;
|
||||
if ($u) {
|
||||
$userrep = communication_get_user_replacements($u);
|
||||
@ -899,14 +920,14 @@ function communication_replace_vars($text, &$u, $otherrep = array())
|
||||
}
|
||||
|
||||
$rep = array_merge($userrep, $otherrep);
|
||||
foreach ($rep AS $k => $v) {
|
||||
foreach ($rep as $k => $v) {
|
||||
$text = preg_replace("\[$k\]", $v, $text);
|
||||
}
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
|
||||
function email_send($val, $to, $sub_subject = array(), $sub_body = array())
|
||||
{
|
||||
function email_send($val, $to, $sub_subject = array(), $sub_body = array())
|
||||
{
|
||||
global $config, $pdo;
|
||||
|
||||
/*
|
||||
@ -939,18 +960,18 @@ function email_send($val, $to, $sub_subject = array(), $sub_body = array())
|
||||
|
||||
/* Eventually we should just do this with communication_replace_vars() */
|
||||
if (count($sub_subject)) {
|
||||
foreach ($sub_subject AS $sub_k => $sub_v) {
|
||||
foreach ($sub_subject as $sub_k => $sub_v) {
|
||||
$subject = preg_replace("\[$sub_k\]", "$sub_v", $subject);
|
||||
}
|
||||
}
|
||||
if (count($sub_body)) {
|
||||
foreach ($sub_body AS $sub_k => $sub_v) {
|
||||
foreach ($sub_body as $sub_k => $sub_v) {
|
||||
$body = preg_replace("\[$sub_k\]", "$sub_v", $body);
|
||||
}
|
||||
}
|
||||
|
||||
if (count($sub_body)) {
|
||||
foreach ($sub_body AS $sub_k => $sub_v) {
|
||||
foreach ($sub_body as $sub_k => $sub_v) {
|
||||
$bodyhtml = preg_replace("\[$sub_k\]", "$sub_v", $bodyhtml);
|
||||
}
|
||||
}
|
||||
@ -972,9 +993,9 @@ function email_send($val, $to, $sub_subject = array(), $sub_body = array())
|
||||
} else {
|
||||
echo error(i18n("CRITICAL ERROR: email '%1' not found", array($val), array('email key name')));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*require_once("Rmail/Rmail.php");
|
||||
/*require_once("Rmail/Rmail.php");
|
||||
require_once("Rmail/RFC822.php");
|
||||
|
||||
// this sends out an all-ready-to-go email, it does no substitution or changes or database lookups or anything
|
||||
@ -1006,14 +1027,14 @@ function email_send_new($to, $from, $subject, $body, $bodyhtml = '')
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
/*
|
||||
* returns an array of arrays
|
||||
* [ 0 ] = array ( to, firstname, lastname, email )
|
||||
* [ 1 ] = array ( to, firstname, lastname, email )
|
||||
* ...etc
|
||||
*/
|
||||
function getEmailRecipientsForRegistration($reg_id)
|
||||
{
|
||||
function getEmailRecipientsForRegistration($reg_id)
|
||||
{
|
||||
global $config, $pdo;
|
||||
// okay first grab the registration record, to see if we should email the kids, the teacher, and/or the parents
|
||||
$q = $pdo->prepare("SELECT * FROM registrations WHERE id='$reg_id' AND year='{$config['FAIRYEAR']}'");
|
||||
@ -1045,10 +1066,10 @@ function getEmailRecipientsForRegistration($reg_id)
|
||||
}
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
function output_page_text($textname)
|
||||
{
|
||||
function output_page_text($textname)
|
||||
{
|
||||
global $config;
|
||||
global $pdo;
|
||||
|
||||
@ -1068,10 +1089,10 @@ function output_page_text($textname)
|
||||
echo nl2br($r->text);
|
||||
else
|
||||
echo get_value_property_or_default($r, 'text');
|
||||
}
|
||||
}
|
||||
|
||||
function output_page_cms($filename)
|
||||
{
|
||||
function output_page_cms($filename)
|
||||
{
|
||||
global $config;
|
||||
global $pdo;
|
||||
|
||||
@ -1097,10 +1118,10 @@ function output_page_cms($filename)
|
||||
}
|
||||
|
||||
send_footer();
|
||||
}
|
||||
}
|
||||
|
||||
function generatePassword($pwlen = 8)
|
||||
{
|
||||
function generatePassword($pwlen = 8)
|
||||
{
|
||||
// these are good characters that are not easily confused with other characters :)
|
||||
$available = 'ABCDEFGHJKLMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz23456789';
|
||||
$len = strlen($available) - 1;
|
||||
@ -1109,17 +1130,17 @@ function generatePassword($pwlen = 8)
|
||||
for ($x = 0; $x < $pwlen; $x++)
|
||||
$key .= $available[rand(0, $len)];
|
||||
return $key;
|
||||
}
|
||||
}
|
||||
|
||||
// config specific warning
|
||||
function config_warnings() {}
|
||||
// config specific warning
|
||||
function config_warnings() {}
|
||||
|
||||
// admin specific warnings
|
||||
function admin_warnings() {}
|
||||
// admin specific warnings
|
||||
function admin_warnings() {}
|
||||
|
||||
// warnings to show to both config and/or admin people
|
||||
function committee_warnings()
|
||||
{
|
||||
// warnings to show to both config and/or admin people
|
||||
function committee_warnings()
|
||||
{
|
||||
global $config, $pdo;
|
||||
// it is vital that each year the system be rolled over before we start it again
|
||||
// we should do this, say, 4 months after the FAIRDATE, so its soon enough that they should see
|
||||
@ -1156,7 +1177,7 @@ function committee_warnings()
|
||||
}
|
||||
}
|
||||
|
||||
$CWSFDivisions = array(
|
||||
$CWSFDivisions = array(
|
||||
1 => 'Discovery',
|
||||
2 => 'Energy',
|
||||
3 => 'Environment',
|
||||
@ -1164,10 +1185,10 @@ $CWSFDivisions = array(
|
||||
5 => 'Information',
|
||||
6 => 'Innovation',
|
||||
7 => 'Resources'
|
||||
);
|
||||
);
|
||||
|
||||
function theme_icon($icon, $width = 0)
|
||||
{
|
||||
function theme_icon($icon, $width = 0)
|
||||
{
|
||||
global $theme_icons, $config;
|
||||
|
||||
$w = ($width == 0) ? '' : "width=\"$width\"";
|
||||
@ -1175,41 +1196,41 @@ function theme_icon($icon, $width = 0)
|
||||
return "<img src=\"{$config['SFIABDIRECTORY']}/theme/{$config['theme_icons']}/{$theme_icons['icons'][$icon]}\" border=\"0\" $w alt=\"" . htmlspecialchars($icon) . '">';
|
||||
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
// $d can be a unix timestamp integer, OR a text string, eg 2008-01-22
|
||||
function format_date($d)
|
||||
{
|
||||
// $d can be a unix timestamp integer, OR a text string, eg 2008-01-22
|
||||
function format_date($d)
|
||||
{
|
||||
global $config;
|
||||
if (is_numeric($d))
|
||||
return date($config['dateformat'], $d);
|
||||
else
|
||||
return date($config['dateformat'], strtotime($d));
|
||||
}
|
||||
}
|
||||
|
||||
// $t can be a unix timestamp integer, or a text string, eg 10:23:48
|
||||
function format_time($t)
|
||||
{
|
||||
// $t can be a unix timestamp integer, or a text string, eg 10:23:48
|
||||
function format_time($t)
|
||||
{
|
||||
global $config;
|
||||
if (is_numeric($t))
|
||||
return date($config['timeformat'], $t);
|
||||
else
|
||||
return date($config['timeformat'], strtotime($t));
|
||||
}
|
||||
}
|
||||
|
||||
// $dt can be a unix timestamp integer, or a text string, eg 2008-01-22 10:23:48
|
||||
function format_datetime($dt)
|
||||
{
|
||||
// $dt can be a unix timestamp integer, or a text string, eg 2008-01-22 10:23:48
|
||||
function format_datetime($dt)
|
||||
{
|
||||
if (is_numeric($dt)) {
|
||||
return format_date($dt) . ' ' . i18n('at') . ' ' . format_time($dt);
|
||||
} else {
|
||||
list($d, $t) = explode(' ', $dt);
|
||||
return format_date($d) . ' ' . i18n('at') . ' ' . format_time($t);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function format_money($n, $decimals = true)
|
||||
{
|
||||
function format_money($n, $decimals = true)
|
||||
{
|
||||
global $neg;
|
||||
if ($n < 0) {
|
||||
$neg = true;
|
||||
@ -1249,36 +1270,36 @@ function format_money($n, $decimals = true)
|
||||
else
|
||||
return sprintf('%s$%s', $negdisp, $out);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function message_push($m)
|
||||
{
|
||||
function message_push($m)
|
||||
{
|
||||
if (!is_array($_SESSION['messages']))
|
||||
$_SESSION['messages'] = array();
|
||||
$_SESSION['messages'][] = $m;
|
||||
}
|
||||
}
|
||||
|
||||
function notice_($str, $i18n_array = array(), $timeout = -1, $type = 'notice')
|
||||
{
|
||||
function notice_($str, $i18n_array = array(), $timeout = -1, $type = 'notice')
|
||||
{
|
||||
if ($timeout == -1)
|
||||
$timeout = 5000;
|
||||
echo "<script type=\"text/javascript\">
|
||||
notice_create('$type',\"" . i18n($str, $i18n_array) . "\",$timeout);
|
||||
</script>";
|
||||
}
|
||||
}
|
||||
|
||||
function happy_($str, $i18n_array = array(), $timeout = -1)
|
||||
{
|
||||
function happy_($str, $i18n_array = array(), $timeout = -1)
|
||||
{
|
||||
notice_($str, $i18n_array, $timeout, 'happy');
|
||||
}
|
||||
}
|
||||
|
||||
function error_($str, $i18n_array = array(), $timeout = -1)
|
||||
{
|
||||
function error_($str, $i18n_array = array(), $timeout = -1)
|
||||
{
|
||||
notice_($str, $i18n_array, $timeout, 'error');
|
||||
}
|
||||
}
|
||||
|
||||
function debug_($str)
|
||||
{
|
||||
function debug_($str)
|
||||
{
|
||||
if (get_value_from_array($_SESSION, 'debug') != true)
|
||||
return;
|
||||
$s = str_replace("\n", '', nl2br(htmlspecialchars($str))) . '<br />';
|
||||
@ -1287,11 +1308,11 @@ function debug_($str)
|
||||
\$(\"#debug\").append(\"$s\");
|
||||
});
|
||||
</script>";
|
||||
}
|
||||
}
|
||||
|
||||
// this function returns a HTML colour code ranging between red and green, with yellow in the middle based on the percent passed into it
|
||||
function colour_to_percent($percent)
|
||||
{
|
||||
// this function returns a HTML colour code ranging between red and green, with yellow in the middle based on the percent passed into it
|
||||
function colour_to_percent($percent)
|
||||
{
|
||||
// 0 is red
|
||||
// 50 is yellow
|
||||
// 100 is green
|
||||
@ -1299,23 +1320,21 @@ function colour_to_percent($percent)
|
||||
if ($percent <= 50)
|
||||
$red = 255;
|
||||
else
|
||||
$red = (100 - $percent) * 2 / 100 * 255;
|
||||
;
|
||||
$red = (100 - $percent) * 2 / 100 * 255;;
|
||||
|
||||
if ($percent > 50)
|
||||
$green = 255;
|
||||
else
|
||||
$green = ($percent) * 2 / 100 * 255;
|
||||
;
|
||||
$green = ($percent) * 2 / 100 * 255;;
|
||||
|
||||
// echo "red=$red";
|
||||
// echo "green=$green";
|
||||
$str = '#' . sprintf('%02s', dechex($red)) . sprintf('%02s', dechex($green)) . '00';
|
||||
return $str;
|
||||
}
|
||||
}
|
||||
|
||||
function format_duration($seconds, $granularity = 2)
|
||||
{
|
||||
function format_duration($seconds, $granularity = 2)
|
||||
{
|
||||
$units = array(
|
||||
'1 year|:count years' => 31536000,
|
||||
'1 week|:count weeks' => 604800,
|
||||
@ -1340,10 +1359,10 @@ function format_duration($seconds, $granularity = 2)
|
||||
}
|
||||
}
|
||||
return $output ? $output : '0 sec';
|
||||
}
|
||||
}
|
||||
|
||||
function getTextFromHtml($html)
|
||||
{
|
||||
function getTextFromHtml($html)
|
||||
{
|
||||
// first, replace an </p> with </p><br />
|
||||
$text = str_replace('</p>', '</p><br />', $html);
|
||||
// next, replace a </div> with </div><br />
|
||||
@ -1366,10 +1385,10 @@ function getTextFromHtml($html)
|
||||
$text = wordwrap($text, 75, "\n", true);
|
||||
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
|
||||
function getUserForSponsor($sponsor_id)
|
||||
{
|
||||
function getUserForSponsor($sponsor_id)
|
||||
{
|
||||
global $pdo;
|
||||
// loop through each contact and draw a form with their data in it.
|
||||
$q = $pdo->prepare("SELECT *,MAX(year) FROM users LEFT JOIN users_sponsor ON users_sponsor.users_id=users.id
|
||||
@ -1384,10 +1403,10 @@ function getUserForSponsor($sponsor_id)
|
||||
$q->execute();
|
||||
$r = $q->fetch();
|
||||
return user_load_by_uid($r->uid);
|
||||
}
|
||||
}
|
||||
|
||||
function projectdivisions_load($year = false)
|
||||
{
|
||||
function projectdivisions_load($year = false)
|
||||
{
|
||||
global $config, $pdo;
|
||||
if ($year == false)
|
||||
$year = $config['FAIRYEAR'];
|
||||
@ -1397,10 +1416,10 @@ function projectdivisions_load($year = false)
|
||||
while ($d = $q->fetch(PDO::FETCH_ASSOC))
|
||||
$divs[$d['id']] = $d;
|
||||
return $divs;
|
||||
}
|
||||
}
|
||||
|
||||
function projectcategories_load($year = false)
|
||||
{
|
||||
function projectcategories_load($year = false)
|
||||
{
|
||||
global $config, $pdo;
|
||||
if ($year == false)
|
||||
$year = $config['FAIRYEAR'];
|
||||
@ -1410,12 +1429,12 @@ function projectcategories_load($year = false)
|
||||
while ($c = $q->fetch(PDO::FETCH_ASSOC))
|
||||
$cats[$c['id']] = $c;
|
||||
return $cats;
|
||||
}
|
||||
}
|
||||
|
||||
// Converts the numeric value "$val" to an English text representation of it (e.g. "two thousand four").
|
||||
// If the "$monetize" flag is set to true, then it's formatted to be useable on printed cheques (e.g. "***** Two Thousand Four 00/100 *****".
|
||||
function wordify($val, $monetize = false)
|
||||
{
|
||||
// Converts the numeric value "$val" to an English text representation of it (e.g. "two thousand four").
|
||||
// If the "$monetize" flag is set to true, then it's formatted to be useable on printed cheques (e.g. "***** Two Thousand Four 00/100 *****".
|
||||
function wordify($val, $monetize = false)
|
||||
{
|
||||
$digits = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine');
|
||||
if ($monetize) {
|
||||
$pennies = intval(($val - intval($val)) * 100);
|
||||
@ -1431,7 +1450,12 @@ function wordify($val, $monetize = false)
|
||||
}
|
||||
$val = intval($val);
|
||||
$powerofthousand = array(
|
||||
'', 'Thousand', 'Million', 'Billion', 'trillion', 'quadrillion'
|
||||
'',
|
||||
'Thousand',
|
||||
'Million',
|
||||
'Billion',
|
||||
'trillion',
|
||||
'quadrillion'
|
||||
);
|
||||
$n = 0;
|
||||
if (!$val) {
|
||||
@ -1454,11 +1478,11 @@ function wordify($val, $monetize = false)
|
||||
if ($monetize)
|
||||
$returnval = '***' . $returnval;
|
||||
return $returnval;
|
||||
}
|
||||
}
|
||||
|
||||
// Converts a number between zero and one thousand to Canadian English text
|
||||
function smallIntToText($number)
|
||||
{
|
||||
// Converts a number between zero and one thousand to Canadian English text
|
||||
function smallIntToText($number)
|
||||
{
|
||||
$number %= 1000;
|
||||
$rvals = array(
|
||||
0 => 'Zero',
|
||||
@ -1514,6 +1538,6 @@ function smallIntToText($number)
|
||||
$returnval .= ' ' . $rvals[$number];
|
||||
}
|
||||
return $returnval;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 136 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 113 B |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 88 B |
Before Width: | Height: | Size: 123 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
68
theme/classic/jquery-ui-1.7.2.custom.css
vendored
@ -42,7 +42,7 @@
|
||||
* jQuery UI CSS Framework
|
||||
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=d0d0ff&bgTextureHeader=04_highlight_hard.png&bgImgOpacityHeader=75&borderColorHeader=a5b5c6&fcHeader=222222&iconColorHeader=222222&bgColorContent=eeeeff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=a5b5c6&fcContent=222222&iconColorContent=222222&bgColorDefault=d0d0ff&bgTextureDefault=01_flat.png&bgImgOpacityDefault=0&borderColorDefault=a5b5c6&fcDefault=000000&iconColorDefault=888888&bgColorHover=ffffff&bgTextureHover=01_flat.png&bgImgOpacityHover=0&borderColorHover=a5b5c6&fcHover=000000&iconColorHover=454545&bgColorActive=eeeeff&bgTextureActive=01_flat.png&bgImgOpacityActive=0&borderColorActive=a5b5c6&fcActive=000000&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
|
||||
*/
|
||||
|
||||
|
||||
@ -50,27 +50,27 @@
|
||||
----------------------------------*/
|
||||
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #a5b5c6; background: #eeeeff url(images/ui-bg_flat_75_eeeeff_40x100.png) 50% 50% repeat-x; color: #222222; }
|
||||
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
|
||||
.ui-widget-content a { color: #222222; }
|
||||
.ui-widget-header { border: 1px solid #a5b5c6; background: #d0d0ff url(images/ui-bg_highlight-hard_75_d0d0ff_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
||||
.ui-widget-header a { color: #222222; }
|
||||
.ui-widget-header { border: 1px solid #4297d7; background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x; color: #eaf5f7; font-weight: bold; }
|
||||
.ui-widget-header a { color: #eaf5f7; }
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #a5b5c6; background: #d0d0ff url(images/ui-bg_flat_0_d0d0ff_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; outline: none; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; text-decoration: none; outline: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #a5b5c6; background: #ffffff url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; outline: none; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; outline: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #a5b5c6; background: #eeeeff url(images/ui-bg_flat_0_eeeeff_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; outline: none; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; outline: none; text-decoration: none; }
|
||||
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #77d5f7; background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #448dae; background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #026890; outline: none; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; outline: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #acdd4a; background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd113; background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x; color: #915608; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #915608; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
@ -79,14 +79,14 @@
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_0078ae_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_0078ae_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(images/ui-icons_e0fdff_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_056b93_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f5e175_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_f7a50d_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fcd113_256x240.png); }
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
@ -268,19 +268,19 @@
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
|
||||
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
|
||||
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
|
||||
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
|
||||
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
|
||||
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
|
||||
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
|
||||
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
|
||||
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
|
||||
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
|
||||
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
|
||||
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
|
||||
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
|
||||
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
|
||||
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
|
||||
.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
|
||||
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
|
||||
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
|
||||
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
|
||||
----------------------------------*/
|
||||
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
$theme['name']="Classic";
|
||||
$theme['description']="A classic colour scheme";
|
||||
$theme['description']="The classic theme";
|
||||
$theme['author']="James Grant <james@lightbox.org>";
|
||||
|
||||
?>
|
||||
|
@ -1,444 +0,0 @@
|
||||
body
|
||||
{
|
||||
font-family: Verdana, Arial, Sans-Serif;
|
||||
font-size: small;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #E0E0FF;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
input, textarea, select
|
||||
{
|
||||
font-family: Verdana, Arial, Sans-Serif;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
table tr.even {
|
||||
background: #EEEEFF;
|
||||
}
|
||||
|
||||
table tr.odd {
|
||||
background: #E0E0F8;
|
||||
}
|
||||
|
||||
#header {
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
background: #E0E0FF;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color : #5C6F90;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
text-decoration: none;
|
||||
font-size: 1em;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#left {
|
||||
width: 165px;
|
||||
background: #EEEEFF;
|
||||
border: 2px solid Silver;
|
||||
padding: 5px;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
|
||||
#main {
|
||||
margin-right: 10px;
|
||||
background: #FFFFFF;
|
||||
padding: 3px;
|
||||
border: 2px solid Silver;
|
||||
min-height: 600px;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
#mainwhere {
|
||||
margin-right: 10px;
|
||||
background: #EEEEFF;
|
||||
padding: 3px;
|
||||
border-top: 2px solid Silver;
|
||||
border-left: 2px solid Silver;
|
||||
border-right: 2px solid Silver;
|
||||
font-size: 0.85em;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
|
||||
#emptypopup {
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.0em;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.6em;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
margin-bottom: .3em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
h4 {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
margin-bottom: .1em;
|
||||
}
|
||||
|
||||
ul.mainnav {
|
||||
list-style : none;
|
||||
margin : 0;
|
||||
padding : 0;
|
||||
background-color : #d6d6d6;
|
||||
width: 165px;
|
||||
}
|
||||
|
||||
ul.mainnav li {
|
||||
display : block;
|
||||
border-top : 1px solid #a5b5c6;
|
||||
}
|
||||
|
||||
ul.mainnav li a {
|
||||
display : block;
|
||||
margin : 0;
|
||||
padding : 6px;
|
||||
background-color : #5C6F90;
|
||||
font : bold 0.9em/1.5em Arial, sans-serif;
|
||||
color : #fff;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
ul.mainnav li a:hover {
|
||||
background-color : #63616b;
|
||||
color : #eee;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-size: 1em;
|
||||
color: #5C6F90;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.summarytable {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
border: 2px solid black;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
|
||||
}
|
||||
|
||||
.summarytable th {
|
||||
border: 2px solid black;
|
||||
background-color: #5C6F90;
|
||||
padding: 5px;
|
||||
margin: 0px;
|
||||
font-size: 1.0em;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.summarytable th a{
|
||||
font-size: 1.0em;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.summarytable td {
|
||||
border: 2px solid black;
|
||||
margin: 0px;
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
|
||||
.complete {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.incomplete {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
border: 1px solid red;
|
||||
background: #F0DCDC;
|
||||
}
|
||||
|
||||
|
||||
.notice {
|
||||
font-weight: bold;
|
||||
border: 1px solid Silver;
|
||||
/*background: #E0E0FF; */
|
||||
background: #FFFFE0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.happy {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
border: 1px solid Silver;
|
||||
background: #D0EED0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.caution {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
color: red;
|
||||
}
|
||||
|
||||
a.caution:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.requiredfield {
|
||||
font-weight: bold;
|
||||
font-size: 0.8em;
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
.headertable td {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
tr.externalaward {
|
||||
font-style: italic;
|
||||
color: #0000AA;
|
||||
}
|
||||
|
||||
.adminconfigtable {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.adminconfigtable td {
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
width: 128px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.fundraisingpending {
|
||||
color: black;
|
||||
border: 1px solid #FFAAAA;
|
||||
background: #FFAAAA;
|
||||
}
|
||||
|
||||
.fundraisingconfirmed {
|
||||
color: black;
|
||||
border: 1px solid #FFFFAA;
|
||||
background: #FFFFAA;
|
||||
}
|
||||
|
||||
|
||||
.fundraisingreceived {
|
||||
color: black;
|
||||
border: 1px solid #AAFFAA;
|
||||
background: #AAFFAA;
|
||||
}
|
||||
|
||||
.fundraisingtable {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0px;
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
font-size: 0.8em;
|
||||
|
||||
}
|
||||
|
||||
.fundraisingtable th {
|
||||
border: 1px solid black;
|
||||
background-color: #5C6F90;
|
||||
padding: 2px;
|
||||
margin: 0px;
|
||||
font-size: 1.0em;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.fundraisingtable th a{
|
||||
color: white;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.fundraisingtable td {
|
||||
border: 1px solid black;
|
||||
margin: 0px;
|
||||
padding: 1px;
|
||||
|
||||
}
|
||||
|
||||
/* Notice area floating along the top of the page */
|
||||
div.notice_area {
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
div.notice_area div {
|
||||
padding: 0.1em 0;
|
||||
border: 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
font-size: 1.5em;
|
||||
background-color: #FFFFE0;
|
||||
}
|
||||
|
||||
div.notice_area div.notice {
|
||||
border: 3px solid yellow;
|
||||
color: black;
|
||||
background-color: #FFFFE0;
|
||||
}
|
||||
|
||||
div.notice_area div.error {
|
||||
border: 3px solid red;
|
||||
color: red;
|
||||
background-color: #FF9999;
|
||||
}
|
||||
|
||||
div.notice_area div.happy {
|
||||
/* border: 2px solid white;
|
||||
color: green;
|
||||
background-color: #99FF99;*/
|
||||
color: white;
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.date {
|
||||
width: 80px;
|
||||
|
||||
}
|
||||
|
||||
/* The popup windows created with jquery-ui use the following classes:
|
||||
* div.ui-dialog
|
||||
* div.ui-dialog-titlebar - includes the next 2 items in the div
|
||||
* span.ui-dialog-title-dialog - Title text
|
||||
* a.ui-dialog-titlebar-close
|
||||
* ui-dialog-content */
|
||||
|
||||
/* Override the background colour */
|
||||
.ui-dialog {
|
||||
background: #e0e0ff;
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Override the titlebar padding, it's too big, make the font
|
||||
* a happy size */
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
padding: 0.2em 0.5em 0.2em .5em ;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
/* Required for tabs to work */
|
||||
.ui-tabs .ui-tabs-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Rework the tabs, the default layout with a separate div
|
||||
behind only the tabs is silly, and it looks stupid. */
|
||||
div.ui-tabs {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.ui-tabs div.ui-tabs-panel {
|
||||
border: 1px solid #A5B5C6;
|
||||
background: #eeeeff;
|
||||
}
|
||||
|
||||
div.ui-tabs ul.ui-tabs-nav {
|
||||
border: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* Dump the HUGE tab border and change the font. We need to
|
||||
* rework the fonts for ALL of sfiab. "1em" in here is about 20pt*/
|
||||
.ui-tabs .ui-tabs-nav li a {
|
||||
padding: 0.1em 0.3em 0.1em 0.3em;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ui-datepicker {
|
||||
z-index: 1003;
|
||||
}
|
||||
|
||||
.text-link {
|
||||
cursor: pointer;
|
||||
color: #5C6F90;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.text-link-selected {
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.text-link-disabled {
|
||||
font-weight: none;
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -1,27 +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.
|
||||
*/
|
||||
|
||||
$theme['name']="Default";
|
||||
$theme['description']="The default theme";
|
||||
$theme['author']="James Grant <james@lightbox.org>";
|
||||
|
||||
?>
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 815 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -20,7 +20,7 @@
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
$theme_icons['name']="Default Icons";
|
||||
$theme_icons['name']="Classic Theme Icons";
|
||||
$theme_icons['description']="KDE4 icons";
|
||||
$theme_icons['author']="James Grant <james@lightbox.org>";
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 794 B After Width: | Height: | Size: 794 B |
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 558 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -21,8 +21,8 @@
|
||||
*/
|
||||
|
||||
$theme_icons['name']="Science-ation Icons";
|
||||
$theme_icons['description']="KDE4 icons";
|
||||
$theme_icons['author']="James Grant <james@lightbox.org>";
|
||||
$theme_icons['description']="Google Material Icons";
|
||||
$theme_icons['author']="AlgoLibre Inc. <contact@science-ation.ca>";
|
||||
|
||||
//COMMITTEE MAIN ICONS (that are not used in admin/config already)
|
||||
$theme_icons['icons']['change_password']="encrypted.png";
|
||||
|
406
theme/new_default/jquery-ui-1.7.2.custom.css
vendored
@ -1,406 +0,0 @@
|
||||
/*
|
||||
* jQuery UI CSS Framework
|
||||
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
|
||||
*/
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
||||
.ui-helper-clearfix { display: inline-block; }
|
||||
/* required comment for clearfix to work in Opera \*/
|
||||
* html .ui-helper-clearfix { height:1%; }
|
||||
.ui-helper-clearfix { display:block; }
|
||||
/* end clearfix */
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* jQuery UI CSS Framework
|
||||
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
|
||||
*/
|
||||
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
|
||||
.ui-widget-content a { color: #222222; }
|
||||
.ui-widget-header { border: 1px solid #4297d7; background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x; color: #eaf5f7; font-weight: bold; }
|
||||
.ui-widget-header a { color: #eaf5f7; }
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #77d5f7; background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #448dae; background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #026890; outline: none; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; outline: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #acdd4a; background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd113; background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x; color: #915608; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #915608; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_0078ae_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_0078ae_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(images/ui-icons_e0fdff_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_056b93_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f5e175_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_f7a50d_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fcd113_256x240.png); }
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-off { background-position: -96px -144px; }
|
||||
.ui-icon-radio-on { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
|
||||
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
|
||||
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
|
||||
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
|
||||
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
|
||||
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
|
||||
.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
|
||||
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
|
||||
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
|
||||
----------------------------------*/
|
||||
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
||||
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
||||
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
|
||||
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
||||
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
|
||||
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
|
||||
----------------------------------*/
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:2px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
||||
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
|
||||
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
||||
.ui-datepicker-cover {
|
||||
display: none; /*sorry for IE5*/
|
||||
display/**/: block; /*sorry for IE5*/
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 200px; /*must have*/
|
||||
height: 200px; /*must have*/
|
||||
}/* Dialog
|
||||
----------------------------------*/
|
||||
.ui-dialog { position: relative; padding: .2em; width: 300px; }
|
||||
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
|
||||
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
|
||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
||||
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
||||
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
||||
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
|
||||
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
/* Progressbar
|
||||
----------------------------------*/
|
||||
.ui-progressbar { height:2em; text-align: left; }
|
||||
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
|
||||
----------------------------------*/
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
|
||||
----------------------------------*/
|
||||
.ui-slider { position: relative; text-align: left; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
|
||||
|
||||
.ui-slider-horizontal { height: .8em; }
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
|
||||
.ui-slider-vertical { width: .8em; height: 100px; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
|
||||
----------------------------------*/
|
||||
.ui-tabs { padding: .2em; zoom: 1; }
|
||||
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
|
||||
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
|
||||
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
||||
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
||||
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
|
||||
.ui-tabs .ui-tabs-hide { display: none !important; }
|
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 136 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 88 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
@ -22,6 +22,6 @@
|
||||
|
||||
$theme['name']="Science-ation";
|
||||
$theme['description']="The default theme";
|
||||
$theme['author']="James Grant <james@lightbox.org>";
|
||||
$theme['author']="AlgoLibre Inc. <contact@science-ation.ca>";
|
||||
|
||||
?>
|