sogo/UI/Templates/MainUI/SOGoRootPage.wox
Francis Lachapelle 0c538f0fbc Monotone-Parent: ebea63a163ebf08fba3b02873febbe9dcaaaeb2c
Monotone-Revision: a486856eb1c20d59b444f05d1ce45177d7ccc66e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-18T20:52:32
Monotone-Branch: ca.inverse.sogo
2007-09-18 20:52:32 +00:00

27 lines
1 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!DOCTYPE var:component>
<var:component
className="UIxPageFrame"
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"
xmlns:label="OGo:label"
><var:string var:value="doctype" const:escapeHTML="NO"/>
<form id="connectForm" var:href="connectURL">
<div id="loginScreen">
<img id="splash" rsrc:src="lori-login.jpg"/><br/><br/>
<label><var:string label:value="Login:"/><br/>
<input class="textField" id="userName" name="userName"
type="text" var:value="userName" /></label><br/>
<label><var:string label:value="Password:"/><br/>
<input class="textField" id="password"
name="password" type="password" var:value="password" /><br/></label>
<div id="loginButton">
<input class="button" id="submit" name="submit" type="submit" label:value="Connect" />
</div>
</div>
</form
><img id="preparedAnimation" rsrc:src="busy.gif"/>
</var:component>