Fix more overflow issues in PDF files.
authorRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Wed, 17 Nov 2010 13:38:13 +0000 (08:38 -0500)
committerRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Wed, 17 Nov 2010 13:38:13 +0000 (08:38 -0500)
1.6/development/customize_opac.xml
1.6/development/supercat.xml

index 40dc8b9..bd3563a 100644 (file)
@@ -197,7 +197,8 @@ name='Default' csstype='color'/&gt;
                        specified in the CSS3 selector.</para>\r
                        <para>Example of a slot formatter:</para>\r
 <programlisting>\r
-       &lt;td class='rdetail_item' id='rdetail_online' type='opac/slot-data' query='volumes volume uris uri' join=", "&gt;\r
+       &lt;td class='rdetail_item' id='rdetail_online' type='opac/slot-data' \r
+       query='volumes volume uris uri' join=", "&gt;\r
                &lt;script type='opac/slot-format'&gt;&lt;![CDATA[\r
                        var link = '&lt;a href="' + item.getAttribute('href') + '"&gt;' + item.getAttribute('label') + '&lt;/a&gt;';\r
                        if (item.getAttribute('use_restriction'))\r
@@ -217,7 +218,8 @@ name='Default' csstype='color'/&gt;
 <programlisting>\r
        dojo.require('openils.BibTemplate'); // Tell Dojo to load BibTemplate, if it is not already loaded\r
        \r
-       // Create a renderer supplying the record id and the short name of the org unit, if known, and call the render() method                                         \r
+       // Create a renderer supplying the record id and the short name of the org unit, if known, \r
+       // and call the render() method                                         \r
        new openils.BibTemplate({ record : new CGI().param('r'), org_unit : here.shortname() }).render(); \r
 </programlisting>\r
                        <para>The argument hash supplied to the new <systemitem>openils.BibTemplate()</systemitem> constructor can have the following properties:</para>\r
@@ -311,7 +313,8 @@ name='Default' csstype='color'/&gt;
 <form action="http://[domain name]/opac/[locale]/skin/default/xml/rresult.xml" method="get">\r
 <div>\r
         Quick Catalog Search:<br />\r
-        <input type="text" alt="Input Box for Catalog Search" maxlength="250" size="20" id="t" name="t" value=""  />\r
+        <input type="text" alt="Input Box for Catalog Search" maxlength="250" \r
+       size="20" id="t" name="t" value=""  />\r
         <input type="hidden" id="rt" name="rt" value="keyword" />\r
         <input type="hidden" id="tp" name="tp" value="keyword" />\r
         <input type="hidden" id="l" name="l" value="2" />\r
index e617ca0..3d4c52f 100644 (file)
 <screen>\r
 &lt;hold:volumes xmlns:hold='http://open-ils.org/spec/holdings/v1'&gt;\r
        &lt;hold:volume id="tag:open-ils.org,2008:asset-call_number/130607" lib="FRRLS-FA" label="GUTCHEON BETH"&gt;\r
-           &lt;act:owning_lib id="tag:open-ils.org,2008:actor-org_unit/111" name="Fayette County Public Library"/&gt;\r
-           &lt;record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ \r
+         &lt;act:owning_lib id="tag:open-ils.org,2008:actor-org_unit/111" name="Fayette County Public Library"/&gt;\r
+         &lt;record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ \r
                standards/marcxml/schema/MARC21slim.xsd"\r
                id="tag:open-ils.org,2008:biblio-record_entry/21669/FRRLS-FA"&gt;\r
                &lt;leader&gt;09319pam a2200961 a 4500&lt;/leader&gt;\r
                &lt;/record&gt;\r
                &lt;record&gt;\r
                        ..\r
-               &lt;/record&gt;\r
+         &lt;/record&gt;\r
        &lt;/hold:volume&gt;\r
 &lt;/hold:volumes&gt;  \r
 </screen>\r