Staff Client Help v7.2

This commit is contained in:
2026-07-28 08:25:49 -04:00
parent 0757a60615
commit 76893196c1
2246 changed files with 260680 additions and 0 deletions
@@ -0,0 +1,96 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="rh-authors" content="GIS Information Systems_ Inc." />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="Originator" content="ImportMif" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Add text to the Events page</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Add_text_to_the_Events_page.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1>&#160;<a name="XREF_48831_Add_text_to_the"></a>Add text to the Events page</h1>
<p><a name="kanchor4661"></a><a name="IX_editing_for_PowerPAC"></a>The Events page is displayed when a patron selects <b>Events</b>&#160;on the Library Info submenu in Polaris PowerPAC. The Events page is located on the Web server, <b>Polaris </b><span class="FM_Emphasis">[version]</span><b>/PowerPAC/library/events.aspx</b>. You can place your own text on the page by editing the file <b>Polaris </b><span class="FM_Emphasis">[version]</span><b>/PowerPAC/library/userdef/ud_events.ascx. </b>You can format your text with basic HTML tags.</p>
<p class="NoteShade"><b>Note:</b>
<br />Be sure your custom content displays correctly for wide (computer), medium (tablet), and narrow (phone) screens.</p>
<p> To add events or other text to the events page: </p>
<ol>
<li value="1">On the Web server, open the file <b>Polaris </b><span class="FM_Emphasis">[version]</span><b>/PowerPAC/library/userdef/ud_events.ascx</b> in any HTML or text editor. The text of the file is displayed in the editor.</li>
<li value="2">Insert your text between the elements <b>&lt;/div&gt;</b>&#160;and <b>&lt;!-- End --&gt;</b>. For example:</li>
</ol>
<p class="indent2"><b style="font-style: normal;font-weight: bold;color: #000000;text-decoration: none;letter-spacing: 0.00em;">SessionObject.GetLanguageString("PACML_UD_EVENTS_1118") %&gt;&lt;/div&gt;</b>
</p>
<p class="indent2">&lt;p&gt; event1 &lt;/p&gt;</p>
<p class="indent2">&lt;p&gt; event2 &lt;/p&gt;</p>
<p class="indent2">&lt;p&gt; event3 &lt;/p&gt;</p>
<p class="indent2"><b style="font-style: normal;font-weight: bold;color: #000000;text-decoration: none;letter-spacing: 0.00em;">&lt;!-- End --&gt;</b>
</p>
<ol data-mc-continue="true">
<li value="3">Save the file.</li>
<li value="4">Back up your edited file to preserve your changes from being overwritten when Polaris PowerPAC is reinstalled on the server.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>To display the Events option on the Library Info menu, set the PowerPAC profile <b>Navigation: Events</b>&#160;to <b>Yes</b>.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,94 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="rh-authors" content="GIS Information Systems_ Inc." />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="Originator" content="ImportMif" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Add text to the Policies page</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Add_text_to_the_Policies_page.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_52348_Add_text_to_the"></a>Add text to the Policies page</h1>
<p><a name="kanchor3469"></a><a name="IX_editing_12"></a>The Policies page is displayed when a patron selects <b>Policies</b>&#160;on the Library Info menu in Polaris PowerPAC. The Policies page is located on the Web server, <b>Polaris </b><span class="FM_Emphasis">[version]</span><b>/PowerPAC/library/policies.aspx</b>. You can place your own text on the page by editing the user-defined file <b>Polaris </b><span class="FM_Emphasis">[version]</span><b>/PowerPAC/library/userdef/ud_policies.ascx. </b>You can format your text with basic HTML tags.</p>
<p class="NoteShade"><b>Note:</b>
<br />Be sure your custom content displays correctly for wide (computer), medium (tablet), and narrow (phone) screens.</p>
<p>To add text to the policies page:</p>
<ol>
<li value="1">On the Web server, open the file <b>Polaris </b><span class="FM_Emphasis">[version]</span><b>/PowerPAC/library/userdef/ud_policies.ascx</b> in any HTML or text editor. The text of the file is displayed in the editor.</li>
<li value="2">Insert your text between these elements: <b>SessionObject.GetLanguageString("PACML_UD_POLICIES_1123") %&gt;&lt;/asp:panel&gt;&lt;/p&gt;</b>and <b>&lt;!-- End --&gt;</b>. For example:</li>
</ol>
<p class="indent2"><b style="font-style: normal;font-weight: bold;color: #000000;text-decoration: none;letter-spacing: 0.00em;">SessionObject.GetLanguageString("PACML_UD_POLICIES_1123") %&gt;&lt;/asp:panel&gt;&lt;/p&gt;</b>
</p>
<p class="indent2">&lt;p&gt; policy1 &lt;/p&gt;</p>
<p class="indent2"><b style="font-style: normal;font-weight: bold;color: #000000;text-decoration: none;letter-spacing: 0.00em;">&lt;!-- End --&gt;</b>
</p>
<ol data-mc-continue="true">
<li value="3">Save the file.</li>
<li value="4">Back up your edited file to preserve your changes from being overwritten when Polaris PowerPAC is reinstalled on the server.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>To display the Policies option on the Library Info menu, set the PowerPAC profile <b>Navigation: Policies</b>&#160;to <b>Yes</b>.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,167 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration " data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Setting Up Polaris PowerPAC - Overview</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Administering_Polaris_PowerPAC.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_78129_Customizing"></a><a name="kanchor1682"></a>Setting Up Polaris PowerPAC - Overview</h1>
<p>Many Polaris Administration settings control the features and behavior of the PAC in general and affect both Polaris PowerPAC and Mobile PAC. However, specific Polaris PowerPAC settings control the appearance and available features of Polaris PowerPAC. You can also choose the overall appearance of Polaris PowerPAC pages from several ready-made themes. In addition, you can customize most of the text that appears on Polaris PowerPAC pages by editing the text strings in Polaris WebAdmin (Language Editor).</p>
<p class="NoteShade"><b>Note:<br /></b>For instructions on programmatic-level customization techniques, see <MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Polaris_PowerPAC_Help.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Polaris PowerPAC Help</span></a>.</MadCap:conditionalText></p>
<p><a name="XREF_27455_Setting_up_Polaris"></a><a name="kanchor1683"></a><a name="IX_See_Polaris_PowerPAC"></a><a name="kanchor1684"></a><a name="IX_setting_up_19"></a>You can customize Polaris PowerPAC to suit your librarys needs, from the home page start-up to the features you choose to offer to patrons. For the home page, you can use the Polaris PowerPAC portal page, including the dashboard lists, rotating book jackets or content carousels, and custom content. Alternatively, you can use your own home page. You can also offer events and hours pages. In general, you control what features are available in Polaris PowerPAC with Polaris Administration settings that display or suppress options.</p>
<p>Polaris PowerPAC settings for the organization to which the patron is connected typically control the features and functions the patron sees. You can choose to allow patrons to switch branches after they have connected to Polaris PowerPAC, by selecting a branch in the <b>Switch to another branch</b>&#160;list. When the patron selects a different branch, the settings for that branch become effective.</p>
<p>However, the system-level settings for the Patron Services parameter <b>Consortium Circulation</b>&#160;determine what branchs policies govern due date calculation, loan and request limits, and fine calculation for renewals. Also, settings for the patrons registered branch control many patron account functions.</p>
<p>For general information about PowerPAC, see:</p>
<ul>
<li><a href="#XREF_82708_Updating_Page">Updating Page Caches</a>
</li>
<li><a href="#XREF_62972_Patron_Privacy_in">Patron Privacy in the Library - Tips</a>
</li>
<li><a href="#XREF_86676_Polaris_PowerPAC">Polaris PowerPAC and JavaScript™</a>
</li>
<li><a href="#XREF_20569_Polaris_PowerPAC">Polaris PowerPAC Accessibility</a>
</li>
<li><a href="#XREF_10396_Analyzing_Polaris">Analyzing Polaris PowerPAC Use</a>
</li>
<li><a href="Customizing_Language_Strings.htm">Customizing Language Strings</a>
</li>
</ul>
<p>For instructions on setting PowerPAC profiles that control basic features, see:</p>
<ul>
<li><a href="Set_up_Polaris_PowerPAC.htm" data-mc-conditions="Primary.Online,Primary.Hidden">Set up basic operating features for Polaris PowerPAC</a>
<br />
</li>
</ul>
<p> For information about options for displaying, managing, and circulating eContent, see:</p>
<ul>
<li><a href="../../EContent Integration/EContentPAC/Managing_EContent_in_the_PAC.htm">Managing EContent in the PAC</a>.</li>
</ul>
<p>For information about display and feature options for PowerPAC, see the following topics :</p>
<ul>
<li>
<MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Set_Polaris_PowerPAC_features_on_the_menu_bar.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Set Polaris PowerPAC features on the menu bar</span></a>
</MadCap:conditionalText>
</li>
<li><![CDATA[
]]><a href="Polaris_PowerPAC_Help.htm" class="MCXref xref" data-mc-conditions="Primary.Online,Primary.Hidden"><span style="color: Blue;" class="mcFormatColor">Polaris PowerPAC Help</span></a></li>
<li><a href="Add_text_to_the_Events_page.htm" class="MCXref xref" data-mc-conditions="Primary.Online,Primary.Hidden"><span style="color: Blue;" class="mcFormatColor">&#160;Add text to the Events page</span></a>
</li>
<li> <MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Add_text_to_the_Policies_page.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Add text to the Policies page</span></a></MadCap:conditionalText></li>
<li> <MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Setting_Polaris_PowerPAC_Themes.htm#XREF_52786_Setting_Polaris">Setting Polaris PowerPAC Themes</a></MadCap:conditionalText></li>
<li> <MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Polaris_PowerPAC_Help.htm">Customizing Portal Page Features</a></MadCap:conditionalText></li>
<li>
<MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Content_Carousels_on_the_PowerPAC_Portal_Page.htm">Content Carousels on the PowerPAC Portal Page</a>
</MadCap:conditionalText>
</li>
<li>
<MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Defining_Web_Parts_for_Dashboards.htm">Defining Web Parts for Dashboards</a>
</MadCap:conditionalText>
</li>
<li>
<MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Setting_Up_RSS_Feeds.htm#XREF_57679_Setting_Up_RSS">Setting Up RSS Feeds</a>
</MadCap:conditionalText>
</li>
<li>
<MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden"><a href="Setting_Up_Live_Virtual_Reference_Services.htm#XREF_84457_Linking_to_a">Setting Up Live Virtual Reference Services</a>
</MadCap:conditionalText>
</li>
<li><a href="Polaris_PowerPAC_Help.htm#XREF_35339_Customizing" data-mc-conditions="Primary.Online,Primary.Hidden">Polaris PowerPAC Help</a>
</li>
<li><a href="powerpac_cookie_acceptance.htm" data-mc-conditions="Primary.Online,Primary.Hidden">Prompting PowerPAC&#160;Users to Accept Cookies</a>
</li>
</ul>
<h2><a name="TOC_Updating_Page_Caches"></a><a name="XREF_82708_Updating_Page"></a>Updating Page Caches</h2>
<p><a name="kanchor1685"></a><a name="IX_updating_for_PowerPAC_1"></a>When you change Polaris PowerPAC, Mobile PAC, and PowerPAC Childrens Edition settings, you might need to update page caches to see the effects of your changes. Most cached information is stored at the application level on the Web server. You can update that information with the <b>Reload</b>&#160;tool in Polaris WebAdmin (Language Editor). For more information, see WebAdmin online help. Some information is stored at the session level (one session for each currently connected client browser), and you cannot reload each sessions cached data for security reasons. In these cases, restart the Internet Information Server (IIS) to clear the cache and load any pages that have changed. Polaris Hosted customers should contact Polaris Customer Support to perform an IIS reset. You might also need to close and re-open browsers. You might want to organize changes to Polaris PowerPAC or Mobile PAC so that you do much of your planned work in one session.</p>
<h2><a name="TOC_Patron_Privacy_in_the"></a><a name="XREF_62972_Patron_Privacy_in"></a>Patron Privacy in the Library - Tips</h2>
<p>In Polaris PowerPAC, the browser <b>Back</b> button does not work past the log-in screen. For example, if the patron does a search, then logs in to the patron account, then logs out, the next patron cannot use the <b>Back</b>&#160;button to see the previous patrons account pages or search results.</p>
<p>You can also set an inactivity timeout for logged-in patrons working in the library. The patron is automatically logged out after a specified period. <MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden">See <a href="../PDOPatAcc/Set_an_inactivity_timeout_for_in-house_workstations.htm">Set an inactivity timeout for in-house workstations</a>.</MadCap:conditionalText></p>
<p><a name="kanchor1686"></a><a name="IX_patron_privacy"></a><a name="kanchor1687"></a><a name="IX_disabling_Autocomplete"></a><a name="kanchor1688"></a><a name="IX_disabling_for_Polaris"></a>“Autocomplete” is the browser feature that automatically supplies information on forms, based on past entries. You should disable the Autocomplete feature in public workstation browsers. In Internet Explorer, for example, select <b>Tools</b>,<b> Internet Options</b>. On the Content tabbed page, select <b>AutoComplete</b>. Clear <b>Usernames and passwords on forms</b>. This prevents previous usernames and passwords from being exposed when the next patron logs in to use a feature.</p>
<h2><a name="TOC_Polaris_PowerPAC_and"></a><a name="XREF_86676_Polaris_PowerPAC"></a>Polaris PowerPAC and JavaScript™</h2>
<p><a name="kanchor1689"></a><a name="IX_message_in_Polaris"></a>Polaris PowerPAC uses JavaScript, and displays a warning message at the top of the page when JavaScript is disabled in the users browser.</p>
<p>The default message is<br /><b>JavaScript has been disabled in your browser. Please enable JavaScript to enjoy all features of this site.</b></p>
<p>You can customize the message in Polaris Language Editor (WebAdmin). For more information about editing messages, see <a href="Customizing_Language_Strings.htm#XREF_66839_Advanced">Customizing Language Strings</a>.</p>
<h2><a name="TOC_Polaris_PowerPAC1"></a><a name="XREF_20569_Polaris_PowerPAC"></a>Polaris PowerPAC Accessibility</h2>
<p><a name="kanchor1690"></a><a name="IX_Polaris_PowerPAC"></a><a name="kanchor1691"></a><a name="IX_accessibility"></a>Polaris PowerPAC pages include features to facilitate accessibility in the following ways:</p>
<ul type="disc">
<li>ALT tags provide text equivalents for inline images.</li>
<li>“Skip navigation” links are included at the top of each PowerPAC page.</li>
<li>Table header &lt;TH&gt; tags distinguish column headers for data tables, such as those displayed on patron account pages.</li>
</ul>
<p>Although these features are not generally visible when the pages are displayed, they improve the experience of patrons who use screen readers. </p>
<p class="NoteShade"><b>Note:<br /></b>If you customize PowerPAC pages, you will likely want to retain these features. For more information about code-level customization, see the Polaris Developer Network.</p>
<p>In addition, the footer of the page displays a text-only site index.</p>
<p>
<img src="../../../Resources/Images/PACSiteIndex_691x342.png" style="width: 691;height: 342;" alt="" />
</p>
<p>The available links depend on the features you have enabled in Polaris Administration. For example, if you have suppressed Boolean searching from the menu bar, it is also suppressed from the site index.</p>
<h2><a name="TOC_Analyzing_Polaris"></a><a name="XREF_10396_Analyzing_Polaris"></a>Analyzing Polaris PowerPAC Use</h2>
<p><a name="kanchor1692"></a><a name="IX_setting_up_for_Polaris"></a><a name="kanchor1693"></a><a name="IX_in_Polaris_PowerPAC"></a><a name="kanchor1694"></a><a name="IX_site_analytics"></a><a name="Analyzing_Polaris_PowerPAC_Use"></a>Google™ Analytics&#160;is a free tool from Google that allows Web site administrators to record and analyze traffic on their sites. Polaris PowerPAC includes the JavaScript code for Google Analytics in the page footer. To use this feature, open the Polaris Administration PowerPAC profile <b>PowerPAC Analytics</b>. The profile is available at the system, library, and branch levels. On the Google tabbed page, check <b>Enable</b>&#160;and supply your Google Analytics tracking code. For more information about Google Analytics, and to obtain a tracking code, go to:<br /><b>http://www.google.com/analytics/</b></p>
<p>Alternatively, you can supply your own JavaScript for site analysis. Open the <b>PowerPAC Analytics</b>&#160;profile, Custom tabbed page, check <b>Enable</b>, and type your JavaScript code in the field provided.</p>
<p class="NoteShade"><b>Note:<br /></b>This profile also applies to Polaris PowerPAC Childrens Edition. A separate profile applies to Mobile PAC. <MadCap:conditionalText data-mc-conditions="Primary.Online,Primary.Hidden">See<a href="../PDOPatAcc/Set_an_inactivity_timeout_for_in-house_workstations.htm#XREF_29039_Analyzing_Polaris">Analyzing Polaris Mobile PAC Use</a>.</MadCap:conditionalText></p>
<p class="NoteShade"><b>Note:<br /></b>If the PAC browser session is run directly on the PAC server, the following domain must be open for Google Analytics to work properly:<br />Port 80/443: google-analytics.com</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,117 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|Defining Web Parts for Dashboards - Overview" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Assign Web parts to public pages</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Assign_Web_parts_to_public_pages.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_31531_Configuring"></a>Assign web parts to public pages</h1>
<p><a name="kanchor3712"></a><a name="IX_assigning_to_pages"></a>Each organization specifies which web parts are displayed on the dashboard for specific pages. You can add and remove web parts from individual pages without affecting other pages, and change the order in which web parts appear on any specific page.</p>
<p class="NoteShade"><b>Note: <br /></b>Custom web parts must be defined at the system level before they can be assigned to public pages at the branch level. See <a href="Create_a_custom_Web_part.htm#XREF_89711_Add_a_custom">Create a custom web part</a>. Web parts set up for Polaris PowerPAC are available to be assigned to Childrens PAC pages, and web parts set up for the Childrens PAC are available to be assigned to Polaris PowerPAC pages.</p>
<p><a name="kanchor3713"></a><a name="IX_assigning_to_pages_1"></a>To specify which web parts are available on specific public pages for an organization:</p>
<p class="NoteShade"><b>Important: <br /></b>Web parts are inherited from the system level unless you make any change at the branch level. Then none are inherited for that branch and you must make the appropriate assignments at the branch level.</p>
<ol>
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b>&#160;tab (or <b>Childrens PAC</b>&#160;tab) in the details view.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>You assign web parts to Polaris PowerPAC Childrens Edition separately from Polaris PowerPAC, but the procedure is the same.</p>
<ol data-mc-continue="true">
<li value="2">
<p>Double-click <b>Dashboards: Web Page/Web Part Assignment.</b> The Web Page - Web Part Assignment dialog box opens.</p>
<p>
<img src="../../../Resources/Images/webPartAssignment_480x363.png" style="width: 480;height: 363;" alt="" />
</p>
</li>
</ol>
<ol data-mc-continue="true">
<li value="3">
<p>In the Web Pages list, select the public page to which you want to assign web parts:</p>
<ul>
<li>If you are assigning web parts to Polaris PowerPAC pages, see <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a> for information about each page.</li>
<li>
<p>If you are assigning web parts to Polaris PowerPAC Childrens Edition pages, see&#160;<a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a> for information about each page.</p>
<p class="NoteShade"><b>Tip:<br /></b>To set a page to use the same web parts specified for the page in a parent organization, select the page, and select <b>&#160;Revert</b>.</p>
<p>The web parts currently assigned to the page are shown in the Assigned Web Parts list.</p>
</li>
</ul>
</li>
</ol>
<ol start="4">
<li value="4">To assign a web part to the selected page, do the following:<ol><li value="1"><p>Select <b>Add</b>. The Web Page - Add Web Parts dialog box appears.</p><p><img src="../../../Resources/Images/webPartAddWebParts_200x291.png" style="width: 200;height: 291;" alt="" /></p></li><li value="2">Select the web parts you want to assign to the webpage.</li><li value="3"><p>Select <b>OK</b>.</p><p>The selected web parts are displayed in the Assigned Web Parts list on the Web Page - Web Part Assignment dialog box. The order of the list determines the display order in the dashboard for the selected page.&#160;To change the position of a web part in the dashboard, select the web part in the Assigned Web Parts list, and select <b>Up</b>&#160;or <b>Down.</b></p></li></ol></li>
</ol>
<ol start="5">
<li value="5">Repeat steps&#160;3 and 4 for each page to which you want to assign web parts for this organization.</li>
<li value="6">Select <b>OK</b> on the Web Page - Web Part Assignment dialog box.</li>
<li value="7">Select <b>File</b> &gt; <b>Save</b>.</li>
</ol>
<h4>Related Information</h4>
<ul type="disc">
<li><span class="FM_BulletHead">Delete a web part from a page</span>&#160;- On the Web Page - Web Part Assignment dialog box, select the web part in the Assigned Web Parts list, and select <b>Delete</b>.</li>
<li><span class="FM_BulletHead">Revert to system-level settings</span>&#160;- On the Web Page - Web Part Assignment dialog box, select <b>Revert</b>.</li>
<li><a name="kanchor3714"></a><a name="IX_default_display_setting"></a><span class="FM_BulletHead">Set the default display of web parts</span>&#160;- You can determine whether web parts are expanded or closed by default when a page opens. (Patrons can always select a control in the header to expand or close a web part.) To set the default display to expanded web parts, set the PowerPAC profile <b>Dashboards: Expanded</b>&#160;to <b>Yes</b>. To set the default display to closed web parts, set the profile to <b>No</b>.</li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,153 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Content Carousels on the PowerPAC Portal Page</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Content_Carousels_on_the_PowerPAC_Portal_Page.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_10889_Content_Carousels"></a>Content Carousels on the PowerPAC Portal Page</h1>
<p><a name="kanchor886"></a><a name="IX_content_carousels"></a><a name="kanchor887"></a><a name="IX_on_PowerPAC_portal_page_2"></a>A content carousel is a rotating graphical representation of a list of materials in the local library catalog, displayed on the PowerPAC portal page. The PowerPAC user can click or tap any title in the carousel to launch a search for the title in the library catalog.</p>
<p>
<img src="../../../Resources/Images/PACContentCarousel.png" alt="" />
</p>
<p>Each carousel can consist of a specified bibliographic record set created in the staff client, or titles from any of the following system-defined and automatic dashboards (Web parts):</p>
<ul>
<li>Most Circulated Titles</li>
<li>On-Order Items</li>
<li>New Books</li>
<li>New Large Print</li>
<li>New Sound Recordings</li>
<li>New Videos</li>
<li>BookSense best-seller lists:<ul><li>Children's Fiction Series</li><li>Childrens Illustrated</li><li>Early and Middle Grade Readers</li><li>Hardcover Fiction</li><li>Hardcover Non-Fiction</li><li>Mass Market</li><li>Trade Paperback Fiction</li><li>Trade Paperback Non-Fiction</li><li>Young Adult</li></ul></li>
</ul>
<p class="NoteShade"><b>Tip:<br /></b>The content carousel is not intended to be an alternate display of the best-seller lists as they appear in the dashboard. Instead, it is an entry point into the librarys collection because it contains only materials known to be in the librarys database.</p>
<p>For more information about these system-defined and automatic Web parts, see <a href="Defining_Web_Parts_for_Dashboards.htm#XREF_29931_Defining_Targeted">Defining Web Parts for Dashboards</a>.</p>
<p>Carousels based on record sets are populated when they are displayed. If a title is added to or deleted from a record set, the carousel is updated when the page cache is refreshed (for example, through IIS reset or auto-cycling), rather than every time the carousel appears. If the record set is deleted, the carousel is not created and does not appear on the page. Carousels based on automatic and system-defined dashboards are also refreshed to reflect new content whenever the cache is rebuilt in PowerPAC. </p>
<p>There is no limit to the number of content carousels that can appear on the portal page, but you may find that displaying too many content carousels will adversely affect response time.</p>
<p class="NoteShade"><b>Tip:<br /></b>If a bibliographic record on a carousel is deleted or updated to not display in PAC, it will continue to display on the carousel until the cache is rebuilt. If the user selects that record before the cache is rebuilt, the search returns 0 results.</p>
<ul type="disc">
<li class="FM_Task"><span class="FM_BulletHead">Carousel title display</span>&#160;- Content carousels display only titles for which there is a bibliographic record in the local database. The record must be set to display in PAC, and the record status must be final. For each title, the carousel contains the cover image if any, and title and author tags and subfields specified in the Primary Display Title and Primary Display Author database tables. When the PAC connection is to a branch, carousels based on new titles &#160;include only new titles for that branch. When the PAC connection is to the system, the carousel includes new titles for the whole system.</li>
<li><span class="FM_BulletHead">Sort order and entry point</span>&#160;- Carousels based on ranked best-seller lists are sorted in the ranked order provided by the best-seller list supplier. All other carousels are sorted in title order. The carousel “starts” at a random point in the list every time it appears, and the display is circular. That is, the user can scroll endlessly through the carousel. When the carousel reaches the end of the designated sort order (when the scrolling forward) or the beginning (when scrolling backward), the carousel continues at the beginning (or end) of the sorted list.</li>
<li>
<p class="FM_Task"><span class="FM_BulletHead">Maximum entries</span>&#160;- Content carousels display a maximum of 50 titles. If the list that generates the carousel contains more than 50 items, only the first 50 items in the sorted list appear in the carousel, using the sort order described above.</p>
</li>
<li><span class="FM_BulletHead">Content carousels and rotating book jackets</span>&#160;- You can enable a rotating, random book jacket image on the portal page. The user clicks the book jacket image and if the title is not in the library catalog, the user can request that the library purchase it. For details, see <a href="Set_up_rotating_book_jackets.htm">Set up rotating book jackets</a>. While it is possible to enable both rotating book jackets and content carousels on the portal page, the display may confuse the user since the features may appear somewhat similar but serve different purposes. Polaris recommends that you enable one or the other of these features, but not both. If you do enable both, the content carousel appears below the rotating book jacket image.</li>
</ul>
<p><a name="kanchor888"></a><a name="IX_content_carousels_1"></a><a name="kanchor889"></a><a name="IX_setting_up_for_PowerPAC"></a>You can set up content carousels at the system, library, or branch level. The system uses the settings of the PowerPAC connection organization. To set up content carousels:</p>
<p class="NoteShade"><b>Important:<br /></b>Content carousels are displayed on the PowerPAC portal page. You must also enable the portal page. See <a href="Set_up_Polaris_PowerPAC.htm">Set up Polaris PowerPAC</a>.</p>
<ol>
<li value="1">To enable the display of cover images in content carousels, check that enriched data options for cover images have been set in Polaris Administration. See <a href="../PDOEnrich/Enabling_Enriched_Data.htm">Enabling Enriched Data</a>.</li>
<li value="2">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="3">Double-click <b>Portal page content carousels</b>. The <b>Portal Page Content Carousels</b> dialog box opens.</li>
</ol>
<p class="indent2">
<img alt="CarouselSABlank.gif" style="margin-bottom: 0.000pt;width: 290;height: 350;" id="image21" src="../../../Resources/Images/CarouselSABlank_290x350.gif">
</img>&#160;</p>
<ol data-mc-continue="true">
<li value="4">Select <b>Enable</b>.</li>
<li value="5">To add a dashboard carousel, select a dashboard (Web part) from the dashboard list and click <b>Add New Dashboard Carousel</b>. The selected dashboard appears in the Carousels list in the upper part of the dialog box. For more information about these lists, see <a href="Defining_Web_Parts_for_Dashboards.htm#XREF_29931_Defining_Targeted">Defining Web Parts for Dashboards</a>.</li>
</ol>
<p class="indent2">
<img alt="CarouselDash.gif" style="margin-bottom: 0.000pt;width: 240;height: 289;" id="" src="CarouselDash_240x289.gif">
</img>&#160;</p>
<ol data-mc-continue="true">
<li value="6">To add a record set carousel, follow these steps:</li>
</ol>
<ol style="list-style-type: lower-alpha;">
<li value="1">Click <b>Find</b>. The Find Tool for bibliographic record sets opens.</li>
<li value="2">Search for the record set and select one or more record sets in the results lists. </li>
</ol>
<p class="NoteShade"><b>Tip:<br></br></b>You can search for any bibliographic record set. Existing rules and permissions are in effect when searching for and selecting record sets. For example, you cannot find record sets owned by individuals other than yourself.</p>
<p class="indent4">The record set or sets you selected are displayed in the record set list. </p>
<p class="indent4">
<img alt="CarouselRecSet.gif" style="margin-bottom: 0.000pt;width: 240;height: 289;" id="" src="CarouselRecSet_240x289.gif">
</img>&#160;</p>
<ol style="list-style-type: lower-alpha;" data-mc-continue="true">
<li value="3">To create the carousel, select the record set in the list and click <b>Add New Record Set Carousel</b>. The selected record set appears in the Carousels list in the upper part of the dialog box.</li>
</ol>
<p class="indent4">
<img alt="CarouselRecSetAdd.gif" style="margin-bottom: 0.000pt;width: 275;height: 332;" id="image24" src="CarouselRecSetAdd_275x332.gif">
</img>&#160;</p>
<ol start="7">
<li value="7">By default, the carousel name is the name of the dashboard or record set. To assign a different display name for the PAC:</li>
</ol>
<ol style="list-style-type: lower-alpha;">
<li value="1">Select the carousel in the Carousels list. The name appears in the text box just below the list.</li>
<li value="2">Type the new name and click <b>Rename</b>.</li>
</ol>
<ol start="8">
<li value="8">To set the display order of multiple carousels, select a carousel and click the up arrow to move it closer to the top of the list, or click the down arrow to move it closer to the bottom. The order of the list represents the display order in PAC.</li>
<li value="9">Click <b>OK</b>.</li>
</ol>
<h4>Related Information</h4>
<ul type="disc">
<li><span class="FM_BulletHead">Delete a carousel</span>&#160;- Select the carousel in the Carousels list and click the Remove carousel icon <img alt="CarouselDelete.gif" style="margin-bottom: -8.000pt;width: 24;height: 23;" id="image25" src="../../../Resources/Images/btnInsert_24x23.gif" />.</li>
<li><span class="FM_BulletHead">Inherit settings from a parent organization</span>&#160;- The top of the dialog box indicates the organization where the current carousel options have been set. To inherit the settings of the parent organization, click the up arrow at the top of the dialog box.</li>
<li><span class="FM_BulletHead">Content carousels and Community Profiles</span>&#160;- For libraries that use Polaris Community Profiles, organization representatives can display content carousels on the organizations page in PAC search results or on the organizations own web site through widgets that are created with ContentXChange. These carousels can consist of title lists or searches saved in association with the organization representatives patron account.<MadCap:conditionalText data-mc-conditions="Primary.Online"> See <a href="../../Community Profiles/CommProfContXChange/Using_ContentXChange.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Using ContentXChange</span></a>.</MadCap:conditionalText></li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,161 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|Defining Web Parts for Dashboards - Overview" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Create a custom Web part</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Create_a_custom_Web_part.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_89711_Add_a_custom"></a>Create a custom web part</h1>
<p>To create a custom web part, you define a heading for the web part and add data elements to the heading. You can add any combination of elements to the heading. (You create web parts for Polaris PowerPAC Childrens Edition separately from Polaris PowerPAC, but the method is the same.)</p>
<p>
<img src="../../../Resources/Images/PACWebPartExample.png" alt="" />
</p>
<p><a name="kanchor2674"></a><a name="IX_custom_creating"></a>To create a custom web part:</p>
<p class="NoteShade"><b>Important: <br /></b>You can create web parts at the system level only. To actually display the created web parts in the PAC, you assign them to specific pages for the appropriate organization. See <a href="Assign_Web_parts_to_public_pages.htm">Assign web parts to public pages</a>.</p>
<ol>
<li value="1">
<p>In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the system, and select the <b>PowerPAC</b> tab in the details view.</p>
<p class="NoteShade"><b>Note:<br /></b>If you are working with web parts for Polaris PowerPAC Childrens Edition, select the <b>Childrens PAC</b> tab.</p>
</li>
<li value="2">
<p>Double-click <b>Dashboards: Web part construction.</b> The<b> Web Part Editor</b> dialog box appears.</p>
<p>
<img src="../../../Resources/Images/webPartEditor_2_480x383.png" style="width: 480;height: 383;" alt="" />
</p>
</li>
</ol>
<ol data-mc-continue="true">
<li value="3">Select the <b>User Defined</b> tab.</li>
<li value="4">Select <b>Add</b>&#160;by the Web Parts list to specify the heading for the new web part.</li>
</ol>
<p class="indent2">
<img alt="dWebPartAdd.gif" style="width: 216.105pt;height: 172.525pt;margin-bottom: 0.000pt;" id="image29" src="../../../Resources/Images/dWebPartAdd.gif" />&#160;</p>
<p class="indent2">The <b>Add Web Part Title</b> dialog box appears.</p>
<p class="indent2">
<img alt="dAddWebPartTitlDx.gif" style="margin-bottom: 0.000pt;width: 149;height: 72;" id="image30" src="../../../Resources/Images/dAddWebPartTitlDx_149x72.gif" />&#160;</p>
<ol data-mc-continue="true">
<li value="5">Type the heading text in the <b>Title</b>&#160;box, and select <b>OK</b>. The heading for the new web part is displayed in the Web Parts list.</li>
<li value="6">Select the heading in the Web Parts list to which you want to add elements.</li>
<li value="7">Select <b>Add</b> by the Data Elements list.</li>
</ol>
<p class="indent2">
<img alt="dDataElementsAdd.gif" style="margin-bottom: 0.000pt;width: 270;height: 203;" id="image31" src="../../../Resources/Images/dDataElementsAdd_270x203.gif" />&#160;</p>
<p class="indent2">The <b>Add Data Element: Pick Type</b> dialog box appears.</p>
<p class="indent2">
<img alt="AddDataPickType.gif" style="margin-bottom: 0.000pt;width: 148;height: 79;" id="image32" src="AddDataPickType_148x79.gif" />&#160;</p>
<ol data-mc-continue="true">
<li value="8">
<p>Select one of the following element types to add to the web part. When you select an element type, the appropriate Add … Element dialog box for the selected element type appears:</p>
<ul>
<li>
<p><b>Title Search</b>&#160; Puts a title link in the list. When a patron selects the title in the list, the title information is displayed as search results. Type the bibliographic control number of the title, or select the title from the Polaris Find Tool results list (select <b>Find</b>&#160;to display the Find Tool).</p>
<p>
<img alt="dTitleSearchFind.gif" style="margin-bottom: 0.000pt;width: 147;height: 137;" id="image33" src="../../../Resources/Images/dTitleSearchFind_147x137.gif" />
</p>
</li>
<li>
<p><b>URL</b>&#160; Puts a link to a website or page in the list. When a patron selects the link, the browser displays the destination page. Type the link text in the <b>Title</b>&#160;box, and type the uniform resource locator (address) in the <b>URL</b> box. See also <a href="#URL" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">URL Data Elements and PowerPAC Context After Timeout</span></a>.</p>
<p>
<img alt="URLElement.gif" style="margin-bottom: 0.000pt;width: 156;height: 104;" id="image34" src="URLElement_156x104.gif" />&#160;</p>
</li>
<li>
<p><b>Free Text</b>&#160; Puts text in the list. Use free text for announcements, page instructions, or introducing the list. Type the text of the announcement or message you want to display. You can use basic HTML tags to format the text.</p>
<p>
<img alt="FreeTextElement.gif" style="margin-bottom: 0.000pt;width: 157;height: 109;" id="image35" src="../../../Resources/Images/FreeTextElement_157x109.gif" />&#160;</p>
</li>
</ul>
</li>
</ol>
<ol start="9">
<li value="9">Select <b>OK</b> on the Add … Element dialog box. The new element is displayed in the Data Elements list on the <b>Web Part Editor</b> dialog box.</li>
<li value="10">Repeat steps 8 and 9 to add additional elements to the selected Web Part (heading). You can add any combination of element types to a single heading.</li>
<li value="11">When you are finished working with the library-defined web parts, select <b>OK</b>.</li>
<li value="12">Select <b>File</b> &gt; <b>Save</b>.</li>
</ol>
<h3><a name="URL"></a>URL Data Elements and PowerPAC Context After Timeout</h3>
<p><a name="kanchor2675"></a>To protect patron privacy, Polaris PowerPAC is designed to return to the system organization context after a timeout period even if the last connection had been to a specific branch organization. For example:</p>
<ul>
<li>The user connects to Polaris PowerPAC at the system level.</li>
<li>The user then clicks a link to an external page with a specific organizational context (for example, a branch's hours page).</li>
<li>The user has no activity and leaves the browser open for 20 minutes. PowerPAC times out.</li>
<li>The user then clicks a link to a page with a specific organizational context, but Polaris PowerPAC returns to the system organization context.</li>
</ul>
<p>If you want the URL on the external page to bring the user to the specific organization context in the above circumstances instead of reverting to the system context , place only the organization ID in the <b>ctx</b> portion of the URL data element. For example, use <b>ctx=30</b> instead of <b>ctx=30.1033.0.1</b>.</p>
<p>
<img src="../../../Resources/Images/WebPartEditor.png" alt="" />
</p>
<h3>Related Information</h3>
<ul type="disc">
<li><a name="kanchor2676"></a><a name="IX_editing_13"></a><span class="FM_BulletHead">Edit the title of a web part</span>&#160;- Select the heading in the Web Parts list, and select <b>Edit</b> by the Web Parts list.</li>
<li><span class="FM_BulletHead">Delete a web part</span>&#160;- Select the heading in the Web Parts list, and select <b>Delete</b> by the Web Parts list.</li>
<li><span class="FM_BulletHead">Edit an element in a web part</span>&#160;- Select the heading in the Web Parts list, and select the element in the Data Elements list. Select <b>Edit</b>&#160;by the Data Elements list.</li>
<li><span class="FM_BulletHead">Delete an element from a web part</span>&#160;- Select the heading in the Web Parts list, and select the element in the Data Elements list. Select <b>Delete</b>&#160;by the Data Elements list.</li>
<li><span class="FM_BulletHead">Reorder the elements in a web part</span>&#160;- Select the heading in the Web Parts list, and select the element in the Data Elements list. Select <b>Up</b>&#160;or <b>Down</b>&#160;by the Data Elements list. The order in the Data Elements list determines the display order in the dashboard.</li>
<li><span class="FM_BulletHead">Add a web part to a page</span>&#160;- See <a href="Assign_Web_parts_to_public_pages.htm">Assign web parts to public pages</a>.</li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,138 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Customize the page header</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Customize_the_page_header.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_92867_Customize_the_page"></a>Customize the page header</h1>
<p><a name="kanchor3525"></a><a name="IX_setting_12"></a><a name="kanchor3526"></a><a name="IX_setting_11"></a><a name="kanchor3527"></a><a name="IX_customizing_1"></a><a name="kanchor3528"></a><a name="IX_page_header"></a><a name="kanchor3529"></a><a name="IX_page_header_customization"></a>You can customize the header for all PowerPAC pages using the PowerPAC profile <b>Page header options</b>. The profile is available at the system, library, and branch levels; the system uses the setting for the PowerPAC connection organization. You can specify your own graphic file for the header logo. This area is also a link to the Polaris PowerPAC home page (the portal page, if you choose to use it, otherwise the keyword search page or a destination you specify). </p>
<p>The profile also offers options to set the position of the logo image and branch name for medium and wide screens. You can also set custom colors for background and text, and suppress the branch name text if your logo already includes this information.</p>
<p>
<img src="../../../Resources/Images/PACHeaderLogoText_642x144.png" style="width: 642;height: 144;" alt="" />
</p>
<p>To customize the PowerPAC page header:</p>
<ol>
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="2">Double-click <b>Page header options</b>. The <b>Page Header Options</b> dialog box opens.</li>
</ol>
<p class="indent2">
<img src="../../../Resources/Images/PACPageHeaderOps.png" alt="" />
</p>
<ol data-mc-continue="true">
<li value="3">If you will use your own logo, type the path for your custom graphic file, in the <b>Alternate logo (URL)</b> box. </li>
</ol>
<p class="indent2">If none is specified, the default logo image is used. Any standard graphic file format, such as .gif or .jpg, is acceptable. The maximum image width is 1500 pixels. The system scales the image for the medium display.</p>
<p class="NoteShade"><b>Example:<br /></b><span class="FM_Emphasis">[PACWebServer]</span><b>/Polaris/custom</b>
</p>
<p class="NoteShade"><b>Note:<br /></b>You can place the graphic file in a different location. In this case, type the complete URL for that location. Be sure the security settings for the directory allow access to the file. The location must have a security (SSL) certificate.</p>
<ol data-mc-continue="true">
<li value="4">Select <b>Left</b>, <b>Center</b>, or <b>Right</b>&#160;to position the logo and branch name in the header. The default position is center. This setting applies to medium and wide screen displays only.</li>
<li value="5">If your logo image already includes your branch name, check <b>Exclude the branch name</b>&#160;to suppress the branch name text string from the header. Narrow width display: When this option is checked, the logo is displayed in the narrow width header, appropriately scaled. If you leave this option unchecked, only the branch name is displayed in the narrow width header.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>If you suppress the branch name at the system level, and all connection branches inherit the system setting, users cannot readily determine their connection branch after switching branches if the branch logo does not include the branch name. To avoid this problem, you can suppress the organization name for the system but allow the branch name to be displayed at the appropriate branches by setting the profile at the branch level.</p>
<ol data-mc-continue="true">
<li value="6">In the <b>Return link URL for header logo</b>&#160;box, type the URL for the page that should appear when the user clicks the header logo or branch name. If this setting is left blank, the link destination is the portal page if you choose to use it, or the keyword search page if you do not use the portal page.</li>
<li value="7">Set custom background and/or branch name text colors:</li>
</ol>
<ol style="list-style-type: lower-alpha;">
<li value="1">Select <b>Customize background color</b>, <b>Customize branch name text color</b>, or both.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>You can suppress the branch name text from the header, which you may want to do if your logo image includes the organization name. See step 5 above.</p>
<ol style="list-style-type: lower-alpha;" data-mc-continue="true">
<li value="2">Select the drop-down arrow for each selected option to access the color picker.</li>
</ol>
<p class="indent2">
<img src="../../../Resources/Images/PACPageHeaderBackground.png" alt="" />
</p>
<ol style="list-style-type: lower-alpha;" data-mc-continue="true">
<li value="3">Click a color, or click <b>Other</b> to open the color tool.</li>
</ol>
<p class="indent2">
<img alt="PageHeaderStandardColors.gif" style="margin-bottom: 0.000pt;width: 213;height: 179;" id="image6" src="../../../Resources/Images/PageHeaderStandardColors_213x179.gif" />&#160;</p>
<ul type="disc">
<li>To select a color on the Standard tab of the color tool, click <b>Select</b>&#160;and click the color or gray-scale value.</li>
<li>Or click the Custom tab to select a color from a palette. Alternatively, you can type standard RGB values.</li>
</ul>
<p class="indent2">
<img alt="PageHeaderCustomColors.gif" style="margin-bottom: 0.000pt;width: 213;height: 179;" id="image7" src="../../../Resources/Images/PageHeaderCustomColors_213x179.gif" />&#160;</p>
<ol style="list-style-type: lower-alpha;" start="4">
<li value="4">Click <b>OK</b> to close the color tool.</li>
</ol>
<p class="NoteShade"><b>Tip:<br /></b>Reload Polaris PowerPAC to see your changes. See <a href="../PDOMobilePAC/Mobile_PAC_Basics.htm#TOC_Updating_Page_Caches1" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Updating Page Caches</span></a>.</p>
<ol start="8">
<li value="8">Click <b>OK</b> to close the Page Header dialog box and save your changes.</li>
</ol>
<h4>Related Information</h4>
<ul type="disc">
<li><span class="FM_BulletHead">Page themes - </span>You can choose the overall appearance of Polaris PowerPAC pages from several ready-made themes. See <a href="Setting_Polaris_PowerPAC_Themes.htm">Setting Polaris PowerPAC Themes</a>.</li>
<li><span class="FM_BulletHead">Portal page</span>&#160;- See <a href="Customizing_Portal_Page_Features.htm#XREF_92038_Polaris_PowerPAC">Customizing Portal Page Features</a>.</li>
<li><span class="FM_BulletHead">Basic setup</span>&#160;- See <a href="Set_up_Polaris_PowerPAC.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Set up basic operating features for Polaris PowerPAC</span></a>.</li>
<li><span class="FM_BulletHead">Advanced customization</span>&#160;-<MadCap:conditionalText data-mc-conditions="Primary.Online"> See <a href="../../PAC Customization/PACCustom/PAC_Customization.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">PAC Customization</span></a>.</MadCap:conditionalText></li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration " data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Customizing Language Strings</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Customizing_Language_Strings.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_66839_Advanced"></a>Customizing Language Strings</h1>
<p><a name="kanchor4430"></a><a name="IX_translating_in_Polaris"></a><a name="kanchor4431"></a><a name="IX_editing_PAC_language"></a><a name="kanchor4432"></a><a name="IX_editing_with_Polaris"></a><a name="kanchor4433"></a><a name="IX_language_strings_editing_1"></a>Polaris WebAdmin (Language Editor) is a web-based tool you can use to customize English and other licensed language strings in all the parts of Polaris that support multiple languages, including Polaris PowerPAC, Polaris Mobile PAC, Polaris ExpressCheck, printed and e-mail notices, telephone notices, and Polaris Phone Attendant (inbound telephony). You can compare, add, edit and distribute language strings easily, without editing individual files. Polaris WebAdmin also provides a language string identifier specifically for Polaris PowerPAC. </p>
<p>You can add or customize language strings at the system, library, and branch levels. Branch settings override library settings; settings made at the library level override system-level settings.</p>
<p>When you change Polaris PowerPAC, PowerPAC Childrens Edition, or Mobile PAC settings in Polaris Administration, or customize language strings with WebAdmin, you must update page caches to see the effects of your changes. Most cached information is stored at the application level on the specified web server. You update that information with the Reload tool in WebAdmin.</p>
<p>For security purposes, Polaris WebAdmin should be installed on a server to which there is no outside access, but which has access to the Polaris database—for example, the web portion of the Polaris application server. You can access and use WebAdmin with most browsers.</p>
<p>You need the Polaris permission <b>WebAdmin access: Allow</b>&#160;to use Polaris WebAdmin. In Polaris Administration, this permission is available at the system level under the System Administration security node. </p>
<p>To access WebAdmin, open your browser and navigate to the site where WebAdmin is installed. You must supply your Polaris username, password, and domain to log in. For detailed information about using WebAdmin, see WebAdmin online help.</p>
<p class="NoteShade"><b>Note:<br /></b>You can also edit certain messages and labels in Polaris Administration. See <a href="../PDOMessages/Editing_Messages_and_Labels.htm#XREF_12013_Setting_Public">Editing Messages and Labels</a>.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Customizing Portal Page Features</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Customizing_Portal_Page_Features.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_92038_Polaris_PowerPAC"></a>Customizing Portal Page Features</h1>
<p><a name="kanchor3159"></a><a name="IX_overview_178"></a>The default Polaris PowerPAC portal page offers a quick search feature; content carousels or rotating book jackets; optional custom content; and specific dashboard elements. The illustration shows the Polaris PowerPAC portal page (Ocean theme) with a content carousel.</p>
<p>
<img src="../../../Resources/Images/PACPortalPage.png" alt="" />
</p>
<p>Each branch can use the default portal page or a custom portal page, or all organizations can share a single portal page. You can designate the portal page as the home page, see <a href="Set_up_Polaris_PowerPAC.htm">Set up Polaris PowerPAC</a>.</p>
<p>You can customize the portal page with the following features:</p>
<ul>
<li><a name="kanchor3160"></a><a name="IX_quick_search"></a><a name="kanchor3161"></a><a name="IX_default_overview"></a><span class="FM_BulletHead">Default quick search</span>&#160;- The default quick search launches a keyword search in any field. You can set the search field, the default search filter (<b>Limit by</b>), the database to search, and the sort order for results in Polaris Administration, although patrons cannot specify these options for the quick search other than selecting a search filter. By selecting an option in the <b>Limit by</b>&#160;list, a patron can limit the quick search by any filter you offer. For information about search filters, see <a href="../PDOSearching/Setting_Up_Search_Filters_Limit_By.htm#XREF_53464_Setting_Format">Setting Up Search Filters (Limit By)</a>.</li>
</ul>
<p class="indent2">
<img src="../../../Resources/Images/PACQuickNoButtons_612x84.png" style="width: 612;height: 84;" alt="" />
</p>
<ul type="disc">
<li><a name="kanchor3162"></a><a name="IX_with_option_buttons"></a><span class="FM_BulletHead">Quick search with search option buttons</span>&#160;- You can provide optional buttons with the quick search feature, instead of a search filter. The patron types the search text and selects a button to launch a particular type of search. You can offer Anywhere, Fiction, Nonfiction, My Library, My Library plus Articles, Subject, Title, Author, and Series&#160;buttons. Anywhere, Fiction, and Nonfiction,&#160;My Library, or My Library plus Articles are always keyword searches. For Subject, Title, Author, and Series, you can specify whether a keyword or browse search should be launched. See <a href="Set_up_Polaris_PowerPAC.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Set up basic operating features for Polaris PowerPAC</span></a>.</li>
</ul>
<p class="indent2">
<img src="../../../Resources/Images/PACQuickButtons_635x79.png" style="width: 635;height: 79;" alt="" />
<br />
</p>
<ul type="disc">
<li><span class="FM_BulletHead">Rotating book jackets</span>&#160;- If you subscribe to enriched data, you can offer rotating book jacket images on the portal page. Each time the page is loaded, the image changes to show the book jacket of a title randomly selected from best-seller lists. When a patron selects the jacket image, a search is launched for the title. If the title is not found, a form opens where the patron can ask the library to purchase the title. See <a href="Set_up_Polaris_PowerPAC.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Set up basic operating features for Polaris PowerPAC</span></a>.</li>
<li><span class="FM_BulletHead">Custom content</span>&#160;- You can also place custom content on the portal page. See <a href="Set_up_custom_portal_page_content.htm">Set up custom portal page content</a></li>
<li><span class="FM_BulletHead">Content carousels</span>&#160;- A content carousel is a rotating graphical representation of a list of materials in the local library catalog. The PowerPAC user can click any title in the carousel to launch a search for the title in the catalog. You can set up content carousels based on bibliographic record sets, and/or on certain system-defined and automatic dashboards (Web parts). See <a href="Content_Carousels_on_the_PowerPAC_Portal_Page.htm#XREF_10889_Content_Carousels">Content Carousels on the PowerPAC Portal Page</a>. </li>
<li><span class="FM_BulletHead">Custom dashboard links</span>&#160;- Web parts can provide links to pre-defined searches or Web sites. See <a href="Defining_Web_Parts_for_Dashboards.htm#XREF_29931_Defining_Targeted">Defining Web Parts for Dashboards</a>. </li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Defining Web Parts for Dashboards - Overview</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Defining_Web_Parts_for_Dashboards.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_29931_Defining_Targeted"></a>Defining Web Parts for Dashboards - Overview</h1>
<p><a name="kanchor3313"></a><a name="IX_in_Polaris_PowerPAC_3"></a><a name="kanchor3314"></a><a name="IX_See_also_Web_parts_PAC"></a><a name="kanchor3315"></a><a name="IX_Web_parts_in"></a><a name="kanchor3316"></a><a name="IX_dashboards"></a><a name="kanchor3317"></a><a name="IX_choosing"></a><a name="kanchor3318"></a><a name="IX_overview_179"></a>Web parts are displayed in the dashboard area on the side of the pages on Polaris PowerPAC and Polaris PowerPAC Childrens Edition. Web parts can provide links to pre-defined searches or websites and deliver messages or instructions. Different web parts can be displayed on different pages. You set up web parts at the system level for use by any or all branches. Then, each branch can choose which web parts to display on the dashboard for any particular page.</p>
<p class="NoteShade"><b>Note:<br /></b>Separate Polaris Administration profiles control web parts for Polaris PowerPAC and Polaris PowerPAC Childrens Edition, but the process for setting up the web parts is the same for both PACs.</p>
<p>
<img src="../../../Resources/Images/PACNewTitlesWebPart_543x172.png" style="width: 543;height: 172;" alt="" />
</p>
<p>For general information on web parts, see:</p>
<ul type="disc">
<li><a href="#XREF_93947_Automatic_Web_Parts">Automatic Web Parts</a>
</li>
<li><a href="#XREF_53845_Custom_Web_Parts">Custom Web Parts</a>
</li>
<li><a href="#XREF_47456_Third_Party_Web">Best-Seller Lists from IndieBound (Book Sense, Inc.)</a>
</li>
</ul>
<p>For information on creating and using web parts, see:</p>
<ul>
<li><a href="Create_a_custom_Web_part.htm">Create a custom web part</a>
</li>
<li><a href="Assign_Web_parts_to_public_pages.htm">Assign web parts to public pages</a>
</li>
<li><a href="Limit_items_in_Polaris_and_third-party_lists.htm">Limit items in Polaris and third-party lists</a>
</li>
</ul>
<p>For reference lists of Polaris PowerPAC and Polaris PowerPAC Children's Edition pages, see:</p>
<ul>
<li><a href="../PDOPacProfs/Polaris_PowerPAC_Pages_Reference.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Polaris PowerPAC Pages Reference</span></a>
</li>
<li><a href="../PDOPacProfs/Polaris_PowerPAC_Childrens_Pages_Reference.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Polaris PowerPAC Children's Edition Pages Reference</span></a>
</li>
</ul>
<h2><a name="TOC_Automatic_Web_Parts"></a><a name="XREF_93947_Automatic_Web_Parts"></a>Automatic Web Parts</h2>
<p>Polaris provides several web parts that are automatically updated by background database processing, using transactions at your library to determine the contents of the lists:</p>
<ul type="disc">
<li><a name="kanchor3319"></a><a name="IX_in_PAC_dashboard_overview"></a><a name="kanchor3320"></a><a name="IX_Most_Circulated"></a><span class="FM_BulletHead">Most Circulated</span>&#160;- The Most Circulated web part elements are links that launch searches for popular titles, authors, or subjects in the Polaris database, based on circulation statistics for the past 31 days. Only items that are marked for display in PAC are listed. By default, the SQL job <b>Dashboard_MostCirculated</b> updates the list once a month.</li>
<li><a name="kanchor3321"></a><a name="IX_in_PAC_dashboard_overview_1"></a><a name="kanchor3322"></a><a name="IX_New_Titles"></a><span class="FM_BulletHead">New Titles</span>&#160;- The New Titles web part elements are organized by the broad material categories <b>Books</b>, <b>Videos</b>, <b>Sound Recordings</b>, and <b>Large Print</b>. When the patron selects a category, the page displays appropriate links that launch searches for titles that have recently been added to your catalog. Only items that are marked for display in PAC are listed, and an item must have been checked in to be eligible for inclusion. By default, the SQL job <b>Dashboard_NewTitles</b>&#160;updates the list nightly and includes items new in the last 31 days. Although the title search is for bibliographic records, if the process finds any bibliographic records that do not have a First Available date, the process checks their associated items to see if an item has become available since the last time it was processed. If so, the First Available date in the bibliographic record is updated with the items First Available date. You can also provide RSS feeds from the New Titles web part. See <a href="Setting_Up_RSS_Feeds.htm">Setting Up RSS Feeds</a>.</li>
</ul>
<p class="NoteShade"><b><b>Note:</b><br /></b>When the PAC connection is to a branch, the patron sees only new titles for that branch. When the PAC connection is to the system, the patron sees new titles for the whole system.</p>
<ul type="disc">
<li><a name="kanchor3323"></a><a name="IX_in_PAC_dashboard_overview_2"></a><a name="kanchor3324"></a><a name="IX_On_Order_Items_4"></a><span class="FM_BulletHead">On-Order Items</span>&#160;&#160;- The On-Order Items web part elements are links that launch searches for titles in the Polaris database that have linked items with a status of On Order. By default, 20 titles are listed; the title that has the linked item with the most recent status change to On Order is listed first. If more than one On-Order item is associated with a bibliographic record, the most recent On-Order item is used to order the list. Only titles that are marked for display in PAC are listed. This web part is updated as part of the nightly <b>Dashboard_NewTitles</b> job.</li>
</ul>
<p class="NoteShade"><b><b>Tip:</b><br /></b>By default, <b>Narrow</b>&#160;and <b>Related</b>&#160;web parts are displayed on the search results page. You can determine whether or not to display these features, specify the filters and categories they contain, and customize the labels. See <a href="../PDOresults/Setting_PowerPAC_Narrow_Related_Search_Options.htm#XREF_37562_Setting_Related">Setting PowerPAC Narrow/Related Search Options</a>. You cannot specify the number of elements in them or assign them to other pages.</p>
<p>You can set the number of items that are automatically listed in the Most Circulated, New Titles, and On-Order Items web parts. See <a href="Limit_items_in_Polaris_and_third-party_lists.htm#XREF_76317_Limit_items_in">Limit items in Polaris and third-party lists</a>.</p>
<p><a name="kanchor3325"></a><a name="IX_credit_card_in_PowerPAC"></a><a name="kanchor3326"></a><a name="IX_overview_180"></a><a name="kanchor3327"></a><a name="IX_Make_a_Donation"></a>Polaris also provides a Make a Donation web part that allows users to make a donation to the library by credit card. The user does not have to log in to make the donation. </p>
<h2><a name="TOC_Custom_Web_Parts"></a><a name="XREF_53845_Custom_Web_Parts"></a>Custom Web Parts</h2>
<p><a name="kanchor3328"></a><a name="IX_custom_Web_part_links"></a><a name="kanchor3329"></a><a name="IX_custom_overview"></a>You can create custom web parts tailored to your needs and programs. See <a href="Create_a_custom_Web_part.htm#XREF_89711_Add_a_custom">Create a custom web part</a>. Custom web parts can include any combination of the following types of data elements:</p>
<ul type="disc">
<li><span class="FM_BulletHead">Title Search</span>&#160;- Links that launch searches for specific titles. Title search elements work well for listing titles for a particular purpose, such as a reading program, seasonal reading, special-interest subjects, or a teachers reading list.</li>
<li><span class="FM_BulletHead">URL</span>&#160;- Links to websites or pages. You define the text or image that serves as the link. The link element can be formatted with basic HTML tags. For example, you can create a link to a URL that launches a search for the records in a record set created in the staff client. See <a href="../PDOSearching/Setting_Up_Search_Filters_Limit_By.htm#XREF_95837_Publishing_a">Searching Record Sets (Polaris PowerPAC)</a>.</li>
<li><span class="FM_BulletHead">Free text</span>&#160;- Text that is displayed in the web part. You can use free text for announcements, page instructions, or for introducing other elements in the list. The text can be formatted using basic HTML tag elements. You can include images using the <b>&lt;IMG&gt;</b> tag.</li>
</ul>
<h2><a name="TOC_Best_Seller_Lists_from"></a><a name="XREF_47456_Third_Party_Web"></a><a name="XREF_69624_Best_Seller_Lists"></a>Best-Seller Lists from IndieBound (Book Sense, Inc.)</h2>
<p><a name="kanchor3330"></a><a name="IX_Book_Sense"></a><a name="kanchor3331"></a><a name="IX_Web_parts_in_dashboards"></a>The following web parts are updated automatically with content from IndieBound (formerly Book Sense, Inc.), based on sales from over 350 independent bookstores in the United States: Trade Paperback Fiction, Trade Paperback Nonfiction, Hardcover Fiction, Hardcover Nonfiction, Mass Market, Early and Middle Grade Readers, Young Adults, Children's Fiction Series, and Childrens Illustrated. When a patron selects a title from one of these lists, a search for the title is launched in the Polaris database.</p>
<p>Every week, Innovative Interfaces receives a file of the updated best-seller lists from IndieBound. During overnight processing at your library, the <b>BookSenseImport</b>&#160;Microsoft SQL Server Agent at Innovative Interfaces updates the best-seller lists at your site.</p>
<p>Polaris Customer Operations helps you set up your Polaris system to support updating the IndieBound best-seller lists. The server running MS SQL Server must be able to do FTP downloads, and your webpage caches must be cleared after the download to allow the updated pages to be displayed (see Updating Page Caches).</p>
<p>You can limit the number of items that are automatically listed, but you cannot change the contents of the lists. See <a href="Limit_items_in_Polaris_and_third-party_lists.htm#XREF_76317_Limit_items_in">Limit items in Polaris and third-party lists</a>.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|Defining Web Parts for Dashboards - Overview" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Limit items in Polaris and third-party lists</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Limit_items_in_Polaris_and_third-party_lists.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_76317_Limit_items_in"></a>Limit items in Polaris and third-party lists</h1>
<p><a name="kanchor5663"></a><a name="IX_limiting_items_in"></a>To specify the maximum number of items to display in the Polaris and third-party web parts that are updated automatically, such as “Most Circulated.”</p>
<p class="NoteShade"><b>Note:<br /></b>You must set the limit at the system level. You set the limits for Polaris PowerPAC Childrens Edition separately from Polaris PowerPAC, but the procedure is the same.</p>
<ol>
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the system, and select the <b>PowerPAC</b>&#160;tab (or <b>Childrens PAC</b>&#160;tab) in the details view.</li>
<li value="2">Double-click <b>Dashboards: Web part construction.</b> The Web Part Editor dialog box appears.</li>
</ol>
<p class="indent2">
<img alt="WebPartEd00543.gif" style="margin-bottom: 0.000pt;width: 220;height: 175;" id="" src="WebPartEd_220x175.gif" />&#160;</p>
<ol data-mc-continue="true">
<li value="3">On the Polaris and 3rd Party tabbed page, select the heading in the Web Parts list for the web part you want to limit.</li>
<li value="4">Type the number of items (elements) in the <b>Total Listing Rows</b>&#160;box to display for the selected list, and select <b>Save</b>.</li>
</ol>
<p class="NoteShade"><b>Tip:<br /></b>The maximum number is 100 for Polaris and 3rd Party web parts, except the New Titles web part. The maximum for this web part is 9,999.</p>
<p class="indent2">Type <b>0</b>, indicating no limit, in the <b>Total Listing Rows</b>&#160;box to display all items available for the automated list. For the web part New Titles, a setting of <b>0</b>&#160;in the <b>Total Listing Rows</b>&#160;box will display all titles added to the catalog in the past 31 days in each New Title category. Any other setting limits the number of new titles in each category to that number. The zero setting has the same effect on the On-Order Items web part. For more information about these web parts, see <a href="Defining_Web_Parts_for_Dashboards.htm#XREF_93947_Automatic_Web_Parts">Automatic Web Parts</a>.</p>
<ol data-mc-continue="true">
<li value="5">Repeat steps&#160;3 and 4 for each Polaris and third-party web part you are using.</li>
<li value="6">Select <b>OK</b>. The Web Part Editor dialog box closes.</li>
<li value="7">Select <b>File</b> &gt; <b>Save</b>. Your new settings are effective when the automatic lists are updated.</li>
</ol>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,586 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Polaris PowerPAC Help</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<link href="../../../Resources/TableStyles/BlueHeader.css" rel="stylesheet" data-mc-stylesheet-type="table" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Polaris_PowerPAC_Help.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_35339_Customizing"></a>Polaris PowerPAC Help</h1>
<p><a name="kanchor2239"></a><a name="IX_help_overview"></a>Polaris PowerPAC is installed with a default set of help topic html files. When the user clicks the <b>Help</b> option on the menu bar, a scrollable set of help topic links is displayed.</p>
<p>
<img src="../../../Resources/Images/PACHelpMenu_596x283.png" style="width: 596;height: 283;" alt="" />
</p>
<p>When the user clicks a topic link, the appropriate topic is displayed in a lightbox, without losing the current page context.</p>
<p>
<img src="../../../Resources/Images/PACHelpLightbox.png" alt="" />
</p>
<p>When the user clicks <b>All topics</b> at the bottom of the Help menu list, a page with the complete set of links is displayed. This page is also available by clicking the <b>Help</b> link in the site index list at the bottom of the page.</p>
<p>
<img src="../../../Resources/Images/PACHelp_AllTopics.png" alt="" />
</p>
<p>Certain links are always displayed because they are applicable to PowerPAC in general. <b>Availability</b> is an example of this type of topic link. Others are displayed only when the connection organization has enabled the corresponding feature in Polaris Administration. For example, if the organization has not enabled Google Maps, the topic link <b>Locate Items with Map It</b> is automatically suppressed. The table shows the PowerPAC feature settings in Polaris Administration that control whether a help topic is displayed. You can customize the link labels in Polaris WebAdmin (Language Editor); see <a href="Customizing_Language_Strings.htm#XREF_66839_Advanced">Customizing Language Strings</a>. The table lists the Language Editor string IDs.</p>
<table style="width: 100%;mc-table-style: url('../../../Resources/TableStyles/BlueHeader.css');margin-left: 0;margin-right: auto;" class="TableStyle-BlueHeader" cellspacing="1">
<col class="TableStyle-BlueHeader-Column-Column1" />
<col class="TableStyle-BlueHeader-Column-Column1" />
<col class="TableStyle-BlueHeader-Column-Column1" />
<col class="TableStyle-BlueHeader-Column-Column1" />
<thead>
<tr class="TableStyle-BlueHeader-Head-Header1">
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">HELP TOPIC FILENAME</th>
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">TOPIC LINK LABEL</th>
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">LANGUAGE EDITOR STRING ID</th>
<th class="TableStyle-BlueHeader-HeadD-Column1-Header1">POLARIS ADMINISTRATION FEATURE SETTING</th>
</tr>
</thead>
<tbody>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Overview.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Getting Started</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_INTRO</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Always displayed]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">QuickSearch.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Quick Search</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHQUICK</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Portal</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Keyword.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Keyword Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHKEYWORD</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Keyword</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Phrase.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Phrase Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHPHRASE</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Phrase</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Exact.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Exact Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHEXACT</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Phrase</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Advanced.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Advanced Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHADVANCED</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Advanced</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Boolean.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Boolean Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHBOOLEAN</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Boolean</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Browse.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Browse the Catalog</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHBROWSE</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Browse</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">CommInfo.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Community Information Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHCOMMUNITY</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">Community profile</p>
<p class="FM_TableBody">Navigation (PowerPAC): Community - Keyword Search</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">CourseReserve.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Course Reserve Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHCOURSE</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Course Reserves</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Filters.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Narrowing Results and Related Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SEARCHNARROW</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Always displayed]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">SavingSearches.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Saving Searches</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SAVESEARCH</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PAC profile</p>
<p class="FM_TableBody">Search agent: Enabled</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">TitleInfo.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Viewing Title Information</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_TITLEINFO</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Always displayed]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Availability.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Availability</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_AVAILABILITY</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Always displayed]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">MapIt.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Locating Items with Map It</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_MAPIT</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Google Maps</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Fusion.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Access Digital Collection Materials</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_FUSION</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Polaris Fusion is enabled]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">TitleLists.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Save Results with Title Lists</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_TITLELISTS</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Title List: Enable</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Share.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Share Search Results</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_SHARE</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Bookmarking &amp; Sharing: Enable</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">ESources.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Search Subscription Databases (E-Sources)</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_ESOURCES</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: E-Sources</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Request.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Request Materials</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_REQUEST</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">Request parameter</p>
<p class="FM_TableBody">Holds options</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Purchase.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Buy Materials</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_PURCHASE</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PAC profile</p>
<p class="FM_TableBody">Purchase options</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">NewAccount.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Set Up a New Account</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_NEWACCOUNT</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PAC profile</p>
<p class="FM_TableBody">Patron access options (self-registration enabled)</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Username.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Create a User Name</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_USERNAME</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PAC profile</p>
<p class="FM_TableBody">Patron access options (patron user name enabled)</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">AcctUpdates.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Account Updates, Preferences, Messages</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_UPDATEACCOUNT</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Always displayed]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">AcctRequests.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Manage Your Requests</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_ACCTREQUESTS</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Requests</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">AcctItemsOut.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">View and Renew Items Out</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_ACCTITEMSOUT</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Items out</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">AcctReadingHistory.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Your Reading History</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_ACCTHISTORY</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Reading history is enabled for patron]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">AcctFines.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Fines and Fees</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_ACCTFINESFEES</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">PowerPAC profile</p>
<p class="FM_TableBody">Navigation: Fines and fees</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">AcctCourseStats.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Course Reserve Statistics</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_ACCTCOURSE</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p class="FM_TableBody">[Course reserves enabled, patron is instructor]</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyB-Column1-Body1">
<p class="FM_TableBody">Donations.htm</p>
</td>
<td class="TableStyle-BlueHeader-BodyB-Column1-Body1">
<p class="FM_TableBody">Make a Donation</p>
</td>
<td class="TableStyle-BlueHeader-BodyB-Column1-Body1">
<p class="FM_TableBody">PACML_HELP_DONATE</p>
</td>
<td class="TableStyle-BlueHeader-BodyA-Column1-Body1">
<p class="FM_TableBody">Credit Card Payment parameter</p>
<p class="FM_TableBody">Online payments: Configure (Allow donations from PowerPAC)</p>
</td>
</tr>
</tbody>
</table>
<p>The PowerPAC profile <b>Navigation: PAC help</b> controls whether the <b>Help</b> option appears on the menu bar. If you choose to offer your own help materials from the dashboard, set this profile to <b>No</b> to suppress the <b>Help</b> option from the menu bar. </p>
<p>You can also display the <b>Help</b> option on the menu bar but edit the default .html files, retaining the same filenames. The files, with the .css style sheet and appropriate graphic files, are located at <b>{PowerPAC Root}/help/content</b>.</p>
<p class="NoteShade"><b>Important:<br /></b>If you edit the .html help files, be sure to back up your customized files in a location where they will not be overwritten if Polaris is re-installed.</p>
<p>If you have some programming knowledge, you can add your own links to the Help page. For more information, see the Polaris Developer Network.</p>
<h2>Help with Searching</h2>
<p>On each search page except Advanced, the user can click a link to display the appropriate help information. </p>
<p>
<img src="../../../Resources/Images/PACKeywordSearchHelp.png" alt="" />
</p>
<h2>Creating Custom Help on the Dashboard</h2>
<p><a name="kanchor2240"></a><a name="IX_customizing_on_PowerPAC"></a><a name="kanchor2241"></a><a name="IX_help_on_dashboard"></a>To provide custom help from the dashboard in Polaris PowerPAC:</p>
<p class="NoteShade"><b>Tip:<br /></b>Your instruction pages can be any file format that the workstation can display. If patrons use Polaris PowerPAC from remote locations, choose a format that is accessible to most workstations and browsers, such as .html.</p>
<ol>
<li value="1">Create and save the instruction pages you want to be accessible from the dashboard.</li>
<li value="2">In the Administration Explorer tree view, open the <b>Profiles</b> folder for <span class="FM_Emphasis">the system</span>, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="3">Double-click <b>Dashboards: Web part construction.</b> The Web Part Editor dialog box appears.</li>
<li value="4">Click the <b>User Defined</b> tab.</li>
<li value="5">Click <b>Add</b> by the Web Parts list to specify the heading for the instruction Web part. The Add Web Part Title dialog box appears.</li>
<li value="6">Type the heading text in the <b>Title</b> box, and click <b>OK</b>. The heading for the new Web part is displayed in the Web Parts list.</li>
<li value="7">Select the new heading in the Web Parts list.</li>
<li value="8">Click <b>Add</b> by the Data Elements list. The Add Data Element: Pick Type dialog box appears.</li>
<li value="9">Select <b>URL</b>. The Add … Element dialog box for the URL element type appears.</li>
<li value="10">Type the link text in the <b>Title</b> box, and type the complete path and filename or URL in the <b>URL</b> box.</li>
<li value="11">Click <b>OK</b> on the Add … Element dialog box. The new element is displayed in the Data Elements list on the Web Part Editor dialog box.</li>
<li value="12">Repeat steps 8-11 to add additional elements to the selected Web Part (heading), and click <b>OK</b>. The Web Part Editor dialog box closes.</li>
<li value="13">Select <b>File </b>&gt;<b> Save</b>.</li>
<li value="14">To assign the instruction Web part to the appropriate pages, do these steps:</li>
<ol style="list-style-type: lower-alpha;">
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b> folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="2">Double-click <b>Dashboards: Web Page / Web Part Assignment.</b> The Web Page - Web Part Configuration dialog box appears.</li>
<li value="3">In the Web Pages list, select the page to which you want to assign the instruction Web part. See <a><a href="../PDOPacProfs/Polaris_PowerPAC_Pages_Reference.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Polaris PowerPAC Pages Reference</span></a></a>. The Web parts currently assigned to the page are shown in the Assigned Web Parts list.</li>
<li value="4">Click <b>Add</b>. The Web Page -Add Web Parts dialog box appears. It lists all the Web parts not currently assigned to the selected page.</li>
<li value="5">Select your instruction Web part.</li>
<li value="6">Click <b>OK</b> on the Web Pages - Add Web Parts dialog box. The selected Web parts are displayed in the Assigned Web Parts list.</li>
<li value="7">Click <b>OK</b> on the Web Page - Web Part Configuration dialog box.</li>
</ol>
<li value="15">Select <b>File</b> &gt; <b>Save</b>.</li>
</ol>
<h4>Related Information</h4>
<p><span class="FM_BulletHead">More about dashboards</span> - See <a href="Defining_Web_Parts_for_Dashboards.htm#XREF_29931_Defining_Targeted">Defining Web Parts for Dashboards</a>.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,127 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Set Polaris PowerPAC features on the menu bar</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Set_Polaris_PowerPAC_features_on_the_menu_bar.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_61605_Set_Polaris"></a>Set Polaris PowerPAC features on the menu bar</h1>
<p><a name="kanchor2261"></a><a name="IX_main_menu_bar_features"></a>All menu features are available regardless of screen size, but certain options shift to accommodate display on a narrow phone screen. The example below shows main menu options on a desktop or tablet screen.</p>
<p class="indent">
<img src="../../../Resources/Images/PACRSSIcon.png" alt="" />
</p>
<p>For the narrow screen size (phone), certain options move from the default desktop/tablet position to a menu. </p>
<p class="indent">
<img src="../../../Resources/Images/PACRSSIcon.png" alt="" />
</p>
<p>When the user taps <b>Menu</b>, a "flyout" menu displays the main menu options .</p>
<p class="indent">
<img src="../../../Resources/Images/PACRSSIcon.png" alt="" />
</p>
<p>To set Polaris PowerPAC features on the menu bar:</p>
<ol>
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>You can set these profiles at the system, library, or branch level.</p>
<ol data-mc-continue="true">
<li value="2"><a name="kanchor2262"></a><a name="IX_enabling_in_PowerPAC"></a><a name="kanchor2263"></a><a name="IX_events_page_enabling"></a>To allow access to an events page, double-click <b>Navigation: Events</b>, and select <b>Yes</b>. This setting displays the <b>Events </b>option on the Library Info menu. When the patron selects <b>Events</b>, the events page on the Web server, <b>Polaris/PowerPAC/library/events.aspx</b>, is displayed. For information about editing the events page, see <a href="Add_text_to_the_Events_page.htm#XREF_48831_Add_text_to_the">Add text to the Events page</a>.</li>
</ol>
<ol data-mc-continue="true">
<li value="3"><a name="kanchor2264"></a><a name="IX_enabling_5"></a><a name="kanchor2265"></a><a name="IX_policies_page_enabling"></a>To allow access to a policies page, double-click <b>Navigation: Policies</b>, and select <b>Yes</b>. This setting displays the <b>Policies </b>option on the Library Info menu. When the patron selects <b>Policies</b>, the policy page on the Web server, <b>Polaris/PowerPAC/library/policies.aspx</b>, is displayed. For information about editing the policies page, see <a href="Add_text_to_the_Policies_page.htm#XREF_52348_Add_text_to_the">Add text to the Policies page</a>.</li>
</ol>
<ol data-mc-continue="true">
<li value="4"><a name="kanchor2266"></a><a name="IX_Ask_Us_option_in_PowerPAC"></a><a name="kanchor2267"></a><a name="IX_Ask_Us_option_displaying"></a><a name="kanchor2268"></a><a name="IX_displaying_Polaris"></a>To allow patrons to send an e-mail message to a designated library address, double-click <b>Navigation: Ask Us</b>, and select <b>Yes</b>. This setting displays the <b>Ask Us </b>option on the Library Info menu. For information about setting up the Ask Us feature, see <a href="../PDOPatAcc/Set_up_and_start_Ask_Us.htm">Set up and start Ask Us</a>.</li>
<li value="5"><a name="kanchor2269"></a><a name="IX_patron_account_access"></a><a name="kanchor2270"></a><a name="IX_access_from_Polaris"></a>To allow access to patron accounts, double-click <b>Navigation: Patron Account</b>,<span style="font-weight: bold;">&#160;</span>and select <b>Yes</b>. This setting displays the <b>My Account</b>&#160;option on the main menu bar. See <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>.</li>
<li value="6"><a name="kanchor2271"></a><a name="IX_help"></a><a name="kanchor2272"></a><a name="IX_displaying_option_in"></a>To offer access to help topics, double-click <b>Navigation: PAC Help</b>, and select <b>Yes</b>. This setting controls access to the html help files that Innovative Interfaces provides with Polaris PowerPAC. See <a href="../PDOpurchase/Enabling_Online_Book_Purchases.htm#XREF_35339_Customizing">Polaris PowerPAC Help</a>.</li>
<li value="7"><a name="kanchor2273"></a><a name="IX_e_sources_enabling"></a><a name="kanchor2274"></a><a name="IX_displaying_in_Polaris_1"></a>To allow access to the e-Sources page, double-click <b>Navigation: E-Sources</b>,<span style="font-weight: bold;">&#160;</span>and select <b>Yes</b>. This setting displays the <b>E-Sources</b>&#160;option on the Search menu. E-sources are non-Z39.50, proprietary databases that may require authentication for use. See <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>. When the patron selects this option, the e-Sources page is displayed.</li>
<li value="8"><a name="kanchor2275"></a><a name="IX_displaying_in_PowerPAC"></a><a name="kanchor2276"></a><a name="IX_displaying_in_Polaris_2"></a><a name="kanchor2277"></a><a name="IX_Hours_page_enabling"></a>To allow access to an Hours page, double-click the PowerPAC profile <b>Navigation: Hours</b>, and select <b>Yes</b>. This setting displays the <b>Hours </b>option on the Library Info menu. When the patron selects <b>Hours</b>, the hours page on the Web server, <b>Polaris/PowerPAC/library/hours.aspx</b>, is displayed. The Hours page includes location information and optional schedule information for the current connection organization. The schedule information is drawn from settings in the Patron Services parameter <b>Hours of operation</b>&#160;for the connection organization. The location information comes from the organization administration record. For formatting options, see step 10.</li>
<li value="9">Select <b>File</b>, <b>Save</b>.</li>
<li value="10"><a name="kanchor2278"></a><a name="IX_displaying_organization"></a>To set the information to display on the Hours page, choose one or both of the following PAC profiles:</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>These settings also affect Mobile PAC.</p>
<ul type="disc">
<li>To display the organizations hours formatted in a table, set the <span class="FM_Emphasis">PAC</span>&#160;profile <b>Hours of operation: Display</b>&#160;to <b>Yes</b>.</li>
</ul>
<p class="NoteShade"><b>Important:<br /></b>The hours listed in the table on the PAC Hours page are controlled by the settings in the Patron Services parameter <b>Hours of operation</b>. Even if you do not want to display the table on the PAC Hours page, you must set up the organizations schedule in the Patron Services parameter <b>Hours of operation</b>, because these settings also affect due dates and other circulation processes.</p>
<ul type="disc">
<li><a name="kanchor2279"></a><a name="IX_displaying_message"></a>To specify a message to display on the Hours page, double-click the PAC profile <b>Hours of operation message</b>. (This option is useful for organizations with split hours or other conditions that the Hours of Operation table does not accommodate.) The <b>Language Strings</b> dialog box opens.</li>
</ul>
<p class="indent4">
<img alt="HoursOfOpDX.gif" style="margin-bottom: 0.000pt;" id="image12" src="../../../Resources/Images/PACRSSIcon.png" />&#160;</p>
<p class="indent2">Choose a language from those licensed for Polaris PowerPAC. Then double-click the message field in the <b>Display text</b>&#160;column and type the message (up to 500 characters). Click <b>OK</b>.</p>
<p class="NoteShade"><b>Notes:<br /></b>You can insert diacritic characters in your message. Click <b>Diacritics</b>. In the Character Picker dialog box, select a graphic character set. Then select the character, and click <b>Insert</b>.</p>
<p class="NoteShade">You can also use the PAC profile <b>Multiple language strings</b>&#160;to specify the message. This method may be more convenient if you have multiple messages to customize. For more information, see <a href="../PDOMessages/Editing_Messages_and_Labels.htm">Editing Messages and Labels</a>.</p>
<ol start="11">
<li value="11">Select <b>File</b>, <b>Save</b>.</li>
</ol>
<h4>Related Information</h4>
<ul type="disc">
<li><span class="FM_BulletHead">Search options</span>&#160;- See <a href="../PDOSearching/Setting_Available_Search_Types.htm#XREF_30104_Setting_Polaris">Setting Available Search Types</a>.</li>
<li><span class="FM_BulletHead">Profile list</span>&#160;- See <a href="../PDOPowerProfs/Polaris_PowerPAC_Profiles_Reference.htm">Polaris PowerPAC Profiles Reference</a>.</li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,157 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Set up basic operating features for Polaris PowerPAC</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Set_up_Polaris_PowerPAC.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_22226_Set_up_ActivePAC"></a>Set up basic operating features for Polaris PowerPAC</h1>
<p><a name="kanchor8"></a><a name="IX_basic_set_up"></a>To set basic operating features for Polaris PowerPAC:</p>
<ol>
<li value="1">Set up the Polaris PowerPAC Web server in Polaris Administration. See <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>.</li>
<li value="2">In the Administration Explorer tree view, open the <b>Profiles</b> folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
</ol>
<p class="NoteShade"><b>Note:</b>
<br /> Except where noted in this procedure, you can set these profiles at the system, library, or branch level.</p>
<ol data-mc-continue="true">
<li value="3"><a name="kanchor9"></a><a name="IX_allowing_in_Polaris"></a><a name="kanchor10"></a><a name="IX_remote_users"></a>To allow remote connections to Polaris PowerPAC, double-click the PowerPAC profile <b>Remote User PowerPAC: Enable</b>, and select <b>Yes</b>. If you use Polaris PowerPAC as your PAC interface only in the library, and you do not offer remote PAC access, set this profile to <b>No</b>.</li>
<li value="4"><a name="kanchor11"></a><a name="IX_enabling_access"></a><a name="kanchor12"></a><a name="IX_portal_page_enabling"></a>To allow access to the portal page, double-click the PowerPAC profile <b>Navigation: Portal</b>, and select <b>Yes</b>.</li>
</ol>
<p class="indent4">This setting displays the <b>Portal</b> option on the Library Info menu. Set this profile to <b>Yes</b> if you are using the portal page as the Polaris PowerPAC home page. For more information, see <a href="Customizing_Portal_Page_Features.htm">Customizing Portal Page Features</a>. Set this profile to <b>No</b> if the home page is a library page from which patrons access the public catalog. When you turn off the portal button, the default Polaris PowerPAC home page is the keyword search page.</p>
<ol data-mc-continue="true">
<li value="5"><a name="kanchor13"></a><a name="IX_library_Web_site_from"></a><a name="kanchor14"></a><a name="IX_enabling_in_Polaris"></a><a name="kanchor15"></a><a name="IX_Web_site_page_enabling"></a>To allow access to the library Web site from the portal page, or to another page you specify, set these PowerPAC profiles:<ul><li>Double-click <b>Navigation: Web Site</b>, and select <b>Yes</b>. This setting displays the <b>Web site</b> option on the Library Info menu. </li><li>Double-click <b>Navigation: Web Site URL</b>, and type the URL or complete network path to the page you want to display. If you leave this value blank, the default page <b>website.aspx</b> is displayed.</li></ul></li>
</ol>
<p class="NoteShade"><b>Note</b>:<br /> Website.aspx is stored on the Web server (<b>Polaris/PowerPAC/library/website.aspx</b>. You can edit the file to display a set of appropriate Web links. If you customize this file, back up your changes to preserve them in case Polaris is reinstalled on the server.</p>
<ol data-mc-continue="true">
<li value="6"><a name="kanchor16"></a><a name="IX_Polaris_PowerPAC_settings"></a><a name="kanchor17"></a><a name="IX_connection_branch"></a><a name="kanchor18"></a><a name="IX_enabling_Polaris_PowerPAC"></a><a name="kanchor19"></a><a name="IX_branch_switching_enabling"></a>To allow patrons to connect to other branches in the system once they have connected to Polaris PowerPAC, double-click the PowerPAC profile <b>Branch Switching: Enable</b>, and select <b>Yes</b>.</li>
</ol>
<p class="indent4">This setting allows patrons to choose branches in the <b>Branch</b> list on the Polaris PowerPAC banner. The chosen branchs settings become effective. If you set this to <b>No</b>, the patron can connect only to the organization represented by the connection URL.</p>
<p class="indent4"><a name="kanchor20"></a><a name="IX_in_Polaris_PowerPAC_1"></a><a name="kanchor21"></a><a name="IX_display_order_Polaris"></a><a name="kanchor22"></a><a name="IX_branch_display_order"></a>If you set <b>Branch switching: Enable</b> to <b>Yes</b>, select <b>Profiles</b>, select the PAC tab, and set the <span class="FM_Emphasis">PAC</span> profile <b>Branch list Order</b> to specify the display order of the branches: select <b>Yes</b> to display the branch names in ascending alphabetical order by name, or <b>No</b> to display the branch names in ascending numerical order by internal organization ID.</p>
<p class="indent4"><a name="kanchor23"></a><a name="IX_in_Polaris_PowerPAC_2"></a>With either setting, the system organization is always first. This profile also controls the display order of branches on the search options page, the self-registration page, and the donations page. The setting for the current connection branch is used. The profile also controls the display order of the list of pick-up libraries for requests, but in this case the setting for the patrons registered branch is used.</p>
<p class="NoteShade"><b>Note:</b>
<br /> Use the system-level PAC profile <b>Suppress branches</b> to suppress a branch from display in the <b>Switch to another branch</b> list. This profile also suppresses the selected branches from the branch lists on the Search Options scoping page, the Advanced Search scoping page, and the donation page.</p>
<ol data-mc-continue="true">
<li value="7"><a name="kanchor24"></a><a name="IX_enabling_for_Polaris"></a><a name="kanchor25"></a><a name="IX_transaction_logging"></a>To log transactions (such as hold requests and renewals) initiated through Polaris PowerPAC, select <b>System, Profiles</b> and select the PowerPAC tab, select <b>Enable logging of transactions</b>, and select <b>Yes</b>.</li>
</ol>
<p class="NoteShade"><b>Note:</b>
<br />This setting is available at the system level only. </p>
<ol data-mc-continue="true">
<li value="8"><a name="kanchor26"></a><a name="IX_single_log_on_in_Polaris"></a><a name="kanchor27"></a><a name="IX_single_log_on"></a><a name="kanchor28"></a><a name="IX_setting_in_Polaris"></a>To allow patrons to log on once for the Polaris PowerPAC session, double-click <b>Single Login: Enable</b>, and select <b>Yes</b>.</li>
</ol>
<p class="indent4">When this profile is set to <b>Yes</b>, the My Account menu and page footer display a Log In option. Once logged in, patrons select a Log Out option or quit Polaris PowerPAC to log out. For more information, see <a href="../PDOresults/Displaying_PAC_Search_Results.htm#XREF_24067_Patron_Log_On">Controlling Patron Account Login &amp; Access</a>. Be sure to set the profile to <b>Yes</b> in these cases:</p>
<blockquote>
<ul type="disc">
<li>
<p class="FM_Bullet">You offer e-sources that require patron log-in. See <a href="../PDOresults/Displaying_PAC_Search_Results.htm#XREF_31243_Setting_Up_E">Setting Up E-Source Targets</a>.</p>
</li>
<li>
<p class="FM_Bullet">You offer the ability to save searches, and want patrons to be able to work with a list of their saved searches in the dashboard. See <a href="../PDOSearching/PAC_Search_Agent_Saved_Searches.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Up Saved Searches in the PAC</span></a>.</p>
</li>
<li>
<p class="FM_Bullet">Your library uses 3M™ Public Access Management System smart cards. See step 10.</p>
</li>
</ul>
</blockquote>
<ol data-mc-continue="true">
<li value="9"><a name="kanchor29"></a><a name="IX_link_from_Polaris"></a><a name="kanchor30"></a><a name="IX_link_to_Children_s_PAC"></a>To display a link to Polaris PowerPAC Childrens Edition on Polaris PowerPAC pages, double-click <b>Navigation: Childrens PAC</b>, and select <b>Yes</b>.</li>
</ol>
<p class="NoteShade"><b>Note:</b>
<br />Polaris PowerPAC Childrens Edition is available by specific contract.</p>
<ol data-mc-continue="true">
<li value="10"><a name="kanchor31"></a><a name="IX_enabling_in_Polaris_2"></a><a name="kanchor32"></a><a name="IX_enabling_in_Polaris_1"></a>If your library uses 3M™ Public Access Management System smart cards, double-click <b>3M PAMS: Enabled</b>, and select <b>Yes</b>.</li>
</ol>
<p class="indent4">Patrons use smart cards to log in by placing the card in a reader. The cards may also provide scheduling and fund transaction capabilities. If you set this profile to <b>Yes</b>, also set <b>Single logon: Enable</b> to <b>Yes.</b></p>
<p class="NoteShade"><b>Note:</b>
<br /> Polaris PowerPAC workstations with readers must be listed in the In-House IP Addresses table. See <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>.</p>
<ol data-mc-continue="true">
<li value="11">Select <b>File &gt; Save</b>.</li>
</ol>
<h4>Related Information</h4>
<ul type="disc">
<li><span class="FM_BulletHead">Page header</span> - You can specify colors and your own logo image and position for the page header. See <a href="../PDOresults/Displaying_PAC_Search_Results.htm#XREF_92867_Customize_the_page">Customize the page header</a>.</li>
<li><span class="FM_BulletHead">Page themes - </span>You can choose the overall appearance of Polaris PowerPAC pages from several ready-made themes. See <a href="Setting_Polaris_PowerPAC_Themes.htm#XREF_52786_Setting_Polaris">Setting Polaris PowerPAC Themes</a>.</li>
<li><span class="FM_BulletHead">Portal page</span> - See <a href="Customizing_Portal_Page_Features.htm">Customizing Portal Page Features</a>.</li>
<li><span class="FM_BulletHead">Main menu bar features</span> - See <a href="Set_Polaris_PowerPAC_features_on_the_menu_bar.htm#XREF_61605_Set_Polaris">Set Polaris PowerPAC features on the menu bar</a>.</li>
<li><a name="kanchor33"></a><a name="IX_messages_4"></a><span class="FM_BulletHead">Messages</span> - Certain messages and labels on the portal page are stored in your database, and you can edit them in Polaris Administration. If you have Polaris PowerPAC Multilingual Version, you can edit them for each supported language. See <a href="../PDOresults/Displaying_PAC_Search_Results.htm#XREF_59937_Change_a_public">Edit PowerPAC messages and labels</a>.</li>
<li><span class="FM_BulletHead">Dashboards</span> - See <a href="Defining_Web_Parts_for_Dashboards.htm">Defining Web Parts for Dashboards</a>.</li>
<li><span class="FM_BulletHead">Searching options</span> - See <a href="../PDOSearching/Setting_Available_Search_Types.htm#XREF_30104_Setting_Polaris">Setting Available Search Types</a>.</li>
<li><span class="FM_BulletHead">Search results display</span> - See <a href="../PDOresults/Displaying_PAC_Search_Results.htm#XREF_59622_Setting_Up_the">Displaying PAC Search Results</a>.</li>
<li><span class="FM_BulletHead">Patron help</span> - See <a href="../PDOPowerProfs/Polaris_PowerPAC_Profiles_Reference.htm#XREF_35339_Customizing">Polaris PowerPAC Help</a>.</li>
<li><span class="FM_BulletHead">Patron log-on and access to patron accounts</span> - See <a href="../PDOPowerProfs/Polaris_PowerPAC_Profiles_Reference.htm">Setting Up Patron Account Access</a>.</li>
<li>
<p><a name="kanchor34"></a><a name="IX_specifying_for_e_mail"></a><a name="kanchor35"></a><a name="IX_sending_address"></a><a name="kanchor36"></a><a name="IX_SMTP_server"></a><span class="FM_BulletHead">Email from PAC</span> - Set the following PAC profiles for patron email:</p>
<ul type="disc">
<li>Double-click <b>Email notification: Email address of sender</b>, and type the address that should appear on patron email from the library (such as when a patron sends a title list by email). You can use a real address or a fictitious account. It must contain the @ symbol.</li>
<li>Double-click <b>Email notification: Server running SMTP service</b>, and type the domain name of the email service.</li>
</ul>
</li>
<li><span class="FM_BulletHead">Editing text on Polaris PowerPAC pages</span> - You can edit most of the text on Polaris PowerPAC pages, and preserve your changes from being overwritten if the application is updated and reinstalled. See <a href="Customizing_Language_Strings.htm#XREF_66839_Advanced">Customizing Language Strings</a>.</li>
<li><span class="FM_BulletHead">PowerPAC profiles</span> - For reference information about each Polaris PowerPAC profile, see <a href="../PDOPowerProfs/Polaris_PowerPAC_Profiles_Reference.htm#XREF_65996_Web_Interface">Polaris PowerPAC Profiles Reference</a>. For basic information about setting profiles, see <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>.</li>
<li><span class="FM_BulletHead">Server settings</span> - Certain parameters at the server level determine how Polaris PowerPAC works in the context of the system network. See <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a></li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|Customizing Portal Page Features" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Set up custom portal page content</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Set_up_custom_portal_page_content.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_93545_Set_up_custom"></a>Set up custom portal page content</h1>
<p><a name="kanchor722"></a><a name="IX_custom_content_PowerPAC"></a>You can display your own content on the portal page. To specify the link to your content:</p>
<p class="NoteShade"><b>Tip:<br /></b>If you use Polaris Bookstore, you can use the custom content area to promote the bookstore. For more information about Polaris Bookstore, see <a href="../PDOpurchase/Enabling_Online_Book_Purchases.htm#XREF_22459_Enabling_Online">Enabling Online Book Purchases</a>.</p>
<ol>
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="2">Double-click <b>Portal custom content (URL).</b></li>
<li value="3">Type the complete URL for your content, beginning with <b>http://</b>.</li>
<li value="4">Select <b>File</b>, <b>Save</b>.</li>
</ol>
<h2>Custom Portal Page Content Tips</h2>
<ul>
<li>The HTML content from the page you specify will be displayed in the custom content area on the portal page. You can include elements such as links and graphics, but be sure the source HTML specifies an absolute path for these elements.</li>
<li>Be sure your custom content displays correctly for wide (computer), medium (tablet), and narrow (phone) screens.</li>
<li>You do not have to reload Polaris PowerPAC to clear the cache whenever you change your custom content. The HTML is reloaded whenever the portal page is accessed and the content was cached more than five minutes previously. Also, you can enable or disable the custom content by setting or clearing the profile without reloading Polaris PowerPAC.</li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|Customizing Portal Page Features" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Set Up Quick Search with Search Option Buttons</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Set_up_quick_search_with_search_option_buttons.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_54809_Set_up_quick"></a>Set Up Quick Search with Search Option Buttons</h1>
<p><a name="kanchor1429"></a><a name="IX_fiction_and_non_fiction"></a><a name="kanchor1430"></a><a name="IX_in_PowerPAC_quick_search"></a><a name="kanchor1431"></a><a name="IX_fiction_and_nonfiction"></a><a name="kanchor1432"></a><a name="IX_with_search_option"></a>By default, the Polaris PowerPAC portal page includes a quick search feature that allows the patron to select a search filter. You can choose instead to supply a quick search feature with search option buttons. </p>
<p>To set up the quick search feature with search option buttons:</p>
<p class="NoteShade"><b>Note:<br /></b>You can set up the quick search with search option buttons at the system, library, or branch level. The settings for the organization to which the patron is connected determine whether this feature is available.</p>
<ol>
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="2">Double-click <b>Quick search button configuration</b>. The <b>Quick Search Button Configuration</b> dialog box opens.</li>
<li value="3">Select <b>Enable quick search buttons</b>. The remaining options become available for selection.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>If you select <b>Enable quick search buttons</b>&#160;but do not select any specific buttons, Polaris PowerPAC will use the default quick search feature instead of the quick search with buttons.</p>
<ol data-mc-continue="true">
<li value="4">Select each button option that you want to display for quick search.</li>
<li value="5">Select the search type (<b>Browse</b>&#160;or <b>Keyword</b>) that each selected button should launch.</li>
</ol>
<p class="NoteShade"><b>Notes:<br /></b><b>Anywhere</b>&#160;always launches a keyword search for the search text in any indexed field in the bibliographic records. This type of search is also launched if a patron presses <b>ENTER</b>&#160;without selecting a search option button. <br /><br /><b>Fiction</b>&#160;and <b>Nonfiction</b>&#160;also launch keyword searches in any indexed field, but filtered by fiction or nonfiction as appropriate. The system determines whether a title is fiction or non-fiction by the following bibliographic record information:<br /><br />Fiction - 008/33= 1, c, d, f, h, j, p<br /><br />Nonfiction - 008/33 = 0, e, i, s<br /><br />Selecting <b>My Library</b> searches only your library's database. <br /><br />If your library subscribes to EBSCO Discovery Service (EDS) and has <a href="../PDOresults/Configuring_the_PowerPAC_Title_Display.htm">integrated EDS&#160;with Polaris</a> PowerPAC, selecting <b>My Library plus Articles</b> searches your library's database plus articles from EDS.<br /></p>
<p class="indent2">Keyword search results are presented as a list of titles that match the search criteria. The results are sorted by relevance. Brief information is presented about each title, and the patron can select various options to see more information. See <a href="../PDOresults/Setting_PowerPAC_Narrow_Related_Search_Options.htm#XREF_59622_Setting_Up_the">Displaying PAC Search Results</a>.</p>
<p class="indent2">Browse search results initially present the portion of the index or title listings that begins with the search text. Patrons can browse through the index or title listings and select an entry to see the titles associated with the entry.</p>
<ol data-mc-continue="true">
<li value="6">Click <b>OK</b>.</li>
</ol>
<h4>Related Information</h4>
<p><span class="FM_BulletHead">Default quick search settings</span>&#160;- If you choose to use the default quick search instead of the quick search with search option buttons, you can set certain values that apply to every quick search. See <a href="../PDOSearching/Specifying_Default_Search_Settings.htm#XREF_11567_Specifying_Default">Specifying Default Search Settings</a>.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|Customizing Portal Page Features" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Set up rotating book jackets</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Set_up_rotating_book_jackets.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_95806_Set_up_rotating"></a>Set up rotating book jackets</h1>
<p><a name="kanchor3556"></a><a name="IX_on_PowerPAC_portal_page_1"></a><a name="kanchor3557"></a><a name="IX_rotating_book_jackets"></a><a name="kanchor3558"></a><a name="IX_book_jacket_images"></a><a name="kanchor3559"></a><a name="IX_placing_on_PowerPAC"></a><a name="kanchor3560"></a><a name="IX_on_PowerPAC_portal_page"></a>If you subscribe to an enriched data service, you can display book jacket images drawn from the enriched data source, randomly selected from the titles in the best-seller lists provided for dashboards. See <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>. A different image is displayed each time the portal page is accessed or refreshed. When a patron selects the image, a search is launched in the catalog for the title. If the title is not found in the catalog, the patron can click an email link to the library to request that the title be purchased. To set up rotating book jackets (system, library, or branch level):</p>
<ol>
<li value="1">Set up the subscription to the enriched data service. For more information about enriched data, see <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>.</li>
<li value="2">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PAC</b> tab in the details view.</li>
<li value="3">Double-click <b>Enriched data.</b></li>
<li value="4">Enable cover images from your enriched data provider.</li>
<li value="5">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="6">Double-click <b>Rotating best seller jacket on portal page</b>, and select <b>Yes</b>.</li>
<li value="7">Select <b>File</b>, <b>Save</b>.</li>
</ol>
<h4>Related Information</h4>
<ul type="disc">
<li><a name="kanchor3561"></a><a name="IX_purchase_requests_from"></a><a name="kanchor3562"></a><a name="IX_from_rotating_book"></a><span class="FM_BulletHead">Email server and address for purchase request </span>-<span class="FM_BulletHead">&#160;</span>When a search on the book jacket returns no results in the library catalog, the patron can request that the library purchase the title. Any email from PAC, including the purchase request, requires you to specify the SMTP server in Polaris Administration. Double-click the PAC profile <b>Email notification: Server running SMTP service</b>, and type the domain name of the email SMTP server. The purchase request goes to the email address specified for Ask Us email. See <a href="../PDOPatAcc/Set_up_and_start_Ask_Us.htm">Set up and start Ask Us</a>.</li>
<li><span class="FM_BulletHead">Rotating book jackets and content carousels</span>&#160;- A content carousel is a rotating graphical representation of a library-specified list of materials in the local library catalog. The PowerPAC user can click any title in the carousel to launch a search for the title. While it is possible to enable both rotating book jackets and content carousels on the portal page, the result will likely confuse the user since the features may appear somewhat similar but serve different purposes. Innovative recommends that you enable one or the other of these features, but not both. If you do enable both, the content carousel appears below the rotating book jacket image. See <a href="Content_Carousels_on_the_PowerPAC_Portal_Page.htm">Content Carousels on the PowerPAC Portal Page</a>.</li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Setting Polaris PowerPAC Themes</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Setting_Polaris_PowerPAC_Themes.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_52786_Setting_Polaris"></a>Setting Polaris PowerPAC Themes</h1>
<p><a name="kanchor955"></a><a name="IX_dashboard_position"></a><a name="kanchor956"></a><a name="IX_themes"></a><a name="kanchor957"></a><a name="IX_overview_177"></a>You can change the overall appearance of your librarys Polaris PowerPAC, without complex coding, by choosing a page theme (skin). You can set themes at the system, library, or branch level. When a patron connects to Polaris PowerPAC, the connection branchs theme is displayed. If you allow patrons to switch branches, the theme changes according to the selected branchs setting. Five themes are available: Ocean (the default), Pomegranate, Mint, Black &amp; Gold, and Gray. You can also set the dashboard position (left or right side of the page) for any theme you select.</p>
<p><a name="kanchor958"></a><a name="IX_setting_13"></a><a name="kanchor959"></a><a name="IX_selecting_7"></a>To set a Polaris PowerPAC theme and dashboard position:</p>
<ol>
<li value="1">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and select the <b>PowerPAC</b> tab in the details view.</li>
<li value="2">Double-click <b>Theme selection</b>, and select a theme from the drop-down list.</li>
<li value="3">Double-click <b>Theme dashboard position</b>, and set the position of the dashboard (<b>Left</b>&#160;or <b>Right</b>) for your selected theme.</li>
</ol>
<p class="NoteShade"><b>Note:<br></br></b>This setting does not affect the product page (full display) for an entry in the users search results. The product page dashboard is always on the right.</p>
<ol data-mc-continue="true">
<li value="4">Select <b>File </b>&gt;<b> Save</b>.</li>
<li value="5">Reload PowerPAC pages to see your changes. See <a href="Administering_Polaris_PowerPAC.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Up Polaris PowerPAC - Overview</span></a>.</li>
</ol>
<h4>Related Information</h4>
<ul type="disc">
<li><span class="FM_BulletHead">Editing theme fonts and colors</span>&#160;- Theme appearance is controlled by a shared style sheet (.css) file. You can override fonts, colors, and link appearance for a custom theme. For more information, see <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>.</li>
<li><span class="FM_BulletHead">Editing text on Polaris PowerPAC pages</span>&#160;- You can edit most of the text on Polaris PowerPAC pages no matter what theme is chosen, and preserve your changes from being overwritten if the application is updated and reinstalled. See <a href="Customizing_Language_Strings.htm#XREF_66839_Advanced">Customizing Language Strings</a>.</li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Setting Up Live Virtual Reference Services</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Setting_Up_Live_Virtual_Reference_Services.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_84457_Linking_to_a"></a>Setting Up Live Virtual Reference Services</h1>
<p><a name="kanchor728"></a><a name="IX_virtual_reference"></a><a name="kanchor729"></a><a name="IX_overview_181"></a>If your library contracts for services with a virtual reference service provider, you can offer online reference services in live chat format through Polaris PowerPAC. Polaris currently supports virtual reference services from Tutor.com (Virtual Reference Toolkit™) and QuestionPoint<sup>SM</sup>&#160;from OCLC Online Computer Library Center, Inc. The provider can be set at the branch level, and different organizations in the system can use different providers. However, a branch can offer only one provider at a time.</p>
<p>Tutor.com services require a patron logon to use live virtual reference. If you use QuestionPoint services, you can require a patron logon or allow users to access virtual reference services as “guests” without logging on. </p>
<p>When the virtual reference service is enabled, a link at the bottom of most PowerPAC pages leads to the reference service. If a search is unsuccessful, Polaris PowerPAC also displays a prompt to use the service. A patron selects the link, logs on, and types a question. The question, along with patron identification information, is sent to the providers URL. &#160;If you do not require users to log on for QuestionPoint, the <b>Guest</b> link on the log-on page goes directly to the QuestionPoint site, and users submit their questions at the site. Polaris records a transaction for every virtual reference session.</p>
<p><a name="kanchor730"></a><a name="IX_transcripts_availability"></a>In addition, patrons can access their patron accounts to see a list of their virtual reference sessions. Only logged-on sessions are listed. The session list includes the date and time the session was ended and the original question. From the list, the patron may be able to view a detailed transcript of the session. The branch where the patron is logged on (not necessarily the patrons registered branch) must be set up for the specific provider in order to display that providers transcripts in the patron account. The information available in a transcript varies by virtual reference provider, and some virtual reference providers may not support stored transcripts. Currently, both Tutor.com and QuestionPoint support transcripts viewable from the PAC.</p>
<p><a name="kanchor731"></a><a name="IX_setting_up_20"></a>To make a virtual reference service available:</p>
<ol>
<li value="1">Establish an agreement with a virtual reference service.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>Obtain the settings you need for this procedure from the virtual reference provider. See later steps in this procedure for the appropriate list of settings. Be sure the provider is aware of which Polaris PowerPAC page patrons should return to when they exit from the providers site.</p>
<ol data-mc-continue="true">
<li value="2">In the Administration Explorer tree view, open the <b>Profiles</b>&#160;folder for the organization, and click the <b>PowerPAC</b> tab in the details view.</li>
<li value="3">Double-click <b>Virtual reference: Enable</b>, and select <b>Yes</b>. This setting displays the virtual reference link on Polaris PowerPAC pages, and allows access to the virtual reference session history from the patron account.</li>
<li value="4">Double-click <b>Virtual reference: Supplier</b>, and select your virtual reference provider from the list. </li>
<li value="5">Double-click <b>Virtual reference: Configure.</b> The Virtual Reference Configure dialog box opens with the Tutor.com tabbed page displayed.</li>
</ol>
<p class="indent2">
<img alt="VirtRefTut.gif" style="margin-bottom: 0.000pt;width: 198;height: 168;" id="image40" src="VirtRefTut_198x168.gif" />&#160;</p>
<p class="NoteShade"><b>Note:<br /></b>You need specific information from the provider to do the next steps.</p>
<ol data-mc-continue="true">
<li value="6"><a name="kanchor732"></a><a name="IX_Tutor_com_settings"></a>If your provider is Tutor.com, set the following connection profiles on the Tutor.com tabbed page:</li>
</ol>
<ul type="disc">
<li><b>Category, DB Name, DB Login, DB Password, Interact Server, Live Server - </b>Obtain these site-specific values from Tutor.com.</li>
<li><b>Main URL</b>&#160;- URL that connects to the Tutor.com virtual reference librarian</li>
<li><b>Partition - </b>Obtain this site-specific value from Tutor.com.</li>
<li><b>Transcript URL</b>&#160;- URL that retrieves virtual reference history for a patron</li>
<li><b>View Port - </b>Your Polaris PowerPAC home page URL</li>
</ul>
<ol start="7">
<li value="7"><a name="kanchor733"></a><a name="IX_QuestionPoint_settings"></a>If your provider is QuestionPoint, set the following profiles on the QuestionPoint tabbed page:</li>
</ol>
<p class="indent2">
<img alt="QPoint_Config.gif" style="margin-bottom: 0.000pt;width: 215;height: 183;" id="image41" src="QPoint_Config_215x183.gif" />&#160;</p>
<ul type="disc">
<li><b><b>Library ID, Category</b> - Obtain these site-specific values from OCLC.</b>
</li>
<li><b>Partner ID</b> - Not needed</li>
<li><b>Main URL</b>&#160;- URL that connects to the QuestionPoint virtual reference librarian</li>
<li><b>Transcript URL</b> - Not needed</li>
<li><b>View Port </b> - Your Polaris PowerPAC home page URL</li>
<li><b>Log in required</b>&#160;- If you want to restrict access to registered patrons, select this option. If this option is not checked, a <b>Guest</b>&#160;button is displayed on the virtual reference log-in page. The user can click <b>Guest</b>&#160;to go straight to the QuestionPoint Web site and submit a question.</li>
<li><b>No Login URL</b>&#160;- If you do not require log-in, type the QuestionPoint URL to which the <b>Guest</b> link should connect.</li>
</ul>
<p class="indent2">For more information about setting up QuestionPoint virtual reference, go to</p>
<p class="indent2"><b style="font-style: normal;font-weight: bold;color: #000000;text-decoration: none;letter-spacing: 0.00em;">http://questionpoint.org/support</b>
</p>
<ol start="8">
<li value="8">Click <b>OK</b>&#160;to save your settings for the currently selected provider and close the dialog box.</li>
</ol>
<p class="NoteShade"><b>Note:<br /></b>Click <b>X</b>&#160;in the upper right corner of the dialog box to cancel your changes <span class="FM_Emphasis">for the currently selected provider</span> and close the dialog box.</p>
<ol data-mc-continue="true">
<li value="9">Restart the Internet Information Server (IIS). Polaris Hosted customers should contact Polaris Customer Support to perform an IIS reset. </li>
</ol>
<h4>Related Information</h4>
<p><span class="FM_BulletHead">Email reference service</span>&#160;- You can allow patrons to send reference questions to your library via email. See <a href="../PDOPatAcc/Set_up_and_start_Ask_Us.htm">Set up and start Ask Us</a>.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" />
<meta name="OriginalFile" content="file:///Z:/Projects - Polaris/POLARIS ILS Help/FM/PDOpower.fm" /><title>Setting Up RSS Feeds</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Setting_Up_RSS_Feeds.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1><a name="XREF_57679_Setting_Up_RSS"></a>Setting Up RSS Feeds</h1>
<p><a name="kanchor499"></a><a name="IX_Polaris_PowerPAC_setup"></a><a name="kanchor500"></a><a name="IX_RSS_feeds"></a>Real Simple Syndication (RSS) is a method of publishing links to content on your Web site. You can allow patrons to set up RSS feeds for new titles from Polaris PowerPAC directly to a Web site such as My Yahoo!. When the feed is received, the patron can click the link on the Web site to see a list of new titles in your library catalog and launch a catalog search for a specific title. Polaris PowerPAC is RSS 2.0 compliant.</p>
<p><a name="kanchor501"></a><a name="IX_RSS_feeds_from_PAC"></a>Processing for the RSS feed is related to Polaris PowerPACs New Titles dashboard feature (see <a href="../PDOresults/Configuring_the_PowerPAC_Title_Display.htm#XREF_93947_Automatic_Web_Parts">Automatic Web Parts</a>). Automatic processing for the New Titles Web part occurs nightly via the SQL job <b>Dashboard_NewTitles</b>, and the dashboard links contain new titles for the past 31 days. For the RSS feed, background processing updates the current New Titles list hourly via the SQL job <b>RSS_PopulateNewTitles</b>. If you want to test RSS feeds after setup, you can run this job manually.</p>
<p>Set these <b>PowerPAC</b> profiles to control RSS feeds:</p>
<ul type="disc">
<li><b>RSS Feeds: Enable</b>&#160;- Allows RSS feeds from Polaris PowerPAC. This profile is available at the system, library, and branch levels.</li>
<li><b>RSS Feeds: Maximum new releases</b>&#160;- Specifies how many titles should be listed in the RSS feed that the patron receives. This profile is available at the system level only; that is, it controls the number for every branch that enables RSS feeds.</li>
</ul>
<p>When RSS is enabled, an orange RSS icon appears in the New Titles dashboard.</p>
<p>
<img src="../../../Resources/Images/PACRSSIcon.png" alt="" />
</p>
<p>Patrons can click the icon to set up feeds, or click <b>Whats RSS?</b>&#160;for more information about how to set up RSS feeds and where to find readers. When you click the RSS icon, the RSS feeds are listed in the center area of the page. If you have a Windows-based reader such as SharpReader, you can drag each feeds orange XML icon to the reader. If you have a Web-based RSS news reader such as My Yahoo!, you copy the URL for the feed and paste it into the appropriate field on the news readers RSS set-up page. If the patron subscribes to the RSS feed while connected to the system organization, the feed supplies all new titles in the system. If the patron subscribes to the feed while connected to a branch organization, the feed supplies all new titles for the branch. </p>
<p>When RSS is enabled, the header of the Polaris PowerPAC default.aspx page includes link tags that contain the RSS URLs. This allows RSS-aware browsers such as Firefox® to recognize the RSS feeds automatically when the user navigates to the portal page. Also, certain RSS programs such as SharpReader allow the user to enter the main URL of the Web site. For these programs, the patron can enter the main Polaris PowerPAC URL. The RSS program recognizes the links in the page header and subscribes to the feeds automatically.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,820 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|[%=System.LinkedTitle%]|[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Type of Material Filters</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<link href="../../../Resources/TableStyles/BlueHeader.css" rel="stylesheet" data-mc-stylesheet-type="table" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/Type of Material Filters.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1>Type of Material Filters</h1>
<p>The standard formats/material types are derived from the bibliographic records. The Polaris database includes a Type of Material search access point, which finds the formats and types of materials defined in the Z39.89 standard for MARC bibliographic records, as well as several Polaris-specific types. Formats are identified in the LDR/06, LDR/07, 006/00 or 007/00 fields of the MARC record. Types of material are identified in the LDR/06, LDR/07, 006/00, 007/00, 008/21, 008/23, or 008/29 fields. For details,<MadCap:conditionalText data-mc-conditions="Primary.Online"> see <a href="../../Cataloging/PKTOMs/Type_of_Material_Codes_TOMs.htm#XREF_79954_Type_of_Material">Type of Material Codes (TOMs)</a>.</MadCap:conditionalText> You can offer any, all, or none of these as options in the <b>Limit by</b> list. In addition to selecting a format/material type filter from the <b>Limit by</b>&#160;list, patrons can do a Boolean (CQL) search for any format/type of material using the access point <b>TOM =</b>. For more information about CQL, see <a href="../PDOstart/Public_Access_Administration.htm" class="MCXref xref"><span style="color: Blue;" class="mcFormatColor">Setting Public Access Profiles and Parameters</span></a>.</p>
<p>In PAC search results, an icon indicates the format/type for a title. A tooltip identifies the icon. If several formats/types are associated with a title, a programmed order of precedence determines which icon is displayed. Users can see all the formats/types in the record in the detailed information view of the title.</p>
<p>You can also use CQL commands to set up custom filters for the <b>Limit by</b>&#160;list. You can offer only standard formats/types of material, only your custom filters, or any combination of the two.</p>
<p class="NoteShade"><b>Note:<br /></b>Search filters do not apply to title searches launched from the dashboard.</p>
<p><a name="kanchor4082"></a><a name="IX_PAC_icons_list"></a>The table lists the standard types of material (TOM) by name and code, the TOMs corresponding icon, and the icon filename. These are the default TOM filters available for the <b>Limit by</b> list.</p>
<p class="NoteShade"><b>Note:<br /></b>By default, the TOM icon files are located at <b>C:\Program Files\Polaris\{version}\PowerPAC\themes\shared\formats</b>&#160;on your PowerPAC server. See the table below for icon filenames. If you edit an icon file, be sure to back up your changes so you can replicate them after an upgrade.</p>
<table style="border-spacing: 0;padding-left: 3.00pt;padding-top: 4.00pt;padding-right: 3.00pt;padding-bottom: 3.00pt;float: alignleft;mc-table-style: url('../../../Resources/TableStyles/BlueHeader.css');margin-left: 0;margin-right: auto;width: 100%;" cellspacing="1" class="TableStyle-BlueHeader">
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 1.5in;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 1.5in;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 1.5in;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 1.5in;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 1.5in;" />
<thead>
<tr class="TableStyle-BlueHeader-Head-Header1">
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">
<p class="FM_TableHeading">Format/Type of Material</p>
</th>
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">
<p class="FM_TableHeading">Code</p>
</th>
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">
<p class="FM_TableHeading">Icon</p>
</th>
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">
<p class="FM_TableHeading">Icon Filename</p>
</th>
<th class="TableStyle-BlueHeader-HeadD-Column1-Header1">Enabled by Default</th>
</tr>
</thead>
<tbody>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Abstract</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">abs</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid39.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image26" src="../PDOSearching/formatid39.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid39.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Archival/mixed materials</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mix</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid07.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image47" src="../PDOSearching/formatid07.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid07.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Atlas</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">atl</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid47.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Audio books</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">abk</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid37.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image27" src="../PDOSearching/formatid37.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid37.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Audio book on cassette</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">abt</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid53.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Audio book on CD</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">abc</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid52.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Blu-Ray Disc</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">brd</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid40.gif" style="margin-bottom: 0.000pt;width: 35;height: 35;" id="image29" src="../../../Resources/Images/formatid53_35x35.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid40.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Blu-Ray + DVD</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">bdv</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid45.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Book</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">bks</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid01.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image32" src="../PDOSearching/formatid01.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid01.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Book + Cassette</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">bcs</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid43.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image30" src="../PDOSearching/formatid43.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid43.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Book + CD</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">bcd</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid42.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image31" src="../PDOSearching/formatid42.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid42.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Book + DVD</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">bkv</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid46.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Braille</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">brl</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid28.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image33" src="../PDOSearching/formatid28.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid28.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Cartographic material</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">cmt</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid03.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image34" src="../PDOSearching/formatid03.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid03.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Digital collection</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">dmc</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid38.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image35" src="../PDOSearching/formatid38.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid38.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">DVD</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">dvd</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img src="../../../Resources/Images/formatid53_41x28.gif" style="width: 41;height: 28;" alt="" />
</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid33.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">EAudioBook</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">aeb</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid41.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image28" src="../PDOSearching/formatid41.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid41.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Ebooks</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">ebk</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid36.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image37" src="../PDOSearching/formatid36.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid36.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Electronic resources</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">elr</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid06.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image38" src="../PDOSearching/formatid06.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid06.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Emagazine</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">emg</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid50.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Globe</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">glb</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid14.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image39" src="../PDOSearching/formatid14.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid14.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Kit</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">kit</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid23.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image40" src="../PDOSearching/formatid23.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid23.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Large print</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">lpt</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid27.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image41" src="../PDOSearching/formatid27.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid27.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Manuscript cartographic material</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mcm</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid12.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image42" src="../PDOSearching/formatid12.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid12.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Manuscript material</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mss</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid15.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image43" src="../PDOSearching/formatid15.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid15.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Manuscript music</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mmu</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid10.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image44" src="../PDOSearching/formatid10.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid10.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Map</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">map</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid13.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image45" src="../PDOSearching/formatid13.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid13.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Microform</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mic</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid26.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image46" src="../PDOSearching/formatid26.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid26.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Motion picture</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mot</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid17.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image48" src="../PDOSearching/formatid17.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid17.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Music CD</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mcd</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid35.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image49" src="../PDOSearching/formatid35.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid35.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Musical sound recording</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">msr</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid21.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image50" src="../PDOSearching/formatid21.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid21.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Newspaper</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">new</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid25.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image51" src="../PDOSearching/formatid25.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid25.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Nonmusical sound recording</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">nsr</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid22.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image52" src="../PDOSearching/formatid22.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid22.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Periodical</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">per</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid24.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image53" src="../PDOSearching/formatid24.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid24.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Printed cartographic material</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">pcm</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid11.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image54" src="../PDOSearching/formatid11.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid11.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Printed music</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">pmu</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid09.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image55" src="../PDOSearching/formatid09.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid09.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Printed or manuscript music</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">mus</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid02.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image56" src="../PDOSearching/formatid02.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid02.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">N</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Projected medium</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">pgr</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid16.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image57" src="../PDOSearching/formatid16.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid16.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Serial</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">ser</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid08.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image58" src="../PDOSearching/formatid08.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid08.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Sound recording</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">rec</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid05.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image59" src="../PDOSearching/formatid05.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid05.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Streaming music</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">stm</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid48.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Streaming video</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">stv</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid49.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Three-dimensional object (artifact)</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">art</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid20.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image60" src="../PDOSearching/formatid20.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid20.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Two-dimensional nonprojected graphic</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">ngr</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid19.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image61" src="../PDOSearching/formatid19.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid19.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;vertical-align: top;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Video game</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">vgm</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid44.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Videorecording</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">vid</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid18.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image62" src="../PDOSearching/formatid18.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid18.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">Videotape</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">vcr</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid34.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image63" src="../PDOSearching/formatid34.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p class="FM_TableBody">formatid34.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">Vinyl</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">vyl</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<img src="../../../Resources/Images/formatid53.gif" alt="" />
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyE-Column1-Body1">formatid51.gif</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="text-align: center;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;">Y</td>
</tr>
<tr style="height: 37.15pt;" class="TableStyle-BlueHeader-Body-Body1">
<td style="width: 162.454pt;border-left-style: double;border-left-width: 3px;border-left-color: #000000;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: double;border-bottom-width: 3px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyB-Column1-Body1">
<p class="FM_TableBody">Visual materials</p>
</td>
<td style="width: 60.454pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: double;border-bottom-width: 3px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyB-Column1-Body1">
<p class="FM_TableBody">vis</p>
</td>
<td style="width: 47.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: double;border-bottom-width: 3px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyB-Column1-Body1">
<p class="FM_HelpGraphics">
<img alt="formatid04.gif" style="width: 26.480pt;height: 26.480pt;margin-bottom: 0.000pt;" id="image64" src="../PDOSearching/formatid04.gif" />&#160;</p>
</td>
<td style="width: 82.113pt;border-right-style: solid;border-right-width: 1px;border-right-color: #000000;border-bottom-style: double;border-bottom-width: 3px;border-bottom-color: #000000;vertical-align: top;padding-left: 6.00pt;padding-top: 3.00pt;padding-right: 6.00pt;padding-bottom: 3.00pt;" class="TableStyle-BlueHeader-BodyB-Column1-Body1">
<p class="FM_TableBody">formatid04.gif</p>
</td>
<td class="TableStyle-BlueHeader-BodyA-Column1-Body1" style="text-align: center;border-left-style: none;border-left-width: 1px;border-right-style: none;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;">N</td>
</tr>
</tbody>
</table>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,145 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Configuring How Frequently the Cookie Policy Message Appears
</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<link href="../../../Resources/TableStyles/BlueHeader.css" rel="stylesheet" data-mc-stylesheet-type="table" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/configuring_cookie_policy.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1>Configuring How Frequently the Cookie Policy Message Appears
</h1>
<p>When a patron clicks <b>Accept</b>, the cookie policy message disappears and does not reappear for a configurable period of time. You can configure different "cookie acceptance" periods for different types of users:</p>
<ul>
<li>In-house patrons (patrons accessing PowerPAC&#160;at public workstations in the library)</li>
<li>External patrons (patrons accessing PowerPAC&#160;from home)</li>
</ul>
<h2>For In-house Patrons</h2>
<p>For in-house patrons, PowerPAC&#160;uses the <b>PowerPAC:&#160;Patron inactivity timeout</b> profile setting to determine when to display the cookie policy message.</p>
<p>When an in-house patron clicks <b>Accept</b>, the cookie policy message disappears and does not reappear until one of the following conditions causes it to reappear:</p>
<table style="mc-table-style: url('../../../Resources/TableStyles/BlueHeader.css');margin-left: 0;margin-right: auto;" class="TableStyle-BlueHeader" cellspacing="1">
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 1.76in;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 2.61in;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 5.01in;" />
<thead>
<tr class="TableStyle-BlueHeader-Head-Header1">
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1" style="text-align: left;"><b>If the patron is</b>
</th>
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1" style="text-align: left;"><b>And</b>
</th>
<th class="TableStyle-BlueHeader-HeadD-Column1-Header1" style="text-align: left;"><b>The following occurs</b>
</th>
</tr>
</thead>
<tbody>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">Signed in</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">Signs out of PowerPAC</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">The cookie policy message appears.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">Signed in</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">Leaves the workstation without signing out</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">
<p>The cookie policy message appears when the <b>Patron inactivity timeout</b> period elapses.</p>
<p>If this profile is not enabled in Polaris Administration, the cookie policy message appears when the session timeout period elapses.</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyB-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">Not signed in</td>
<td class="TableStyle-BlueHeader-BodyB-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">Leaves the workstation</td>
<td class="TableStyle-BlueHeader-BodyA-Column1-Body1" style="padding-left: 15px;border-left-style: none;border-left-width: 1px;border-right-width: 1px;border-top-style: none;border-top-width: 1px;border-bottom-width: 1px;text-align: left;">The cookie policy message appears when the session timeout period elapses.</td>
</tr>
</tbody>
</table>
<div class="NoteShade">
<p><b>Notes:</b>
</p>
<ul>
<li>For more information about the <b>Patron inactivity timeout</b> profile setting, see <a href="../PDOPatAcc/Set_an_inactivity_timeout_for_in-house_workstations.htm">Set inactivity timeout for in-house workstations</a>.</li>
<li>PowerPAC's default session timeout period is 20 minutes. Contact Innovative Support to change the timeout period.</li>
</ul>
</div>
<h2>For External Patrons</h2>
<p>For external patrons, PowerPAC&#160;uses the system-level <b>PowerPAC:&#160;Cookie acceptance: External workstation retention period</b> profile setting to determine when to display the cookie policy message.</p>
<p><b>To configure how frequently the cookie policy message appears for external patrons</b>
</p>
<ol>
<li value="1">In the Administration Explorer, select <b>System</b> &gt;&#160;<b>Profiles</b> &gt;&#160;<b>PowerPAC</b>.</li>
<li value="2">
<p>On the PowerPAC&#160;tab, double-click the value beside the <b>Cookie acceptance:&#160;External workstation retention period</b> profile.</p>
<p>
<img src="../../../Resources/Images/cookie_acceptance_external_600x451.png" style="vertical-align: baseline;width: 600;height: 451;" alt="" />
</p>
</li>
<li value="3">
<p>Enter a value in days.</p>
<p>When an external patron accepts the cookie policy, the message disappears and does not reappear until the specified <b>External workstation retention period</b> elapses. By default, this profile is set to 365 days.</p>
<p class="NoteShade"><b>Note:</b>
<br />The cookie policy message reappears before the <b>External workstation retention period</b> elapses if the patron clears their browser cache and cookies.</p>
</li>
</ol>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Customizing the Cookie Policy Message Text</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/customizing_cookie_policy.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1>Customizing the Cookie Policy Message Text</h1>
<p>Two strings in the Polaris Web Admin Tool allow you to customize the cookie policy message:</p>
<ul>
<li>PACML_PRIVACY_POLICY - Cookie policy message text</li>
<li>PACPROF_COOKIE_ACCEPT_BUTTON - Accept button label</li>
</ul>
<p>By default, the cookie policy message includes links to Innovative's privacy policy and services privacy policy. You can edit the message to include links to your library's policies.</p>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]|[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Enabling the Cookie Policy Message</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/enabling_cookie_policy_message.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1>Enabling the Cookie Policy Message</h1>
<p>You can enable or disable the appearance of the cookie policy message at the system level.</p>
<p><b>To enable the cookie policy message</b>
</p>
<ol>
<li value="1">In the Administration Explorer, select <b>System</b> &gt;&#160;<b>Profiles</b> &gt;&#160;<b>PowerPAC</b>.</li>
<li value="2">
<p>On the PowerPAC&#160;tab, set the <b>Cookie acceptance:&#160;Enable</b> profile to <b>Yes</b>.</p>
<p>
<img src="../../../Resources/Images/cookie_acceptance_enable_600x457.png" style="width: 600;height: 457;" alt="" />
</p>
</li>
</ol>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-search-type="Stem" data-mc-help-system-file-name="Default.xml" data-mc-path-to-help-system="../../../" data-mc-toc-path="Public Access Administration |[%=System.LinkedTitle%]" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Prompting PowerPAC&#160;Users to Accept Cookies</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link href="../../../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Skins/Default/Stylesheets/Components/Print.css" rel="stylesheet" type="text/css" data-mc-generated="True" />
<link href="../../../Resources/Stylesheets/BookStyles.css" rel="stylesheet" type="text/css" />
<script src="../../../Resources/Scripts/jquery.min.js" type="text/javascript">
</script>
<script src="../../../Resources/Scripts/purify.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/require.config.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/foundation.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/plugins.min.js" type="text/javascript" defer="defer">
</script>
<script src="../../../Resources/Scripts/MadCapAll.js" type="text/javascript" defer="defer">
</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-CFH4DBPHLD">
</script>
<script>/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CFH4DBPHLD');
/* ]]> */</script>
</head>
<body>
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop"><a href="../../../Default.htm#PolarisStaffHelp/Public_Access_Admin/PDOpower/powerpac_cookie_acceptance.htm">Open topic with navigation</a>
</p>
<div class="nocontent">
<div class="MCBreadcrumbsBox_0 breadcrumbs" role="navigation" aria-label="Breadcrumbs" data-mc-breadcrumbs-divider=" &gt; " data-mc-breadcrumbs-count="3" data-mc-toc="True"><span class="MCBreadcrumbsPrefix">You are here: </span>
</div>
</div>
<div class="content">
<div role="main" id="mc-main-content">
<h1>Prompting PowerPAC&#160;Users to Accept Cookies</h1>
<p>You can configure PowerPAC&#160;to display a message that informs patrons that the site uses cookies and prompts them to agree to the use of cookies.</p>
<p>When you enable this feature, the following message appears at the bottom of each PowerPAC screen. The message formatting matches your PowerPAC&#160;theme.</p>
<p>
<img src="../../../Resources/Images/cookieBanner_672x87.png" style="width: 672;height: 87;" alt="" />
</p>
<p>When a patron clicks <b>Accept</b>, the message disappears. </p>
<p>By default, the cookie policy message is not enabled.</p>
<p><b>To enable and manage the cookie policy message</b>
</p>
<ul>
<li><a href="enabling_cookie_policy_message.htm">Enabling the Cookie Policy Message</a>
</li>
<li><a href="customizing_cookie_policy.htm">Customizing the Cookie Policy Message Text</a>
</li>
<li><a href="configuring_cookie_policy.htm">Configuring How Frequently the Cookie Policy Message Appears</a>
</li>
</ul>
</div>
</div>
<table style="border-spacing: 3px 3px;border-left-width: 0;border-right-width: 0;border-top-style: solid;border-top-width: 1pt;border-top-color: #000000;border-bottom-style: solid;border-bottom-width: 1pt;border-bottom-color: #000000;margin-left: 0;margin-right: auto;width: 100%;">
<col style="width: 50%;" />
<col style="width: 50%;" />
<tbody>
<tr>
<td><span class="mc-variable III_Variables.Prod_Polaris variable">Polaris</span> Version <span class="mc-variable III_Variables.VersionNumber variable">7.2</span></td>
<td colspan="2" style="text-align: right;">&#160;<a href="../../../FrontMatter/LegalNotices.htm"><span class="mc-variable III_Variables.Copyright_Date variable">© 2022</span> <span class="mc-variable III_Variables.CoName_Long variable">Innovative (Part of Clarivate)</span></a></td>
</tr>
</tbody>
</table>
<table style="width: 100%;">
<col />
<tbody>
<tr>
<td colspan="3" style="text-align: center;">&#160;<a href="mailto:doccust@iii.com?subject=Documentation Feedback for Polaris Staff Client Online Help" title="Send feedback to Innovative" alt="Send documentation feedback"><span style="color: #000000;">Send documentation feedback to </span><span class="mc-variable III_Variables.CoName_Short variable">Innovative Interfaces®</span></a></td>
</tr>
</tbody>
</table>
</body>
</html>