sogo/UI/Templates/MainUI/SOGoRootPage.wox
Wolfgang Sourdeau dc5021ba36 Monotone-Parent: 4d769cbc45f10f9aec213da06d5d57cebdfab8e0
Monotone-Revision: c6fdd672e2e8dd7987325a4048b66b7eb33967f8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-15T20:54:37
Monotone-Branch: ca.inverse.sogo
2006-08-15 20:54:37 +00:00

25 lines
568 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"
>
<head>
<title>Scalable OGo Homepage</title>
</head>
<body>
<h3>Scalable OGo Homepage</h3>
<form href="connect">
Login:
<input name="userName" type="text" var:value="userName" />
<input name="submit" type="submit" value="connect" />
</form>
<!--
<hr />
Current locale: <pre><var:string value="context.locale" /></pre>
-->
</body>
</html>