给绿的记忆模板首页添加最新照片显示
时间:2006-03-15 来源:sungaoyong
看了那个简单的模板,里面有个最新照片显示的功能,但我更喜欢“绿的记忆”模板,可是它没有最新照片的显示功能,而ChinaUnix博客可以自定义模板,故此手工修改模板添加了最新照片显示的功能。
为方便大家使用,把首页模板的xsl文件压缩作为附件供大家下载。相关代码:
为方便大家使用,把首页模板的xsl文件压缩作为附件供大家下载。相关代码:
|
<xsl:if test="/BLOG/PHOTOS/PHOTO/WIDTH>'0'"> <table border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="204"> <tr><td bgcolor="#D2DEE2" height="1"></td></tr> <tr><td bgcolor="#FFFFFF" height="1"></td></tr> <tr><td height="34" background="../../templates/green/images/bg_item.gif" align="center"><a href="photo.php" title="转到我的相册" class="list2"><b>最新照片</b></a></td></tr> <tr><td bgcolor="#D2DEE2" height="1"></td></tr> <tr><td bgcolor="#FFFFFF" height="1"></td></tr> </table> <table border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="204"> <tr align="center" height="30"> <td><a href="" onclick="backward();return false" title="上一张" class="listtree" >上一张</a> </td> <td><a href="" onclick="forward();return false" title="下一张" class="listtree">下一张</a></td> <td><a href="" onclick="play();return false" title="幻灯片播放" class="listtree">幻灯片</a></td> <td><a href="" onclick="stop();return false" title="停止播放" class="listtree">停止播放</a></td> </tr> </table> <xsl:element name="a"> <xsl:attribute name="id">imglink</xsl:attribute> <xsl:attribute name="href">showphoto.php?id=<xsl:value-of select="BLOG/PHOTOS/PHOTO/ID" /></xsl:attribute> <xsl:attribute name="target"><xsl:value-of select="/BLOG/STYLE_TARGET" /></xsl:attribute> <xsl:element name="img"> <xsl:attribute name="id">imgshow</xsl:attribute> <xsl:attribute name="border">0</xsl:attribute> <xsl:attribute name="style">filter:revealTrans(duration=2,transition=23);border: 1px solid #63ADF7;</xsl:attribute> <xsl:attribute name="src">preview/<xsl:value-of select="BLOG/PHOTOS/PHOTO/PREVIEW" /></xsl:attribute> <xsl:attribute name="width">120</xsl:attribute> <xsl:attribute name="height">90</xsl:attribute> </xsl:element> </xsl:element> </xsl:if> |
相关阅读 更多 +