واجهة الموظف

Get there: More > Administration > System preferences > Staff interface

الظهور

AuthorityXSLTResultsDisplay

Asks: Display authority results in the staff interface using XSLT stylesheet at: ___

Default: empty (uses the default non-XSLT display)

القيم:

  • Enter a path to an XSLT file

    • For example, /path/to/koha/and/your/stylesheet.xsl

    • In a multi-language system you can enter {langcode} in the path to tell Koha to look in the right language folder

      • For example, /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl

      • For example, http://mykohaopac.org/{langcode}/stylesheet.xsl

    • If you have different stylesheets for different authority types, you can use the {authtypecode} placeholder

  • Enter an URL to an external stylesheet

وصف:

  • XSLT stylesheets allow for the customization of the details shown on the screen when viewing the authority search results. This preference will allow you either use the default look that comes with Koha or design your own stylesheet.

  • This system preference controls the display of the records in the authorities search results in the staff interface.

أنظر أيضا :

Display856uAsImage

الصيغة: عرض ال URL في الحقل 856u كصورة في: ___

الإفتراضي: لا تفاصيل أو صفحة نتائج

القيم:

  • كلا النتائج وصفحات التفاصيل

    ملاحظة

    Both XSLTDetailsDisplay and XSLTResultsDisplay need to have values in order for this option to work.

    تحذير

    This option is only implemented for MARC21.

  • صفحة التفصيل فقط

    Detailed record page in the staff interface, one of the 856 field is displayed as an image in the record

    ملاحظة

    XSLTDetailsDisplay needs to have a value in it for this option to work.

    تحذير

    This is only implemented for MARC21 and UNIMARC.

  • لا تفاصيل أو صفحة نتائج

  • صفحة النتائج فقط

    Search results in the staff interface, one of the 856 field is displayed as an image in the listing

    ملاحظة

    XSLTResultsDisplay needs to have a value in it for this option to work.

    تحذير

    This is only implemented for MARC21.

وصف:

  • In addition to this option being set, the corresponding XSLT option must be turned on.

    See

  • Also, the corresponding 856q field must have a valid MIME image extension (e.g., "jpg") or MIME image type (i.e. starting with "image/"), or the generic indicator "img" entered in the field.

    856 field in the cataloging form; 856q contains img and 856u contains a link to an image

    ملاحظة

    Common image MIME types

    نوع الملف

    Image MIME type

    File extension

    Bitmap

    image/bmp

    bmp

    Graphic interchange format (gif)

    image/gif

    gif

    JPEG image

    image/jpeg

    jpg

    JPEG image

    image/jpeg

    jpeg

    Scalable vector graphic

    image/svg+xml

    svg

    TIF image

    image/tiff

    tiff

    TIF image

    image/tiff

    tif

  • When all of the requirements are met, an image file will be displayed instead of the standard link text. Clicking on the image will open it in the same way as clicking on the link text. When you click on the image it should open to full size, in the current window.

See also

DisplayOPACiconsXSLT

Asks: ___ the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the staff interface.

الإفتراضي: أعرض

القيم:

  • لا تعرض

  • إظهار

وصف:

  • This preference enables or disables the display of icons based on coded values in the leader of bibliographic records.

    Screenshot of the XSLT icons in the search results in the staff interface

ملاحظة

انظر أيقونات نوع المواد XSLT للمزيد من المعلومات حول هذه الأيقونات.

تحذير

This is only used in XSLT displays, so XSLTResultsDisplay and/or XSLTDetailsDisplay must be set to use an XSLT stylesheet for this to show (default or custom)

أنظر أيضا :

intranet_includes

الصيغة: استخدم الملفات من دليل ___ في دليل القالب، بدلا من includes/. (اتركه فارغًا للتعطيل)

الأفتراضي: تضمين

وصف:

  • This system preference lets you modify the directory for include files, should you want to use files that are not the standard ones.

IntranetCirculationHomeHTML

Asks: Show the following HTML in its own div on the bottom of the home page of the circulation module

وصف:

  • This system preference lets you add content to the circulation home page. You can add links, memos or any other content.

    The HTML code entered in IntranetCirculationHomeHTML

    Screenshot that shows where the content of IntranetCirculationHomeHTML appears on the circulation home page, under the circulation action buttons and above the offline circulation links

أنظر أيضا :

intranetcolorstylesheet

Asks: Include the additional CSS stylesheet ___ to override specified settings from the default stylesheet

وصف:

  • This preference is used to set custom CSS settings to the staff interface.

  • The value is a .css file. If you only need to add some directives, not necessarily a whole file, use IntranetUserCSS

  • Enter just a filename, a full local path or a complete URL starting with http:// (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.

  • اتركه هذا الحقل خاليا للإيقاف

