summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/sampler/layouts/examplecustomlayout.html
blob: 1e139a6c9c9c81f462c9487eeb2565b6b7a4e6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- 
	This customlayout uses inline styles and images as well. Notice that the
	URLs are relatice to the layout, which means you can open the layout offline
	in a WYSIWYG editor (or browser), and the images will work.
 -->

<table width="400px" align="center" cellspacing="10"
	style="color: #fff; padding: 20px; background: #31629E url(../sampler/sample-desc-bg.png) repeat-x">
	<tr>
		<td colspan="2">
		<h1 style="margin-top: 0;">Login</h1>
		<td>
	</tr>
	<tr>
		<td align="right">User&nbsp;name:</td>
		<td>
		<div location="username"></div>
		</td>
	</tr>
	<tr>
		<td align="right">Password:</td>
		<td>
		<div location="password"></div>
		</td>
	</tr>
	<tr>
		<td align="right" colspan="2">
		<div location="okbutton" style="padding: 10px;"></div>
		</td>
	</tr>
	<tr>
		<td colspan="2" style="padding: 7px; background-color: #4172AE">
		<IMG align="absbottom" src="../icons/icon_info.gif" /> This
		information is in the layout.
		<td>
	</tr>
</table>