Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Web OPAC - Calender for integrated ILL

    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    On switching to the new GUI-ILL you have several pages with a small calendar icon. This calendar is added to the pages with the following command:

    <include>popcalendar-js

    This command can be found in the following pages:

    new-ill-book-request
    new-ill-journal-request
    new-ill-r
    new-ill-r-head

    The problem is that the calendar works in Internet Explorer only. In other browsers it does not work.

    Resolution:
    In order to solve the problem, you may replace the embedded JavaScript with another one that is already implemented in the SDI pages (bor-sdi-update). Do the following:

    1. In the files new-ill-book-request, new-ill-journal-request, new-ill-r and new-ill-r-head, replace the following line:

    <include>popcalendar-js

    with

    <include>js-calendar

    2. In the same files add the following line:

    <input type="hidden" name="target_element" value="">

    In new-ill-book-request, new-ill-journal-request and new-ill-r-head, add it after the existing line

    <input type=hidden name=ILLUNIT value="$2900">

    In new-ill-r, add it after the existing line

    <input type=hidden name="Z40___PAY" value="Y" >

    3. In the files new-ill-r and new-ill-r-2 replace the following lines

    <input type="text" name="Z40_M_DATE_TO" value="$3000" style="width:70px" class="Form" id="datebox">
    <IMG onclick="javascript:popUpCalendar(this, datebox , 'daily', '$3200')" SRC="&icon_path/ico_cal.gif" WIDTH="16" HEIGHT="15" BORDER="0" ALT="Klicken Sie hier, um das Datum zu &uuml;bernehmen" HSPACE="3" NAME="calpic1" HSPACE="3">

    with

    <input size=8 maxlength=8 name="Z40_M_DATE_TO" value="$3000"> (jjjjmmtt)
    <input type="button" onClick="calendar_open('Z40_M_DATE_TO')" value='...' >

    Additional Information

    ILL, calender


    • Article last edited: 10/8/2013