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.
|
|
|
|
-->
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{title}</title>
|
2011-12-15 23:40:53 +00:00
|
|
|
<link rel="shortcut icon" href="{icon}" />
|
2012-01-27 22:06:37 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="res://about.css" />
|
2009-05-02 19:44:20 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2009-05-09 21:40:25 +00:00
|
|
|
<div id="container">
|
2011-08-09 17:48:50 +00:00
|
|
|
<img id="logo" src="res://logo-shade.png" />
|
|
|
|
<img id="icon" src="stock://gtk-dialog-error" />
|
2009-05-09 21:40:25 +00:00
|
|
|
<div id="main">
|
|
|
|
<h1>{title}</h1>
|
|
|
|
<p id="message">{message}</p>
|
|
|
|
<p id="description">{description}</p>
|
2011-05-20 20:04:11 +00:00
|
|
|
<form method="GET" action="{uri}">
|
|
|
|
<button type="submit" onclick="location.reload(); return false;">
|
2011-08-09 17:48:50 +00:00
|
|
|
<img 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>
|
|
|
|
<br style="clear: both;"/>
|
|
|
|
</div>
|
|
|
|
</body>
|
2009-05-02 19:44:20 +00:00
|
|
|
</html>
|