Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

items内title和date不在一行的bug #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 28 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,32 +116,34 @@ <h4><a href="http://xdlinux.info/project/xdpd.html">项目动态</a></h4>
</div>
</div>
<div class="clear"></div>

<form method="get" action="http://www.google.com.hk/search" target="google_window">
<a href="http://www.google.com.hk/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<input type="text" name="as_q" size="31" maxlength="255" value=""/>
<input type="submit" name="sa" value="搜索"/>
<input type="radio" name="as_sitesearch" value="xdlinux.info/wiki" checked="checked"/>
<font size="-1" color="#000000">wiki</font>
<input type="radio" name="as_sitesearch" value="xdlinux.info/bbs" checked="checked"/>
<font size="-1" color="#000000">bbs</font>
<input type="radio" name="as_sitesearch" value="groups.google.com/group/xidian_linux" checked="checked"/>
<font size="-1" color="#000000">groups(邮件列表)</font>
<input type="radio" name="as_sitesearch" value="xdlinux.info" checked="checked"/>
<font size="-1" color="#000000">xdlinux全站搜索</font>

<input name="newwindow" value="1" type="hidden"/>
<input name="complete" value="1" type="hidden"/>
<input name="forid" value="zh-CN" type="hidden"/>
<input type="hidden" name="num" value="10"/>
<input name="btnG" value="Google+%E6%90%9C%E7%B4%A2&amp;" type="hidden"/>
<input name="as_ft" value="1" type="hidden"/>
<input name="as_qdr" value="all" type="hidden"/>
<input name="as_occt" value="any" type="hidden"/>
<input name="as_dt" value="i" type="hidden"/>
</form>

<div class="comment">
<!--Google站内搜索开始-->
<div>
<form method="get" action="http://www.google.com.hk/search" target="google_window">
<a href="http://www.google.com.hk/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<input type="text" name="as_q" size="31" maxlength="255" value=""/>
<input type="submit" name="sa" value="搜索"/>
<input type="radio" name="as_sitesearch" value="http://xdlinux.info/wiki" checked="checked"/>
<font size="-1" color="#000000">wiki</font>
<input type="radio" name="as_sitesearch" value="http://xdlinux.info/bbs" checked="checked"/>
<font size="-1" color="#000000">bbs</font>
<input type="radio" name="as_sitesearch" value="http://groups.google.com/group/xidian_linux" checked="checked"/>
<font size="-1" color="#000000">邮件列表</font>
<input type="radio" name="as_sitesearch" value="http://xdlinux.info" checked="checked"/>
<font size="-1" color="#000000">xdlinux全站搜索</font>

<input name="newwindow" value="1" type="hidden"/>
<input name="complete" value="1" type="hidden"/>
<input name="forid" value="zh-CN" type="hidden"/>
<input type="hidden" name="num" value="10"/>
<input name="btnG" value="Google+%E6%90%9C%E7%B4%A2&amp;" type="hidden"/>
<input name="as_ft" value="1" type="hidden"/>
<input name="as_qdr" value="all" type="hidden"/>
<input name="as_occt" value="any" type="hidden"/>
<input name="as_dt" value="i" type="hidden"/>
</form>
</div>
<!--Google站内搜索结束-->
<div class="comment">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'xdlinux'; // required: replace example with your forum shortname
Expand Down
2 changes: 1 addition & 1 deletion stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ text-decoration:none;
}
.items .title {
float:left;
width: 15em;
width: 14em;
}
.items .date {
float:right;
Expand Down