ملاحظة

The stylesheet entered here will be used in addition to the default staff interface CSS stylesheet.

أنظر أيضا :

IntranetFavicon

Asks: Use the image at ___ for the staff interface's favicon.

ملاحظة

This should be a complete URL, starting with http:// or https://

ملاحظة

Turn your logo into a favicon with the Favicon Generator.

وصف:

  • The favicon is the little icon that appears next to the page name on the browser tab in most browsers. The default value for this field (if left blank) is the small 'K' in the Koha logo.

    The small green 'k' on the browser tab is the default favicon

أنظر أيضا :

IntranetmainUserblock

Asks: Show the following HTML in its own column on the main page of the staff interface

وصف:

  • This system preference lets you add content to the main staff interface page. You can add links, memos or any other content.

Screenshot that shows where the content of IntranetmainUserBlock appears on the staff interface's main page, under the module buttons

The HTML code entered in IntranetmainUserBlock

أنظر أيضا :

IntranetNav

Asks: Show the following HTML in the More menu at the top of each page on the staff interface (should be a list of links or blank)

وصف:

  • This system preference lets you add links at the top of the staff interface pages.

Screenshot that shows where the content of IntranetNav is displayed at the top of the staff interface pages, to the right of the More menu

أنظر أيضا :

IntranetReportsHomeHTML

Asks: Show the following HTML in its own div on the bottom of the home page of the reports module

وصف:

  • This system preference lets you add content to the reports home page. You can add links, memos or any other content.

    Screenshot that shows where the content of IntranetReportsHomeHTML appears on the reports module main page, under the report links

أنظر أيضا :

IntranetUserCSS

المطلوب: تضمين جافا سكريبت التالية على كافة الصفحات في الأوباك

وصف:

أنظر أيضا :

intranetstylesheet

Asks: Use the CSS stylesheet ___ on all pages in the staff interface, instead of the default css (used when leaving this field blank).

وصف:

  • This preference allows a library to customize the appearance of the staff interface.

  • The value is a .css file. This new file will override the default stylesheet.

  • Enter just a filename, a full local path or a complete URL starting with http:// (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.

  • اتركه هذا الحقل خاليا للإيقاف

تحذير

The stylesheet entered here will be used instead of the default staff interface CSS stylesheet.

If you'd rather use the default staff interface CSS, but add your own personal touch, see intranetcolorstylesheet.

أنظر أيضا :

IntranetUserCSS

Asks: Include the following CSS on all pages in the staff interface

وصف:

  • This system preference lets you add some CSS directives to customize the appearance of the staff interface.

  • The value is CSS code. If you have a .css file ready, use intranetcolorstylesheet or intranetstylesheet instead.

ملاحظة

The CSS code entered here will be used in addition to the default staff interface CSS stylesheet.

أنظر أيضا :

IntranetUserJS

المطلوب: وتتضمن JavaScript التالية على كافة صفحات في واجهة الموظفين

وصف:

  • This preference allows the administrator to enter JavaScript or JQuery that will be embedded across all pages of the staff interface.

  • Administrators may use this preference to customize some of the interactive sections of Koha, customizing the text for the login prompts, for example.

  • Sample JQuery scripts used by Koha libraries can be found on the wiki: http://wiki.koha-community.org/wiki/JQuery_Library.

أنظر أيضا :

SlipCSS

Asks: Include the stylesheet at ___ on issue and hold slips.

وصف:

  • إذا كنت ترغب في نمط إيصالات أو القسائم مع مجموعة متناسقة من الخطوط والألوان يمكنك استخدام هذا التفضيل للإشارة إلى أنماط نظام كوها خصيصا لقسائم الخاص بك.

  • ينبغي أن يكون هذا العنوان الكامل، يبدأ بـ http://

أنظر أيضا :

staffClientBaseURL

Asks: The staff interface is located at ___

وصف:

  • Enter the staff interface URL

  • This should be a complete URL, starting with http:// or https://. Do not include a trailing slash in the URL.

تحذير

This must be filled in correctly for CAS, svc, and load_testing to work.

أنظر أيضا :

StaffHighlightedWords

Asks: ___ words searched for in the staff interface search results pages.

Default: Highlight

القيم:

  • Don't highlight

  • Highlight

وصف:

  • When set to 'highlight', search terms will be highlighted in red and yellow in the search results. Staff can click 'Unhighlight' to remove the highlighting manually during each search.

  • When set to "don't hightlight", search terms will not be highlighted, and staff will not be able to turn on the highlighting manually during each search.

StaffLangSelectorMode

Asks: Display language selector on ___

