Lines 6-12
Link Here
|
6 |
<link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror_[% KOHA_VERSION %].css" /> |
6 |
<link rel="stylesheet" href="[% interface %]/lib/codemirror/codemirror_[% KOHA_VERSION %].css" /> |
7 |
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg_[% KOHA_VERSION %].css" /> |
7 |
<link rel="stylesheet" href="[% interface %]/[% theme %]/css/humanmsg_[% KOHA_VERSION %].css" /> |
8 |
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script> |
8 |
<script src="[% interface %]/lib/jquery/plugins/humanmsg.js" type="text/javascript"></script> |
9 |
<script src="/intranet-tmpl/prog/js/cataloging.js" type="text/javascript"></script> |
9 |
<script src="[% interface %]/prog/js/cataloging.js" type="text/javascript"></script> |
10 |
[% IF ( bidi ) %] |
10 |
[% IF ( bidi ) %] |
11 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" /> |
11 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left_[% KOHA_VERSION %].css" /> |
12 |
[% END %] |
12 |
[% END %] |
13 |
- |
|
|