Koha/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm-home.tt
Jonathan Druart 8c33eac0a8
Bug 32030: ERM - Home view
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:43:31 -03:00

40 lines
1 KiB
Text

[% USE raw %]
[% USE Koha %]
[% USE Branches %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Electronic resources management &rsaquo; Koha</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="erm_erm-home" class="circ">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'erm-search.inc' %]
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
<ol>
<li>
<a href="/cgi-bin/koha/mainpage.pl">Home</a>
</li>
<li>
<a href="#" aria-current="page">
Electronic resources management
</a>
</li>
</ol>
</nav>
<div class="main container-fluid">
<div class="row">
<div class="col-sm-5 col-md-4">
<h3>Electronic resources management</h3>
<ul class="buttons-list">
<li>
<a class="erm-button" href="/cgi-bin/koha/erm/agreements.pl"><i class="fa fa-upload"></i> Agreements</a>
</li>
<li>
</ul>
</div>
</div>
</div>
[% INCLUDE 'intranet-bottom.inc' %]