Changes for page Improvements

Last modified by Ecaterina Moraru on 2013/11/13 12:47

From version 40.1
edited by Ecaterina Valica
on 2009/05/07 14:29
Change comment: There is no comment for this version
To version 50.1
edited by Ecaterina Valica
on 2009/05/07 14:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,11 @@
1 -{{velocity}}
2 -$xwiki.ssx.use("Improvements.WebHome")
3 -{{/velocity}}
4 -== Different Improvements ==
1 +{{velocity}}$xwiki.ssx.use("Improvements.WebHome"){{/velocity}}
5 5  
6 -* [[Blog>>http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Blog]]
7 -* [[Login/Delete Boxes>>http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Boxes]]
3 +==Improvements==
8 8  
9 -== Improvements in other locations==
5 +(% class="statusUnderDevelopment" %) [[Blog>>http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Blog]] (%%)
6 +(% class="statusUnderDebugging" %) [[Login/Delete Boxes>>http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Boxes]] (%%)
7 +
8 +(% class="separator" %) (%%)
9 +
10 10  (% class="statusIntegrated" %)[[Grid -> Live Table>>http://incubator.myxwiki.org/xwiki/bin/view/Grid/Example]] (%%)
11 11  (% class="statusUnderImplementation" %)[[Search Result List>>http://incubator.myxwiki.org/xwiki/bin/view/Main/ListWebSearch]] (%%)
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,12 +1,23 @@
1 +.separator{
2 + display: block;
3 + border-bottom: 1px solid #ccc;
4 +}
1 1  .statusIntegrated ,
2 -.statusUnderImplementation
3 -{
4 - padding-left: 25px;
5 - margin-left: 20px;
6 +.statusUnderImplementation,
7 +.statusUnderDevelopment,
8 +.statusUnderDebugging{
9 + padding-left: 25px;
10 + margin-left: 20px;
6 6  }
7 7  .statusIntegrated {
8 - background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
13 + background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
9 9  }
10 10  .statusUnderImplementation{
11 - background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
16 + background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
12 12  }
18 +.statusUnderDevelopment{
19 + background: transparent url($xwiki.getSkinFile("icons/silk/bricks.gif")) top left no-repeat;
20 +}
21 +.statusUnderDebugging{
22 + background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
23 +}