计算机是机器,重复性的工作交给它好了——我们要做更重要的创造性工作!
博客园
首页
新随笔
新文章
联系
订阅
管理
posts - 126,comments - 30,trackbacks - 2
<
2007年4月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
昵称:
凌度
园龄:
5年6个月
粉丝:
2
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
ASP.NET(1)
C#(1)
CVS(1)
DOS
JIRA&CONFLUENCE(1)
管理(3)
天马行空
随笔档案
2012年1月 (1)
2011年12月 (1)
2011年11月 (5)
2011年9月 (2)
2011年8月 (4)
2011年7月 (4)
2011年6月 (1)
2011年5月 (3)
2011年4月 (3)
2011年3月 (6)
2011年2月 (2)
2011年1月 (9)
2010年12月 (7)
2010年11月 (3)
2010年10月 (1)
2010年9月 (2)
2010年7月 (1)
2010年2月 (1)
2009年11月 (2)
2009年8月 (5)
2009年5月 (4)
2009年4月 (2)
2009年3月 (2)
2009年2月 (1)
2008年12月 (2)
2008年11月 (1)
2008年8月 (1)
2007年10月 (1)
2007年9月 (1)
2007年7月 (4)
2007年6月 (2)
2007年5月 (13)
2007年4月 (7)
2007年3月 (12)
2006年12月 (3)
2006年11月 (1)
2006年10月 (2)
2006年9月 (1)
2006年8月 (3)
最新评论
阅读排行榜
评论排行榜
推荐排行榜
2007年4月16日
confluence的常用宏
Macro
Usage
#breadcrumbs()
Draws the "You are here" breadcrumbs list, like the one found above the page name in the default template.
#includePage(pageTitle)
Includes a confluence page with the specified title. If you have 2 or more pages with the same title across multiple spaces, this macro will include the page belonging to the space you are currently viewing.
#searchbox()
Inserts a search box into the page, like the one to the far right of the breadcrumbs in the default template.
#globalnavbar(type)
Draws the global navigation bar, as found in the top right-hand corner of the default template. The navigation bar can be displayed in two modes:
#globalnavbar("table")
Displays the navigation bar in its default mode: drawn as a table of links with coloured backgrounds and mouse-over effects.
#globalnavbar("text")
Displays the navigation bar as series of text links separated by | characters.
#usernavbar()
Draws the user-specific navigation-bar. This bar contains the links to the user's profile and history, or to the login and signup pages if the user is not logged in.
#helpicon()
Draws the
help icon, and link to the Confluence help page.
#printableicon()
On pages where a printable version is available, draws the
printable page icon, linking to the printable version of the page. Otherwise, draws nothing
#pagetitle(class)
When you are viewing a page in a Confluence space, draws the name of the space that page is in. Otherwise, writes the word "CONFLUENCE".The "class" argument is the CSS class that the title should be drawn in. Unless you have customised your Confluence installation's CSS file, you should call this with "spacenametitle" as the class:
#pagetitle("spacenametitle")
#poweredby()
Writes out the "Powered by Confluence" and Confluence version-number boilerplate found at the bottom of the default template.
#bottomshadow()
Draws the fading shadow-effect found at the bottom of the content area in the default template.
#dashboardlink()
Inserts a link to the dashboard page.
posted @ 2007-04-16 20:39 凌度 阅读(291) 评论(0)
编辑