|
Lines 5-29
Link Here
|
| 5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
| 6 |
<title>Koha › Tools › [% Branches.GetName( branch ) | html %] calendar</title> |
6 |
<title>Koha › Tools › [% Branches.GetName( branch ) | html %] calendar</title> |
| 7 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
| 8 |
<style> .key { padding : 3px; white-space:nowrap; line-height:230%; } |
8 |
[% Asset.css("css/calendar.css") | $raw %] |
| 9 |
.ui-datepicker { font-size : 150%; } |
|
|
| 10 |
.ui-datepicker th, .ui-datepicker .ui-datepicker-title select { font-size : 80%; } |
| 11 |
.ui-datepicker td a { padding : .5em; } |
| 12 |
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { font-size : 80%; } |
| 13 |
.key { padding : 3px; white-space:nowrap; line-height:230%; } |
| 14 |
.normalday { background-color : #EDEDED; color : Black; border : 1px solid #BCBCBC; } |
| 15 |
.exception { background-color : #b3d4ff; color : Black; border : 1px solid #BCBCBC; } |
| 16 |
.holiday { background-color : #ffaeae; color : Black; border : 1px solid #BCBCBC; } |
| 17 |
.repeatableweekly { background-color : #FFFF99; color : Black; border : 1px solid #BCBCBC; } |
| 18 |
.repeatableyearly { background-color : #FFCC66; color : Black; border : 1px solid #BCBCBC; } |
| 19 |
td.exception a.ui-state-default { background: #b3d4ff none; color : Black; border : 1px solid #BCBCBC; } |
| 20 |
td.holiday a.ui-state-default { background: #ffaeae none; color : Black; border : 1px solid #BCBCBC; } |
| 21 |
td.repeatableweekly a.ui-state-default { background: #FFFF99 none; color : Black; border : 1px solid #BCBCBC; } |
| 22 |
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Black; border : 1px solid #BCBCBC; } |
| 23 |
.information { z-index : 1; background-color : #DCD2F1; width : 300px; display : none; border : 1px solid #000000; color : #000000; font-size : 8pt; font-weight : bold; background-color : #FFD700; cursor : pointer; padding : 2px; } |
| 24 |
.panel { z-index : 1; display : none; border : 3px solid #CCC; padding : 3px; margin-top: .3em; background-color: #FEFEFE; } fieldset.brief { border : 0; margin-top: 0; } |
| 25 |
#showHoliday { margin : .5em 0; } h1 select { width: 20em; } fieldset.brief ol { font-size:100%; } fieldset.brief li, fieldset.brief li.radio { padding:0.2em 0; } .help { margin:.3em 0;border:1px solid #EEE;padding:.3em .7em; font-size : 90%; } #holidayweeklyrepeatable, #holidaysyearlyrepeatable, #holidaysunique, #holidayexceptions { font-size : 90%; margin-bottom : 1em;} .calendar td, .calendar th, .calendar .button, .calendar tbody .day { padding : .7em; font-size: 110%; } .calendar { width: auto; border : 0; } |
| 26 |
</style> |
| 27 |
</head> |
9 |
</head> |
| 28 |
<body id="tools_holidays" class="tools"> |
10 |
<body id="tools_holidays" class="tools"> |
| 29 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'header.inc' %] |
| 30 |
- |
|
|