summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/tests-tickets
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-08-13 07:15:01 +0000
committerHenri Sara <henri.sara@itmill.com>2011-08-13 07:15:01 +0000
commit73708f524eeaea541ba38be4801fdf8594539354 (patch)
tree1ec2eb5e530ad557ad1e194c86bb2d364a9d4989 /WebContent/VAADIN/themes/tests-tickets
parent9071f5a419a668f70cdfce38b95506f992dcb695 (diff)
downloadvaadin-framework-73708f524eeaea541ba38be4801fdf8594539354.tar.gz
vaadin-framework-73708f524eeaea541ba38be4801fdf8594539354.zip
#7178 eliminated "example" theme
svn changeset:20370/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/tests-tickets')
-rw-r--r--WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_News.html41
-rw-r--r--WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_Support.html16
-rw-r--r--WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1775.html33
3 files changed, 90 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_News.html b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_News.html
new file mode 100644
index 0000000000..0ac582cfbe
--- /dev/null
+++ b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_News.html
@@ -0,0 +1,41 @@
+
+<h3>News</h3>
+
+<p>
+IT Mill was founded in 2000 to develop this new programming paradigm
+that would support the creation of real user interfaces for real
+application using real programming languages.
+</p>
+
+<p>
+IT Mill has been offering high-quality expert services to support its
+customers' software development from the start. This model has made it
+possible for the company to grow and develop realistically and solely
+on net income.
+</p>
+
+<p>
+The development of company's proprietary MillstoneTM technology
+started at the end of 2000 in cooperation with Tekes, the National
+Technology Agency of Finland. The first new Millstone customer
+applications were launched already in 2001.
+</p>
+
+<p>
+Version 3.0 of the Millstone user interface library was published
+using an open LGPL license in December 2002, making it possible to use
+the library free of charge all around the world.
+</p>
+
+<p>
+Until 2005 more than 50 % of IT Mill's turnover was derived from sales
+of Millstone specialist services, with the rest coming from sales of
+other software development services and outsourcing services.
+</p>
+
+<p>
+In late 2006 IT Mill ensured funding of the new generation of
+Millstone. IT Mill Toolkit was released in early 2007 and renamed
+Vaadin in 2009.
+</p>
+
diff --git a/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_Support.html b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_Support.html
new file mode 100644
index 0000000000..aca7e2a66d
--- /dev/null
+++ b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1519_Support.html
@@ -0,0 +1,16 @@
+
+<h3>Support</h3>
+
+<p>
+IT Mill offers a service, one that is expert, flexible and reliable.
+We cover the gamut of software development - we are technology
+consultants, a turnkey systems providers, a support center for the
+customer's internal product development.
+</p>
+
+<p>
+We offer maintenance as well as additional development services for
+all the software we build. However, it is one of our principles that
+the customer should always be free to solicit competing bids for
+further development and software maintenance.
+</p>
diff --git a/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1775.html b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1775.html
new file mode 100644
index 0000000000..80eec49b7f
--- /dev/null
+++ b/WebContent/VAADIN/themes/tests-tickets/layouts/Ticket1775.html
@@ -0,0 +1,33 @@
+
+<!-- Vaadin components are placed with divs that have matching
+location tag -->
+
+<table>
+ <tr>
+ <td><img src="icon_intro.png" /></td>
+ <td width="80%"><b>This is an example application that uses custom layouts</b></td>
+ <td align="right">
+ <!-- login components -->
+ <table align="right">
+ <tr>
+ <td><div location="loginUser"></div></td>
+ <td><div location="loginPassword"></div></td>
+ <td><div style="width:100px;margin-top:1em" location="loginButton"></div></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+
+<table>
+ <tr>
+ <!-- menu component -->
+ <td valign="top" width="150">
+ <div location="menu"></div>
+ </td>
+ <!-- body component, updated by menu clicked event -->
+ <td valign="top">
+ <div location="body"></div>
+ </td>
+ </tr>
+</table>