Lines 1-14
Link Here
|
|
|
1 |
[% SET footerjs = 1 %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › About Koha</title> |
3 |
<title>Koha › About Koha</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
<script type="text/javascript"> |
|
|
5 |
//<![CDATA[ |
6 |
|
7 |
$(document).ready(function() { |
8 |
$('#abouttabs').tabs(); |
9 |
}); |
10 |
//]]> |
11 |
</script> |
12 |
</head> |
5 |
</head> |
13 |
<body id="about_about" class="about"> |
6 |
<body id="about_about" class="about"> |
14 |
[% INCLUDE 'header.inc' %] |
7 |
[% INCLUDE 'header.inc' %] |
Lines 896-899
Link Here
|
896 |
|
889 |
|
897 |
</div> |
890 |
</div> |
898 |
</div></div></div> |
891 |
</div></div></div> |
|
|
892 |
|
893 |
[% MACRO jsinclude BLOCK %] |
894 |
<script type="text/javascript"> |
895 |
$(document).ready(function() { |
896 |
$('#abouttabs').tabs(); |
897 |
}); |
898 |
</script> |
899 |
[% END %] |
900 |
<!-- the main div is closed in intranet-bottom.inc --> |
899 |
[% INCLUDE 'intranet-bottom.inc' %] |
901 |
[% INCLUDE 'intranet-bottom.inc' %] |