From d7e7ea3efe255b3989fb940a374fa0dc86448a30 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 19 Feb 2009 15:24:01 +0000 Subject: Sampler layout samples update done. For #2601, fixes #2621 svn changeset:6911/svn branch:trunk --- .../sampler/layouts/examplecustomlayout.html | 57 ++++++++++++++-------- .../layouts/examplecustomlayout_forviewing.html | 21 -------- 2 files changed, 38 insertions(+), 40 deletions(-) delete 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 index f8ccbac660..1e139a6c9c 100644 --- a/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html +++ b/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html @@ -1,19 +1,38 @@ - - - - - - - -
- - - - - - - - - -
User name:
Password:
-
\ No newline at end of file + + + + + + + + + + + + + + + + + + +
+

Login

+
+
User name: +
+
Password: +
+
+
+
+ This + information is in the layout. + +
+ diff --git a/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html b/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html deleted file mode 100644 index 90803fd0f7..0000000000 --- a/WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html +++ /dev/null @@ -1,21 +0,0 @@ -
-<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