2019-08-01 20:20:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
xmlns:py="http://genshi.edgewall.org/"
|
|
|
|
xmlns:i18n="http://genshi.edgewall.org/i18n"
|
|
|
|
xmlns:og="http://opengraphprotocol.org/schema/"
|
|
|
|
xmlns:fb="http://www.facebook.com/2008/fbml"
|
|
|
|
py:strip="">
|
2020-08-28 16:28:59 +00:00
|
|
|
<xi:include href="site-layout.html" />
|
|
|
|
<xi:include href="social-functions.html" />
|
|
|
|
|
|
|
|
|
2019-08-01 20:20:18 +00:00
|
|
|
<head>
|
2020-03-10 17:00:13 +00:00
|
|
|
<style>
|
2019-08-01 20:20:18 +00:00
|
|
|
.icon { background: transparent url(/pics/sprite.png?${cherrypy.config['css_mtime']}) 0 0 no-repeat; }
|
|
|
|
</style>
|
|
|
|
<link rel="stylesheet" type="text/css"
|
2020-08-28 16:28:59 +00:00
|
|
|
href="/gutenberg/pg-desktop-one.css?${cherrypy.config['css_mtime']}" />
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="/gutenberg/new_nav.css?${cherrypy.config['css_mtime']}"/>
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="/gutenberg/style.css?${cherrypy.config['css_mtime']}"/>
|
|
|
|
|
2019-08-02 14:45:50 +00:00
|
|
|
<script type="text/javascript">//<![CDATA[
|
|
|
|
//<![CDATA[
|
|
|
|
var json_search = "/ebooks/suggest/";
|
|
|
|
var canonical_url = "https://www.gutenberg.org/ebooks/";
|
|
|
|
var lang = "en";
|
|
|
|
var fb_lang = "en_US"; /* FB accepts only xx_XX */
|
|
|
|
var msg_load_more = "Load More Results…";
|
|
|
|
var page_mode = "screen";
|
|
|
|
var dialog_title = "";
|
|
|
|
var dialog_message = "";
|
|
|
|
//]]></script>
|
|
|
|
<script type="text/javascript"
|
|
|
|
src="/js/pg-desktop-one.js?${cherrypy.config['js_mtime']}" />
|
2020-08-28 16:28:59 +00:00
|
|
|
<link rel="shortcut icon" href="/gutenberg/favicon" />
|
2019-08-01 20:20:18 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
|
|
|
|
|
|
<!--! plain old metadata -->
|
|
|
|
<meta name="title" content="${os.message}" />
|
|
|
|
<title>${os.message}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-08-28 16:28:59 +00:00
|
|
|
<div class="container">
|
|
|
|
${site_top()}
|
|
|
|
<div id="page_content" i18n:comment="error page." style="margin-top: 4em">
|
|
|
|
|
2019-08-01 20:20:18 +00:00
|
|
|
<h1>${os.message}</h1>
|
2020-08-28 16:28:59 +00:00
|
|
|
|
2019-08-01 20:20:18 +00:00
|
|
|
|
2020-08-28 16:28:59 +00:00
|
|
|
<div class="page-body">
|
2019-08-01 20:20:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|