📄 issue.htm
字号:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>
<%#XML.Issue.TopicName%>
</title>
<style type="text/css">FONT,TD,TR,TABLE,DIV,FORM { FONT-SIZE: 12px; LINE-HEIGHT: 19px; FONT-FAMILY: "宋体"; TEXT-DECORATION: none }</style>
<script>
function reply()
{
// window.open('/replay.aspx?id=<%#XML.Issue.TopicId%>&title=<%#XML.Issue.TopicName2%>','_blank','height=390,width=490');
var win= window.showModalDialog("/replay.aspx?id=<%#XML.Issue.TopicId%>&title=<%#XML.Issue.TopicName2%>","Dialog Arguments Value","dialogHeight: 420px; dialogWidth: 490px; edge: Raised; center: Yes; help: No; resizable: No; status: No;");
if(win!=null)
{
window.location.reload();
}
}
function ref()
{
//window.location.href= window.location.href;
window.location.reload();
}
</script>
<head>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<a name="#top">
<table cellspacing="0" cellpadding="1" width="100%" border="0" id="Table1">
<tr bgcolor="#eeeeee">
<td valign="top" align="right" width="120">
主 题:</td>
<td style="word-wrap: break-word; ">
<%#XML.Issue.TopicName%>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td align="right" width="120">
作 者:</td>
<td>
<a href="http://message.csdn.net/SendMessage.aspx?To=<%#XML.Issue.PostUserName%>">
<%#XML.Issue.PostUserName%>
(<%#XML.Issue.PostUserNickName%>) </a>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td align="right" width="120">
等 级:</td>
<td>
<img title alt src="http://community.csdn.net/expert/images/rank/<%#XML.Issue.ranknum%>.gif">
</td>
</tr>
<tr bgcolor="#eeeeee">
<td align="right" width="120">
信 誉 值:</td>
<td>
<%#XML.Issue.credit%>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td align="right" width="120">
所属社区:</td>
<td>
<%#XML.Issue.RoomName%>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td align="right" width="120">
问题点数:</td>
<td>
<%#XML.Issue.Point%>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td align="right" width="120">
回复次数:</td>
<td>
<%#XML.Issue.ReplyNum%>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td align="right" width="120">
发表时间:</td>
<td>
<%#XML.Issue.PostDateTime%>
<!--<a href="http://adddev.aspx/<%#XML.Issue.TopicId%>">添加到文档</a>--> <a href="#R">我要回复</a>
<a href="http://exit.aspx/">关闭</a>
</td>
</tr>
<tr bgcolor="#eeeeee">
<td colspan="2">
<hr>
</td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2">
<p>
<textarea style="overflow-y: visible; border: 0px; font-size: 12px; font-family: Tahoma,Verdana,宋体,Fixedsys;
line-height: 150%; overflow: visible; border-width: 0px; width: 100%; height: 40px;"
readonly rows="1" cols="20" id="Textarea1" name="Textarea1">
<%#XML.Issue.Content%></textarea>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -