<?xml version="1.0" encoding="UTF-16"?>
<html><head>
<title>Details</title>
- <meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/>
+ <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="menes/style.css"/>
<script type="text/javascript" src="menes/menes.js"></script>
</script>
<style>
- body {
- background: #c8c8c8 url(menes/pinstripes.png);
- }
-
#remove {
margin-top: 7px;
text-align: center;
top: -5px;
}
+ #depiction {
+ margin-bottom: -7px;
+ overflow: hidden;
+ width: 320px;
+ }
+
#notice {
margin-bottom: -14px;
overflow: hidden;
margin-bottom: 10px;
margin-top: 0;
}
+
+ #warnings {
+ background-color: #ffdddd;
+ }
+
+ #warnings > div > label {
+ color: red;
+ }
</style>
</head><body><div class="page">
<div class="dialog">
<fieldset>
<div>
+ <img id="icon" class="icon"/>
<label id="name"></label>
<div id="latest"></div>
</div>
+</fieldset>
+<fieldset id="actions">
<a id="author-href" class="author">
+ <img id="author-icon" class="icon" src="email.png"/>
<label>Author</label>
<div id="author"></div>
</a>
+
+ <a id="application">
+ <img class="icon"/>
+ <label class="application"></label>
+ </a>
+</fieldset>
+
+<label class="warnings">Warnings</label>
+<fieldset class="warnings" id="warnings">
+ <div id="warning">
+ <img class="icon" src="warning.png"/>
+ <label class="warning"></label>
+ </div>
</fieldset>
<div id="notice" class="notice"><iframe
target="_top"
></iframe></div>
-<div id="remove" class="depiction">
+<!--div id="remove" class="depiction">
<a href="javascript:remove()">Remove Custom Depiction</a>
</div>
-<hr id="upper-bar" class="depiction"/>
+<hr id="upper-bar" class="depiction"/-->
-<div style="width: 320px; overflow: hidden" class="depiction"><iframe
+<div id="depiction" class="depiction"><!--iframe
id="depiction-src"
frameborder="0"
width="320"
height="0"
target="_top"
onLoad="loaded()"
-></iframe></div>
+></iframe--></div>
-<hr id="lower-bar" class="depiction"/>
+<!--hr id="lower-bar" class="depiction"/-->
<fieldset class="description">
<div id="description"></div>
</div>
<a id="maintainer-href" class="maintainer">
- <label>Maintainer</label>
+ <img id="maintainer-icon" class="icon" src="email.png"/>
+ <label>Contact</label>
<div id="maintainer"></div>
</a>
</div>
</fieldset>
-<label class="source">Source Infomation</label>
+<label class="source">Source Information</label>
<fieldset class="source">
<div><label id="source-name"></label></div>
<div class="source-description" id="source-description"></div>