Lines 1-14
Link Here
|
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › An Error Has Occurred |
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › An Error Has Occurred |
2 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
2 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
3 |
</head> |
3 |
</head> |
4 |
<body> |
4 |
<body id="error500"> |
|
|
5 |
<!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF --> |
6 |
<div id="bd"> |
5 |
<!--TMPL_INCLUDE NAME="masthead.inc" --> |
7 |
<!--TMPL_INCLUDE NAME="masthead.inc" --> |
6 |
<!--TMPL_INCLUDE NAME="navigation.inc" --> |
|
|
7 |
|
8 |
|
8 |
<div id="doc3" class="yui-t1"> |
9 |
<div id="yui-main"> |
9 |
<div id="bd"> |
10 |
<div class="yui-b"> |
10 |
<div id="yui-main"> |
11 |
<div class="yui-g"> |
11 |
<div class="yui-b"><div class="yui-g"> |
|
|
12 |
<h3>An Error has Occurred</h3> |
12 |
<h3>An Error has Occurred</h3> |
13 |
<h4>Error 500</h4> |
13 |
<h4>Error 500</h4> |
14 |
<ul> |
14 |
<ul> |
Lines 17-29
Link Here
|
17 |
<a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li> |
17 |
<a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li> |
18 |
<li>Use top menu bar to navigate to another part of Koha.</li> |
18 |
<li>Use top menu bar to navigate to another part of Koha.</li> |
19 |
</ul> |
19 |
</ul> |
20 |
</div> |
|
|
21 |
</div> |
22 |
</div> |
23 |
</div> |
24 |
</div> |
20 |
</div> |
25 |
|
21 |
</div> |
26 |
<!-- <div id="main"> --> |
22 |
</div> |
27 |
<!-- </div> --> |
23 |
<!-- TMPL_IF NAME="OpacNav" --> |
28 |
</body> |
24 |
<div class="yui-b"> |
29 |
</html> |
25 |
<div class="container"> |
|
|
26 |
<!--TMPL_INCLUDE NAME="navigation.inc" --> |
27 |
</div> |
28 |
</div><!-- /TMPL_IF --> |
29 |
</div> |
30 |
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> |
30 |
- |
|
|