Atlassian Description: "Defines the appearance of the dashboard and a user's profile."

Found In: Confluence Administration -> Look And Feel -> Layouts -> Main/Space/Blogpost ... Layout

This is where You define the look of Pages, Spaces, Blog Posts etc for all objects in the Confluence Site.

Please also notice these can be changed per space (not recommended) - refer to Layouts for a space

Notice, the editing is directly and there is currently no versioning, so be carefull (smil)

As this is not via the RTE, scipting (like in Macro(s) ) are used, and rendering a Macro is like:

$helper.renderConfluenceMacro("{jiraissues|max=100|page=10}")

Hence Macro and Wiki Markup in a mix..

Main Layout

Here I put stuff like the slimbox and facebook stuff, but these could also be placed in the Custom HTML

##Lightbox inclusion 
<script type="text/javascript" src="/slimbox/js/slimbox2.js"></script>
<link rel="stylesheet" href="/slimbox/css/slimbox2.css" type="text/css" media="screen" />

##Facebook Stuff
## http://developers.facebook.com/docs/reference/plugins/like/
<meta property="og:title" content="$title" />
<meta property="og:type" content="blog" />
<meta property="og:site_name" content="Mos-Eisleys Hjemmeside" />
<meta property="og:description" content="" />
<meta property="og:image" content="http://www.mos-eisley.dk/download/attachments/4161541/npn.jpg" />

Page- and Blog Post Layout

This is where I include the Footer and Related Content Macro(s) - ensuring they are shown on all pages:

$helper.renderConfluenceMacro("{related-content}")
$helper.renderConfluenceMacro("{me-footer}")


Kan ikke rendere {include} Den inkluderede side kunne ikke findes.

  • Ingen etiketter