2009-05-02 19:44:20 +00:00
|
|
|
<!--
|
|
|
|
Error page template for Midori.
|
|
|
|
This file is licensed under the terms of the expat license, see the file EXPAT.
|
|
|
|
-->
|
2013-10-24 03:45:02 +00:00
|
|
|
<html dir="{dir}">
|
2009-05-02 19:44:20 +00:00
|
|
|
<head>
|
|
|
|
<title>{title}</title>
|
2013-10-24 03:45:02 +00:00
|
|
|
{favicon}
|
|
|
|
<link rel="stylesheet" type="text/css" href="res://about.css" />
|
2009-05-02 19:44:20 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-09-12 00:47:06 +00:00
|
|
|
<img id="logo" src="res://logo-shade.png" />
|
|
|
|
<div id="main" style="background-image: url({error_icon});">
|
|
|
|
<div id="text">
|
|
|
|
<h1>{title}</h1>
|
|
|
|
<p class="message">{message}<br><i>{description}</i></p>
|
|
|
|
{suggestions}
|
|
|
|
</div>
|
|
|
|
<form method="GET" action="{uri}" id="button">
|
|
|
|
<button type="submit" onclick="location.reload(); return false;" {autofocus}>
|
2013-10-24 03:45:02 +00:00
|
|
|
<img style="{hide-button-images}" src="stock://gtk-refresh"/>
|
2011-05-20 20:04:11 +00:00
|
|
|
<span>{tryagain}</span>
|
|
|
|
</button>
|
|
|
|
</form>
|
2009-05-09 21:40:25 +00:00
|
|
|
</div>
|
2015-09-12 00:47:06 +00:00
|
|
|
|
|
|
|
<br style="clear: both;"/>
|
|
|
|
</div>
|
|
|
|
</body>
|
2009-05-02 19:44:20 +00:00
|
|
|
</html>
|