Files
2026-07-28 08:26:53 -04:00

368 lines
33 KiB
HTML

<!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="PAC Customization" 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="Content-Type" content="text/html; charset=utf-8" />
<meta name="search-keywords" content="circulation, public services, DQ2407050, Polaris user guide" /><title>Customizing Layouts</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/PAC Customization/PACCustom/Customizing_Layouts.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="kanchor3993"></a>Customizing Layouts</h1>
<p>Beyond the color and layout changes possible by overriding the PowerPAC CSS classes and styles, overall layout structure for the PowerPAC header, menu options, footer, and dashboards can be customized by editing the application primary master page.</p>
<p>PowerPAC pages share a common ASP.NET master page called <b>site.master</b> which resides in the root directory. With knowledge of HTML, ASP.NET, and C#, a customized version of this file can result in changes in the layout of the header, menu options, and footer that may not be possible through CSS changes.</p>
<p>The <b>site.master</b> file can be modified in place, but be sure to make a backup of the original file. Also, be aware that changes will be overwritten when PowerPAC is upgraded on your server. A better method is to create a custom theme and then create a copy of <b>site.master</b> in your custom theme folder. PowerPAC always looks for a <b>site.master</b> in the selected theme folder before defaulting to the version in the application's root directory.</p>
<p>Most of the dynamic data content for portions of PowerPAC pages that are rendered via the <b>site.master</b> file are contained in a C# object called PageData. </p>
<p>The following attributes of the PageData object are available for use in any customized PowerPAC master page:</p>
<table cellspacing="1" style="margin-left: 0;margin-right: auto;width: 100%;">
<col class="TableStyle-BlueHeader-Column-Column1" style="width: auto;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: 139px;" />
<col class="TableStyle-BlueHeader-Column-Column1" style="width: auto;" />
<thead>
<tr class="TableStyle-BlueHeader-Head-Header1">
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">ATTRIBUTE</th>
<th class="TableStyle-BlueHeader-HeadE-Column1-Header1">C# DATA TYPE</th>
<th class="TableStyle-BlueHeader-HeadD-Column1-Header1">DESCRIPTION</th>
</tr>
</thead>
<tbody>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p>IsPatronAccountEnabled</p>
</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">
<p>bool</p>
</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p>Patron account access link. Enabled - Boolean attribute indicating whether or not patron logons are allowed.</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Banner.CustomBackgroundColor</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Custom background color style for banner as specified in Polaris Administration</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Banner.CustomForegroundColor</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Custom font color style for organization name display as specified in Polaris Administration</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Banner.IsShowOrganizationName</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">bool</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Whether to display organization name as specified in Polaris Administration</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Banner.HeaderAlignment</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">HTML style attribute for horizontal alignment of header display data</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Branches</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">list&lt;&gt;</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">List of branch (organization) links included in drop-down list used to switch branches</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Branch.URL</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">URL used to switch to a given branch</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Branch.Label </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Branch (organization) display name</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">ChildrensPAC.IsEnabled </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">bool </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Boolean attribute indicating whether or not Children's PAC logo/link displays</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">ChildrensPAC.LinkUrl </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">HREF link to Children's PAC main page</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">ChildrensPAC.Label </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Display text of Children's PAC link</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">CopyrightText </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Text of copyright statement</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Languages </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1"> list&lt;&gt;</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">List of languages that this installation of PowerPAC supports</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Language.Label</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1"> Label of the specific language option link</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">Language.URL </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">URL of the specified language option link</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">CurrentLanguageID</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">int</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">
<p>Currently selected language. Could be used to conditionally display static text in the site.master in different languages. Valid values include those licensed by the system. Possible values:</p>
<p>1033 - English</p>
<p>1042 - Korean</p>
<p>1045 - Polish</p>
<p>1049 - Russian</p>
<p>1065 - Farsi - Persian</p>
<p>1066 - Vietnamese</p>
<p>1081 - Hindi</p>
<p>1141 - Hawaiian - United States</p>
<p>2052 - Chinese</p>
<p>3082 - Spanish - Span (Modern Sort)</p>
<p>3084 - French - Canada</p>
<p>12289 - Arabic</p>
<p>15372 - Haitian Creole</p>
</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">HeaderLogo.ImageUrl</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1"> URL for image of main header</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">HeaderLogo.LinkUrl </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">HREF link for main header logo</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">HeaderLogo.AltText </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">ALT text for main header logo</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">OrganizationName </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Name of the currently selected organization</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">OrganizationID</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">int </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1"> ID for the currently selected organization. Could be used to key off of to conditionally display static text for specific organizations.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">PageID </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">int </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Web page ID for the page, typically used to determine which dashboards to display. Could also be used to key off of for any additional page-specific content.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">IsPatronLoggedOn </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">bool </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Boolean attribute indicating whether or not a patron is logged on</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">PatronName </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Name of currently logged on patron</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">PolarisFooterLogo.ImageUrl </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">URL of the "Powered by Polaris" image logo</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">PolarisFooterLogo.AltText </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">ALT text for the "Powered by Polaris" image logo</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuOptions </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1"> list&lt;&gt;</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">List of main menu categories and sub-options as defined in HeaderData.xml</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuOption.ID </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">int </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">ID of main tab option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuOption.IsSelected </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">bool </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Boolean indicating whether this is the currently selected option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuOption.Link.URL </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">URL for the option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuOption.Link.Label </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Text label for the option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuOption.MenuSubOptions </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">list&lt;&gt;</td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">List of sub-options for this main category. An empty list indicates there are no sub-options.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuSubOption.ID </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">int </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">ID of sub-option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuSubOption.IsSelected </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">bool </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Boolean attribute indicating whether this is the currently selected sub-option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuSubOption.Link.URL </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">URL for the sub-option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MenuSubOption.Link.Label </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">ext label for the sub-option</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MobilePAC.IsShowLink </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">bool </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Boolean attribute indicating whether the link to classic Mobile PAC appears in the page footer</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MobilePAC.Label </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Label of classic Mobile PAC link in footer</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">MobilePAC.LinkUrl </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">URL of classic Mobile PAC link in footer</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">SkipToMainContentLabel </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Label of the link to skip to main content of page. Typically invisible, but used by screen readers for ADA compliance.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">SkipToMainMenuLabel </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Label of the link to skip to main menu of page. Typically invisible, but used by screen readers for ADA compliance.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">ThemePath </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">The web path of the images and style sheets for the currently active theme. Could be used as a prefix to any custom images contained in that directory.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">VirtualReference.IsEnabled </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">bool </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Boolean attribute indicating whether or not Virtual Reference is enabled</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">VirtualReference.LabelPre </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">Label text before the hyperlinked portion of the link</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">VirtualReference.Link.Label</td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1"> Label of hyperlinked portion of the link.</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">VirtualReference.Link.URL </td>
<td class="TableStyle-BlueHeader-BodyE-Column1-Body1">string </td>
<td class="TableStyle-BlueHeader-BodyD-Column1-Body1">URL of hyperlinked position of the link</td>
</tr>
<tr class="TableStyle-BlueHeader-Body-Body1">
<td class="TableStyle-BlueHeader-BodyB-Column1-Body1">VirtualReference.LabelPost </td>
<td class="TableStyle-BlueHeader-BodyB-Column1-Body1">string</td>
<td class="TableStyle-BlueHeader-BodyA-Column1-Body1">Label text before the hyperlinked portion of the link</td>
</tr>
</tbody>
</table>
<h2>Section- and Page-Specific Customizations</h2>
<p>For PowerPAC pages that inherit from <b>site.master</b>, the BODY HTML tag contains two classes that may be used as selectors for scoping of section- and page-specific CSS customizations. The page-specific class is of the format <b>page-{pagename}</b> in which <b>{pagename}</b> is the name of the ASPX page minus the .aspx file extension. The section-specific class is of the format <b>section-{sectionname}</b> where <b>{sectionname}</b> is the directory in which the page resides.</p>
<p>Example:</p>
<p>For the page /polaris/patronaccount/itemsout.aspx, the BODY tag would include the following classes:</p>
<p class="indent">&lt;BODY class=”section-patronaccount page-itemsout”&gt;</p>
<h2><a name="Navigati"></a>Navigation Menu Options</h2>
<p>Navigation <a name="kanchor3994"></a> menu options are defined in the file <b>HeaderData.xml </b>in the root of the PowerPAC folder. If a single customized HeaderData.xml file will suffice for all branches, copy the <b>HeaderData.xml </b> file to the <b>/custom/</b> folder and customize the copied file. Polaris looks first for <b>HeaderData.xml </b> in the <b>/custom/</b> folder; if the file is not found there, Polaris uses the <b>HeaderData.xml </b>file in the root of the PowerPAC folder.</p>
<p>If you need different custom <b>HeaderData.xml</b> files for various branches, you can create them in the <b>/custom/</b> folder, and each can be assigned to one or more branches:</p>
<ul>
<li>After creating the multiple <b>HeaderData.xml</b> files, create a file called <b>HeaderDataIndex.xml </b>in the <b>/custom/ </b>folder. This allows PowerPAC to associate specific header data files with specific branches. See the sample file in the <b>/custom/</b> folder called <b>HeaderDataIndex-template-xml</b>; use this file as an example or starting point.</li>
<li>In the index file, each branch ID is assigned to the custom versions of <b>HeaderData.xml</b>. For example:</li>
<p>
<img src="headerdataxml.png" alt="" />
</p>
<li>Any branch not listed in <b>HeaderDataIndex.xml </b>will use the default <b>HeaderData.xml</b>.</li>
</ul>
<p>Perform a PowerPAC reload or IISRESET after creating the <b>HeaderDataIndex.xml</b> file. Polaris Hosted customers should contact Polaris Customer Support to perform an IIS reset. </p>
<h2><a name="kanchor3995"></a>Menu Classes for PAC Usage Statistics</h2>
<p>Library administrators who analyze PAC usage statistics using a third-party analytics tool can gather data regarding usage of menus in the header. To enable the usage statistics, an individual class identifies each menu and sub-menu option in the headerdata.xml file. </p>
<p class="NoteShade"><b>Note:</b>
<br />The class is not for the following menus: <b>More</b>, <b>Language</b>, and <b>Branches</b>.</p>
<p>The class name format is as follows: <b>menu-[menuID]-[submenuID]</b></p>
<p class="indent">Example:</p>
<p class="indent">
<img src="../../../Resources/Images/exampleHtml.png" alt="" />
</p>
<p>These classes also allow for CSS style customization of individual menu options and sub-options.</p>
</div>
</div>
<div id="footer">
<div id="copyright"><a href="../../../FrontMatter/LegalNotices.htm">© 2025 Innovative (Part of Clarivate)</a><![CDATA[
]]></div>
<div>Polaris Version <span class="mc-variable III_Variables.VersionNumber variable">7.7</span></div>
<div>
<p align="center">
<script type="text/javascript">/*<![CDATA[*/document.write("<a href='mailto:doccust@iii.com?subject=documentation%20feedback%20(Polaris staff client): "+document.title+"&body=Topic%20reference%20(for%20Innovative%20use%20only):%20"+location.pathname+"%0A%0APlease provide comments, report discrepancies, or suggest improvements for Innovative documentation. Your suggestions and corrections will be emailed to Innovative staff, who review them for future versions of the documentation. Thank you for your feedback.%0A%0APlease do not report technical or software issues here. Authorized staff at your organization should submit a service request for those issues.%0A%0AEnter%20your%20comments%20below:%0A%0A'>Send documentation feedback to Innovative</a>");
/*]]>*/</script>
</p>
</div>
</div>
</body>
</html>