Koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-restrictedpage.tt
Jonathan Druart cb1ac9f36a Bug 13485: Use the Koha template plugin to access syspref values
And remove the useless use of the KohaDates plugin

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
2015-08-11 15:15:36 -03:00

49 lines
1.5 KiB
Text

[% USE Koha %]
[% INCLUDE 'doc-head-open.inc' %]
<title>
[% IF ( LibraryNameTitle ) %]
[% LibraryNameTitle %]
[% ELSE %]
Koha online
[% END %]
catalog
[% IF RestrictedPageTitle %]
&rsaquo; [% RestrictedPageTitle %]
[% END %]
</title>
[% INCLUDE 'doc-head-close.inc' %]
[% BLOCK cssinclude %][% END %]
</head>
<body id="opac-account" class="scrollto">
[% INCLUDE 'masthead.inc' %]
<div class="main">
<ul class="breadcrumb">
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a></li>
[% IF Koha.Preference('RestrictedPageTitle') %]
<li> <span class="divider">&rsaquo;</span> [% Koha.Preference('RestrictedPageTitle') %]</li>
[% END %]
</ul>
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
<div id="navigation">
[% INCLUDE 'navigation.inc' %]
</div>
</div>
<div class="span10">
<div id="restrictedcontent" class="maincontent">
[% IF Koha.Preference('RestrictedPageTitle') %]
<h1>[% Koha.Preference('RestrictedPageTitle') %]</h1>
[% END %]
[% Koha.Preference('RestrictedPageContent') %]
</div>
</div> <!-- / .span10 -->
</div> <!-- / .row-fluid -->
</div> <!-- / .container-fluid -->
</div> <!-- / .main -->
[% INCLUDE 'opac-bottom.inc' %]
[% BLOCK jsinclude %][% END %]