Default: only footer

القيم:

  • both top and footer

  • only footer

  • top

وصف:

  • If your staff interface is available in more than one language, you can choose where the language switch is located

أنظر أيضا :

StaffLoginInstructions

Asks: Show the following HTML on the staff interface login page

وصف:

  • HTML entered in this field will appear above the login form of your staff client

    Screenshot that shows where the content of StaffLoginInstructions appears on the staff login page, above the login fields

أنظر أيضا :

القالب

الصيغة: استخدم ثيمة ___ في واجهة عميل الموظفين.

الإفتراضي: prog

القيم:

  • prog

وصف:

  • This system preference is used to choose the theme for the staff interface.

  • There is currently only one theme that comes with Koha, prog.

XSLTDetailsDisplay

الصيغة: عرض التفاصيل في برنامج العميل باستخدام نمط XSLT في ___

القيم:

  • Enter "default" to use the default stylesheet

  • Enter a path to an XSLT file

    • For example, /path/to/koha/and/your/stylesheet.xsl

    • In a multi-language system you can enter {langcode} in the path to tell Koha to look in the right language folder

      • For example, /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl

      • For example, http://mykohaopac.org/{langcode}/stylesheet.xsl

  • Enter an URL to an external stylesheet

الإفتراضي: إفتراضي

وصف:

  • XSLT stylesheets allow for the customization of the details shown on the screen when viewing a bibliographic record. This preference will allow you either use the default look that comes with Koha or design your own stylesheet.

  • This system preference controls the display of the detailed bibliographic record in the staff interface.

  • If using a custom stylesheet that uses item MARC fields, enable the PassItemMarcToXSLT system preference. Otherwise, item fields are not available for use in XSLT stylesheets.

أنظر أيضا :

XSLTListsDisplay

Asks: Display lists in the staff interface using XSLT stylesheet at: ___

القيم:

  • Enter "default" to use the default stylesheet

  • Enter a path to an XSLT file

    • For example, /path/to/koha/and/your/stylesheet.xsl

    • In a multi-language system you can enter {langcode} in the path to tell Koha to look in the right language folder

      • For example, /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl

      • For example, http://mykohaopac.org/{langcode}/stylesheet.xsl

  • Enter an URL to an external stylesheet

الإفتراضي: إفتراضي

وصف:

  • XSLT stylesheets allow for the customization of the details shown on the screen when viewing a list. This preference will allow you either use the default look that comes with Koha or design your own stylesheet.

  • This system preference controls the display of the records in a list in the staff interface.

  • If using a custom stylesheet that uses item MARC fields, enable the PassItemMarcToXSLT system preference. Otherwise, item fields are not available for use in XSLT stylesheets.

أنظر أيضا :

XSLTResultsDisplay

Asks: Display results in the staff interface using XSLT stylesheet at ___

القيم:

  • Enter "default" to use the default stylesheet

  • Enter a path to an XSLT file

    • For example, /path/to/koha/and/your/stylesheet.xsl

    • In a multi-language system you can enter {langcode} in the path to tell Koha to look in the right language folder

      • For example, /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl

      • For example, http://mykohaopac.org/{langcode}/stylesheet.xsl

  • Enter an URL to an external stylesheet

الإفتراضي: إفتراضي

وصف:

  • XSLT stylesheets allow for the customization of the details shown on the screen when viewing the search results. This preference will allow you either use the default look that comes with Koha or design your own stylesheet.

  • This system preference controls the display of the records in the search results in the staff interface.

  • If using a custom stylesheet that uses item MARC fields, enable the PassItemMarcToXSLT system preference. Otherwise, item fields are not available for use in XSLT stylesheets.

أنظر أيضا :

Authentication

staffShibOnly

Asks: ___ staff to login by means other than shibboleth.

الإفتراضي: اسمح

القيم:

  • السماح

  • عدم السماح

وصف:

  • This system preference allows you to limit the login to the staff interface to login through shibboleth.

TwoFactorAuthentication

Asks: ___ two-factor authentication (2FA).

الافتراضي: لا تُفعّل

القيم:

  • لا تُفعّل

  • فعّل

  • Enforce

وصف:

  • This system preference can be used to turn on two-factor authentication (2FA) to improve security when logging into the staff interface.

  • The two-factor authentication uses a time-based, one-time password (TOTP) as the second factor.

  • Once this system preference is enabled, staff members must enable the two-factor authentication in their account using a third-party authenticator app.

  • After they have enabled the two-factor authentication in their account, staff members will need to generate a time-based, one-time password every time they need to log into the staff interface.

  • See the section Two factor authentication in the staff interface for more information.

  • If this system preference is set to 'Enforce', staff will no longer be able to log into the staff interface without setting up and using two-factor authentication.

