Bugzilla – Attachment 131649 Details for
Bug 30289
Use Template::Toolkit WRAPPER to reduce template boilerplate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Koha Wrapper Template Toolkit File
koha_wrapper.inc (text/plain), 3.30 KB, created by
David Cook
on 2022-03-14 06:01:38 UTC
(
hide
)
Description:
Koha Wrapper Template Toolkit File
Filename:
MIME Type:
Creator:
David Cook
Created:
2022-03-14 06:01:38 UTC
Size:
3.30 KB
patch
obsolete
>[%# Modelled after opac-main.tt %] >[% IF ( ! bodyid ); bodyid='default'; END; %] >[% IF ( ! columns ); columns="one"; END; %] >[% IF ( ! include_navigation ); include_navigation=false; END; %] >[% USE raw %] >[% USE AdditionalContents %] >[% PROCESS 'i18n.inc' %] >[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] >[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] >[% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => lang, library => branchcode ) %] >[% SET OpacMainUserBlock = AdditionalContents.get( location => "OpacMainUserBlock", lang => lang, library => branchcode ) %] >[% SET OpacLoginInstructions = AdditionalContents.get( location => "OpacLoginInstructions", lang => lang, library => branchcode ) %] >[% INCLUDE 'doc-head-open.inc' %] ><title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalogue</title> >[% INCLUDE 'doc-head-close.inc' %] >[% BLOCK cssinclude %][% END %] ></head> >[% INCLUDE 'bodytag.inc' bodyid=bodyid bodyclass='scrollto'%] >[% INCLUDE 'masthead.inc' %] > ><div class="main"> > <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs"> > <ol class="breadcrumb"> > <li class="breadcrumb-item"> > <a href="/cgi-bin/koha/opac-main.pl">Home</a> > </li> > [% IF breadcrumb_label %] > <li class="breadcrumb-item active"> > <a href="#" aria-current="page">[% breadcrumb_label %]</a> > </li> > [% END %] > </ol> > </nav> <!-- /#breadcrumbs --> > > <div class="container-fluid"> > <div class="row"> > [% IF > ( columns == "three_rightside_leftside" ) || > ( columns == "two_leftside" ) > %] > <div class="col-12 col-lg-2 order-3 order-lg-1"> > [% IF ( include_navigation ) %] > <div id="navigation"> > [% INCLUDE 'navigation.inc' %] > </div> > [% END %] > </div> > [% END %] > > [% IF ( columns == "three_rightside_leftside" ) %] > [% # Three-column layout with right and left sidebars %] > <div class="col-12 col-lg-7 order-md-1 maincontent"> > [% ELSIF ( columns == "two_rightside" ) %] > [% # Two-column layout with right sidebar %] > <div class="col-12 col-lg-9 order-md-1 maincontent"> > [% ELSIF ( columns == "two_leftside" ) %] > [% # Two-column layout with left sidebar %] > <div class="col-12 col-lg-10 order-md-1 maincontent"> > [% ELSE %] > <div class="col order-md-1 maincontent"> > [% END %] > [% content %] > </div> > > [% IF > ( columns == "three_rightside_leftside" ) || > ( columns == "two_rightside" ) > %] > <div class="col-12 col-lg-3 order-md-2"> > [%# FIXME: Add right sidebar content here %] > </div> > [% END %] > > </div> <!-- /.container-fluid --> > </div> <!-- /.row --> ></div> <!-- /.main --> > >[% INCLUDE 'opac-bottom.inc' %] >[% BLOCK jsinclude %][% END %]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 30289
:
131649
|
133074