aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-05-04 12:42:21 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-05-04 12:42:21 +0000
commit1d17c1cd28e5b315bdb89e380d8f11063b16c6d9 (patch)
treeb660d62456b548d5db82929ee6eb4314955f7019 /WebContent
parentfd7531150b9872c4e885a794fb5244c9d724bc5a (diff)
downloadvaadin-framework-1d17c1cd28e5b315bdb89e380d8f11063b16c6d9.tar.gz
vaadin-framework-1d17c1cd28e5b315bdb89e380d8f11063b16c6d9.zip
Reverted [13019], postponed to 6.4 due to major modifications in Runo theme.
svn changeset:13021/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/WEB-INF/web.xml14
-rw-r--r--WebContent/index.html3
2 files changed, 2 insertions, 15 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 3345fc7b13..dfdedf5dce 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -166,15 +166,6 @@
</servlet>
<servlet>
- <servlet-name>RunoTheme</servlet-name>
- <servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
- <init-param>
- <param-name>application</param-name>
- <param-value>com.vaadin.demo.themes.RunoTheme</param-value>
- </init-param>
- </servlet>
-
- <servlet>
<servlet-name>FeaturesApplication</servlet-name>
<servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
<init-param>
@@ -459,11 +450,6 @@
<servlet-name>ReindeerThemeStyles</servlet-name>
<url-pattern>/ReindeerTheme/*</url-pattern>
</servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>RunoTheme</servlet-name>
- <url-pattern>/RunoTheme/*</url-pattern>
- </servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
diff --git a/WebContent/index.html b/WebContent/index.html
index 9956bbc77d..f1fd714e75 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -150,10 +150,11 @@
</a>
</div>
<div class="col2">
- <a class="thumb demoapp" href="RunoTheme">
+ <a class="thumb" href="demo/img/runo.png" rel="zoombox" title="Runo theme mockup (actual implementation differs in some parts)">
<img src="demo/img/icons/runo.png" />
<span><strong>Runo</strong>Clean and easy to extend</span>
</a>
+ <span class="thumb-rel">(mockup only, demo coming soon)</span>
</div>
</div>