mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89 Monotone-Author: dev-unix.inverse.qc.ca Monotone-Date: 2006-06-15T19:34:10 Monotone-Branch: ca.inverse.sogo
45 lines
1.2 KiB
XML
45 lines
1.2 KiB
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"
|
|
>
|
|
<head>
|
|
<title><var:string value="title"/></title>
|
|
|
|
<meta name="description" content="ZideStore Web Interface" />
|
|
<meta name="author" content="SKYRIX Software AG" />
|
|
<meta name="robots" content="stop" />
|
|
|
|
<link href="mailto:hh@skyrix.com" rev="made" />
|
|
</head>
|
|
|
|
<frameset rows="48,*" frameborder="0" framespacing="0" border="0">
|
|
|
|
<frame src="appheader"
|
|
name="head"
|
|
leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
|
|
scrolling="no" noresize="yes" />
|
|
|
|
<frameset cols="150,*">
|
|
|
|
<frame src="appnavigation"
|
|
name="navi"
|
|
leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
|
|
scrolling="yes" />
|
|
|
|
<frame src="view"
|
|
name="content"
|
|
leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
|
|
scrolling="yes" />
|
|
|
|
</frameset>
|
|
|
|
</frameset>
|
|
|
|
<noframes>
|
|
This pages requires frame tags, which your browser does not support,
|
|
sorry ;->
|
|
</noframes>
|
|
</html>
|