惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
IT之家
IT之家
月光博客
月光博客
U
Unit 42
K
Kaspersky official blog
T
Threatpost
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
GbyAI
GbyAI
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
云风的 BLOG
云风的 BLOG
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
Engineering at Meta
Engineering at Meta
Recorded Future
Recorded Future
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security @ Cisco Blogs
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Security Archives - TechRepublic
Security Archives - TechRepublic
Webroot Blog
Webroot Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Schneier on Security
S
Secure Thoughts
The Register - Security
The Register - Security
B
Blog RSS Feed
The Last Watchdog
The Last Watchdog
P
Palo Alto Networks Blog
爱范儿
爱范儿
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
L
LINUX DO - 热门话题
C
Cisco Blogs
Spread Privacy
Spread Privacy
F
Full Disclosure
博客园 - 聂微东
T
The Blog of Author Tim Ferriss

博客园 - 回味日志

[导入]RSS 和 Blog 分类目录大全 [导入]100个非主流搜索引擎 [导入]blog年终小结 [导入]关于“啸聚一庐--txna” [导入]网络收藏夹 地址收集 [导入]博客的新财路:ReviewMe [导入]一些博客聚合和书签网址 [导入]台湾的web2.0 “度谷”SEO兴趣挑战赛 [导入]“度谷”SEO兴趣挑战赛 Blog工具大全 blog重要公告 收到yahoo“收藏2006”活动奖金^o^ WebToJepg—在线把网页抓图 yourrss帮你发现网站rss文件 超大容量 - 免费网络硬盘 ASIA.AC 亚中域名 国外100个web2.0站点 Yahoo!奇摩分享书签!
[导入]PJblog插入已经存在的Tag修改
回味日志 · 2007-02-09 · via 博客园 - 回味日志

发表日志插入已经存在的Tag弹出来的getTags.asp,以前是每一行一个tag,假设blog存在很多tag时,为了找到相应的tag就不得不拖动滚动条很长,这样很麻烦而且也容易造成tag重复,但是如果是如图那种效果,显然会方便得多。修改很简单:
找到 

程序代码 程序代码

<a href="#" class="tagA" onclick="addTag('<%=log_Tag(1)%>')" title="插入<%=log_Tag(1)%>"><%=log_Tag(1)%>(<%=log_Tag(2)%>)</a>

然后在这段代码外加上下面的代码即可:

程序代码 程序代码

<div style="width:16%;height:10%;display:block;float:left;margin:0px;margin-top:1px;"></div> 

可以通过调整width:16%;为其他的的值以显示不同的列数,另外要相应的修改blogpost和blogedit控制gettag.asp弹出窗口大小的代码:

程序代码 程序代码

<input name="tags" type="text" value="" size="50" class="inputBox" /> <img src="images/insert.gif" alt="插入已经使用的Tag" onclick="popnew('getTags.asp','tag','500','350')" style="cursor:pointer"/>

我将宽高分别设置为500和300,这样的效果刚好!

显示效果:

文章来源:http://www.thws.cn/default.asp?id=1208