Просмотр файла wym-editor/dialogs/preview.htm

Размер файла: 1.26Kb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
 * WYMeditor : what you see is What You Mean web-based editor
 * Copyright (C) 2006 Jean-François Hovinne - Daniel Reszka
 * Use of WYMeditor is granted by the terms of the MIT License (http://www.opensource.org/licenses/mit-license.php).
 *
 * For further information visit:
 * 		http://www.wymeditor.org/
 *
 * File Name:
 *		preview.htm
 *		Preview page.
 *		See the documentation for more info.
 *
 * File Authors:
 * 		Jean-François Hovinne ([email protected])
 *		Daniel Reszka ([email protected])
-->

<html>
<head>
<title>WYMeditor - Preview</title>
<link rel="stylesheet" type="text/css" href="../skins/preview/screen.css" />
<script type="text/javascript" src="../preview.js"></script>
</head>

<body onload="init('preview')" class="sample_1">
<div id="nav-pri" class="nav">
<img id="logo-main" src="../images/wym-editor.png" width="127" height="19" />
<ul>
<li>Current skin: <span id="m_skin_name">sample_1</span></li>
<li><a id="m_switch_skin" href="#" onclick="switchSkin()">Switch Skin</a></li>
</ul>
</div>
<div id="infos">
<h2>Preview:</h2>
</div>

<div id="preview_container"></div>
</body>
</html>