Add page_not_found_template missing from previous commit

This commit is contained in:
Greg Neagle
2014-04-08 07:09:09 -07:00
parent 99a90bfc17
commit c51a41ad5b
@@ -0,0 +1,46 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Item Not Found</title>
<link charset="utf-8" rel="stylesheet" type="text/css" href="static/base.css" />
<script type="text/javascript" charset="utf-8" src="static/itemlist.js"></script>
</head>
<body class="grouping">
<div id="page">
<div id="wrapper">
<div id="content">
<div class="columns">
<div class="main">
<div class="lockup-container" data-columns-current="3">
<div class="title">
<h2>Not Found</h2>
</div>
<div class="content-and-controls">
<div class="paginated-container" id='optional_installs_items'>
<div class='status-results'>
<h2 id='primary-status-text'>${item_not_found_message}</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
${footer}
</footer>
</body>
</html>