Signed-off-by: Vanessa <lly219@gmail.com>
This commit is contained in:
30
tree-house/header.ftl
Normal file
30
tree-house/header.ftl
Normal file
@@ -0,0 +1,30 @@
|
||||
<div class="header-navi right">
|
||||
<ul>
|
||||
<#list pageNavigations as page>
|
||||
<li>
|
||||
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}">
|
||||
${page.pageTitle}
|
||||
</a>
|
||||
</li>
|
||||
</#list>
|
||||
<li>
|
||||
<a href="${servePath}/tags.html">${allTagsLabel}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a rel="alternate" href="${servePath}/blog-articles-feed.do">${atomLabel}</a><a href="${servePath}/blog-articles-feed.do"><img src="${staticServePath}/images/feed.png" alt="Atom"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-title">
|
||||
<h1>
|
||||
<a href="${servePath}" id="logoTitle" >
|
||||
${blogTitle}
|
||||
</a>
|
||||
</h1>
|
||||
<div>${blogSubtitle}</div>
|
||||
<embed width="228" height="239" type="application/x-shockwave-flash"
|
||||
menu="false" name="http://blog.thepixel.com/wp-content/themes/PixelBlog2/flash/fan"
|
||||
wmode="transparent" loop="true" pluginspage="http://www.adobe.com/go/getflashplayer"
|
||||
quality="high" src="${staticServePath}/skins/${skinDirName}/images/fan.swf"
|
||||
style="position: absolute;top:112px;left:265px;">
|
||||
</div>
|
||||
Reference in New Issue
Block a user