The ipsso_ircentral.html File

Command link: None
HTML document: ipsso_ircentral.html

The ipsso_ircentral.html file is a customizable HTML file for Integrated Login on INN-Reach Central Servers. The file contents are HTML and maintained by your library staff.

Unlike the ipsso.html file, the ipsso_ircentral.html file accepts the use of tokens.  The following tokens are valid in this file:

Token Description
<!--{toplogo}--> The system replaces this token with value of the login_top.html file. This token does not provide the opening <html>, <title>, and <head> HTML tags.
<!--{patform}--> The system replaces this token with default tokens, Javascript, and HTML for this file. Do not use this token in conjunction with other tokens except the <!--{toplogo}--> and <!--{botlogo}--> tokens.
<!--{campus}--> If the PORTAL_ID Web option is defined, the system replaces this token with the value of the PORTAL_INST Web option. If the PORTAL_INST Web option is not defined, the system uses the default value for that option.
<!--{crsdropdown}--> The system replaces this token with a drop-down list of available institutions from which the user can choose.
<!--{portalformbegin}--> The system replaces this token with a formatted opening <form> tag.
<!--{ifportalid}--> If this token is present, the system checks the value of the PORTAL_ID Web option. If that option is defined, the system interprets tokens and markup between this token and its closing <!--{xif}--> token.
<!--{portalidprompt}--> The system replaces this token with the label for the login prompt for the portal authentication (for example, a driver's license).
<!--{portalid}--> The system replaces this token with the input box for the portal authentication.
<!--{portalsubmit}--> The system replaces this token with the Submit icon for the portal authentication. The ICON_LOGIN Web option controls the display properties for this icon.
<!--{xif}--> Closes the <!--{ifportalid}--> logic.
<!--{patformbegin}--> Required. The system replaces this token with a formatted opening <form> tag and Javascript required for the form functions.
<!--{name}--> The system replaces this token with the patron name and input box.
<!--{barcode}--> The system replaces this token with the prompt for the patron barcode and input box.
<!--{pin}--> The system replaces this token with the prompt for the patron PIN and input box.
<!--{rememberme}--> The system replaces this token with a checkbox and Remember this login information? label for enabling "remember me" functionality.
<!--{extpatform}--> If your library uses an LDAP server for external patron verification, the system replaces this token with the INN-Reach Central LDAP Patron Verification (extpat_[INN Reach site code].html) form.
<!--{submit}--> The system replaces this token with the submit icon for the form. The ICON_BUT_PAT_SUBMIT Web option controls the display properties for this icon. If that option is not used, the system uses the value of the BUT_PAT_SUBMIT Web option.
<!--{patformend}--> Required: The system replaces this token with the closing </form> tag and Javascript required for form functions.
<!--{botlogo}--> The system replaces this token with the value of the login_bot.html file. The system does not include a closing </html> tag when replacing this token.

You can create separate custom forms for each combination of language and scope by using the following naming convention:

ipsso_ircentral_LANG_s#.html

LANG The language code (spi for Spanish, frc for French, etc.).
s# The number of the scope (s1, s2, s3, etc.).

Example

<html>
<body>
<!--{toplogo}-->

<!--{portalformbegin}-->
<!--{ifportalid}-->
<!--{portalidprompt}-->
<!--{portalid}-->
<!--{portalsubmit}-->
<p/>
<!--{portalformend}-->
<!--{xif}-->

<!--{patformbegin}-->
<!--{campus}-->
<!--{crsdropdown}-->
<!--{name}-->
<br/>
<!--{barcode}-->
<br/>
<!--{pin}-->
<br/>
<!--{submit}-->
<!--{extpatform}-->
<!--{patformend}-->

<!--{botlogo}-->

</body>
</html>