Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

HTML Table
classconfluenceTable
Table Row (tr)
Table Head (th)
classconfluenceTh
Coloured box
Table Head (th)
classconfluenceTh
Section
Table Head (th)
classconfluenceTh
Where to look
Table Row (tr)
Table Cell (td)
bgcolor#ffff00
classconfluenceTd
yellow
Table Cell (td)
classconfluenceTd
Header
Table Cell (td)
classconfluenceTd
header.jspf
Table Row (tr)
Table Cell (td)
bgcolor#ff00ff
classconfluenceTd
fuchsia
Table Cell (td)
classconfluenceTd
Side navigation
Table Cell (td)
classconfluenceTd
sidemenu.jspf
Table Row (tr)
Table Cell (td)
bgcolor#0000ff
classconfluenceTd
navy
Table Cell (td)
classconfluenceTd
Footer
Table Cell (td)
classconfluenceTd
footer.jspf
Table Row (tr)
Table Cell (td)
bgcolor#00ff00
classconfluenceTd
green
Table Cell (td)
classconfluenceTd
Main content
Table Cell (td)
classconfluenceTd
Each .jsp defines the content for this section

In order to skin SakaiAdminX successfully, you will need to use Firefox and the Firebug plugin to show the structure in more detail.

...

The taglibrary wraps up some common functionality into single tags, ie the most simplest tag, the <e:footer /> tag simply outputs '</body></html>'. Other tags are quite complex so it's worth taking a look at the taglib documentation which is generated when the taglib is built. It just needs to be unpacked somewhere. See the Installation Guide for info on the taglibrary.

Some other tags also have their own styles applied to them by default. The source code to the taglibrary is readily available and it is all documented.

...