blogger beta的繼續閱讀 - 部落格
By Jessica
at 2007-02-22T22:46
at 2007-02-22T22:46
Table of Contents
※ 引述《wmja4387 (c'est moi)》之銘言:
: as title
: 我google了很久,總共試了三種方法都無效 ><"
: 請問有誰知道真正有效的方法嗎?
: 或是我可以把原始碼po上來,麻煩大家幫我看看到底哪裡出了錯..
: 謝謝!
: PS置底文已試過無效
呃,不知從何PO起
先PO這些好了
最一開始的
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'
xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data'
xmlns:expr='http://www.google.com/2005/gml/expr'>
<style><b:if cond='data:blog.pageType == "item"'> .readmore
{display:inline;}<b:else/> .readmore {display:none;} </b:if></style>
/*這裡是我想改的痕跡*/
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
最後的
<b:includable id='interval' var='intervalData'>
<b:loop values='data:intervalData' var='i'>
<ul>
<li expr:class='"archivedate " + data:i.expclass'>
<b:include data='i' name='toggle'/>
<a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
(<span class='post-count'><data:i.post-count/></span>)
<b:if cond='data:i.data'>
<b:include data='i.data' name='interval'/>
</b:if>
<b:if cond='data:i.posts'>
<b:include data='i.posts' name='posts'/>
</b:if>
</li>
</ul>
</b:loop>
</b:includable>
<b:includable id='toggle' var='interval'>
<b:if cond='data:interval.toggleId'>
<b:if cond='data:interval.expclass == "expanded"'>
<a class='toggle' expr:href='data:widget.actionUrl + "&action=toggle"
+ "&dir=close&toggle=" + data:interval.toggleId +
"&toggleopen=" + data:toggleopen'>
<span class='zippy toggle-open'>▼ </span>
</a>
<b:else/>
<a class='toggle' expr:href='data:widget.actionUrl + "&action=toggle"
+ "&dir=open&toggle=" + data:interval.toggleId +
"&toggleopen=" + data:toggleopen'>
<span class='zippy'>► </span>
</a>
</b:if>
</b:if>
</b:includable>
<b:includable id='posts' var='posts'>
<ul class='posts'>
<b:loop values='data:posts' var='i'>
<li><a expr:href='data:i.url'><data:i.title/></a></li>
</b:loop>
</ul>
</b:includable>
</b:widget>
<b:widget id='HTML1' locked='false' title='免費轉址' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div></div>
</div>
<div id='footer-wrap1'><div id='footer-wrap2'>
<b:section class='footer' id='footer'/>
</div></div>
</div>
</body>
</html>
麻煩大家幫我看看!
--
: as title
: 我google了很久,總共試了三種方法都無效 ><"
: 請問有誰知道真正有效的方法嗎?
: 或是我可以把原始碼po上來,麻煩大家幫我看看到底哪裡出了錯..
: 謝謝!
: PS置底文已試過無效
呃,不知從何PO起
先PO這些好了
最一開始的
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'
xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data'
xmlns:expr='http://www.google.com/2005/gml/expr'>
<style><b:if cond='data:blog.pageType == "item"'> .readmore
{display:inline;}<b:else/> .readmore {display:none;} </b:if></style>
/*這裡是我想改的痕跡*/
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
最後的
<b:includable id='interval' var='intervalData'>
<b:loop values='data:intervalData' var='i'>
<ul>
<li expr:class='"archivedate " + data:i.expclass'>
<b:include data='i' name='toggle'/>
<a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
(<span class='post-count'><data:i.post-count/></span>)
<b:if cond='data:i.data'>
<b:include data='i.data' name='interval'/>
</b:if>
<b:if cond='data:i.posts'>
<b:include data='i.posts' name='posts'/>
</b:if>
</li>
</ul>
</b:loop>
</b:includable>
<b:includable id='toggle' var='interval'>
<b:if cond='data:interval.toggleId'>
<b:if cond='data:interval.expclass == "expanded"'>
<a class='toggle' expr:href='data:widget.actionUrl + "&action=toggle"
+ "&dir=close&toggle=" + data:interval.toggleId +
"&toggleopen=" + data:toggleopen'>
<span class='zippy toggle-open'>▼ </span>
</a>
<b:else/>
<a class='toggle' expr:href='data:widget.actionUrl + "&action=toggle"
+ "&dir=open&toggle=" + data:interval.toggleId +
"&toggleopen=" + data:toggleopen'>
<span class='zippy'>► </span>
</a>
</b:if>
</b:if>
</b:includable>
<b:includable id='posts' var='posts'>
<ul class='posts'>
<b:loop values='data:posts' var='i'>
<li><a expr:href='data:i.url'><data:i.title/></a></li>
</b:loop>
</ul>
</b:includable>
</b:widget>
<b:widget id='HTML1' locked='false' title='免費轉址' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div></div>
</div>
<div id='footer-wrap1'><div id='footer-wrap2'>
<b:section class='footer' id='footer'/>
</div></div>
</div>
</body>
</html>
麻煩大家幫我看看!
--
Tags:
部落格
All Comments
Related Posts
關於PIXNET網誌的"我的地盤"
By Charlie
at 2007-02-22T19:54
at 2007-02-22T19:54
pixnet 圖片問題
By Sarah
at 2007-02-22T18:11
at 2007-02-22T18:11
Re: PTT Blog板友簽到簿(PTTBlogRolling!)
By Olive
at 2007-02-22T15:01
at 2007-02-22T15:01
連不上FC2...
By Noah
at 2007-02-22T12:37
at 2007-02-22T12:37
blogger beta的繼續閱讀
By Anthony
at 2007-02-22T12:22
at 2007-02-22T12:22