From f4668b3cc1422d16dec1f4646dd4d2de4116fa7d Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Tue, 27 Jan 2009 14:09:26 +0000 Subject: Rest of the Layout Samples, finally. svn changeset:6652/svn branch:trunk --- .../themes/sampler/layouts/examplecustomlayout.html | 19 +++++++++++++++++++ .../layouts/examplecustomlayout_forviewing.html | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html create mode 100644 WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html (limited to 'WebContent') diff --git a/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html b/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html new file mode 100644 index 0000000000..f8ccbac660 --- /dev/null +++ b/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html @@ -0,0 +1,19 @@ + + + + + + + +
+ + + + + + + + + +
User name:
Password:
+
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html b/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html new file mode 100644 index 0000000000..90803fd0f7 --- /dev/null +++ b/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html @@ -0,0 +1,21 @@ +
+<table width="100%" height="100%">
+  <tr height="100%">
+    <td>
+      <table align="center">
+        <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>
+      </table>
+    </td>
+  </tr>
+  <tr>
+    <td align="right" colspan="2"><div location="okbutton"></div></td>
+  </tr>
+</table>
+
\ No newline at end of file -- cgit v1.2.3