计算机是机器,重复性的工作交给它好了——我们要做更重要的创造性工作!
博客园
首页
新随笔
新文章
联系
订阅
管理
posts - 132,comments - 30,trackbacks - 2
2007年4月18日
不显示confluence的space的key
confluence\template\includes\spacelist-drawspacerows.vm
使用"##"注释掉<span class="smalltext">($space.key)</span>
posted @ 2007-04-18 14:46 凌度 阅读(246) 评论(0)
编辑
使用宏在confluence的space首页显示本space的树型结构
{excerpt-include:Home|nopanel=true}
{excerpt:hidden=true}
This is the home page for the 工作 space.
{excerpt}
{children:depth=4|excerpt=true}
posted @ 2007-04-18 11:37 凌度 阅读(407) 评论(0)
编辑