You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.5 KiB
51 lines
2.5 KiB
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server" id="Head1">
|
|
<title>[[Preview]]</title>
|
|
<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 href='Load.ashx?type=themecss&file=dialog.css&theme=[[_Theme_]]' type="text/css" rel="stylesheet" />
|
|
<!--[if IE]>
|
|
<link href="Load.ashx?type=style&file=IE.css" type="text/css" rel="stylesheet" />
|
|
<![endif]-->
|
|
<script type="text/javascript" src="Load.ashx?type=dialogscript&verfix=1006&file=DialogHead.js"></script>
|
|
<style type="text/css">
|
|
html, body {height: 100%;}
|
|
#idSource{WIDTH: 100%; HEIGHT: 100%;background-color:#ffffff;}
|
|
#divouter{border-top:1px solid #a0a0a0;border-left:1px solid #a0a0a0;border-bottom:1px solid #ffffff;border-right:1px solid #ffffff;vertical-align: top;width:100%;height:100%; background-color:white;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="ajaxdiv">
|
|
<table style="height:100%" cellspacing="0" cellpadding="0" width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td style="height: 100%" colspan="3">
|
|
<div id="divouter">
|
|
<iframe id="idSource" src="../Template.aspx" scrolling="auto" frameborder="0">
|
|
</iframe>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<img src="Load.ashx?type=image&file=print.gif" onclick="window.print();" title="[[Print]]" class="cursor dialogButton" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" />
|
|
</td>
|
|
<td 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" align="right" style="padding:15px">
|
|
<!--[[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 class="formbutton" type="button" value="[[Cancel]]" onclick="do_Close()" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="Load.ashx?type=dialogscript&verfix=1006&file=DialogFoot.js"></script>
|
|
<script type="text/javascript" src="Load.ashx?type=dialogscript&verfix=1006&file=Dialog_Preview.js"></script>
|
|
</html> |