make menu entries and shortcuts for advanced find functional

This commit is contained in:
rolux 2011-11-11 12:28:20 +00:00
commit 788c122cc7
3 changed files with 23 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>We will be back in a moment.</title>
<title>We will be back in a moment</title>
<link rel="stylesheet" type="text/css" href="/static/oxjs/build/Ox.UI/css/Ox.UI.css"/>
<style>
body {
@ -14,6 +14,6 @@
</head>
<body class="OxThemeModern">
<img src="/static/png/logo256.png" style="width: 256px"/>
<div style="padding-top: 16px">We will be back in a moment.</div>
<div style="padding-top: 16px">We will be back in a moment</div>
</body>
</html>