📄 safari_preview.aspx
字号:
<%@ Page Language="C#" Inherits="CuteEditor.EditorUtilityPage" %>
<HTML>
<head>
<title>[[Preview]]
</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta name="content-type" content="text/html ;charset=Unicode">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)">
<link rel="stylesheet" href='Safari_style.css'>
<link rel="stylesheet" href='Safari_style.css'>
</HEAD>
<body>
<form id="formSearch" method="post" runat="server">
<table height="100%" cellSpacing="0" cellPadding="5" width="100%" align="center">
<tbody>
<tr>
<td style="HEIGHT: 100%" colspan="3">
<iframe id="idSource" name="idSource" src="../template.aspx" scrolling="auto" style="WIDTH: 100%; HEIGHT: 100%;background-color:#ffffff;"></iframe>
</td>
</tr>
<tr>
<td>
<IMG src="../images/print.gif" onclick="window.print();" Alt="[[Print]]" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);">
</td>
<td align="right" style="PADDING-LEFT: 30px;" >
[[Width]]:
<input type="text" name="inc_width" id="inc_width" size=5>
[[Height]]:
<input type="text" name="inc_height" id="inc_height" size=5>
</td>
<td class="dialogFooter" vAlign="top" align="right" style="PADDING-RIGHT: 13px; PADDING-LEFT: 13px; PADDING-BOTTOM: 7px; PADDING-TOP: 7px">
[[Size]]:
<input type='radio' name="radio_size" id="W640" onclick='ResizeThis(640,480)'>640x480
<input type='radio' name="radio_size" id="W800" onclick='ResizeThis(800,600)'>800x600
<input type='radio' name="radio_size" id="W1024" onclick='ResizeThis(1024,768)'>1024x768
<input type="button" value="[[Cancel]]" onclick="do_cancel()">
</td>
</tr>
</tbody>
</table>
</form>
</body>
</HTML>
<script>
var OxO2e86=["onload","dialogArguments","opener","availWidth","screen","availHeight","idSource","contentDocument","innerHTML","body","onresize","innerWidth","value","inc_width","innerHeight","inc_height","checked","W600","W800","W1024"];var ParentW;var ParentH; window.focus() ; window[OxO2e86[0x0]]=function (){var editor=window[OxO2e86[0x2]][OxO2e86[0x1]]; ParentW=window[OxO2e86[0x4]][OxO2e86[0x3]] ; ParentH=window[OxO2e86[0x4]][OxO2e86[0x5]] ;var iframe=document.getElementById(OxO2e86[0x6]);var Ox536=iframe[OxO2e86[0x7]]; Ox536[OxO2e86[0x9]][OxO2e86[0x8]]=editor.getHTML() ; ShowSizeInfo() ;} ; window[OxO2e86[0xa]]=ShowSizeInfo ; function ShowSizeInfo(){ document.getElementById(OxO2e86[0xd])[OxO2e86[0xc]]=self[OxO2e86[0xb]] ; document.getElementById(OxO2e86[0xf])[OxO2e86[0xc]]=self[OxO2e86[0xe]] ;} ; function do_cancel(){ window.close() ;} ; function ResizeThis(Ox2e,h){ window.resizeTo(Ox2e,h) ; window.moveTo((screen[OxO2e86[0x3]]-0x258)/0x2,(screen[OxO2e86[0x5]]-0x190)/0x2) ;switch(Ox2e){case 0x258: document.getElementById(OxO2e86[0x11])[OxO2e86[0x10]]=true ;break ;case 0x320: document.getElementById(OxO2e86[0x12])[OxO2e86[0x10]]=true ;break ;case 0x400: document.getElementById(OxO2e86[0x13])[OxO2e86[0x10]]=true ;break ;;;;} ;} ;
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -