Signed-off-by: Vanessa <lly219@gmail.com>

This commit is contained in:
Vanessa
2012-05-28 23:48:41 +08:00
commit db579cd60a
394 changed files with 16528 additions and 0 deletions

23
andrea/side-tool.ftl Normal file
View File

@@ -0,0 +1,23 @@
<div class="side-tool">
<ul>
<li>
<ul>
<#list pageNavigations as page>
<li>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" title="${page.pageTitle}">
${page.pageTitle}
</a>
</li>
</#list>
</ul>
</li>
<li id="changeBG">
<a title="grey" id="greyBG" class="selected"></a>
<a title="brown" id="brownBG"></a>
<a title="blue" id="blueBG"></a>
</li>
<li>
<span id="goTop" onclick="Util.goTop();" title="${goTopLabel}"></span>
</li>
</ul>
</div>