Wiki source code of ReferenceClassSheet
Version 4.1 by Guillaume Lerouge on 2008/06/11
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | #set($class = $doc.getObject("XWiki.ReferenceClass").xWikiClass) |
2 | |||
![]() |
1.12 | 3 | <style> |
4 | .code { | ||
5 | width: auto; | ||
6 | } | ||
7 | </style> | ||
8 | |||
![]() |
1.19 | 9 | 1 $doc.display("Project") |
10 | |||
![]() |
1.35 | 11 | <div style="width: 750px; vertical-align: top;"> |
![]() |
1.20 | 12 | |
![]() |
1.30 | 13 | <div style="float: right;"> |
![]() |
1.21 | 14 | |
![]() |
1.13 | 15 | <div style=" |
16 | border: 1px; | ||
17 | border-color: #000000; | ||
![]() |
1.16 | 18 | border-style: dashed; |
19 | width: 300px; | ||
![]() |
1.13 | 20 | padding: 10px; |
![]() |
1.20 | 21 | margin-bottom: 10px; |
![]() |
1.13 | 22 | "> |
23 | 1.1.1 General Information | ||
24 | |||
![]() |
1.15 | 25 | * Organization: *$doc.display("Organization")* |
26 | * Contact: $doc.display("Contact") | ||
27 | * Website: $doc.display("URL") | ||
![]() |
1.13 | 28 | </div> |
29 | |||
30 | <div style=" | ||
31 | border: 1px; | ||
32 | border-color: #000000; | ||
33 | border-style: solid; | ||
34 | width: 300px; | ||
35 | padding: 10px; | ||
![]() |
1.20 | 36 | margin-top: 10px; |
![]() |
1.13 | 37 | "> |
38 | 1.1.1 Usage | ||
39 | $doc.display("Usage") | ||
![]() |
1.10 | 40 | |
![]() |
1.13 | 41 | 1.1.1 Description |
42 | $doc.display("Description") | ||
![]() |
1.20 | 43 | </div> |
![]() |
1.10 | 44 | |
![]() |
1.30 | 45 | </div> |
![]() |
1.31 | 46 | |
47 | #if ($doc.attachmentList.size() > 0) | ||
48 | #set ($attach = $doc.attachmentList.get(0)) | ||
49 | #set ($url = $doc.display("URL").trim()) | ||
50 | #if ($url != "") | ||
51 | <a href="$url"> | ||
52 | #end | ||
![]() |
1.38 | 53 | <img style="width: 400px; border: 1px solid #000000; margin-top: 14px;" src="$doc.getAttachmentURL($attach.filename,"download")"/> |
![]() |
1.31 | 54 | #if ($url != "") |
55 | </a> | ||
56 | #end | ||
![]() |
1.41 | 57 | #else |
![]() |
1.49 | 58 | <img style="width: 400px; border: 1px solid #000000; margin-top: 14px;" src="/xwiki/bin/download/XWiki/ReferenceClassSheet/XWikiOrgReference.png"/> |
![]() |
1.31 | 59 | #end |
60 | |||
![]() |
1.30 | 61 | </div> |
![]() |
1.32 | 62 | |
63 | <div style="clear:both; margin-bottom: 40px;"><!-- --></div> |