📄 quote.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="quote.aspx.vb" Inherits="flyangel.news.quote" validateRequest=false %>
<HTML>
<HEAD>
<title>代码引用生成器 Flyangel 0506</title>
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../js/Styles.css" type="text/css" rel="stylesheet">
<script language="javascript">
function mysubmit(theform)
{
if(theform.TextBox1.value=="")
{
alert("请选择您要引用的代码!")
theform.TextBox1.focus;
return (false);
}
else
{
Form1.submit
}
return (true);
}
function onButtoninsert()
{
opener.imageURL =document.Form1.quotecontent.value;
opener.InsertNewImagea();
window.close ();
}
function onButtoncancel()
{
window.returnValue ='';
window.close ();
}
</script>
</HEAD>
<body onmouseover="window.status='欢迎来到电校校园网新闻文章系统! ';return true" text="#7a8696" bgColor="#eef4fb"
topMargin="10">
<form id="Form1" name="Form1" onsubmit="return mysubmit(this)" method="post" runat="server">
<table cellSpacing="0" borderColorDark="#cccccc" cellPadding="0" width="98%" align="center"
borderColorLight="#000000" border="1" style="TABLE-LAYOUT: fixed">
<tr bgColor="#3366cc">
<td align="center" height="25"><STRONG><FONT color="#ffffff">代码引用生成器</FONT></STRONG></td>
</tr>
<TR align="center">
<TD align="center" style="WORD-WRAP: break-word">
<asp:TextBox id="TextBox1" runat="server" cssclass="unnamed5" TextMode="MultiLine" Width="100%"
Height="100"></asp:TextBox>
<input id="quotecontent" type="hidden" name="quotecontent" runat="server">
</TD>
</TR>
<TR align="center">
<TD align="center" height="25">
<asp:Panel id="changecode" runat="server" Visible="False">
<asp:DropDownList id="DropDownList1" runat="server"></asp:DropDownList>
<asp:Button id="Button1" runat="server" cssclass="unnamed5" Text="高亮代码转换"></asp:Button>
<INPUT class="unnamed5" type="reset" value="重执" name="Submit2"> <INPUT class="unnamed5" onclick="onButtoncancel();" type="button" value="取消">
</asp:Panel>
<asp:Panel id="insercode" runat="server" Visible="False"><INPUT class="unnamed5" onclick="onButtoninsert();" type="button" value="插入代码">
<INPUT class="unnamed5" type="reset" value="重执" name="Submit2"> <INPUT class="unnamed5" onclick="onButtoncancel();" type="button" value="取消">
</asp:Panel>
</TD>
</TR>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -