...
The following key shows the different sections and how the relate to the SakaiAdminX webapp:
HTML Table |
---|
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Coloured box |
Table Head (th) |
---|
| Where to look |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
bgcolor | #ffff00 |
---|
class | confluenceTd |
---|
| yellow |
Table Cell (td) |
---|
| header.jspf |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
bgcolor | #ff00ff |
---|
class | confluenceTd |
---|
| fuchsia |
Table Cell (td) |
---|
| Side navigation |
Table Cell (td) |
---|
| sidemenu.jspf |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
bgcolor | #0000ff |
---|
class | confluenceTd |
---|
| navy |
Table Cell (td) |
---|
| footer.jspf |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
bgcolor | #00ff00 |
---|
class | confluenceTd |
---|
|
green |
Table Cell (td) |
---|
|
Main content |
Table Cell (td) |
---|
|
Each .jsp defines the content for this section Wiki Markup |
---|
{table:class=confluenceTable}
{tr}{th:class=confluenceTh}Coloured box{th}{th:class=confluenceTh}Section{th}{th:class=confluenceTh}Where to look{th}{tr}
{tr}{td:bgcolor=#ffff00|class=confluenceTd}yellow{td}{td:class=confluenceTd}Header{td}{td:class=confluenceTd}header.jspf{td}{tr}
{tr}{td:bgcolor=#ff00ff|class=confluenceTd}fuchsia{td}{td:class=confluenceTd}Side navigation{td}{td:class=confluenceTd}sidemenu.jspf{td}{tr}
{tr}{td:bgcolor=#0000ff|class=confluenceTd}navy{td}{td:class=confluenceTd}Footer{td}{td:class=confluenceTd}footer.jspf{td}{tr}
{tr}{td:bgcolor=#00ff00|class=confluenceTd}green{td}{td:class=confluenceTd}Main content{td}{td:class=confluenceTd}Each .jsp defines the content for this section{td}{tr}
{table} |
In order to skin SakaiAdminX successfully, you will need to use Firefox and the Firebug plugin to show the structure in more detail.
...