|
Lines 68-74
function showChildren(mynumber) {
Link Here
|
| 68 |
</head> |
68 |
</head> |
| 69 |
<body id="opac-authoritiesdetail"> |
69 |
<body id="opac-authoritiesdetail"> |
| 70 |
|
70 |
|
| 71 |
<div id="doc3" class="yui-t1"> |
71 |
<div id="doc3" class="yui-t7"> |
| 72 |
<div id="bd"> |
72 |
<div id="bd"> |
| 73 |
[% INCLUDE 'masthead.inc' %] |
73 |
[% INCLUDE 'masthead.inc' %] |
| 74 |
<div id="yui-main"> |
74 |
<div id="yui-main"> |
|
Lines 163-173
function showChildren(mynumber) {
Link Here
|
| 163 |
</div> |
163 |
</div> |
| 164 |
</div> |
164 |
</div> |
| 165 |
</div> |
165 |
</div> |
| 166 |
[% IF ( OpacNav ) %] |
|
|
| 167 |
<div class="yui-b"> |
| 168 |
<div id="leftmenus" class="container"> |
| 169 |
[% INCLUDE 'navigation.inc' %] |
| 170 |
</div> |
| 171 |
</div>[% END %] |
| 172 |
</div> |
166 |
</div> |
| 173 |
[% INCLUDE 'opac-bottom.inc' %] |
167 |
[% INCLUDE 'opac-bottom.inc' %] |
| 174 |
- |
|
|