Filename | /home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt |
Statements | Executed 0 statements in 0s |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
3 | 1 | 1 | 234µs | 385ms | __ANON__[:45] | Template::Document::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | 3 | 38.2ms | # spent 385ms (234µs+385) within Template::Document::__ANON__[/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt:45] which was called 3 times, avg 128ms/call:
# 3 times (234µs+385ms) by Template::Document::process at line 163 of Template/Document.pm, avg 128ms/call # spent 38.2ms making 3 calls to Template::Context::include, avg 12.7ms/call | ||
2 | $output .= "\n<title>Koha › Error 404</title>\n"; | ||||
3 | 3 | 147ms | #line 3 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt" # spent 147ms making 3 calls to Template::Context::include, avg 49.0ms/call | ||
4 | $output .= $context->include('doc-head-close.inc'); | ||||
5 | $output .= "\n</head>\n<body id=\"err_404\" class=\"err\">\n\n"; | ||||
6 | #line 7 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt" | ||||
7 | 3 | 65.3ms | $output .= $context->include('header.inc'); # spent 65.3ms making 3 calls to Template::Context::include, avg 21.8ms/call | ||
8 | 3 | 54.4ms | $output .= "\n"; # spent 54.4ms making 3 calls to Template::Context::include, avg 18.1ms/call | ||
9 | #line 8 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt" | ||||
10 | $output .= $context->include('cat-search.inc'); | ||||
11 | $output .= "\n\n<div id=\"breadcrumbs\"><a href=\"/cgi-bin/koha/mainpage.pl\">Home</a> › Error 404</div>\n\n<div id=\"doc\" class=\"yui-t7\">\n \n <div id=\"bd\">\n <div id=\"yui-main\">\n <div class=\"yui-b\"><div class=\"yui-g\">\n <h1>An error has occurred!</h1>\n <h3><em>Error 404</em></h3>\n <h3>This message may have been caused by any of the following reasons:</h3>\n <ul style=\"padding-bottom: 0.5em;\">\n <li>You made use of an external link to an item that is no longer available</li>\n <li>You followed an outdated link e.g. from a search engine or a bookmark</li>\n <li>You tried to access a page that needs authentification</li>\n <li>An internal link in the client is broken and the page does not exist</li>\n </ul>\n <h3>What's next?</h3>\n <ul style=\"margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;\">\n <li>Use top menu bar to navigate to another part of Koha.</li>\n <li>To report a broken link or any other issue, please send an <a href=\"mailto:"; | ||||
12 | #line 29 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt" | ||||
13 | $output .= $stash->get('admin'); | ||||
14 | $output .= "\">email to the Koha Administrator</a></li>\n </ul>\n</div>\n\n</div>\n</div>\n\n"; | ||||
15 | #line 36 "/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt" | ||||
16 | $output .= $context->include('intranet-bottom.inc'); | ||||
17 | $output .= "\n"; | ||||
18 | } }; | ||||
19 | if ($@) { | ||||
20 | $_tt_error = $context->catch($@, \$output); | ||||
21 | die $_tt_error unless $_tt_error->type eq 'return'; | ||||
22 | } | ||||
23 | |||||
24 | return $output; | ||||
25 | } | ||||
26 | |||||
- - | |||||
29 | 3 | 12µs | # spent 12µs making 3 calls to Template::Stash::XS::get, avg 4µs/call | ||
- - |