[kune-commits] r1152 - in kune-ws-armor: . trunk trunk/.settings trunk/src trunk/src/org trunk/src/org/ourproject trunk/src/org/ourproject/kune trunk/src/org/ourproject/kune/ws trunk/src/org/ourproject/kune/ws/armor trunk/src/org/ourproject/kune/ws/armor/client trunk/src/org/ourproject/kune/ws/armor/public trunk/src/org/ourproject/kune/ws/armor/public/fontface trunk/war trunk/war/WEB-INF trunk/war/WEB-INF/lib
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Mon Dec 6 13:40:44 CET 2010
Author: vjrj_
Date: 2010-12-06 13:40:41 +0100 (Mon, 06 Dec 2010)
New Revision: 1152
Added:
kune-ws-armor/trunk/
kune-ws-armor/trunk/.classpath
kune-ws-armor/trunk/.project
kune-ws-armor/trunk/.settings/
kune-ws-armor/trunk/.settings/com.google.gdt.eclipse.core.prefs
kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs
kune-ws-armor/trunk/bin/
kune-ws-armor/trunk/src/
kune-ws-armor/trunk/src/org/
kune-ws-armor/trunk/src/org/ourproject/
kune-ws-armor/trunk/src/org/ourproject/kune/
kune-ws-armor/trunk/src/org/ourproject/kune/ws/
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.java
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/DefaultStyle.css
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmor.java
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmorResources.java
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu Font License 1.0.txt
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.eot
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.svg
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.ttf
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.woff
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/demo.html
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/stylesheet.css
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/ubuntu-fontfacekit.zip
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/server/
kune-ws-armor/trunk/war/
kune-ws-armor/trunk/war/WEB-INF/
kune-ws-armor/trunk/war/WEB-INF/lib/
kune-ws-armor/trunk/war/WEB-INF/lib/gwt-servlet.jar
kune-ws-armor/trunk/war/WEB-INF/web.xml
kune-ws-armor/trunk/war/WsArmor.css
kune-ws-armor/trunk/war/WsArmor.html
kune-ws-armor/trunk/war/blue_gradient.gif
kune-ws-armor/trunk/war/drafts.gif
kune-ws-armor/trunk/war/gray_gradient.gif
kune-ws-armor/trunk/war/home.gif
Removed:
kune-ws-armor/svn-commit.tmp
Log:
ws armor uibind tests
Deleted: kune-ws-armor/svn-commit.tmp
===================================================================
--- kune-ws-armor/svn-commit.tmp 2010-12-06 12:32:29 UTC (rev 1151)
+++ kune-ws-armor/svn-commit.tmp 2010-12-06 12:40:41 UTC (rev 1152)
@@ -1,4 +0,0 @@
-
---Esta línea y las que están debajo serán ignoradas--
-
-A .
Property changes on: kune-ws-armor/trunk
___________________________________________________________________
Name: svn:ignore
+ .gwt
Added: kune-ws-armor/trunk/.classpath
===================================================================
--- kune-ws-armor/trunk/.classpath (rev 0)
+++ kune-ws-armor/trunk/.classpath 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT (3)"/>
+ <classpathentry kind="output" path="war/WEB-INF/classes"/>
+</classpath>
Added: kune-ws-armor/trunk/.project
===================================================================
--- kune-ws-armor/trunk/.project (rev 0)
+++ kune-ws-armor/trunk/.project 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ws-armor</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>com.instantiations.designer.gwt.GWTBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>com.instantiations.designer.gwt.GWTNature</nature>
+ <nature>com.google.gwt.eclipse.core.gwtNature</nature>
+ </natures>
+</projectDescription>
Added: kune-ws-armor/trunk/.settings/com.google.gdt.eclipse.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/com.google.gdt.eclipse.core.prefs (rev 0)
+++ kune-ws-armor/trunk/.settings/com.google.gdt.eclipse.core.prefs 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,5 @@
+#Sun Dec 05 02:43:55 CET 2010
+eclipse.preferences.version=1
+jarsExcludedFromWebInfLib=
+warSrcDir=war
+warSrcDirIsOutput=true
Added: kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs (rev 0)
+++ kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,5 @@
+#Sun Dec 05 02:43:22 CET 2010
+eclipse.preferences.version=1
+entryPointModules=
+filesCopiedToWebInfLib=gwt-servlet.jar
+gwtCompileSettings=PGd3dC1jb21waWxlLXNldHRpbmdzPjxsb2ctbGV2ZWw+SU5GTzwvbG9nLWxldmVsPjxvdXRwdXQtc3R5bGU+T0JGVVNDQVRFRDwvb3V0cHV0LXN0eWxlPjxleHRyYS1hcmdzPjwhW0NEQVRBW11dPjwvZXh0cmEtYXJncz48dm0tYXJncz48IVtDREFUQVstWG14NTEybV1dPjwvdm0tYXJncz48L2d3dC1jb21waWxlLXNldHRpbmdzPg\=\=
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,6 @@
+<module>
+ <inherits name="com.google.gwt.user.User" />
+ <inherits name="com.google.gwt.user.theme.standard.Standard" />
+ <entry-point class="org.ourproject.kune.ws.armor.client.WsArmor" />
+ <public path="public" />
+</module>
\ No newline at end of file
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.java
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.java (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.java 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,48 @@
+package org.ourproject.kune.ws.armor.client;
+
+import com.google.gwt.core.client.GWT;
+import com.google.gwt.uibinder.client.UiBinder;
+import com.google.gwt.uibinder.client.UiField;
+import com.google.gwt.user.client.ui.Composite;
+import com.google.gwt.user.client.ui.LayoutPanel;
+import com.google.gwt.user.client.ui.ProvidesResize;
+import com.google.gwt.user.client.ui.Widget;
+
+public class Body extends Composite implements ProvidesResize {// implements
+ // HasText {
+
+ interface BodyUiBinder extends UiBinder<Widget, Body> {
+ }
+
+ private static BodyUiBinder uiBinder = GWT.create(BodyUiBinder.class);
+
+ @UiField
+ LayoutPanel mainpanel;
+
+ // @UiField
+ // SimplePanel scroll;
+
+ // @UiField
+ // Layer entitydocpanel;
+
+ public Body() {
+ initWidget(uiBinder.createAndBindUi(this));
+ }
+
+ public void setBorrrSize(final int width, final int height) {
+ final String w = String.valueOf(width);
+ final String h = String.valueOf(height);
+ GWT.log(h);
+ // super.setSize(w, h);
+ // mainpanel.setSize(w, h);
+ // mainpanel.setWidth(w);
+ mainpanel.setHeight(h);
+ // scroll.setHeight(h);
+ mainpanel.forceLayout();
+
+ // entitydocpanel.setTopHeight(36, Unit.PX, height, Unit.PX);
+ // FIXME erase toolbars
+ // scroll.setTopHeight(168, Unit.PX, height, Unit.PX);
+ // scroll.setSize(w, h);
+ }
+}
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,361 @@
+<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
+<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
+ xmlns:g="urn:import:com.google.gwt.user.client.ui">
+ <ui:with field='res'
+ type='org.ourproject.kune.ws.armor.client.WsArmorResources' />
+ <ui:style>
+ .important {
+ font-weight: bold;
+ }
+
+ .outter-margin {
+ margin: 5px 5px 5px 5px;
+ }
+
+ .float-l {
+ float: left;
+ }
+
+ .float-r {
+ float: right;
+ }
+ </ui:style>
+ <g:LayoutPanel ui:field="mainpanel" styleName='{style.outter-margin}'
+ width="99%" height="500px">
+ <g:layer left="0px" width="100%" top="0px" height="29px">
+ <g:LayoutPanel width="100%" height="29px">
+ <g:layer top="0px" height="29px">
+ <g:FlowPanel ui:field="sitebar" height="22px">
+ <g:InlineLabel styleName="{style.float-l}"
+ text="icons" />
+ <g:Image styleName="{style.float-r}" altText="site logo" />
+ <g:InlineLabel styleName="{style.float-r}"
+ text="login" />
+ </g:FlowPanel>
+ </g:layer>
+ </g:LayoutPanel>
+ </g:layer>
+ <g:layer left="0px" width="100%">
+ <g:SplitLayoutPanel width="100%" height="100%">
+ <g:center size="1.0">
+ <g:LayoutPanel width="100%" height="100%">
+ <g:layer top="0px" height="70px">
+ <g:HorizontalPanel height="70px" width="100%"
+ styleName="{res.style.entityHeader}">
+ <g:Cell width="100%" height="70px">
+ <!--<g:RichTextArea width="100%" height="70px" /> -->
+ <g:InlineLabel text="Name of the Initiative" />
+ </g:Cell>
+ </g:HorizontalPanel>
+ </g:layer>
+ <g:layer top="70px" height="108px" left="0px" width="100.0pct">
+ <g:HorizontalPanel width="100%" height="38px"
+ styleName="{res.style.docTitle}">
+ <g:InlineLabel text="Some doc title" />
+ </g:HorizontalPanel>
+ </g:layer>
+ <g:layer top="108px" height="60px">
+ <g:HorizontalPanel width="100%" height="60px"
+ styleName="{res.style.docAuth}">
+ <g:InlineLabel text="Editors:" />
+ </g:HorizontalPanel>
+ </g:layer>
+ <g:layer top="168px" height="100px">
+ <g:SimplePanel width="100%"
+ styleName="{res.style.docEditorMargin}">
+ <g:ScrollPanel width="100%" height="100%"
+ styleName="{res.style.docEditor}">
+ <g:HTML wordWrap="true" width="100%" height="100%">吗
+ 台湾
+ 六种辅音韵尾
+ 中国政府要求在中国出售的软件必须使用编码
+ 过 国标
+ 名词的复数形式只在代词及多音节
+ 台湾和港澳三地日益加深的经济联系
+ 白话
+ 如上面提到的
+ 个例外可能是
+ 个有意思的问题是中文数据的繁简体转换
+ 看
+ 就有明显的区别
+ 推广普通话的效率
+ 虽然不同方言区的人们可能不能互相理解对方的语音
+ 吗 另外,
+ 汉语维基百科
+ 公元前世纪到世纪
+ 随着中国大陆政治上的影响不断增加
+ 韩语 上, 文言 新
+ 唐朝和宋朝
+ 历史书书经以及部分的易经
+ 上古汉语存在于周朝前期和中期
+ 过
+ 助词等所构成的句法复杂程度却又大大地超过了以拉丁语为例的曲折性语言
+ 但客家话是在北方移民南下影响中形成的
+ 例如 和 四川
+ 诗经集
+ 无论那个年龄层次
+ 相隔只有十公里的当地居民也许已经不能互相理解了,
+ 根据广韵所反映的
+ 在现代汉语的书面语中
+ 由于闽南语的内部分歧比较大
+ 打 繁化
+ 汉语与欧洲语言
+ 大陆直至年代
+ 台湾和港澳三地日益加深的经济联系
+ 香港 上, 过 通常
+ 公元年
+ 根据根据切韵涉及到的,
+ 大陆称为普通话
+ 助词也用来表达问句问句的语序与陈述句的语序相同
+ 和 日语 华语
+ 未来汉字的发展
+ 汉语还有套复杂的系统用于区分方向
+ 有很多文化上的保守人士认为简体中文是不纯的和
+ 过 最后 看
+ 辞海和辞源等汉语言工具书
+ 迫使民间跨越两种书写体系的障碍
+ 中国古代的文学家花费了很大的精力来总结汉语的语音体系,
+ 广东东部
+ 揭开中文的历史是个很有趣的问题
+ 在山西绝大部分以及陕西北部
+ 大陆 上 然而
+ 相隔只有十公里的当地居民也许已经不能互相理解了
+ 本地语被认为是更加亲切而用于家庭成员及日常生活中
+ 新, 通常说来
+ 时态等的曲折变化
+ 直到上世纪年代中期
+ 了 共有 对多
+ 韵书以对外语的翻译
+ 菲律宾和南亚的些国家使用
+ 过 通常
+ 它可以分为早期
+ 虽然不同方言区的人们可能不能互相理解对方的语音
+ 打碎 格 成语
+ 虽然他们可能不能相互理解
+ 事实上也没有因为简繁字体的不通出现交流障碍
+ 上, 头
+ 不同于欧洲的很多具有曲折变化的语言
+ 大陆的书法界有的倒是比较流行以繁体汉字来书写
+ 通常 上 为例
+ 极少混淆
+ 通常分为闽北方言
+ 港澳和海外的华人圈中
+ 共有 头
+ 汉语与欧洲语言
+ 有人认为应看上文下理
+ 繁体有些书写形式更有美感
+ 澳门和海外华人中间
+ 的简体转化为繁体编码就要困难的多
+ 国标 看,
+ 莆仙方言
+ 及双峰话 昨天
+ 性 云南 湘方言
+ 请参看汉字 上
+ 大陆 体 并举出
+ 看不懂
+ 但在文化层面而言,
+ 另外
+ 就有明显的区别
+ 如罗曼语族语言相比
+ 粤方言是汉语中声调最复杂的方言之
+ 体 及
+ 为基础的书面语
+ 在安徽南部地区使用
+ 晋语, 汉字 性
+ 是个量词
+ 现代方言的多样性
+ 在汉语中有大量的量词
+ 徽语 看
+ 汉语属于独立语
+ 中国国家标准的简称
+ 过 以后
+ 就有明显的区别
+ 中文等称呼都是指汉语
+ 人们使用繁体中文编码时可以很方便地转换成
+ 徽语 性
+ 北方方言
+ 中文的词汇只有种形式而没有诸如复数
+ 然而汉语之所以能统称为汉语
+ 简体字危及了对古代文学的研究
+ 或 汉字, 北部 如
+ 文化交流
+ 汉语具有很多不同的方言
+ 雅言 或 南京话
+ 但是在不同的场合,
+ 四川 上
+ 它可以分为早期
+ 北方话的声调较少
+ 诗歌的韵律以及对外国人名的翻译中可以找到足够的信息
+ 晋语 了
+ 中古汉语中的
+ 使用这方言的人占中国人口的,
+ 但是在不同的场合
+ 杭州人却倾向于认为他们的方言与上海话不同
+ 新 因此 文言 如
+ 是种以孔子时代所使用的以
+ 有人认为台湾识字率并不逊于中国大陆,
+ 汉字 吴方言
+ 编码收集了汉语
+ 亦令繁简变换变得困难
+ 及 看 汉字编码
+ 现在尚有争议
+ 最新的版本是
+ 昨天 体 相反
+ 普通人都认识繁体汉字
+ 北方方言的明显特点包括
+ 汉语也曾对其周边的国家的语言文字产生过重要影响,
+ 头 请参看汉字
+ 商务交流和快速的因特网络
+ 中国南方的人都可以流利的使用本地语和普通话
+ 日语 看
+ 并不被中国政府很好的接受
+ 操北方话的北方人般可以相互理解然而在福建
+ 日语 繁化 的码
+ 极少混淆
+ 可能是任何人也难以预料的
+ 格, 找 以后
+ 极少混淆
+ 编码收集了汉语
+ 个人可以生产简体向繁体转换的转换软件
+ 为代表
+ 菲律宾和南亚的些国家使用
+ 相反 打, 海南
+ 中古汉语也可以由方言重建
+ 粤方言是汉语中声调最复杂的方言之
+ 头, 老
+ 我去过书店
+ 人们会自动进行语码转换
+ 汉语的书写系统目前有繁体和简体两种
+ 共有 走 实际上
+ 因为国标在大陆使用
+ 港澳和海外的华人圈中
+ 平话, 看 四川
+ 在汉字
+ 在江苏南部, 了
+ 找到 闽东方言
+ 来表达疑问语气
+ 并不被中国政府很好的接受
+ 和
+ 使用人数大约为总人口的
+ 成都话为北方方言的代表
+ 徽语, 打 对多
+ 汉语中存在
+ 内蒙古河套地区等地使用
+ 通常 打
+ 通常认为是赣方言的种
+ 由于日常使用和文学上使用的文字不同
+ 例如, 贵州 体
+ 湘方言以长沙话
+ 根据广韵所反映的
+ 所有的国标标准都使用作为前缀
+ 昨天 找 湘方言
+ 指北方地区
+ 四川 性
+ 极少混淆
+ 这些资料仍然是现代语言学家工作的基础
+ 主要用于广东省
+ 同时也是保留中古汉语最完整的方言
+ 杭州人却倾向于认为他们的方言与上海话不同
+ 共有 过, 其中的
+ 不是简化
+ 江西沿江地区
+ 同时 打 因此 和
+ 使用于庄重的场合
+ 普通话被认为是种更加正式的语言,
+ 老
+ 六种辅音韵尾
+ 汉语是世界上使用人数最多的种语言
+ 韩语 北京话
+ 客家方言
+ 在山西绝大部分以及陕西北部
+ 打 香港, 日语
+ 阳平二声
+ 因此必须说
+ 中国国家标准的简称
+ 老 例如 上
+ 平声已分为阴平
+ 因为国标在大陆使用,
+ 找到 不知是指
+ 在另方面
+ 它保存在了周德清在世纪初撰写的韵书中原音韵中
+ 走 华语 体
+ 另外大陆地区
+ 简体字危及了对古代文学的研究,
+ 另外 看 湘方言
+ 用手进行大量书写的情况极少
+ 吗
+ 使用人数约为
+ 只使用末尾的语气助词
+ 云南, 大陆 打
+ 文化交流
+ 例如在普通话中的
+ 和 为例
+ 使用人数约为
+ 这种汉语使用于隋朝,
+ 头
+ 四种辅音韵尾
+ 两位或四位编码
+ 以厦门话为代表
+ 昨天
+ 无论那个年龄层次
+ 使用粤方言的人口大约为总数的
+ 这些资料仍然是现代语言学家工作的基础
+ 海南 走, 最后 过
+ 在这七大方言内部
+ 文言已经很少使用了
+ 或
+ 世界上大约有
+ 但可以通过相同书写方式进行沟通及交流
+ 打碎
+ 简繁有差异的字不到
+ 他主要研究汉字和形式和诗经的韵律
+ 贵州 和
+ 成都话为北方方言的代表
+ 但可以通过相同书写方式进行沟通及交流
+ 在不同的方言区的人的语言意识也有定的区别
+ 性 然而, 例如 及
+ 湘方言以长沙话
+ 只使用末尾的语气助词
+ 北部
+ 世界上大约有
+ 现代方言的多样性
+ 看, 走 而不是
+ 北方方言包含了大量的同音字以及相应产生的复合词
+ 为例 毫无疑问
+ 助词也用来表达问句问句的语序与陈述句的语序相同
+ 体 国标,
+ 但在台湾
+ 中国的不同方言的语法是相似的
+ 这种方言对清浊辅音的区分是个很明显的特点
+ 或 为例, 如
+ 他主要研究汉字和形式和诗经的韵律
+ 汉语的名词与数词连接时通常要求有量词
+ 晋语</g:HTML>
+ </g:ScrollPanel>
+ </g:SimplePanel>
+ </g:layer>
+ <g:layer height="33px" width="100.0pct" bottom="36px">
+ <g:HorizontalPanel width="100%" height="33">
+ <g:InlineLabel text="New InlineLabel" />
+ </g:HorizontalPanel>
+ </g:layer>
+ <g:layer bottom="0px" height="36px">
+ <g:HorizontalPanel height="36" width="100%">
+ <g:InlineLabel text="New InlineLabel" />
+ </g:HorizontalPanel>
+ </g:layer>
+ </g:LayoutPanel>
+ </g:center>
+ <g:east size="200.0">
+ <g:LayoutPanel width="100%" height="100%">
+ <g:layer top="0px" height="100pct">
+ <g:VerticalPanel styleName="{res.style.entityTools}">
+ <g:InlineLabel text="Tools" />
+ </g:VerticalPanel>
+ </g:layer>
+ </g:LayoutPanel>
+ </g:east>
+ </g:SplitLayoutPanel>
+ </g:layer>
+ </g:LayoutPanel>
+</ui:UiBinder>
\ No newline at end of file
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/DefaultStyle.css
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/DefaultStyle.css (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/DefaultStyle.css 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,63 @@
+ at CHARSET "UTF-8";
+
+ at external .gwt-*;
+.entityHeader {
+ -webkit-border-top-left-radius: 10px;
+ -moz-border-top-left-radius: 10px;
+ border-top-left-radius: 10px;
+ background-color: #f4e3d7;
+}
+
+.entityHeader span {
+ font-size: 56px;
+ color: #550000;
+ font-weight: bold;
+ margin-left: 15px;
+ font: 'UbuntuBold', Arial;
+}
+
+.docTitle {
+ background-color: #c87137;
+}
+
+.docTitle span {
+ color: #FFF;
+ font-size: 28px;
+ font-weight: bold;
+ margin-left: 15px;
+ font: 'UbuntuBold', Arial;
+}
+
+.docAuth {
+ background-color: #f7ebe3;
+}
+
+.docAuth span {
+ color: #784421;
+ font-size: 20px;
+ font-weight: bold;
+ margin: 15px 0 0 15px;
+}
+
+.docEditorMargin {
+background-color: #f7ebe3;
+padding: 0 15px;
+}
+
+.docEditor {
+ background-color: #FFF;
+ border: 1px solid #959595;
+ -webkit-border-radius: 7px;
+ -moz-border-radius: 7px;
+ border-radius: 7px;
+}
+
+.entityTools {
+ -webkit-border-top-right-radius: 10px;
+ -moz-border-top-right-radius: 10px;
+ border-top-right-radius: 10px;
+ -webkit-border-bottom-right-radius: 10px;
+ -moz-border-bottom-right-radius: 10px;
+ border-bottom-right-radius: 10px;
+ background-color: #DEAA87;
+}
\ No newline at end of file
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmor.java
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmor.java (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmor.java 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,36 @@
+package org.ourproject.kune.ws.armor.client;
+
+import com.google.gwt.core.client.EntryPoint;
+import com.google.gwt.user.client.ui.RootLayoutPanel;
+
+/**
+ * Entry point classes define <code>onModuleLoad()</code>.
+ */
+public class WsArmor implements EntryPoint {
+ public void onModuleLoad() {
+ WsArmorResources.INSTANCE.style().ensureInjected();
+
+ final RootLayoutPanel rootPanel = RootLayoutPanel.get();
+ final Body armor = new Body();
+ // Window.addResizeHandler(new ResizeHandler() {
+ // @Override
+ // public void onResize(final ResizeEvent event) {
+ // resize(armor, event.getWidth(), event.getHeight());
+ // }
+ // });
+ rootPanel.add(armor);
+ // DeferredCommand.addCommand(new Command() {
+ // private int w;
+ //
+ // @Override
+ // public void execute() {
+ // w = Window.getClientWidth();
+ // resize(armor, w, Window.getClientHeight());
+ // }
+ // });
+ }
+
+ // private void resize(final Body armor, final int w, final int h) {
+ // armor.setSize(w, h);
+ // }
+}
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmorResources.java
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmorResources.java (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/WsArmorResources.java 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,26 @@
+package org.ourproject.kune.ws.armor.client;
+
+import com.google.gwt.core.client.GWT;
+import com.google.gwt.resources.client.ClientBundle;
+import com.google.gwt.resources.client.CssResource;
+
+public interface WsArmorResources extends ClientBundle {
+ public interface Style extends CssResource {
+ String docAuth();
+
+ String docEditor();
+
+ String docEditorMargin();
+
+ String docTitle();
+
+ String entityHeader();
+
+ String entityTools();
+ }
+
+ public static final WsArmorResources INSTANCE = GWT.create(WsArmorResources.class);
+
+ @Source("DefaultStyle.css")
+ Style style();
+}
\ No newline at end of file
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu Font License 1.0.txt
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu Font License 1.0.txt (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu Font License 1.0.txt 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,35 @@
+------------------------------- UBUNTU FONT LICENSE Version 1.0 -------------------------------
+
+PREAMBLE
+This License allows the licensed fonts to be used, studied, modified and redistributed freely. The fonts, including any derivative works, can be bundled, embedded, and redistributed provided the terms of this license are met. The fonts and derivatives, however, cannot be released under any other license. The requirement for fonts to remain under this license does not require any document created using the fonts or their derivatives to be published under this license, as long as the primary purpose of the document is not to be a vehicle for the distribution of the fonts.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
+
+"Original Version" refers to the collection of Font Software components as received under this license.
+
+"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
+
+"Copyright Holder(s)" refers to all individuals and companies who have a copyright ownership of the Font Software.
+
+"Substantially Changed" refers to Modified Versions which can be easily identified as dissimilar to the Font Software by users of the Font Software comparing the Original Version with the Modified Version.
+
+To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification and with or without charging a redistribution fee), making available to the public, and in some countries other activities as well.
+
+PERMISSION & CONDITIONS
+This license does not grant any rights under trademark law and all such rights are reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to propagate the Font Software, subject to the below conditions:
+
+1) Each copy of the Font Software must contain the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine- readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
+
+2) The font name complies with the following: (a) The Original Version must retain its name, unmodified. (b) Modified Versions which are Substantially Changed must be renamed to avoid use of the name of the Original Version or similar names entirely. (c) Modified Versions which are not Substantially Changed must be renamed to both (i) retain the name of the Original Version and (ii) add additional naming elements to distinguish the Modified Version from the Original Version. The name of such Modified Versions must be the name of the Original Version, with "derivative X" where X represents the name of the new work, appended to that name.
+
+3) The name(s) of the Copyright Holder(s) and any contributor to the Font Software shall not be used to promote, endorse or advertise any Modified Version, except (i) as required by this license, (ii) to acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with their explicit written permission.
+
+4) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not affect any document created using the Font Software, except any version of the Font Software extracted from a document created using the Font Software may only be distributed under this license.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are not met.
+
+DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.eot
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.eot
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.svg
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.svg (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.svg 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,144 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Designer : Dalton Maag Ltd
+Foundry : Dalton Maag Ltd
+Foundry URL : httpwwwdaltonmaagcom
+</metadata>
+<defs>
+<font id="webfontcceGD1qN" horiz-adv-x="568" >
+<font-face units-per-em="1000" ascent="800" descent="-200" />
+<missing-glyph horiz-adv-x="235" />
+<glyph unicode=" " horiz-adv-x="235" />
+<glyph unicode="	" horiz-adv-x="235" />
+<glyph unicode=" " horiz-adv-x="235" />
+<glyph unicode="!" horiz-adv-x="280" d="M190 505q0 -84 -6 -152.5t-15 -136.5h-58q-9 68 -15 136.5t-6 152.5v188h100v-188zM207 54q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47z" />
+<glyph unicode=""" horiz-adv-x="422" d="M171 760v-50q0 -49 -6 -102.5t-15 -106.5h-55q-9 53 -15 106.5t-6 103.5v49h97zM348 760v-50q0 -49 -6 -102.5t-15 -106.5h-55q-9 53 -15 106.5t-6 103.5v49h97z" />
+<glyph unicode="#" horiz-adv-x="671" d="M286 510h162l35 183h84l-35 -183h88v-74h-103l-34 -179h137v-74h-151l-35 -183h-84l35 183h-162l-35 -183h-84l35 183h-88v74h102l34 179h-136v74h151l35 183h84zM237 257h162l35 179h-162z" />
+<glyph unicode="$" d="M264 95q77 0 108 24.5t31 62.5q0 28 -13.5 48t-36 35t-52 27t-60.5 23q-30 11 -59.5 24.5t-52.5 33t-37.5 47t-14.5 67.5q0 71 42.5 116.5t123.5 57.5v115h83v-112q44 -2 82 -11t60 -17l-19 -78q-24 9 -60 18.5t-90 9.5q-60 0 -92.5 -23t-32.5 -65q0 -23 9.5 -39 t27.5 -28.5t42.5 -22.5t54.5 -21q39 -15 74 -31t61.5 -38.5t42.5 -53.5t16 -75q0 -71 -43 -114.5t-133 -54.5v-129h-83v126q-70 2 -114 15.5t-66 25.5l25 75q30 -14 72 -26t104 -12z" />
+<glyph unicode="%" horiz-adv-x="862" d="M52 524q0 45 12 79t33.5 57.5t50.5 35.5t63 12t63 -12t50.5 -35.5t33.5 -57.5t12 -79t-12 -79t-33.5 -57.5t-50.5 -35.5t-63 -12t-63 12t-50.5 35.5t-33.5 57.5t-12 79zM292 524q0 54 -21 84.5t-60 30.5t-60 -30.5t-21 -84.5t21 -84.5t60 -30.5t60 30.5t21 84.5zM492 169 q0 45 12 79t33.5 57.5t50.5 35.5t63 12t63 -12t50.5 -35.5t33.5 -57.5t12 -79t-12 -79t-33.5 -57.5t-50.5 -35.5t-63 -12t-63 12t-50.5 35.5t-33.5 57.5t-12 79zM732 169q0 54 -21 84.5t-60 30.5t-60 -30.5t-21 -84.5t21 -84.5t60 -30.5t60 30.5t21 84.5zM672 693l-391 -693 h-91l391 693h91z" />
+<glyph unicode="&" horiz-adv-x="670" d="M48 184q0 39 12 69.5t32.5 55t47.5 43t56 32.5q-74 74 -74 153q0 40 13.5 72t37 54t56 34t71.5 12q40 0 71.5 -12t53 -32t32.5 -48t11 -59q0 -35 -11.5 -63t-31 -51t-44.5 -42t-53 -34l162 -165q34 63 44 140l77 -10q-4 -41 -20.5 -89.5t-46.5 -96.5q35 -38 64.5 -75 t48.5 -72h-98q-12 20 -29 41l-37 42q-41 -41 -95 -66.5t-124 -25.5q-65 0 -108 18.5t-69.5 47t-37.5 62.5t-11 65zM141 186q0 -18 7 -39t23 -38.5t41.5 -29t63.5 -11.5q49 0 90.5 18t73.5 51l-195 197q-18 -9 -36.5 -21t-33.5 -29.5t-24.5 -41.5t-9.5 -56zM384 555 q0 34 -22.5 57.5t-61.5 23.5q-44 0 -67.5 -26.5t-23.5 -65.5q0 -65 68 -127q22 11 41.5 24t34 30t23 37.5t8.5 46.5z" />
+<glyph unicode="'" horiz-adv-x="245" d="M171 760v-50q0 -49 -6 -102.5t-15 -106.5h-55q-9 53 -15 106.5t-6 103.5v49h97z" />
+<glyph unicode="(" horiz-adv-x="328" d="M173 299q0 -128 37 -237t109 -202l-66 -45q-78 95 -125.5 218.5t-47.5 265.5t47.5 265.5t125.5 218.5l66 -45q-72 -93 -109 -202t-37 -237z" />
+<glyph unicode=")" horiz-adv-x="328" d="M155 299q0 128 -37 237t-109 202l66 45q78 -95 125.5 -218.5t47.5 -265.5t-47.5 -265.5t-125.5 -218.5l-66 45q72 93 109 202t37 237z" />
+<glyph unicode="*" horiz-adv-x="484" d="M287 685q0 -42 -7 -81l-16 -79l71 39q35 19 76 33l6 2l28 -84l-8 -3q-40 -15 -80 -19.5t-82 -7.5l62 -55q29 -26 54 -61l5 -7l-73 -51l-4 6q-24 36 -41 71l-36 74l-36 -74q-17 -35 -41 -71l-4 -6l-73 51l5 7q25 35 54 61l62 55q-42 3 -82 7.5t-80 19.5l-8 3l28 84l6 -2 q41 -14 76 -33l71 -39l-16 79q-7 39 -7 81v8h90v-8z" />
+<glyph unicode="+" d="M55 334h189v206h80v-206h189v-79h-189v-207h-80v207h-189v79z" />
+<glyph unicode="," horiz-adv-x="250" d="M180 114q1 -8 1 -16v-15q0 -63 -18.5 -124.5t-50.5 -117.5l-72 23q25 51 33 103.5t8 98.5q0 13 -0.5 25t-1.5 23h101z" />
+<glyph unicode="-" horiz-adv-x="303" d="M28 328h247v-87h-247v87z" />
+<glyph unicode="." horiz-adv-x="250" d="M192 54q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47z" />
+<glyph unicode="/" horiz-adv-x="388" d="M73 -185h-95l339 968h93z" />
+<glyph unicode="0" d="M52 347q0 174 61.5 268t170.5 94t170.5 -94t61.5 -268t-61.5 -268t-170.5 -94t-170.5 94t-61.5 268zM418 347q0 57 -6.5 108t-22 89t-41.5 60.5t-64 22.5t-64 -22.5t-41.5 -60.5t-22 -89t-6.5 -108t6.5 -108t22 -89t41.5 -60.5t64 -22.5t64 22.5t41.5 60.5t22 89t6.5 108 z" />
+<glyph unicode="1" d="M95 550q57 22 111 56.5t99 86.5h66v-693h-93v564q-12 -11 -29.5 -23t-38 -23t-43 -21t-43.5 -17z" />
+<glyph unicode="2" d="M469 516q0 -36 -14.5 -69.5t-38.5 -66t-54 -64.5l-60 -61l-40 -40q-22 -23 -42 -48t-33.5 -48t-13.5 -40h319v-79h-420q-1 6 -1 12v11q0 47 15.5 87.5t40.5 76.5t56 68l61 62l48 47q22 24 39.5 47.5t28 48.5t10.5 53q0 30 -9.5 51t-25.5 35t-37.5 20.5t-45.5 6.5 q-29 0 -53 -8t-43 -18.5t-32 -21.5l-20 -18l-46 66q9 10 27 24.5t43 27.5t56 22t67 9q109 0 163.5 -50.5t54.5 -142.5z" />
+<glyph unicode="3" d="M228 68q89 0 127.5 35t38.5 94q0 38 -16 64t-42 41.5t-60.5 22t-70.5 6.5h-24v76h33q25 0 51.5 5t48.5 18t36 35.5t14 56.5q0 28 -10 48t-26.5 33t-38 18.5t-45.5 5.5q-48 0 -81.5 -14t-56.5 -29l-36 71q12 8 30.5 17.5t41.5 17.5t49.5 13.5t55.5 5.5q55 0 95 -13.5 t66 -38t39 -58t13 -72.5q0 -54 -31 -92.5t-75 -58.5q27 -8 52 -23t43.5 -38t30 -53t11.5 -67q0 -45 -15.5 -83.5t-48 -66.5t-81.5 -44t-116 -16q-26 0 -53.5 4t-51.5 10t-42 12t-26 10l18 81q17 -8 56.5 -21t96.5 -13z" />
+<glyph unicode="4" d="M42 240q19 44 52 102.5t74.5 120.5t89 122t95.5 108h89v-440h82v-76h-82v-177h-90v177h-310v63zM352 583q-30 -32 -60.5 -71.5t-59.5 -82.5t-54.5 -88t-45.5 -88h220v330z" />
+<glyph unicode="5" d="M201 426q151 -6 221.5 -66t70.5 -163q0 -46 -15.5 -85t-47 -67t-79.5 -44t-114 -16q-26 0 -53 4t-50 10t-41 12t-26 10l18 81q17 -8 55.5 -21t94.5 -13q45 0 75.5 10t49.5 27t27.5 39.5t8.5 47.5q0 38 -13 67.5t-46 49.5t-88 30.5t-139 10.5q6 49 9.5 92t6.5 84t5 81.5 t4 85.5h334v-79h-253q-1 -15 -3 -40l-4 -54l-4 -53q-2 -26 -4 -41z" />
+<glyph unicode="6" d="M65 278q0 101 28 178.5t79.5 130.5t125 80.5t165.5 28.5l7 -78q-59 -1 -107.5 -13t-86.5 -38t-64 -67.5t-39 -102.5q26 12 58.5 20t67.5 8q59 0 100 -18t67 -47.5t37.5 -68t11.5 -80.5q0 -38 -13 -78t-39.5 -73t-67.5 -54t-97 -21q-114 0 -173.5 78t-59.5 215zM289 349 q-35 0 -65 -6.5t-60 -19.5q-1 -11 -1.5 -22.5t-0.5 -22.5q0 -44 6 -83t21.5 -68.5t41.5 -47t66 -17.5q33 0 56 14t38 36t21.5 47.5t6.5 49.5q0 68 -32.5 104t-97.5 36z" />
+<glyph unicode="7" d="M165 0q6 80 28.5 168.5t55.5 172t72.5 155t77.5 116.5h-337v81h441v-77q-33 -38 -73 -104.5t-75.5 -149t-61 -176t-31.5 -186.5h-97z" />
+<glyph unicode="8" d="M511 180q0 -42 -14.5 -77.5t-43 -62t-71.5 -41t-99 -14.5q-65 0 -108.5 18.5t-69.5 46.5t-37 61.5t-11 63.5q0 29 9.5 55.5t25 49.5t36 41.5t43.5 32.5q-98 56 -98 165q0 38 15 72.5t42.5 60.5t66.5 41.5t87 15.5q56 0 96 -17t65.5 -43.5t37 -58.5t11.5 -62 q0 -29 -8.5 -54.5t-23 -47.5t-33 -39t-38.5 -30q118 -56 120 -177zM151 174q0 -18 6.5 -37.5t22.5 -36t41 -27.5t63 -11q34 0 59.5 10t41.5 25.5t24 35.5t8 41q0 32 -12 56t-34.5 42t-54 30.5t-71.5 21.5q-45 -25 -69.5 -62t-24.5 -88zM401 529q0 15 -6.5 33t-20.5 33.5 t-36 26t-54 10.5t-54.5 -10t-36.5 -25.5t-20.5 -34t-6.5 -36.5q0 -22 8 -44t25 -41t44.5 -34t65.5 -24q42 25 67 58.5t25 87.5z" />
+<glyph unicode="9" d="M503 416q0 -206 -102.5 -311.5t-304.5 -106.5l-3 78q63 0 113.5 12t88.5 38.5t63.5 68.5t37.5 103q-26 -12 -59 -19.5t-68 -7.5q-59 0 -100 17.5t-67 47t-37.5 68t-11.5 80.5q0 37 13 77t39.5 73t67.5 54t97 21q57 0 100.5 -20t73 -58t44.5 -92.5t15 -122.5zM279 347 q35 0 66 6.5t60 19.5q1 11 1 21v22q0 43 -6 82.5t-21.5 69t-41.5 47t-66 17.5q-33 0 -56 -14t-38 -35.5t-21.5 -47t-6.5 -49.5q0 -68 32.5 -103.5t97.5 -35.5z" />
+<glyph unicode=":" horiz-adv-x="250" d="M192 54q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47zM192 453q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47z" />
+<glyph unicode=";" horiz-adv-x="250" d="M180 114q1 -8 1 -16v-15q0 -63 -18.5 -124.5t-50.5 -117.5l-72 23q25 51 33 103.5t8 98.5q0 13 -0.5 25t-1.5 23h101zM192 453q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47z" />
+<glyph unicode="<" d="M158 294l355 -146l-26 -77l-432 183v80l432 183l26 -77z" />
+<glyph unicode="=" d="M55 227h458v-79h-458v79zM55 440h458v-79h-458v79z" />
+<glyph unicode=">" d="M55 440l26 77l432 -183v-80l-432 -183l-26 77l355 146z" />
+<glyph unicode="?" horiz-adv-x="408" d="M176 631q-66 0 -129 -34l-26 72q34 18 76.5 29t90.5 11q57 0 93.5 -15.5t58.5 -39.5t30.5 -53.5t8.5 -56.5q0 -34 -13 -60.5t-32 -49.5t-42 -44t-42 -43.5t-32 -49t-13 -59.5v-11q0 -6 1 -11h-78q-4 20 -4 42q0 32 11.5 58t29.5 48.5t38 42t38 39.5t29.5 42t11.5 48 q0 42 -27 68.5t-79 26.5zM239 54q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47z" />
+<glyph unicode="@" horiz-adv-x="954" d="M692 43q-32 0 -53 9t-35 24q-22 -12 -53 -20.5t-62 -8.5q-48 0 -87.5 15t-68.5 44.5t-45 72.5t-16 100q0 48 15 90.5t44.5 74t72 49.5t96.5 18q51 0 93.5 -8t65.5 -16v-306q0 -32 11 -45t29 -13q26 0 45.5 18t32 47t18.5 65.5t6 74.5q0 63 -22 118.5t-63 97.5t-99.5 66 t-131.5 24t-134 -24.5t-105 -70t-68.5 -111.5t-24.5 -150q0 -88 26 -154.5t72.5 -111t110 -67t139.5 -22.5q59 0 97.5 7t49.5 11l10 -74q-17 -6 -61.5 -13t-95.5 -7q-89 0 -168 25.5t-138 78t-93.5 134t-34.5 193.5q0 108 34 189t91.5 134.5t133 80.5t159.5 27 q82 0 155 -26.5t128 -77t87 -122t32 -161.5q0 -68 -15.5 -120t-41.5 -87.5t-62 -53.5t-76 -18zM492 124q21 0 42.5 4.5t38.5 13.5q-3 13 -4 26t-1 25v235q-6 2 -23 4t-38 2q-71 0 -106 -44t-35 -111q0 -71 34 -113t92 -42z" />
+<glyph unicode="A" horiz-adv-x="667" d="M551 0l-32 88l-31 89h-314l-63 -177h-101l75 204l69 177l66 161q33 76 69 151h89q36 -75 69 -151l67 -161l68 -177l75 -204h-106zM460 257l-64 169q-31 81 -65 156q-35 -75 -67 -156l-62 -169h258z" />
+<glyph unicode="B" horiz-adv-x="647" d="M275 -6q-21 0 -45.5 1t-49 3t-48.5 5t-44 8v672q20 5 44 8t48.5 5t48.5 3t45 1q60 0 112.5 -9t91 -30.5t60.5 -56.5t22 -86q0 -57 -27 -93.5t-72 -54.5q61 -18 97 -57t36 -110q0 -104 -76.5 -156.5t-242.5 -52.5zM184 323v-244q11 -1 26 -2q13 -1 30.5 -1.5t40.5 -0.5 q43 0 81.5 5.5t67.5 19.5t46.5 39t17.5 63q0 34 -13 57.5t-37.5 37.5t-58.5 20t-76 6h-125zM184 401h102q36 0 68 5t55.5 18t37 34t13.5 53q0 30 -14 50.5t-38.5 33t-57.5 18.5t-70 6t-58 -1t-38 -3v-214z" />
+<glyph unicode="C" horiz-adv-x="624" d="M386 -15q-73 0 -133 24t-103 70t-66.5 113.5t-23.5 154.5t26.5 154.5t71.5 113.5t105 70t128 24q43 0 77.5 -6t60 -14t41.5 -16t22 -12l-28 -80q-9 6 -26 13t-38.5 14t-47 11.5t-51.5 4.5q-55 0 -99 -19t-75 -55t-47.5 -87.5t-16.5 -115.5q0 -62 14.5 -113t43.5 -87.5 t72.5 -56.5t101.5 -20q67 0 111 14t66 25l25 -80q-7 -5 -25 -12.5t-45 -14.5t-63 -12t-78 -5z" />
+<glyph unicode="D" horiz-adv-x="717" d="M657 347q0 -90 -28 -156.5t-79 -110t-122 -65t-156 -21.5q-42 0 -92.5 3.5t-91.5 13.5v672q41 10 91.5 13.5t92.5 3.5q85 0 156 -21.5t122 -65t79 -110t28 -156.5zM280 79q138 0 206 70.5t68 197.5t-68 197.5t-206 70.5q-41 0 -63.5 -1t-31.5 -2v-530q9 -1 31.5 -2 t63.5 -1z" />
+<glyph unicode="E" horiz-adv-x="575" d="M88 0v693h423v-83h-326v-206h290v-81h-290v-240h351v-83h-448z" />
+<glyph unicode="F" horiz-adv-x="541" d="M88 0v693h418v-83h-321v-209h285v-82h-285v-319h-97z" />
+<glyph unicode="G" horiz-adv-x="676" d="M511 341h97v-324q-12 -4 -34.5 -9t-52 -10t-64.5 -8.5t-71 -3.5q-73 0 -133 24t-103 70t-66.5 113t-23.5 154t26.5 154.5t71.5 113.5t105.5 70t129.5 24q47 0 83.5 -6t62.5 -14t42.5 -16t22.5 -12l-31 -81q-29 19 -77 31.5t-98 12.5q-53 0 -96.5 -19t-74 -55t-47.5 -87.5 t-17 -115.5q0 -62 14.5 -113t44 -87.5t73 -56.5t102.5 -20q42 0 71.5 4.5t42.5 8.5v258z" />
+<glyph unicode="H" horiz-adv-x="709" d="M524 693h97v-693h-97v320h-339v-320h-97v693h97v-289h339v289z" />
+<glyph unicode="I" horiz-adv-x="273" d="M88 693h97v-693h-97v693z" />
+<glyph unicode="J" horiz-adv-x="504" d="M421 223q0 -50 -10.5 -93t-37 -75.5t-71 -51t-111.5 -18.5q-34 0 -62.5 5.5t-51.5 14t-40 18t-27 18.5l38 77q21 -15 54.5 -31.5t83.5 -16.5q72 0 105 36.5t33 125.5v461h97v-470z" />
+<glyph unicode="K" horiz-adv-x="633" d="M601 693l-70 -75l-81 -86l-85 -85l-79 -78q43 -30 91 -74t94 -94t86.5 -102t67.5 -99h-114q-30 47 -69 94.5t-82.5 91t-88 80.5t-86.5 63v-329h-97v693h97v-306l77 75l83 83l77 81q37 38 62 67h117z" />
+<glyph unicode="L" horiz-adv-x="523" d="M505 84v-84h-417v693h97v-609h320z" />
+<glyph unicode="M" horiz-adv-x="875" d="M399 96l-27 61l-35 80l-41 89l-40 86l-35.5 72t-26.5 49q-11 -118 -18 -255.5t-12 -277.5h-95q4 90 9 181.5t11.5 180t14 172.5t16.5 159h85q27 -44 58 -104l62 -125l60 -132l53 -119l53 119l60 132l62 125q31 60 58 104h85q34 -335 51 -693h-95q-5 140 -12 277.5 t-18 255.5q-10 -17 -26.5 -49l-35.5 -72l-40 -86l-41 -89l-35 -80l-27 -61h-78z" />
+<glyph unicode="N" horiz-adv-x="732" d="M563 0l-51 83l-61 95l-69 101l-70 99l-68 89q-33 42 -61 74v-541h-95v693h77q47 -50 101 -117l106 -136l98 -139q47 -68 79 -121v513h95v-693h-81z" />
+<glyph unicode="O" horiz-adv-x="782" d="M60 347q0 89 26.5 157t72 113.5t106 68.5t128.5 23q67 0 126.5 -23t104.5 -68.5t71.5 -113.5t26.5 -157t-26.5 -157t-71.5 -113.5t-104.5 -68.5t-126.5 -23q-68 0 -128.5 23t-106 68.5t-72 113.5t-26.5 157zM162 347q0 -63 16 -114.5t45.5 -87.5t72 -55.5t95.5 -19.5 t95 19.5t71.5 55.5t45.5 87.5t16 114.5t-16 114.5t-45.5 87.5t-71.5 55.5t-95 19.5t-95.5 -19.5t-72 -55.5t-45.5 -87.5t-16 -114.5z" />
+<glyph unicode="P" horiz-adv-x="612" d="M272 700q146 0 224.5 -55.5t78.5 -165.5q0 -60 -21.5 -102.5t-62 -69t-98.5 -38.5t-131 -12h-77v-257h-97v683q41 10 91.5 13.5t92.5 3.5zM280 615q-62 0 -95 -3v-272h73q50 0 90 6.5t67.5 22t42.5 42.5t15 69q0 40 -15.5 66t-42 41.5t-61.5 21.5t-74 6z" />
+<glyph unicode="Q" horiz-adv-x="782" d="M60 347q0 89 26.5 157t72 113.5t106 68.5t128.5 23q67 0 126.5 -23t104.5 -68.5t71.5 -113.5t26.5 -157q0 -78 -20 -139t-55.5 -105.5t-83 -72t-101.5 -37.5q1 -23 20.5 -40.5t49.5 -29.5t67 -20t74 -12l-23 -76q-52 7 -99.5 18.5t-86 30.5t-64.5 48.5t-35 73.5 q-63 4 -119 29.5t-97 71t-65 110.5t-24 150zM162 347q0 -63 16 -114.5t45.5 -87.5t72 -55.5t95.5 -19.5t95 19.5t71.5 55.5t45.5 87.5t16 114.5t-16 114.5t-45.5 87.5t-71.5 55.5t-95 19.5t-95.5 -19.5t-72 -55.5t-45.5 -87.5t-16 -114.5z" />
+<glyph unicode="R" horiz-adv-x="633" d="M427 290l41 -52q24 -33 50 -72.5t51.5 -82.5t43.5 -83h-106q-20 38 -43.5 77t-47.5 74.5t-48 66.5l-42 54q-13 -1 -26 -1h-28h-87v-271h-97v683q41 10 91.5 13.5t92.5 3.5q146 0 222.5 -55t76.5 -164q0 -69 -36.5 -118t-107.5 -73zM280 615q-62 0 -95 -3v-261h69 q50 0 90 5t67.5 19t42.5 39.5t15 67.5q0 39 -15 65t-40.5 41t-60 21t-73.5 6z" />
+<glyph unicode="S" horiz-adv-x="536" d="M249 69q152 0 152 104q0 32 -13.5 54.5t-36.5 39t-52.5 28.5t-62.5 24q-38 13 -72 29.5t-59 39t-39.5 53.5t-14.5 75q0 91 62 142t171 51q63 0 114.5 -13.5t75.5 -29.5l-31 -79q-21 13 -62.5 25.5t-96.5 12.5q-28 0 -52 -6t-42 -18t-28.5 -30.5t-10.5 -43.5q0 -28 11 -47 t31 -33.5t46.5 -26.5t58.5 -24q45 -18 82.5 -36t65 -43t42.5 -59.5t15 -83.5q0 -91 -66.5 -140t-187.5 -49q-41 0 -75.5 5.5t-61.5 13t-46.5 16t-30.5 14.5l29 80q23 -13 70 -29t115 -16z" />
+<glyph unicode="T" horiz-adv-x="569" d="M551 693v-84h-218v-609h-97v609h-218v84h533z" />
+<glyph unicode="U" horiz-adv-x="692" d="M346 -15q-68 0 -118 21t-82 57.5t-47.5 86.5t-15.5 108v435h97v-424q0 -104 46 -151t120 -47q37 0 67.5 11.5t52.5 35.5t34 61.5t12 89.5v424h97v-435q0 -58 -15.5 -108t-48 -86.5t-82 -57.5t-117.5 -21z" />
+<glyph unicode="V" horiz-adv-x="660" d="M648 693l-72 -203l-68 -178l-66 -160l-66 -152h-91l-67 152l-66 160l-68 178q-35 93 -72 203h107l106 -304q52 -146 107 -274q55 127 107 273l105 305h104z" />
+<glyph unicode="W" horiz-adv-x="933" d="M467 470q-42 -134 -85 -248l-86 -222h-97q-53 153 -93.5 323t-75.5 370h102l29 -156q15 -78 31 -151l32 -141q16 -67 33 -124l85 231q45 125 84 259h84q39 -134 85 -259l86 -231q16 56 32 123t31.5 140.5l30.5 151.5l29 157h99q-36 -200 -76.5 -370t-92.5 -323h-97 q-44 108 -86 222t-84 248z" />
+<glyph unicode="X" horiz-adv-x="635" d="M504 0q-15 30 -36 66.5t-46 75.5l-52 80l-52 74l-52 -74l-52 -80l-46 -76q-21 -36 -36 -66h-107q45 88 105 179l126 187l-222 327h112l171 -258l169 258h111l-218 -323l128 -189q60 -92 106 -181h-109z" />
+<glyph unicode="Y" horiz-adv-x="602" d="M253 0v278q-69 107 -130 211l-115 204h114q38 -82 85 -166.5t97 -162.5q49 78 96 162.5t86 166.5h108l-115 -203l-129 -210v-280h-97z" />
+<glyph unicode="Z" horiz-adv-x="577" d="M528 616l-54 -62l-64 -82l-70 -94l-70 -100q-35 -50 -66 -100t-56 -95h390v-83h-503v65q21 40 49 88l62 98l67 101l69 98l68 88q32 41 59 72h-356v83h475v-77z" />
+<glyph unicode="[" horiz-adv-x="333" d="M98 783h225v-73h-138v-822h138v-73h-225v968z" />
+<glyph unicode="\" horiz-adv-x="388" d="M-22 783h93l339 -968h-95z" />
+<glyph unicode="]" horiz-adv-x="333" d="M235 -185h-225v73h138v822h-138v73h225v-968z" />
+<glyph unicode="^" d="M325 693l194 -340l-74 -38l-161 282l-161 -282l-74 38l194 340h82z" />
+<glyph unicode="_" horiz-adv-x="496" d="M-2 -106h500v-79h-500v79z" />
+<glyph unicode="`" horiz-adv-x="380" d="M102 776l166 -144l-40 -52l-179 127z" />
+<glyph unicode="a" horiz-adv-x="526" d="M258 67q33 0 58.5 1.5t42.5 5.5v155q-10 5 -32.5 8.5t-54.5 3.5q-21 0 -44.5 -3t-43 -12.5t-32.5 -26t-13 -43.5q0 -50 32 -69.5t87 -19.5zM250 533q56 0 94.5 -14.5t62 -41t33.5 -63t10 -80.5v-325l-34 -5q-21 -4 -48 -7t-58.5 -5.5t-62.5 -2.5q-44 0 -81 9t-64 28.5 t-42 51.5t-15 77q0 43 17.5 74t47.5 50t70 28t84 9q14 0 29 -1.5t29 -4.5l23 -4q10 -2 14 -3v26q0 23 -5 45.5t-18 40t-35.5 28t-58.5 10.5q-46 0 -80.5 -6.5t-51.5 -13.5l-11 77q18 8 60 15.5t91 7.5z" />
+<glyph unicode="b" horiz-adv-x="593" d="M175 497q17 11 51.5 23t79.5 12q56 0 99.5 -20t73.5 -56t45.5 -86t15.5 -110q0 -63 -18.5 -113.5t-52.5 -85.5t-82 -54t-108 -19q-65 0 -115 9t-82 18v745l93 16v-279zM175 81q14 -4 39.5 -7.5t63.5 -3.5q75 0 120 49.5t45 140.5q0 40 -8 75t-26 60.5t-46.5 40 t-68.5 14.5q-38 0 -70 -13t-49 -27v-329z" />
+<glyph unicode="c" horiz-adv-x="469" d="M308 -12q-63 0 -110.5 20t-80 56t-48.5 85.5t-16 109.5t17.5 110t49.5 86.5t78.5 57t103.5 20.5q35 0 70 -6t67 -19l-21 -79q-21 10 -48.5 16t-58.5 6q-78 0 -119.5 -49t-41.5 -143q0 -42 9.5 -77t30 -60t52.5 -38.5t78 -13.5q37 0 67 7t47 15l13 -78q-8 -5 -23 -9.5 t-34 -8t-40.5 -6t-41.5 -2.5z" />
+<glyph unicode="d" horiz-adv-x="593" d="M418 410q-17 14 -49 27t-70 13q-40 0 -68.5 -14.5t-46.5 -40t-26 -60.5t-8 -75q0 -91 45 -140.5t120 -49.5q38 0 63.5 3.5t39.5 7.5v329zM418 760l93 16v-761q-32 -9 -82 -18t-115 -9q-60 0 -108 19t-82 54t-52.5 85.5t-18.5 113.5q0 60 15.5 110t45.5 86t73.5 56 t99.5 20q45 0 79.5 -12t51.5 -23v263z" />
+<glyph unicode="e" horiz-adv-x="563" d="M53 259q0 69 20 120.5t53 85.5t76 51t88 17q105 0 161 -65.5t56 -199.5v-16q0 -9 -1 -17h-356q6 -81 47 -123t128 -42q49 0 82.5 8.5t50.5 16.5l13 -78q-17 -9 -59.5 -19t-96.5 -10q-68 0 -117.5 20.5t-81.5 56.5t-47.5 85.5t-15.5 108.5zM410 310q1 63 -31.5 103.5 t-89.5 40.5q-32 0 -56.5 -12.5t-41.5 -32.5t-26.5 -46t-12.5 -53h258z" />
+<glyph unicode="f" horiz-adv-x="390" d="M285 776q41 0 70.5 -6t41.5 -11l-17 -80q-12 6 -34 11.5t-54 5.5q-65 0 -91 -35.5t-26 -95.5v-45h200v-78h-200v-442h-93v567q0 100 49 154.5t154 54.5z" />
+<glyph unicode="g" horiz-adv-x="582" d="M408 52q-12 -8 -46.5 -20.5t-80.5 -12.5q-47 0 -88.5 15t-72.5 46.5t-49 78.5t-18 112q0 57 17 104.5t49.5 82t79.5 54t106 19.5q65 0 113.5 -9.5t81.5 -17.5v-464q0 -120 -62 -174t-188 -54q-49 0 -92.5 8t-75.5 19l17 81q28 -11 68.5 -19.5t84.5 -8.5q83 0 119.5 33 t36.5 105v22zM407 438q-14 4 -37.5 7.5t-63.5 3.5q-75 0 -115.5 -49t-40.5 -130q0 -45 11.5 -77t31 -53t45 -31t52.5 -10q37 0 68 10.5t49 24.5v304z" />
+<glyph unicode="h" horiz-adv-x="575" d="M82 0v760l93 16v-266q26 10 55.5 15.5t58.5 5.5q62 0 103 -17.5t65.5 -49t34.5 -75.5t10 -97v-292h-93v272q0 48 -6.5 82t-21.5 55t-40 30.5t-62 9.5q-15 0 -31 -2t-30.5 -4.5t-26 -5.5t-16.5 -5v-432h-93z" />
+<glyph unicode="i" horiz-adv-x="257" d="M175 0h-93v520h93v-520zM128 614q-25 0 -42.5 16.5t-17.5 44.5t17.5 44.5t42.5 16.5t42.5 -16.5t17.5 -44.5t-17.5 -44.5t-42.5 -16.5z" />
+<glyph unicode="j" horiz-adv-x="257" d="M-3 -187q-12 0 -31 3t-32 8l12 76q10 -3 23 -5t24 -2q48 0 68.5 29.5t20.5 86.5v511h93v-510q0 -100 -45.5 -148.5t-132.5 -48.5zM128 614q-25 0 -42.5 16.5t-17.5 44.5t17.5 44.5t42.5 16.5t42.5 -16.5t17.5 -44.5t-17.5 -44.5t-42.5 -16.5z" />
+<glyph unicode="k" horiz-adv-x="526" d="M270 286q30 -23 63.5 -57t66 -73.5t61.5 -80t49 -75.5h-109q-21 35 -48.5 71.5t-57.5 70t-61 61.5t-59 47v-250h-93v760l93 16v-474l53 53l57 59l53 58l43 48h109l-50 -55l-56 -61l-58 -60z" />
+<glyph unicode="l" horiz-adv-x="277" d="M238 -10q-86 2 -122 37t-36 109v624l93 16v-625q0 -23 4 -38t13 -24t24 -13.5t37 -7.5z" />
+<glyph unicode="m" horiz-adv-x="865" d="M82 505q32 8 84.5 17t121.5 9q50 0 84 -13.5t57 -39.5q7 5 22 14t37 17.5t49 15t58 6.5q60 0 98 -17.5t59.5 -49.5t29 -76t7.5 -96v-292h-93v272q0 46 -4.5 79t-17 55t-34 32.5t-55.5 10.5q-47 0 -77.5 -12.5t-41.5 -22.5q8 -26 12 -57t4 -65v-292h-93v272q0 46 -5 79 t-17.5 55t-34 32.5t-54.5 10.5q-14 0 -30 -1t-30.5 -2.5t-26.5 -3.5t-16 -3v-439h-93v505z" />
+<glyph unicode="n" horiz-adv-x="578" d="M82 505q32 8 85 17t122 9q62 0 103 -17.5t65.5 -49t34.5 -75.5t10 -97v-292h-93v272q0 48 -6.5 82t-21.5 55t-40 30.5t-62 9.5q-15 0 -31 -1t-30.5 -2.5t-26 -3.5t-16.5 -3v-439h-93v505z" />
+<glyph unicode="o" horiz-adv-x="594" d="M541 260q0 -62 -18 -112t-50.5 -86t-77.5 -55.5t-98 -19.5t-98 19.5t-77.5 55.5t-50.5 86t-18 112q0 61 18 111.5t50.5 86.5t77.5 55.5t98 19.5t98 -19.5t77.5 -55.5t50.5 -86.5t18 -111.5zM444 260q0 88 -39.5 139.5t-107.5 51.5t-107.5 -51.5t-39.5 -139.5t39.5 -139.5 t107.5 -51.5t107.5 51.5t39.5 139.5z" />
+<glyph unicode="p" horiz-adv-x="593" d="M443 259q0 91 -45 140t-120 49q-42 0 -65.5 -3t-37.5 -7v-328q17 -14 49 -27t70 -13q40 0 68.5 14.5t46.5 40t26 60t8 74.5zM540 259q0 -59 -15.5 -109t-45.5 -86t-73.5 -56t-99.5 -20q-45 0 -79.5 12t-51.5 23v-208h-93v689q33 8 82.5 17.5t114.5 9.5q60 0 108 -19 t82 -54t52.5 -85.5t18.5 -113.5z" />
+<glyph unicode="q" horiz-adv-x="593" d="M150 259q0 -40 8 -74.5t26 -60t46.5 -40t68.5 -14.5q38 0 70 13t49 27v328q-14 4 -37.5 7t-65.5 3q-75 0 -120 -49t-45 -140zM53 259q0 63 18.5 113.5t52.5 85.5t82 54t108 19q65 0 114.5 -9.5t82.5 -17.5v-689h-93v208q-17 -11 -51.5 -23t-79.5 -12q-56 0 -99.5 20 t-73.5 56t-45.5 86t-15.5 109z" />
+<glyph unicode="r" horiz-adv-x="390" d="M274 531q12 0 27.5 -1.5t30.5 -4t27.5 -5t18.5 -4.5l-16 -81q-11 4 -36.5 9.5t-65.5 5.5q-26 0 -51.5 -5.5t-33.5 -7.5v-437h-93v498q33 12 82 22.5t110 10.5z" />
+<glyph unicode="s" horiz-adv-x="450" d="M203 67q57 0 84.5 15t27.5 48q0 34 -27 54t-89 45q-30 12 -57.5 24.5t-47.5 29.5t-32 41t-12 59q0 69 51 109.5t139 40.5q22 0 44 -2.5t41 -6t33.5 -7.5t22.5 -7l-17 -80q-15 8 -47 16.5t-77 8.5q-39 0 -68 -15.5t-29 -48.5q0 -17 6.5 -30t20 -23.5t33.5 -19.5t48 -19 q37 -14 66 -27.5t49.5 -31.5t31.5 -43.5t11 -62.5q0 -72 -53.5 -109t-152.5 -37q-69 0 -108 11.5t-53 17.5l17 80q16 -6 51 -18t93 -12z" />
+<glyph unicode="t" horiz-adv-x="406" d="M169 520h197v-78h-197v-240q0 -39 6 -64.5t18 -40t30 -20.5t42 -6q42 0 67.5 9.5t35.5 13.5l18 -77q-14 -7 -49 -17.5t-80 -10.5q-53 0 -87.5 13.5t-55.5 40.5t-29.5 66.5t-8.5 91.5v464l93 16v-161z" />
+<glyph unicode="u" horiz-adv-x="578" d="M496 15q-32 -8 -84.5 -17t-121.5 -9q-60 0 -101 17.5t-66 49.5t-36 75.5t-11 96.5v292h93v-272q0 -95 30 -136t101 -41q15 0 31 1t30 2.5t25.5 3t16.5 3.5v439h93v-505z" />
+<glyph unicode="v" horiz-adv-x="506" d="M488 520q-39 -146 -91.5 -280t-101.5 -240h-84q-49 106 -101.5 240t-91.5 280h100q12 -49 28.5 -104.5t35.5 -109.5l37 -106q19 -51 36 -91q17 40 36 91l37 106q19 54 35.5 109.5t28.5 104.5h96z" />
+<glyph unicode="w" horiz-adv-x="781" d="M507 0q-28 72 -59.5 164.5t-57.5 192.5q-26 -100 -57 -192.5t-59 -164.5h-81q-46 103 -90 235t-83 285h100q10 -47 24 -102t29.5 -110t32.5 -106t32 -89q17 47 33.5 99.5t31.5 105.5l29 106q13 51 23 96h77q9 -45 22 -96.5t28 -105t31.5 -106t33.5 -99.5q15 38 31.5 89 t32.5 106t30 110t24 102h96q-39 -153 -83 -285t-90 -235h-81z" />
+<glyph unicode="x" horiz-adv-x="515" d="M393 0q-11 22 -27 49t-35 55l-39 57l-39 53l-39 -54l-38 -56l-35 -56q-16 -27 -27 -48h-96q35 68 84 138l96 135l-172 247h105l124 -182l125 182h99l-168 -241l99 -137q50 -73 85 -142h-102z" />
+<glyph unicode="y" horiz-adv-x="501" d="M21 -97q11 -5 28.5 -9.5t34.5 -4.5q55 0 86 24.5t56 79.5q-63 120 -117.5 254.5t-90.5 272.5h100q11 -45 26.5 -97t34.5 -107t41 -110t46 -106q38 105 66 208t53 212h96q-36 -147 -80 -282.5t-95 -253.5q-20 -45 -41.5 -77.5t-47.5 -53.5t-58.5 -31t-73.5 -10 q-11 0 -23 1.5t-23.5 4t-21 5.5t-13.5 5z" />
+<glyph unicode="z" horiz-adv-x="475" d="M427 450q-21 -23 -55 -65l-74 -93l-80 -107q-39 -56 -69 -107h286v-78h-397v62q24 44 59 97t73 105l76 100l63 78h-257v78h375v-70z" />
+<glyph unicode="{" horiz-adv-x="337" d="M42 335q24 0 41 8.5t28.5 22t17 31t5.5 35.5v180q0 41 9 73t31 53.5t58.5 33t90.5 11.5h4v-73q-57 0 -81.5 -20.5t-24.5 -78.5v-154q0 -66 -17.5 -102t-49.5 -56q32 -20 49.5 -56t17.5 -102v-154q0 -58 24.5 -78.5t81.5 -20.5v-73h-4q-54 0 -90.5 11t-58.5 33t-31 54 t-9 73v180q0 18 -5.5 35.5t-17 31t-28.5 22t-41 8.5v72z" />
+<glyph unicode="|" horiz-adv-x="283" d="M98 783h87v-968h-87v968z" />
+<glyph unicode="}" horiz-adv-x="337" d="M295 263q-24 0 -41 -8.5t-28.5 -22t-17 -31t-5.5 -35.5v-180q0 -41 -9 -73t-31 -54t-58.5 -33t-90.5 -11h-4v73q57 0 81.5 20.5t24.5 78.5v154q0 66 17.5 102t49.5 56q-32 20 -49.5 56t-17.5 102v154q0 58 -24.5 78.5t-81.5 20.5v73h4q54 0 90.5 -11.5t58.5 -33t31 -53.5 t9 -73v-180q0 -18 5.5 -35.5t17 -31t28.5 -22t41 -8.5v-72z" />
+<glyph unicode="~" d="M522 352q-4 -20 -12.5 -44t-24.5 -45.5t-40.5 -36t-59.5 -14.5q-30 0 -55.5 12t-48.5 26l-52 32q-25 15 -53 15q-16 0 -27 -7.5t-19 -19t-13 -25t-9 -26.5l-64 18q4 19 13 43.5t24.5 46t40 36t59.5 14.5q30 0 55.5 -12t48.5 -26l52 -31q25 -16 53 -16q16 0 27 7.5t19 19 t13 25t9 26.5z" />
+<glyph unicode="¢" d="M88 291q0 49 13.5 92t38 77t60.5 57t81 32v144h83v-139q58 -3 110 -23l-21 -77q-21 9 -48.5 15t-58.5 6q-78 0 -119.5 -47t-41.5 -137q0 -40 9.5 -73.5t30 -57.5t52.5 -37t78 -13q37 0 67 7t47 14l13 -76q-14 -8 -48 -15.5t-70 -9.5v-139h-83v144q-48 9 -84 31.5t-60 56 t-36.5 76.5t-12.5 92z" />
+<glyph unicode="£" d="M248 373h189v-75h-189v-8q0 -50 -4 -105t-12 -105h289v-80h-394q11 71 19.5 141.5t8.5 141.5v15h-93v75h93v83q0 74 15.5 122.5t44 77t68.5 39.5t88 11q44 0 74 -8t58 -19l-23 -80q-53 25 -113 25q-27 0 -49 -8t-37.5 -27t-24 -51t-8.5 -80v-85z" />
+<glyph unicode="¥" d="M239 0v106h-162v71h162v102h-162v71h136l-103 174l-91 169h103q36 -78 78 -156t87 -150q44 72 85 150l77 156h101l-92 -169q-49 -87 -103 -174h137v-71h-162v-102h162v-71h-162v-106h-91z" />
+<glyph unicode="©" horiz-adv-x="818" d="M751 347q0 -85 -28 -152.5t-75 -114t-109 -71t-130 -24.5t-130 24.5t-109 71t-75 114t-28 152.5t28 152.5t75 114t109 71t130 24.5t130 -24.5t109 -71t75 -114t28 -152.5zM678 347q0 66 -20 120.5t-55.5 93.5t-85 60t-108.5 21t-108.5 -21t-85 -60t-55.5 -93.5 t-20 -120.5t20 -120.5t55.5 -93.5t85 -60t108.5 -21t108.5 21t85 60t55.5 93.5t20 120.5zM421 140q-43 0 -78 14t-60.5 40t-39.5 64.5t-14 88.5q0 49 15.5 87t41.5 64.5t61 40.5t74 14q26 0 47.5 -4t37.5 -9.5t26.5 -11t14.5 -8.5l-23 -60q-12 7 -38.5 16.5t-61.5 9.5 q-51 0 -85 -35.5t-34 -103.5q0 -62 31 -101.5t91 -39.5q39 0 64.5 8.5t39.5 15.5l19 -60q-5 -3 -16.5 -8.5t-28.5 -10t-38.5 -8t-45.5 -3.5z" />
+<glyph unicode="­" horiz-adv-x="303" d="M28 328h247v-87h-247v87z" />
+<glyph unicode="®" horiz-adv-x="818" d="M751 347q0 -85 -28 -152.5t-75 -114t-109 -71t-130 -24.5t-130 24.5t-109 71t-75 114t-28 152.5t28 152.5t75 114t109 71t130 24.5t130 -24.5t109 -71t75 -114t28 -152.5zM678 347q0 66 -20 120.5t-55.5 93.5t-85 60t-108.5 21t-108.5 -21t-85 -60t-55.5 -93.5 t-20 -120.5t20 -120.5t55.5 -93.5t85 -60t108.5 -21t108.5 21t85 60t55.5 93.5t20 120.5zM508 148q-23 45 -51.5 85.5t-49.5 64.5h-67v-150h-71v388q27 6 57 9t55 3q86 0 131 -32t45 -97q0 -37 -19.5 -64.5t-55.5 -42.5q10 -12 23 -30t27 -40l28 -46q14 -24 25 -48h-77z M340 356h38q45 0 75 12.5t30 51.5q0 37 -28.5 51.5t-68.5 14.5q-11 0 -23 -0.5t-23 -1.5v-128z" />
+<glyph unicode="´" horiz-adv-x="380" d="M331 707l-179 -127l-40 52l166 144z" />
+<glyph unicode=" " horiz-adv-x="391" />
+<glyph unicode=" " horiz-adv-x="783" />
+<glyph unicode=" " horiz-adv-x="391" />
+<glyph unicode=" " horiz-adv-x="783" />
+<glyph unicode=" " horiz-adv-x="261" />
+<glyph unicode=" " horiz-adv-x="195" />
+<glyph unicode=" " horiz-adv-x="130" />
+<glyph unicode=" " horiz-adv-x="130" />
+<glyph unicode=" " horiz-adv-x="97" />
+<glyph unicode=" " horiz-adv-x="156" />
+<glyph unicode=" " horiz-adv-x="43" />
+<glyph unicode="‐" horiz-adv-x="303" d="M28 328h247v-87h-247v87z" />
+<glyph unicode="‑" horiz-adv-x="303" d="M28 328h247v-87h-247v87z" />
+<glyph unicode="–" horiz-adv-x="500" d="M0 343h500v-79h-500v79z" />
+<glyph unicode="—" horiz-adv-x="1000" d="M0 343h1000v-79h-1000v79z" />
+<glyph unicode="‘" horiz-adv-x="239" d="M62 520v22q0 10 1 20q4 52 23 103t46 95l72 -23q-21 -44 -31.5 -89t-10.5 -84q0 -10 0.5 -21.5t1.5 -22.5h-102z" />
+<glyph unicode="’" horiz-adv-x="239" d="M177 750v-22q0 -10 -1 -20q-4 -52 -23 -102.5t-46 -95.5l-72 23q21 45 31.5 89.5t10.5 83.5q0 10 -0.5 21.5t-1.5 22.5h102z" />
+<glyph unicode="“" horiz-adv-x="421" d="M62 520v22q0 10 1 20q4 52 23 103t46 95l72 -23q-21 -44 -31.5 -89t-10.5 -84q0 -10 0.5 -21.5t1.5 -22.5h-102zM244 520v22q0 10 1 20q4 52 23 103t46 95l72 -23q-21 -44 -31.5 -89t-10.5 -84q0 -10 0.5 -21.5t1.5 -22.5h-102z" />
+<glyph unicode="”" horiz-adv-x="421" d="M177 750v-22q0 -10 -1 -20q-4 -52 -23 -102.5t-46 -95.5l-72 23q21 45 31.5 89.5t10.5 83.5q0 10 -0.5 21.5t-1.5 22.5h102zM359 750v-22q0 -10 -1 -20q-4 -52 -23 -102.5t-46 -95.5l-72 23q21 45 31.5 89.5t10.5 83.5q0 10 -0.5 21.5t-1.5 22.5h102z" />
+<glyph unicode="•" horiz-adv-x="364" d="M310 353q0 -26 -9 -49t-25.5 -40t-40 -27.5t-53.5 -10.5t-53.5 10.5t-40 27.5t-25.5 40t-9 49q0 25 9 48.5t25.5 40.5t40 27.5t53.5 10.5t53.5 -10.5t40 -27.5t25.5 -40.5t9 -48.5z" />
+<glyph unicode="…" horiz-adv-x="1000" d="M234 54q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47zM567 54q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47zM900 54q0 -27 -18 -47t-49 -20t-49 20t-18 47t18 47t49 20t49 -20t18 -47z" />
+<glyph unicode=" " horiz-adv-x="156" />
+<glyph unicode=" " horiz-adv-x="195" />
+<glyph unicode="€" d="M139 472q23 117 91 175.5t174 58.5q44 0 73 -5.5t58 -14.5l-20 -80q-24 9 -52.5 14.5t-58.5 5.5q-38 0 -66.5 -11t-49 -31t-33.5 -48.5t-20 -63.5h233l-14 -72h-229q-1 -13 -1 -26v-27v-25q0 -12 1 -23h209l-14 -72h-187q17 -89 61.5 -124t111.5 -35q42 0 72.5 8t54.5 19 l20 -79q-17 -9 -59 -19t-93 -10q-117 0 -181 63.5t-83 176.5h-90v72h82q-1 11 -1 23v25v27q0 13 1 26h-82v72h92z" />
+<glyph unicode="™" horiz-adv-x="763" d="M304 693v-61h-105v-272h-69v272h-105v61h279zM684 693q8 -51 14 -130.5t14 -202.5h-70q-1 25 -2 53.5t-2.5 57t-3.5 56.5t-4 52q-11 -19 -24 -45l-26 -50l-24 -47q-11 -22 -17 -35h-49q-6 13 -18 35l-24 47l-26 50l-23 45q-2 -24 -4 -52t-3.5 -56.5t-2.5 -57t-2 -53.5 h-69q8 123 14 202.5t14 130.5h66l20 -41l26 -52l28 -57l29 -56l28 56l29 57l26 52l20 41h66z" />
+</font>
+</defs></svg>
\ No newline at end of file
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.ttf
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.ttf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.woff
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/Ubuntu-R-webfont.woff
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/demo.html
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/demo.html (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/demo.html 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+ <title>Font Face Demo</title>
+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8">
+ <style type="text/css" media="screen">
+ h1.fontface {font: 60px/68px 'UbuntuRegular', Arial, sans-serif;letter-spacing: 0;}
+
+ p.style1 {font: 18px/27px 'UbuntuRegular', Arial, sans-serif;}
+ p.style2 {font: 18px/27px 'UbuntuItalic', Arial, sans-serif;}
+ p.style3 {font: 18px/27px 'UbuntuBold', Arial, sans-serif;}
+ p.style4 {font: 18px/27px 'UbuntuBoldItalic', Arial, sans-serif;}
+
+ #container {
+ width: 800px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ </style>
+</head>
+
+<body>
+ <div id="container">
+ <h1 class="fontface">Font-face Demo for the Ubuntu Font</h1>
+
+
+
+ <p class="style1">Ubuntu Regular - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+
+
+ <p class="style2">Ubuntu Italic - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+
+
+ <p class="style3">Ubuntu Bold - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+
+
+ <p class="style4">Ubuntu Bold Italic - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+ </div>
+</body>
+</html>
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/stylesheet.css
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/stylesheet.css (rev 0)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/stylesheet.css 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,36 @@
+/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 5, 2010 08:36:17 PM America/New_York */
+
+
+
+ at font-face {
+ font-family: 'UbuntuRegular';
+ src: url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.eot');
+ src: local('☺'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.woff') format('woff'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.ttf') format('truetype'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-R-webfont.svg#webfontcceGD1qN') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+ at font-face {
+ font-family: 'UbuntuItalic';
+ src: url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.eot');
+ src: local('☺'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.woff') format('woff'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.ttf') format('truetype'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-I--webfont.svg#') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+ at font-face {
+ font-family: 'UbuntuBold';
+ src: url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.eot');
+ src: local('☺'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.woff') format('woff'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.ttf') format('truetype'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-B---webfont.svg#') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+ at font-face {
+ font-family: 'UbuntuBoldItalic';
+ src: url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.eot');
+ src: local('☺'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.woff') format('woff'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.ttf') format('truetype'), url('/org.ourproject.kune.ws.armor.WsArmor/fontface/Ubuntu-BI----webfont.svg#') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
Added: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/ubuntu-fontfacekit.zip
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/public/fontface/ubuntu-fontfacekit.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Property changes on: kune-ws-armor/trunk/war
___________________________________________________________________
Name: svn:ignore
+ org.ourproject.kune.ws.armor.WsArmor
Property changes on: kune-ws-armor/trunk/war/WEB-INF
___________________________________________________________________
Name: svn:ignore
+ classes
Added: kune-ws-armor/trunk/war/WEB-INF/lib/gwt-servlet.jar
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/war/WEB-INF/lib/gwt-servlet.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/war/WEB-INF/web.xml
===================================================================
--- kune-ws-armor/trunk/war/WEB-INF/web.xml (rev 0)
+++ kune-ws-armor/trunk/war/WEB-INF/web.xml 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE web-app
+ PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+ "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<web-app>
+
+ <!-- Default page to serve -->
+ <welcome-file-list>
+ <welcome-file>WsArmor.html</welcome-file>
+ </welcome-file-list>
+
+</web-app>
Added: kune-ws-armor/trunk/war/WsArmor.css
===================================================================
--- kune-ws-armor/trunk/war/WsArmor.css (rev 0)
+++ kune-ws-armor/trunk/war/WsArmor.css 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,302 @@
+body {
+ background-color: white;
+ color: black;
+ font-family: 'UbuntuRegular', Arial;
+ font-size: small;
+ margin: 5px;
+}
+
+body.fontface {font: 'UbuntuRegular', Arial;}
+
+a {
+ color: darkblue;
+}
+
+a:visited {
+ color: darkblue;
+}
+
+.gwt-DialogBox {
+ border: 2px solid #AAAAAA;
+ background-color: white;
+}
+
+.gwt-DialogBox .Caption {
+ background-image: url(gray_gradient.gif);
+ background-repeat: repeat-x;
+ padding: 4px;
+ padding-bottom: 8px;
+ font-weight: bold;
+ cursor: default;
+}
+
+.gwt-MenuBar {
+ background-color: #C3D9FF;
+ cursor: default;
+}
+
+.gwt-MenuItem {
+ font-size: 80%;
+ margin: 1px;
+ cursor: default;
+}
+
+.gwt-MenuItem-selected {
+ background-color: #E8EEF7;
+}
+
+.gwt-Tree {
+}
+
+.gwt-Tree .gwt-TreeItem {
+ font-size: 80%;
+ cursor: default;
+}
+
+.gwt-Tree .gwt-TreeItem-selected {
+ background-color: #C3D9FF;
+}
+
+.gwt-StackPanel {
+ background-color: white;
+ border: 1px solid #AAAAAA;
+ width: 15em;
+}
+
+.gwt-StackPanel .gwt-StackPanelItem {
+ background-image: url(blue_gradient.gif);
+ background-repeat: repeat-x;
+ background-color: #EEEEEE;
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-StackPanel .gwt-StackPanelItem-selected {
+}
+
+.gwt-TabPanel {
+
+}
+
+.gwt-TabPanelBottom {
+ border-left: 1px solid #87b3ff;
+ border-right: 1px solid #87b3ff;
+ border-bottom: 1px solid #87b3ff;
+}
+
+.gwt-TabBar {
+ font-size: smaller;
+}
+
+.gwt-TabBar .gwt-TabBarFirst {
+ height: 100%;
+ border-bottom: 1px solid #87b3ff;
+ border-right: 1px solid #87b3ff;
+ padding-left: 3px;
+}
+
+.gwt-TabBar .gwt-TabBarRest {
+ border-bottom: 1px solid #87b3ff;
+ padding-right: 3px;
+}
+
+.gwt-TabBar .gwt-TabBarItem {
+ border-top: 1px solid #87b3ff;
+ border-bottom: 1px solid #87b3ff;
+ padding: 2px;
+ cursor: hand;
+ white-space: nowrap;
+ border-right: 1px solid #87b3ff;
+}
+
+.gwt-TabBar .gwt-TabBarItem-selected {
+ font-weight: bold;
+ background-color: #e8eef7;
+ border-top: 1px solid #87b3ff;
+ border-right: 1px solid #87b3ff;
+ border-bottom: 1px solid #e8eef7;
+ padding: 2px;
+ cursor: default;
+ white-space: nowrap;
+}
+
+.gwt-PushButton-up {
+ background-color: #C3D9FF;
+ padding: 2px;
+ border: 2px solid transparent;
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-PushButton-up-hovering {
+ background-color: #C3D9FF;
+ padding: 2px;
+ border: 2px solid transparent;
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-PushButton-down {
+ background-color: #C3D9FF;
+ padding: 2px;
+ border: 2px solid transparent;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-PushButton-down-hovering {
+ background-color: #C3D9FF;
+ padding: 2px;
+ border: 2px solid transparent;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-ToggleButton-up {
+ background-color: #C3D9FF;
+ padding: 2px;
+ border: 2px solid transparent;
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-ToggleButton-up-hovering {
+ background-color: #C3D9FF;
+ padding: 2px;
+ border: 2px solid transparent;
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-ToggleButton-down {
+ background-color: #C3D9FF;
+ padding: 2px;
+ background-color: #E8F1FF;
+ border: 2px solid transparent;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-ToggleButton-down-hovering {
+ background-color: #C3D9FF;
+ padding: 2px;
+ background-color: #E8F1FF;
+ border: 2px solid transparent;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ cursor: pointer;
+ cursor: hand;
+}
+
+.gwt-RichTextArea {
+ border: 1px solid black;
+ background-color: white;
+}
+
+.gwt-RichTextToolbar {
+ background-color: #C3D9FF;
+ padding: 2px;
+}
+
+.gwt-RichTextToolbar .gwt-PushButton-up {
+ margin-right: 2px;
+ border: 1px solid #C3D9FF;
+}
+
+.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
+ margin-right: 2px;
+ border: 1px solid #C3D9FF;
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+}
+
+.gwt-RichTextToolbar .gwt-PushButton-down {
+ margin-right: 2px;
+ border: 1px solid #C3D9FF;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+}
+
+.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
+ margin-right: 2px;
+ border: 1px solid #C3D9FF;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+}
+
+.gwt-RichTextToolbar .gwt-ToggleButton-up {
+ margin-right: 2px;
+ border: 1px solid #C3D9FF;
+}
+
+.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
+ margin-right: 2px;
+ border: 1px solid #C3D9FF;
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+}
+
+.gwt-RichTextToolbar .gwt-ToggleButton-down {
+ margin-right: 2px;
+ background-color: #E8F1FF;
+ border: 1px solid #C3D9FF;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+}
+
+.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
+ margin-right: 2px;
+ background-color: #E8F1FF;
+ border: 1px solid #C3D9FF;
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+}
+
+.gwt-HorizontalSplitPanel {
+ border: 8px solid #C3D9FF;
+}
+
+.gwt-HorizontalSplitPanel .splitter {
+ background-color: #C3D9FF;
+ cursor: move;
+}
+
+.gwt-HorizontalSplitPanel .left {
+ background-color: #E8EEF7;
+}
+
+.gwt-VerticalSplitPanel {
+ border: 8px solid #C3D9FF;
+}
+
+.gwt-VerticalSplitPanel .splitter {
+ background-color: #C3D9FF;
+ height: 8px;
+ cursor: move;
+}
+
+.gwt-SuggestBoxPopup {
+ border: 2px solid #C3D9FF;
+}
+
+.gwt-SuggestBoxPopup .item {
+ padding: 2px;
+}
+
+.gwt-SuggestBoxPopup .item-selected {
+ background-color: #C3D9FF;
+ padding: 2px;
+}
+
+.gwt-DisclosurePanel {
+ border: 2px solid #C3D9FF;
+}
+
+.gwt-DisclosurePanel .header {
+ background-color: #e8eef7;
+ cursor: hand;
+}
+
+.gwt-SplitLayoutPanel { }
+.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-HDragger { background-color: white; background: none; }
+.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-VDragger { }
Added: kune-ws-armor/trunk/war/WsArmor.html
===================================================================
--- kune-ws-armor/trunk/war/WsArmor.html (rev 0)
+++ kune-ws-armor/trunk/war/WsArmor.html 2010-12-06 12:40:41 UTC (rev 1152)
@@ -0,0 +1,38 @@
+<!doctype html>
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+
+ <!-- -->
+ <!-- Consider inlining CSS to reduce the number of requested files -->
+ <!-- -->
+ <link rel="stylesheet" href="org.ourproject.kune.ws.armor.WsArmor/fontface/stylesheet.css" type="text/css" charset="utf-8">
+ <link type="text/css" rel="stylesheet" href="WsArmor.css">
+
+
+ <!-- -->
+ <!-- Any title is fine -->
+ <!-- -->
+ <title>Wrapper HTML for WsArmor</title>
+
+ <!-- -->
+ <!-- This script loads your compiled module. -->
+ <!-- If you add any GWT meta tags, they must -->
+ <!-- be added before this line. -->
+ <!-- -->
+ <script language="javascript" src="org.ourproject.kune.ws.armor.WsArmor/org.ourproject.kune.ws.armor.WsArmor.nocache.js"></script>
+
+ </head>
+
+ <!-- -->
+ <!-- The body can have arbitrary html, or -->
+ <!-- we leave the body empty because we want -->
+ <!-- to create a completely dynamic ui -->
+ <!-- -->
+ <body>
+
+ <!-- OPTIONAL: include this if you want history support -->
+ <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
+
+ </body>
+</html>
Added: kune-ws-armor/trunk/war/blue_gradient.gif
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/war/blue_gradient.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/war/drafts.gif
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/war/drafts.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/war/gray_gradient.gif
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/war/gray_gradient.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/war/home.gif
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/war/home.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the kune-commits
mailing list