Changes for page GoogleSummerOfCode2007

Last modified by Eduard Moraru on 2016/02/19 18:20

<
From version < 1.17 >
edited by Ludovic Dubost
on 2007/03/09 15:36
To version < 1.18 >
edited by Sergiu Dumitriu
on 2007/03/14 20:59
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.LudovicDubost
1 +xwiki:XWiki.sdumitriu
Content
... ... @@ -4,27 +4,17 @@
4 4  
5 5  #set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='GoogleSummerOfCode.ProjectClass' and doc.name<>'ProjectClassTemplate'")
6 6  #set ($projects= $xwiki.searchDocuments($sql))
7 -<table class="wiki-table">
8 -<tr><th>Project Name</th><th>Details</th><th>Estimated Workload</th><th>Proposed by</th></tr>
9 9  #foreach ($item in $projects)
10 10  #set($project = $xwiki.getDocument($item))
11 11  $project.use("GoogleSummerOfCode.ProjectClass")
12 -<tr>
13 -<td>
14 -[$project.name>$item]
15 -</td>
16 -<td>
10 +<div style="border: 1px dotted #CCC; margin: 10px auto; padding: 4px 8px;">
11 +1.1.1 [$project.name>$item]
12 +<div class="projectdesc">
17 17  $project.details
18 -</td>
19 -<td>
20 -$project.workload
21 -</td>
22 -<td>
23 -$project.leader
24 -</td>
25 -</tr>
14 +</div>
15 +<div style="font-size: 80%; color: #888;">~~Coordinated by~~ *$project.leader*. ~~Estimated workload~~: *$project.workload*. [Read more...>$item]</div>
16 +</div>
26 26  #end
27 -</table>
28 28  
29 29  If you would like to participate in a XWiki Google Summer of Code project, please check out the [student application form] we expect to see when you apply for it. Please be aware that there are much more projects proposed than slots available. You need to tell us why it will work great with you.
30 30  

Get Connected