mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
New template for single-window mode.
Monotone-Parent: 54bc9f630fddb34747d91948527b2c6504200fb7 Monotone-Revision: 317388b9ab7cf72dd79c9577c59e2eb3dda1298a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-06T14:43:17
This commit is contained in:
21
UI/Templates/UIxLoading.wox
Normal file
21
UI/Templates/UIxLoading.wox
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<!DOCTYPE container>
|
||||
<container xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:label="OGo:label"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
><var:string var:value="doctype" const:escapeHTML="NO" />
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
BODY { background-color: #E6E7E6; }
|
||||
DIV { position: fixed; top: 50%; left: 50%; margin-left: -50px; margin-top: -20px; }
|
||||
SPAN { font: 18px/2.0 'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight: bold; text-shadow: 0 1px 0 #fff; color: #999; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><span><var:string label:value="Loading" /></span></div>
|
||||
</body>
|
||||
</html>
|
||||
</container>
|
||||
Reference in New Issue
Block a user