Index: lams_central/build.xml =================================================================== diff -u -r4e9c106365f259cdfb68454e7be1c832bf5d47a0 -r60d87f95124e749c8fb364630f29925ef79ee598 --- lams_central/build.xml (.../build.xml) (revision 4e9c106365f259cdfb68454e7be1c832bf5d47a0) +++ lams_central/build.xml (.../build.xml) (revision 60d87f95124e749c8fb364630f29925ef79ee598) @@ -92,6 +92,7 @@ + @@ -103,9 +104,10 @@ + + - Index: lams_central/web/css/aqua.css =================================================================== diff -u --- lams_central/web/css/aqua.css (revision 0) +++ lams_central/web/css/aqua.css (revision 60d87f95124e749c8fb364630f29925ef79ee598) @@ -0,0 +1,140 @@ +/* +This is a theme CSS file. Which one will be loaded into the JSP depends on a variable passed in from FLASH. +*/ + +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + background-color: #A2BCF9; + font-size: small; +} +h1 { + font-size: large; + background-color: #B4C8FE; + border-top-width: 1px; + border-top-style: solid; + border-top-color: #999999; + border-left-width: 1px; + border-left-style: solid; + border-left-color: #999999; +} +h2 { + font-size: small; + border-bottom-style: solid; + border-bottom-width: 1px; + border-bottom-color: #666666; + margin-bottom: 1px; + + +} + +th { + font-size: small; + color: #FFFFFF; + background-color: #075A8B; + text-align: left; +} + +#formtablecontainer{ + width: auto; + text-align:center; +} + +#datatablecontainer{ +} + +#buttoncontainer { + +} + + +input, select, textarea { + font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif; + font-size: small; +} + +.forms { + border: 1px solid #999999; + font-size: small; + font-style: normal; + width: 100%; +} + +.formlabel { + font-size: small; + font-style: normal; + text-align: right; + width: 20%; +} + +.formcontrol { + font-size: small; + font-style: normal; + text-align: left; +} + +a.button{ + float:right; + font-size: 12px; + color: #000000; + text-decoration:none; + text-align: center; + background-color:#B4C8FE; + margin: 2px 5px 2px 5px; + padding:3px; + width: 80px; + + + + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: #FFFFFF; + border-right-color: #0D3F59; + border-bottom-color: #0D3F59; + border-left-color: #FFFFFF; + + +} + +a.button:link{ + color: #000000; + text-decoration:none; + background-color:#B4C8FE; +} + +a.button:visited{ + color: #000000; + text-decoration:none; + background-color:#B4C8FE; +} + + + +a.button:hover{ + text-decoration:none; + background-color:#FFFFFF; +} + +a.button:active{ + text-decoration:none; + background-color:#CCCCCC; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-bottom-color: #FFFFFF; + border-left-color: #0D3F59; + border-top-color: #0D3F59; + border-right-color: #FFFFFF; +} + + Index: lams_central/web/css/base.css =================================================================== diff -u --- lams_central/web/css/base.css (revision 0) +++ lams_central/web/css/base.css (revision 60d87f95124e749c8fb364630f29925ef79ee598) @@ -0,0 +1,3 @@ +/* +This is the Base CSS, it will define the location of images etc and other core, non user configurable items. (Admin configurable) +*/ \ No newline at end of file Index: lams_central/web/css/xp.css =================================================================== diff -u --- lams_central/web/css/xp.css (revision 0) +++ lams_central/web/css/xp.css (revision 60d87f95124e749c8fb364630f29925ef79ee598) @@ -0,0 +1,3 @@ +/* +Another theme CSS, would have diufferent colours and layout techniques +*/ \ No newline at end of file Index: lams_central/web/index.html =================================================================== diff -u -r193ad7a6ec5ee05c612dc9a7230c5d281296f643 -r60d87f95124e749c8fb364630f29925ef79ee598 --- lams_central/web/index.html (.../index.html) (revision 193ad7a6ec5ee05c612dc9a7230c5d281296f643) +++ lams_central/web/index.html (.../index.html) (revision 60d87f95124e749c8fb364630f29925ef79ee598) @@ -1,15 +1,14 @@ - - + - - Replace Me! - - - - - - - This page to be replaced with the normal login. The code is to be moved from - lams_common to here. - + + +Welcome to LAMS + + + + + +

Dummy lams central page, like index.jsp or login.jsp

+ Index: lams_central/web/lams_example_tool/author_page.html =================================================================== diff -u --- lams_central/web/lams_example_tool/author_page.html (revision 0) +++ lams_central/web/lams_example_tool/author_page.html (revision 60d87f95124e749c8fb364630f29925ef79ee598) @@ -0,0 +1,80 @@ + + + + +sample tool + + + + + + + +
+

Tool title

+

Section heading

+ +
+ + + + + + + + + + +
Field label
Different label
+
+

Another section heading

+
+ + + + + + + + + + + + + + + + + +
Option label
Option label
Radio label
Radio label
+
+

Data display

+
+ + + + + + + + + + + + + + + + + +
A colum header The other one
Some data A related fact
Intersting data An unrelated fact
Boring data Way to boil an egg
+
+ +
+Cancel +OK +

+
+ + Index: lams_central/web/lams_example_tool/css/tool_custom.css =================================================================== diff -u --- lams_central/web/lams_example_tool/css/tool_custom.css (revision 0) +++ lams_central/web/lams_example_tool/css/tool_custom.css (revision 60d87f95124e749c8fb364630f29925ef79ee598) @@ -0,0 +1,3 @@ +/* +If a tool needs to have any styles defined beyond the base and theme css it will go in here +*/ \ No newline at end of file Fisheye: Tag 60d87f95124e749c8fb364630f29925ef79ee598 refers to a dead (removed) revision in file `lams_central/web/learner.css'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 60d87f95124e749c8fb364630f29925ef79ee598 refers to a dead (removed) revision in file `lams_central/web/style.css'. Fisheye: No comparison available. Pass `N' to diff?