|
Lines 1-5
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Tools › [% branchname %] Calendar</title> |
2 |
<title>Koha › Tools › [% branchname %] calendar</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
[% INCLUDE 'calendar.inc' %] |
4 |
[% INCLUDE 'calendar.inc' %] |
| 5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
|
Lines 215-228
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
| 215 |
[% INCLUDE 'header.inc' %] |
215 |
[% INCLUDE 'header.inc' %] |
| 216 |
[% INCLUDE 'cat-search.inc' %] |
216 |
[% INCLUDE 'cat-search.inc' %] |
| 217 |
|
217 |
|
| 218 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% branchname %] Calendar</div> |
218 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% branchname %] calendar</div> |
| 219 |
|
219 |
|
| 220 |
<div id="doc3" class="yui-t1"> |
220 |
<div id="doc3" class="yui-t1"> |
| 221 |
|
221 |
|
| 222 |
<div id="bd"> |
222 |
<div id="bd"> |
| 223 |
<div id="yui-main"> |
223 |
<div id="yui-main"> |
| 224 |
<div class="yui-b"> |
224 |
<div class="yui-b"> |
| 225 |
<h2>[% branchname %] Calendar</h2> |
225 |
<h2>[% branchname %] calendar</h2> |
| 226 |
<div class="yui-g"> |
226 |
<div class="yui-g"> |
| 227 |
<div class="yui-u first"> |
227 |
<div class="yui-u first"> |
| 228 |
<label for="branch">Define the holidays for:</label> |
228 |
<label for="branch">Define the holidays for:</label> |
|
Lines 253-259
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
| 253 |
<input type="hidden" id="showBranchName" name="showBranchName" /> |
253 |
<input type="hidden" id="showBranchName" name="showBranchName" /> |
| 254 |
</li> |
254 |
</li> |
| 255 |
<li> |
255 |
<li> |
| 256 |
<strong>From Date:</strong> |
256 |
<strong>From date:</strong> |
| 257 |
<span id="showDaynameOutput"></span>, |
257 |
<span id="showDaynameOutput"></span>, |
| 258 |
|
258 |
|
| 259 |
[% IF ( dateformat == "us" ) %]<span id="showMonthOutput"></span>/<span id="showDayOutput"></span>/<span id="showYearOutput"></span>[% ELSIF ( dateformat == "metric" ) %]<span id="showDayOutput"></span>/<span id="showMonthOutput"></span>/<span id="showYearOutput"></span>[% ELSE %]<span id="showYearOutput"></span>/<span id="showMonthOutput"></span>/<span id="showDayOutput"></span>[% END %] |
259 |
[% IF ( dateformat == "us" ) %]<span id="showMonthOutput"></span>/<span id="showDayOutput"></span>/<span id="showYearOutput"></span>[% ELSIF ( dateformat == "metric" ) %]<span id="showDayOutput"></span>/<span id="showMonthOutput"></span>/<span id="showYearOutput"></span>[% ELSE %]<span id="showYearOutput"></span>/<span id="showMonthOutput"></span>/<span id="showDayOutput"></span>[% END %] |
|
Lines 336-342
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
| 336 |
<input type="hidden" id="newYear" name="newYear" /> |
336 |
<input type="hidden" id="newYear" name="newYear" /> |
| 337 |
</li> |
337 |
</li> |
| 338 |
<li class="dateinsert"> |
338 |
<li class="dateinsert"> |
| 339 |
<b>To date : </b> |
339 |
<b>To date: </b> |
| 340 |
<input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange %]" class="datepicker" /> |
340 |
<input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange %]" class="datepicker" /> |
| 341 |
</li> |
341 |
</li> |
| 342 |
<li><label for="title">Title: </label><input type="text" name="newTitle" id="title" size="35" /></li> |
342 |
<li><label for="title">Title: </label><input type="text" name="newTitle" id="title" size="35" /></li> |
|
Lines 451-457
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
| 451 |
[% END %] |
451 |
[% END %] |
| 452 |
|
452 |
|
| 453 |
[% IF ( WEEK_DAYS_LOOP ) %] |
453 |
[% IF ( WEEK_DAYS_LOOP ) %] |
| 454 |
<h3>Weekly - Repeatable Holidays</h3> |
454 |
<h3>Weekly - Repeatable holidays</h3> |
| 455 |
<table id="holidayweeklyrepeatable"> |
455 |
<table id="holidayweeklyrepeatable"> |
| 456 |
<thead> |
456 |
<thead> |
| 457 |
<tr> |
457 |
<tr> |
|
Lines 477-490
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
| 477 |
[% END %] |
477 |
[% END %] |
| 478 |
|
478 |
|
| 479 |
[% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] |
479 |
[% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] |
| 480 |
<h3>Yearly - Repeatable Holidays</h3> |
480 |
<h3>Yearly - Repeatable holidays</h3> |
| 481 |
<table id="holidaysyearlyrepeatable"> |
481 |
<table id="holidaysyearlyrepeatable"> |
| 482 |
<thead> |
482 |
<thead> |
| 483 |
<tr> |
483 |
<tr> |
| 484 |
[% IF ( dateformat == "metric" ) %] |
484 |
[% IF ( dateformat == "metric" ) %] |
| 485 |
<th class="repeatableyearly">Day/Month</th> |
485 |
<th class="repeatableyearly">Day/month</th> |
| 486 |
[% ELSE %] |
486 |
[% ELSE %] |
| 487 |
<th class="repeatableyearly">Month/Day</th> |
487 |
<th class="repeatableyearly">Month/day</th> |
| 488 |
[% END %] |
488 |
[% END %] |
| 489 |
<th class="repeatableyearly">Title</th> |
489 |
<th class="repeatableyearly">Title</th> |
| 490 |
<th class="repeatableyearly">Description</th> |
490 |
<th class="repeatableyearly">Description</th> |
|
Lines 503-509
td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
Link Here
|
| 503 |
[% END %] |
503 |
[% END %] |
| 504 |
|
504 |
|
| 505 |
[% IF ( HOLIDAYS_LOOP ) %] |
505 |
[% IF ( HOLIDAYS_LOOP ) %] |
| 506 |
<h3>Unique Holidays</h3> |
506 |
<h3>Unique holidays</h3> |
| 507 |
<table id="holidaysunique"> |
507 |
<table id="holidaysunique"> |
| 508 |
<thead> |
508 |
<thead> |
| 509 |
<tr> |
509 |
<tr> |
| 510 |
- |
|
|