sogo/UI/Templates/MainUI/SOGoRootPage.wox
Francis Lachapelle e24fc5bf42 Monotone-Parent: 4a28046fedbf71f0488cf8b1025ae1f3deeea9e9
Monotone-Revision: b8fdf4b59da7c4cf58f69a956dd9718d1bb33c55

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-31T14:12:56
Monotone-Branch: ca.inverse.sogo
2007-10-31 14:12:56 +00:00

29 lines
1.2 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/>
<var:if condition="shortUserNameForDisplay" const:value="wrongusernamepassword"
><p class="error"><var:string label:value="Wrong username or password."/></p>
</var:if><label><var:string label:value="Username:"/><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>