خيارات

AudioAlerts

Asks: ___ audio alerts for events defined in the audio alerts section of administration.

القيم:

  • لا تُفعّل

  • فعّل

الافتراضي: لا تُفعّل

Description :

تحذير

هذه الميزة غير مدعومة من قبل جميع المتصفحات. يتطلب متصفح متوافق HTML5.

HidePatronName

Asks: ___ the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.

القيم:

  • لا تعرض

  • إظهار

الإفتراضي: أعرض

وصف:

  • This system preference allows you to hide the name of the patron who currently has an item checked out.

أنظر أيضا :

IntranetAddMastheadLibraryPulldown

Asks: ___ a library select pulldown menu on the staff header search.

القيم:

  • لا تعرض

  • إظهار

الإفتراضي: لا تعرض

وصف:

  • When set to 'Show', there will a settings icon in the catalog search bar that, when clicked, will give the option of choosing a specific library.

    Menu and search bar at the top of the page in the staff interface, the Search catalog option is selected, the mouse cursor is on  the settings icon and there is a library drop-down menu

  • This will search for records that have items whose home library is the selected library. It's the same as the library limit on the advanced search page.

intranetbookbag

Asks: ___ the cart option in the staff interface.

القيم:

  • لا تعرض

  • إظهار

الإفتراضي: أعرض

وصف:

  • This system preference allows you to enable or disable the cart feature in the staff interface

أنظر أيضا :

IntranetCatalogSearchPulldown

الصيغة: ___ قائمة منسدلة بحقل البحث لمربعات "بحث الفهرس"

القيم:

  • لا تعرض

    The default look of the Search the catalog tab, without the index drop-down list

  • إظهار

    When IntranetCatalogSearchPulldown is set to Show, a drop-down list of indexes appears next to the search box

الإفتراضي: لا تعرض

وصف:

  • This system preference allows you to show a drop-down list of indexes for the 'Search the catalog' tab at the top of the staff interface pages

showLastPatron and showLastPatronCount

Asks: ___ a link to the last ___ searched patrons in the staff interface.

Values for showLastPatron:

  • لا تعرض

  • إظهار

Default for showLastPatron: Don't Show

Default for showLastPatronCount: 10

الوصف

  • If showLastPatron preference is set to 'Show', a link to the last patron account consulted, as well as a pulldown list to view the last 10 patrons, will appear in the right hand corner of the Koha staff interface.

    A small 'Last patron' button appears on the right side of the screen

  • The number of patrons shown in the pulldown can be changed by changing the value in showLastPatronCount.

Version

The showLastPatronCount system preference was added in version 23.11 of Koha. In prior versions, showLastPatron only showed the very last patron.

  • This link will be cleared when you log out.

تفعيل

الصيغة: ___ تحديد المواد في صفحة تفاصيل التسجيلة.

القيم:

  • تعطيل

  • فعّل

الإفتراضي: مفعل

وصف:

  • This preference lets you choose to show (or not show) checkboxes to the left of every item in the holdings tab on the detail display of a record in the staff interface. Showing these checkboxes allows staff members to select multiple items to edit or delete at once.

    Checkboxes are displayed next to every item in the holdings tab of a detailed bibliographic record

UseWYSIWYGinSystemPreferences

الصيغة: ___ محرر WYSIWYG عند تحرير مفضلات نظام HTML معينة

القيم:

  • لا تعرض

  • إظهار

    Example of a system preference using a WYSIWYG editor (TinyMCE) instead of a plain text editor

الإفتراضي: لا تعرض

وصف:

  • This preference allows you to change system preferences with HTML in them to WYSIWYG editors instead of plain text boxes.

viewISBD

Asks: ___ staff to view records in ISBD form on the staff interface.

القيم:

  • السماح

  • عدم السماح

الإفتراضي: اسمح

وصف:

  • This system preference shows or hides the ISBD tab in the detailed record view

    The ISDB tab and record view

أنظر أيضا :

viewLabeledMARC

Asks: ___ staff to view records in labeled MARC form on the staff interface.

القيم:

  • السماح

  • عدم السماح

الإفتراضي: اسمح

وصف:

  • This system preference shows or hides the Labeled MARC tab in the detailed record view

    The Labeled MARC tab and record view

أنظر أيضا :

viewMARC

Asks: ___ staff to view records in plain MARC form on the staff interface.

القيم:

  • السماح

  • عدم السماح

الإفتراضي: اسمح

وصف:

  • This system preference shows or hides the MARC tab in the detailed record view

    The MARC tab and record view

أنظر أيضا :