列表页栏目样式风格代码
2021-11-19
274
<!-- <?php print <<<EOT --> <!-- EOT; $i=0; foreach($listdb AS $key=>$rs){ $target=$rs[target]?'_blank':'_self'; $rs[fontweight] =($rs[fonttype]==1)?'font-weight:bold;':''; $rs[fontcolor] =$rs[titlecolor]?"color:$rs[titlecolor];":''; print <<<EOT --> <li><a href="bencandy.php?fid=$rs[fid]&id=$rs[aid]" target="$target" title='$rs[full_title]' style="{$rs[fontweight]}{$rs[fontcolor]}">$rs[title]<samp>({$rs[posttime]})</samp></a></li> <!-- EOT; if($webdb[ListShowIcon]&&$rs[picurl]){ print <<<EOT --> <img src="$webdb[www_url]/images/default/img_ico.gif"> <!-- EOT; } if($webdb[ListShowIcon]&&$rs[levels]){ print <<<EOT --> <img src="$webdb[www_url]/images/default/good_ico.gif"> <!-- EOT; } if($webdb[ListShowIcon]&&$rs['list']>$timestamp){ print <<<EOT --> <img src="$webdb[www_url]/images/default/top_icon.gif"> <!-- EOT; } if($webdb[ListShowIcon]&&$webdb[hotArticleNum]&&$rs['hits']>$webdb[hotArticleNum]){ print <<<EOT --> <img src="$webdb[www_url]/images/default/hot_icon.gif"> <!-- EOT; } if($webdb[ListShowIcon]&&$webdb[newArticleTime]&&($timestamp-$rs['full_posttime'])<$webdb[newArticleTime]*3600){ print <<<EOT --> <img src="$webdb[www_url]/images/default/new_ico.gif"> <!-- EOT; }print <<<EOT --> <!-- EOT; $i++; if($i%4==0){print <<<EOT --> </ul> <ul> <!-- EOT; }print <<<EOT --> <!-- EOT; }print <<<EOT --> <!-- EOT; ?> -->
赞一波!2
相关文章
- 【说站】python温度转换代码
- 【说站】python列表添加和删除的方法
- 【说站】python列表的创建和存放
- 【说站】python列表操作符有哪些
- 【说站】python输入一个列表求平均值
- 【说站】python累加求和代码
- 【说站】php之phpstorm自动代码补全的使用
- 【说站】Python如何用下标取得列表的单个值
- 【说站】Python切片获取列表多个值
- 【说站】python列表如何传递到线程?
- 【说站】java代码块的执行顺序是什么
- 【说站】php上传文件代码
- 【说站】python列表索引的两种用法
- 设计模式之高质量代码
- 【说站】java求圆的面积代码
- 【说站】python列表的数据类型分析
- 【说站】python列表如何结合数组使用
- 【说站】Python代码中编译是什么
- 【说站】python列表排序的两种方式
- 【说站】python中用切片复制列表
文章评论
评论问答