div.toggle_list { padding-top: 6px; }
+div.share_record {
+ padding-top: 6px;
+ border-top: 1px dotted [% css_colors.accent_light %];
+}
+
div.format_icon {
float: right;
margin-right: 17px;
[%- IF ctx.refworks.enabled == 'true' %]
[%- INCLUDE 'opac/parts/record/refworks.tt2' %]
[%- END %]
+ <div class="rdetail_aux_utils share_record">
+ <img src="[% ctx.media_prefix %]/images/link.png" alt="[% l('Permalink') %]" />
+ <a href="[% mkurl('', {locg =>CGI.param('locg'), copy_depth =>CGI.param('copy_depth')}, 1) %]" class="no-dec">[% l('Permalink') %]</a>
+ </div>
</div>
</div>
</div>
Mozilla Public License/GPL/GLPL
-braille.png derived from:
-https://www.iconfinder.com/icons/64010/braille_code_icon
-FatCow Web Hosting
+Farm-fresh icon set from FatCow Web Hosting
+link: https://www.iconfinder.com/iconsets/fatcow
Creative Commons (Attribution 3.0 United States)
+Icons used:
+braille.png https://www.iconfinder.com/icons/64010/braille_code_icon
+link.png https://www.iconfinder.com/icons/36158/link_url_icon
+
serial.png comes from the Koha project and is used under the terms of the GPL3.
The icon was originally provided by VOKAL (Vermont Organization of Koha
Automated Libraries).
-
Nuvola 1.0 (KDE 3.x icon set) (nuvola)
link: http://www.icon-king.com/projects/nuvola/
license: LGPL-2.1
--- /dev/null
+Permalinks
+^^^^^^^^^^
+The record summary page will now offer a link to a shorter permalink that
+can be used for sharing the record with others. All URL parameters are stripped
+from the link with the exception of the locg and copy_depth parameters. Those
+parameters are maintained so that people can share a link that displays just
+the holdings from one library/system or displays holdings from all libraries
+with a specific library's holdings floating to the top.