[kune-commits] r1161 - in kune-ws-armor/trunk: . .settings src/org/ourproject/kune/ws/armor src/org/ourproject/kune/ws/armor/client src/org/ourproject/kune/ws/armor/client/resources target target/maven-archiver war war/WEB-INF/lib
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Wed Dec 8 20:58:38 CET 2010
Author: vjrj_
Date: 2010-12-08 20:58:37 +0100 (Wed, 08 Dec 2010)
New Revision: 1161
Added:
kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs
kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs
kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs
kune-ws-armor/trunk/pom.xml
kune-ws-armor/trunk/target/
kune-ws-armor/trunk/target/kune-ws-armor-0.0.4.jar
kune-ws-armor/trunk/target/kune-ws-armor-0.0.4/
kune-ws-armor/trunk/target/maven-archiver/
kune-ws-armor/trunk/target/maven-archiver/pom.properties
Removed:
kune-ws-armor/trunk/war/WEB-INF/lib/gwt-servlet.jar
Modified:
kune-ws-armor/trunk/.classpath
kune-ws-armor/trunk/.project
kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs
kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml
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/resources/WsArmorResources.java
kune-ws-armor/trunk/war/WsArmor.css
Log:
NEW - # 6: Common Actions integration
http://kune.ourproject.org/issues/ticket/6
CLOSED - # 5: Guin and MVC4p integration
http://kune.ourproject.org/issues/ticket/5
Modified: kune-ws-armor/trunk/.classpath
===================================================================
--- kune-ws-armor/trunk/.classpath 2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/.classpath 2010-12-08 19:58:37 UTC (rev 1161)
@@ -2,6 +2,17 @@
<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="var" path="M2_REPO/com/google/gwt/gwt-servlet/2.1.0/gwt-servlet-2.1.0.jar" sourcepath="M2_REPO/com/google/gwt/gwt-servlet/2.1.0/gwt-servlet-2.1.0-sources.jar"/>
+ <classpathentry kind="var" path="M2_REPO/com/google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar" sourcepath="M2_REPO/com/google/gwt/gwt-user/2.1.0/gwt-user-2.1.0-sources.jar"/>
+ <classpathentry kind="lib" path="/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/gwt-user.jar">
+ <attributes>
+ <attribute name="javadoc_location" value="file:/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/doc/javadoc/"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="lib" path="/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/gwt-dev.jar">
+ <attributes>
+ <attribute name="javadoc_location" value="file:/home/vjrj/bin/eclipse64-hel/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/doc/javadoc/"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>
Modified: kune-ws-armor/trunk/.project
===================================================================
--- kune-ws-armor/trunk/.project 2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/.project 2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>ws-armor</name>
- <comment></comment>
+ <name>kune-ws-armor</name>
+ <comment>The current armor of Kune Workspace</comment>
<projects>
</projects>
<buildSpec>
@@ -16,6 +16,11 @@
</arguments>
</buildCommand>
<buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
<arguments>
</arguments>
@@ -27,6 +32,7 @@
</buildCommand>
</buildSpec>
<natures>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.instantiations.designer.gwt.GWTNature</nature>
<nature>com.google.gwt.eclipse.core.gwtNature</nature>
Added: kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs (rev 0)
+++ kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs 2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,3 @@
+#Wed Dec 08 20:22:01 CET 2010
+eclipse.preferences.version=1
+filesCopiedToWebInfLib=
Property changes on: kune-ws-armor/trunk/.settings/com.google.appengine.eclipse.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs 2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/.settings/com.google.gwt.eclipse.core.prefs 2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,5 +1,5 @@
-#Sun Dec 05 02:43:22 CET 2010
+#Wed Dec 08 12:57:07 CET 2010
eclipse.preferences.version=1
entryPointModules=
-filesCopiedToWebInfLib=gwt-servlet.jar
+filesCopiedToWebInfLib=
gwtCompileSettings=PGd3dC1jb21waWxlLXNldHRpbmdzPjxsb2ctbGV2ZWw+SU5GTzwvbG9nLWxldmVsPjxvdXRwdXQtc3R5bGU+T0JGVVNDQVRFRDwvb3V0cHV0LXN0eWxlPjxleHRyYS1hcmdzPjwhW0NEQVRBW11dPjwvZXh0cmEtYXJncz48dm0tYXJncz48IVtDREFUQVstWG14NTEybV1dPjwvdm0tYXJncz48L2d3dC1jb21waWxlLXNldHRpbmdzPg\=\=
Added: kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs 2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,3 @@
+#Wed Dec 08 20:27:44 CET 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
Property changes on: kune-ws-armor/trunk/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs (rev 0)
+++ kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs 2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,8 @@
+#Wed Dec 08 00:31:12 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1
Property changes on: kune-ws-armor/trunk/.settings/org.maven.ide.eclipse.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: kune-ws-armor/trunk/pom.xml
===================================================================
--- kune-ws-armor/trunk/pom.xml (rev 0)
+++ kune-ws-armor/trunk/pom.xml 2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,70 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>kune-ws-armor</groupId>
+ <artifactId>kune-ws-armor</artifactId>
+ <version>0.0.4</version>
+ <name>Kune Armor Main Layout</name>
+ <description>The current armor of Kune Workspace</description>
+ <properties>
+ <!-- Available versions: http://repo1.maven.org/maven2/com/google/gwt/gwt-dev/ -->
+ <gwtVersion>2.1.0</gwtVersion>
+ <maven.compiler.source>1.6</maven.compiler.source>
+ <maven.compiler.target>1.6</maven.compiler.target>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-servlet</artifactId>
+ <version>${gwtVersion}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <version>${gwtVersion}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>gwt-maven-plugin</artifactId>
+ <version>2.1.0-1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compile</goal>
+ <goal>test</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <executions>
+ <execution>
+ <id>core</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <outputDirectory>war/WEB-INF/classes</outputDirectory>
+ <testOutputDirectory>war/WEB-INF/test-classes</testOutputDirectory>
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>test</testSourceDirectory>
+ <resources>
+ <resource>
+ <directory>src</directory>
+ </resource>
+ </resources>
+ </build>
+</project>
Property changes on: kune-ws-armor/trunk/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: 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 2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/WsArmor.gwt.xml 2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,6 +1,8 @@
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.1.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.1.0/distro-source/core/src/gwt-module.dtd">
<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" />
+ <!-- <entry-point class="org.ourproject.kune.ws.armor.client.WsArmor" /> -->
<public path="public" />
+ <source path="client" />
</module>
\ No newline at end of file
Modified: 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 2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/Body.ui.xml 2010-12-08 19:58:37 UTC (rev 1161)
@@ -40,277 +40,7 @@
</g:east>
<g:center>
<g:ScrollPanel styleName="{res.style.docEditor}">
- <g:HTML wordWrap="true" width="100%" height="100%">吗
- 台湾
- 六种辅音韵尾
- 中国政府要求在中国出售的软件必须使用编码
- 过 国标
- 名词的复数形式只在代词及多音节
- 台湾和港澳三地日益加深的经济联系
- 白话
- 如上面提到的
- 个例外可能是
- 个有意思的问题是中文数据的繁简体转换
- 看
- 就有明显的区别
- 推广普通话的效率
- 虽然不同方言区的人们可能不能互相理解对方的语音
- 吗 另外,
- 汉语维基百科
- 公元前世纪到世纪
- 随着中国大陆政治上的影响不断增加
- 韩语 上, 文言
- 新 唐朝和宋朝
- 历史书书经以及部分的易经
- 上古汉语存在于周朝前期和中期
- 过
- 助词等所构成的句法复杂程度却又大大地超过了以拉丁语为例的曲折性语言
- 但客家话是在北方移民南下影响中形成的
- 例如 和 四川
- 诗经集
- 无论那个年龄层次
- 相隔只有十公里的当地居民也许已经不能互相理解了,
- 根据广韵所反映的
- 在现代汉语的书面语中
- 由于闽南语的内部分歧比较大
- 打 繁化
- 汉语与欧洲语言
- 大陆直至年代
- 台湾和港澳三地日益加深的经济联系
- 香港 上, 过
- 通常 公元年
- 根据根据切韵涉及到的,
- 大陆称为普通话
- 助词也用来表达问句问句的语序与陈述句的语序相同
- 和 日语 华语
- 未来汉字的发展
- 汉语还有套复杂的系统用于区分方向
- 有很多文化上的保守人士认为简体中文是不纯的和
- 过 最后 看
- 辞海和辞源等汉语言工具书
- 迫使民间跨越两种书写体系的障碍
- 中国古代的文学家花费了很大的精力来总结汉语的语音体系,
- 广东东部
- 揭开中文的历史是个很有趣的问题
- 在山西绝大部分以及陕西北部
- 大陆 上 然而
- 相隔只有十公里的当地居民也许已经不能互相理解了
- 本地语被认为是更加亲切而用于家庭成员及日常生活中
- 新, 通常说来
- 时态等的曲折变化
- 直到上世纪年代中期
- 了 共有 对多
- 韵书以对外语的翻译
- 菲律宾和南亚的些国家使用
- 过 通常
- 它可以分为早期
- 虽然不同方言区的人们可能不能互相理解对方的语音
- 打碎 格 成语
- 虽然他们可能不能相互理解
- 事实上也没有因为简繁字体的不通出现交流障碍
- 上, 头
- 不同于欧洲的很多具有曲折变化的语言
- 大陆的书法界有的倒是比较流行以繁体汉字来书写
- 通常 上 为例
- 极少混淆
- 通常分为闽北方言
- 港澳和海外的华人圈中
- 共有 头
- 汉语与欧洲语言
- 有人认为应看上文下理
- 繁体有些书写形式更有美感
- 澳门和海外华人中间
- 的简体转化为繁体编码就要困难的多
- 国标 看,
- 莆仙方言
- 及双峰话 昨天
- 性 云南 湘方言
- 请参看汉字 上
- 大陆 体 并举出
- 看不懂
- 但在文化层面而言,
- 另外
- 就有明显的区别
- 如罗曼语族语言相比
- 粤方言是汉语中声调最复杂的方言之
- 体 及
- 为基础的书面语
- 在安徽南部地区使用
- 晋语, 汉字 性
- 是个量词
- 现代方言的多样性
- 在汉语中有大量的量词
- 徽语 看
- 汉语属于独立语
- 中国国家标准的简称
- 过 以后
- 就有明显的区别
- 中文等称呼都是指汉语
- 人们使用繁体中文编码时可以很方便地转换成
- 徽语 性
- 北方方言
- 中文的词汇只有种形式而没有诸如复数
- 然而汉语之所以能统称为汉语
- 简体字危及了对古代文学的研究
- 或 汉字, 北部
- 如 文化交流
- 汉语具有很多不同的方言
- 雅言 或 南京话
- 但是在不同的场合,
- 四川 上
- 它可以分为早期
- 北方话的声调较少
- 诗歌的韵律以及对外国人名的翻译中可以找到足够的信息
- 晋语 了
- 中古汉语中的
- 使用这方言的人占中国人口的,
- 但是在不同的场合
- 杭州人却倾向于认为他们的方言与上海话不同
- 新 因此 文言
- 如
- 是种以孔子时代所使用的以
- 有人认为台湾识字率并不逊于中国大陆,
- 汉字 吴方言
- 编码收集了汉语
- 亦令繁简变换变得困难
- 及 看 汉字编码
- 现在尚有争议
- 最新的版本是
- 昨天 体 相反
- 普通人都认识繁体汉字
- 北方方言的明显特点包括
- 汉语也曾对其周边的国家的语言文字产生过重要影响,
- 头 请参看汉字
- 商务交流和快速的因特网络
- 中国南方的人都可以流利的使用本地语和普通话
- 日语 看
- 并不被中国政府很好的接受
- 操北方话的北方人般可以相互理解然而在福建
- 日语 繁化 的码
- 极少混淆
- 可能是任何人也难以预料的
- 格, 找 以后
- 极少混淆
- 编码收集了汉语
- 个人可以生产简体向繁体转换的转换软件
- 为代表
- 菲律宾和南亚的些国家使用
- 相反 打, 海南
- 中古汉语也可以由方言重建
- 粤方言是汉语中声调最复杂的方言之
- 头, 老
- 我去过书店
- 人们会自动进行语码转换
- 汉语的书写系统目前有繁体和简体两种
- 共有 走 实际上
- 因为国标在大陆使用
- 港澳和海外的华人圈中
- 平话, 看 四川
- 在汉字
- 在江苏南部, 了
- 找到 闽东方言
- 来表达疑问语气
- 并不被中国政府很好的接受
- 和
- 使用人数大约为总人口的
- 成都话为北方方言的代表
- 徽语, 打 对多
- 汉语中存在
- 内蒙古河套地区等地使用
- 通常 打
- 通常认为是赣方言的种
- 由于日常使用和文学上使用的文字不同
- 例如, 贵州 体
- 湘方言以长沙话
- 根据广韵所反映的
- 所有的国标标准都使用作为前缀
- 昨天 找 湘方言
- 指北方地区
- 四川 性
- 极少混淆
- 这些资料仍然是现代语言学家工作的基础
- 主要用于广东省
- 同时也是保留中古汉语最完整的方言
- 杭州人却倾向于认为他们的方言与上海话不同
- 共有 过,
- 其中的
- 不是简化
- 江西沿江地区
- 同时 打 因此
- 和
- 使用于庄重的场合
- 普通话被认为是种更加正式的语言,
- 老
- 六种辅音韵尾
- 汉语是世界上使用人数最多的种语言
- 韩语 北京话
- 客家方言
- 在山西绝大部分以及陕西北部
- 打 香港, 日语
- 阳平二声
- 因此必须说
- 中国国家标准的简称
- 老 例如 上
- 平声已分为阴平
- 因为国标在大陆使用,
- 找到 不知是指
- 在另方面
- 它保存在了周德清在世纪初撰写的韵书中原音韵中
- 走 华语 体
- 另外大陆地区
- 简体字危及了对古代文学的研究,
- 另外 看 湘方言
- 用手进行大量书写的情况极少
- 吗
- 使用人数约为
- 只使用末尾的语气助词
- 云南, 大陆 打
- 文化交流
- 例如在普通话中的
- 和 为例
- 使用人数约为
- 这种汉语使用于隋朝,
- 头
- 四种辅音韵尾
- 两位或四位编码
- 以厦门话为代表
- 昨天
- 无论那个年龄层次
- 使用粤方言的人口大约为总数的
- 这些资料仍然是现代语言学家工作的基础
- 海南 走, 最后
- 过
- 在这七大方言内部
- 文言已经很少使用了
- 或
- 世界上大约有
- 但可以通过相同书写方式进行沟通及交流
- 打碎
- 简繁有差异的字不到
- 他主要研究汉字和形式和诗经的韵律
- 贵州 和
- 成都话为北方方言的代表
- 但可以通过相同书写方式进行沟通及交流
- 在不同的方言区的人的语言意识也有定的区别
- 性 然而, 例如
- 及
- 湘方言以长沙话
- 只使用末尾的语气助词
- 北部
- 世界上大约有
- 现代方言的多样性
- 看, 走 而不是
- 北方方言包含了大量的同音字以及相应产生的复合词
- 为例 毫无疑问
- 助词也用来表达问句问句的语序与陈述句的语序相同
- 体 国标,
- 但在台湾
- 中国的不同方言的语法是相似的
- 这种方言对清浊辅音的区分是个很明显的特点
- 或 为例, 如
- 他主要研究汉字和形式和诗经的韵律
- 汉语的名词与数词连接时通常要求有量词
- 晋语</g:HTML>
+ <g:HTML wordWrap="true" width="100%" height="100%"></g:HTML>
</g:ScrollPanel>
</g:center>
<g:south size="33.0">
Modified: kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/resources/WsArmorResources.java
===================================================================
--- kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/resources/WsArmorResources.java 2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/src/org/ourproject/kune/ws/armor/client/resources/WsArmorResources.java 2010-12-08 19:58:37 UTC (rev 1161)
@@ -43,6 +43,7 @@
String siteBar();
}
+ @Deprecated
public static final WsArmorResources INSTANCE = GWT.create(WsArmorResources.class);
@Source("def-theme-doc-arrow-down.png")
Added: kune-ws-armor/trunk/target/kune-ws-armor-0.0.4.jar
===================================================================
(Binary files differ)
Property changes on: kune-ws-armor/trunk/target/kune-ws-armor-0.0.4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: kune-ws-armor/trunk/target/maven-archiver/pom.properties
===================================================================
--- kune-ws-armor/trunk/target/maven-archiver/pom.properties (rev 0)
+++ kune-ws-armor/trunk/target/maven-archiver/pom.properties 2010-12-08 19:58:37 UTC (rev 1161)
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Wed Dec 08 20:41:22 CET 2010
+version=0.0.4
+groupId=kune-ws-armor
+artifactId=kune-ws-armor
Property changes on: kune-ws-armor/trunk/target/maven-archiver/pom.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: kune-ws-armor/trunk/war/WEB-INF/lib/gwt-servlet.jar
===================================================================
(Binary files differ)
Modified: kune-ws-armor/trunk/war/WsArmor.css
===================================================================
--- kune-ws-armor/trunk/war/WsArmor.css 2010-12-08 15:21:36 UTC (rev 1160)
+++ kune-ws-armor/trunk/war/WsArmor.css 2010-12-08 19:58:37 UTC (rev 1161)
@@ -1,130 +1,135 @@
-body {
- background-color: white;
- color: black;
- font-family: 'UbuntuRegular', Arial;
- font-size: small;
- margin: 5px;
+body {
+ background-color: white;
+ color: black;
+ font-family: 'UbuntuRegular', Arial;
+ font-size: small;
+ margin: 5px;
}
-body.fontface {font: 'UbuntuRegular', Arial;}
+body.fontface {
+ font: 'UbuntuRegular', Arial;
+}
-a {
- color: darkblue;
+a {
+ color: darkblue;
}
-a:visited {
- color: darkblue;
+a:visited {
+ color: darkblue;
}
.gwt-DialogBox {
- border: 2px solid #AAAAAA;
- background-color: white;
+ 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;
+ 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;
+ background-color: #C3D9FF;
+ cursor: default;
}
.gwt-MenuItem {
- font-size: 80%;
- margin: 1px;
- cursor: default;
+ font-size: 80%;
+ margin: 1px;
+ cursor: default;
}
.gwt-MenuItem-selected {
- background-color: #E8EEF7;
+ background-color: #E8EEF7;
}
.gwt-Tree {
+
}
.gwt-Tree .gwt-TreeItem {
- font-size: 80%;
- cursor: default;
+ font-size: 80%;
+ cursor: default;
}
.gwt-Tree .gwt-TreeItem-selected {
- background-color: #C3D9FF;
+ background-color: #C3D9FF;
}
.gwt-StackPanel {
- background-color: white;
- border: 1px solid #AAAAAA;
- width: 15em;
+ 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;
+ 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;
+ border-left: 1px solid #87b3ff;
+ border-right: 1px solid #87b3ff;
+ border-bottom: 1px solid #87b3ff;
}
.gwt-TabBar {
- font-size: smaller;
+ font-size: smaller;
}
.gwt-TabBar .gwt-TabBarFirst {
- height: 100%;
- border-bottom: 1px solid #87b3ff;
- border-right: 1px solid #87b3ff;
- padding-left: 3px;
+ 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;
+ 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;
+ 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;
+ 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);
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+ rgb(232, 241, 255);
cursor: pointer;
cursor: hand;
}
@@ -133,7 +138,8 @@
background-color: #C3D9FF;
padding: 2px;
border: 2px solid transparent;
- border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+ rgb(232, 241, 255);
cursor: pointer;
cursor: hand;
}
@@ -142,7 +148,8 @@
background-color: #C3D9FF;
padding: 2px;
border: 2px solid transparent;
- border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+ rgb(157, 174, 205);
cursor: pointer;
cursor: hand;
}
@@ -151,7 +158,8 @@
background-color: #C3D9FF;
padding: 2px;
border: 2px solid transparent;
- border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+ rgb(157, 174, 205);
cursor: pointer;
cursor: hand;
}
@@ -160,7 +168,8 @@
background-color: #C3D9FF;
padding: 2px;
border: 2px solid transparent;
- border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+ rgb(232, 241, 255);
cursor: pointer;
cursor: hand;
}
@@ -169,7 +178,8 @@
background-color: #C3D9FF;
padding: 2px;
border: 2px solid transparent;
- border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
+ border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
+ rgb(232, 241, 255);
cursor: pointer;
cursor: hand;
}
@@ -179,7 +189,8 @@
padding: 2px;
background-color: #E8F1FF;
border: 2px solid transparent;
- border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+ rgb(157, 174, 205);
cursor: pointer;
cursor: hand;
}
@@ -189,7 +200,8 @@
padding: 2px;
background-color: #E8F1FF;
border: 2px solid transparent;
- border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+ rgb(157, 174, 205);
cursor: pointer;
cursor: hand;
}
@@ -212,19 +224,22 @@
.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);
+ 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);
+ 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);
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+ rgb(157, 174, 205);
}
.gwt-RichTextToolbar .gwt-ToggleButton-up {
@@ -235,30 +250,33 @@
.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);
+ 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);
+ 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);
+ border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
+ rgb(157, 174, 205);
}
.gwt-HorizontalSplitPanel {
- border: 8px solid #C3D9FF;
+ border: 8px solid #C3D9FF;
}
.gwt-HorizontalSplitPanel .splitter {
- background-color: #C3D9FF;
- cursor: move;
+ background-color: #C3D9FF;
+ cursor: move;
}
.gwt-HorizontalSplitPanel .left {
@@ -266,37 +284,106 @@
}
.gwt-VerticalSplitPanel {
- border: 8px solid #C3D9FF;
+ border: 8px solid #C3D9FF;
}
.gwt-VerticalSplitPanel .splitter {
- background-color: #C3D9FF;
- height: 8px;
- cursor: move;
+ background-color: #C3D9FF;
+ height: 8px;
+ cursor: move;
}
.gwt-SuggestBoxPopup {
- border: 2px solid #C3D9FF;
+ border: 2px solid #C3D9FF;
}
.gwt-SuggestBoxPopup .item {
- padding: 2px;
+ padding: 2px;
}
.gwt-SuggestBoxPopup .item-selected {
- background-color: #C3D9FF;
- padding: 2px;
+ background-color: #C3D9FF;
+ padding: 2px;
}
.gwt-DisclosurePanel {
- border: 2px solid #C3D9FF;
+ border: 2px solid #C3D9FF;
}
.gwt-DisclosurePanel .header {
- background-color: #e8eef7;
- cursor: hand;
+ background-color: #e8eef7;
+ cursor: hand;
}
-.gwt-SplitLayoutPanel { }
-.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-HDragger { background-color: white; background: none; }
-.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-VDragger { }
+.gwt-SplitLayoutPanel {
+
+}
+
+.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-HDragger {
+ background-color: white;
+ background: none;
+}
+
+.gwt-SplitLayoutPanel .gwt-SplitLayoutPanel-VDragger {
+
+}
+
+ 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;
+}
\ No newline at end of file
More information about the kune-commits
mailing list