diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout.html | 19 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/layouts/examplecustomlayout_forviewing.html | 21 |
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 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>
+<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>
+</pre>
\ No newline at end of file |