Changes for page Improvements

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

From version 102.1
edited by Ecaterina Valica
on 2009/07/06 18:51
Change comment: There is no comment for this version
To version 115.1
edited by Ecaterina Valica
on 2009/08/28 12:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,15 +1,26 @@
1 1  {{velocity}}$xwiki.ssx.use("Improvements.WebHome"){{/velocity}}
2 2  
3 -== Improvements Status ==
3 +{{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
4 4  
5 -(% class="statusUnderDevelopment" %) [[User Profile>>UserProfile]] [[[XE-466>>http://jira.xwiki.org/jira/browse/XE-466]]]
5 +(((== Improvements Status ==
6 6  
7 -(% class="statusUnderDevelopment" %) [[Blog>>Blog]] [[[XABLOG-43>>http://jira.xwiki.org/jira/browse/XABLOG-43]]]
7 +(% class="statusUnderDevelopment" %)[[Skin 2.0>>Improvements.Skin20]]
8 8  
9 +(% class="statusUnderDevelopment" %)[[User Profile>>UserProfile]] [[[XE-466>>http://jira.xwiki.org/jira/browse/XE-466]]]
10 +
11 +(% class="statusUnderImplementation" %)[[Blog>>Blog]] [[[XABLOG-43>>http://jira.xwiki.org/jira/browse/XABLOG-43]]]
12 +
9 9  (% class="separator" %)
10 10  
11 -(% class="statusUnderImplementation" %) [[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]]
15 +(% class="statusUnderImplementation" %)[[WatchList]] [[[XPWATCHLIST-54>>http://jira.xwiki.org/jira/browse/XPWATCHLIST-54]]]
12 12  
13 -(% class="statusUnderImplementation" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]]
17 +(% class="statusUnderImplementation" %)[[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]]
14 14  
15 -(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]]
19 +(% class="statusUnderImplementation" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]]
20 +
21 +(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]])))
22 +
23 +(((== Ideas ==
24 +
25 +* [[Easy XWiki >>Improvements.UXEasyXWiki]]
26 +** [[Group 2 >>Improvements.UXEasyXWikiGroup2]])))
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,4 +1,4 @@
1 -.separator{
1 +.separatorLine{
2 2   display: block;
3 3   border-bottom: 1px solid #ccc;
4 4   line-height:3px;
XWiki.StyleSheetExtension[2]
Code
... ... @@ -19,6 +19,11 @@
19 19   text-decoration: line-through;
20 20  }
21 21  
22 +.orangeStrike{
23 + color: orange;
24 + text-decoration: line-through;
25 +}
26 +
22 22  .strike a, .strike, .strike span a{
23 23   text-decoration: line-through;
24 24  }