summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html19
-rw-r--r--WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html21
2 files changed, 40 insertions, 0 deletions
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 @@
+<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
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 @@
+<pre>
+&lt;table width=&quot;100%&quot; height=&quot;100%&quot;&gt;
+ &lt;tr height=&quot;100%&quot;&gt;
+ &lt;td&gt;
+ &lt;table align=&quot;center&quot;&gt;
+ &lt;tr&gt;
+ &lt;td align=&quot;right&quot;&gt;User&amp;nbsp;name:&lt;/td&gt;
+ &lt;td&gt;&lt;div location=&quot;username&quot;&gt;&lt;/div&gt;&lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+ &lt;td align=&quot;right&quot;&gt;Password:&lt;/td&gt;
+ &lt;td&gt;&lt;div location=&quot;password&quot;&gt;&lt;/div&gt;&lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;/table&gt;
+ &lt;/td&gt;
+ &lt;/tr&gt;
+ &lt;tr&gt;
+ &lt;td align=&quot;right&quot; colspan=&quot;2&quot;&gt;&lt;div location=&quot;okbutton&quot;&gt;&lt;/div&gt;&lt;/td&gt;
+ &lt;/tr&gt;
+&lt;/table&gt;
+</pre> \ No newline at end of file