mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-21 17:36:24 +00:00
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89 Monotone-Author: dev-unix.inverse.qc.ca Monotone-Date: 2006-06-15T19:34:10 Monotone-Branch: ca.inverse.sogo
33 lines
884 B
XML
33 lines
884 B
XML
<?xml version='1.0' standalone='yes'?>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:var="http://www.skyrix.com/od/binding"
|
|
xmlns:const="http://www.skyrix.com/od/constant"
|
|
xmlns:rsrc="OGo:url"
|
|
>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" rsrc:href="zidestoreui.css" />
|
|
|
|
<script language="javascript">
|
|
function viewInNavi(url) {
|
|
parent.navi.location=url;
|
|
return true
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="header">
|
|
<img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
|
|
<div id="headerhistory">
|
|
<span id="navtitle">ZideStore UI - Experimental</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="text-align: right; font-size: 8pt;">
|
|
<a href="#" onClick="viewInNavi('appnavigation')">reload</a> -
|
|
resistance is obsolete <entity name="trade"/> ;-)
|
|
</div>
|
|
</body>
|
|
</html>
|