source: www/openwebmail/javascript/htmlarea.openwebmail/popups/zh_CN.utf8/about.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 2.0 KB
Line 
1<html style="width: 380px; height: 280px;">
2<head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>About HTMLArea</title>
5<script type="text/javascript" src="popup.js"></script>
6<script type="text/javascript">
7function closeAbout() {
8 __dlg_close(null);
9}
10</script>
11<style>
12 html,body,textarea { font-family: tahoma,verdana,arial; font-size: 11px;
13padding: 0px; margin: 0px; }
14 tt { font-size: 120%; }
15 body { padding: 0px; background: ButtonFace; color: ButtonText; }
16 a:link, a:visited { color: #00f; }
17 a:hover { color: #f00; }
18 a:active { color: #f80; }
19 button { font: 11px tahoma,verdana,sans-serif; }
20</style></head>
21<body onload="__dlg_init()">
22
23<div style="background-color: #fff; color: #000; padding: 3px; border-bottom: 1px solid #000;">
24<div style="font-family: 'arial black',arial,sans-serif; font-size: 28px;
25letter-spacing: -1px;">
26<span style="position: relative; top: -0.2em">H</span><span
27style="position: relative; top: 0.1em">T</span><span
28style="position: relative; top: -0.1em">M</span><span
29style="position: relative; top: 0.2em">L</span> Area
303.0 <span style="position: relative; top: -0.6em; font-size: 50%; font-weight: normal">[ rev. beta ]</span></div>
31
32<div style="text-align: right; font-size: 90%; margin-bottom: 1em">
33于 8 月 11, 2003年 [21:30] GMT 发行
34</div>
35</div>
36
37<div style="margin: 1em">
38
39<p>一个用来取代 <tt>&lt;textarea&gt;</tt> 的「所见即所得」HTML 编辑器</p>
40
41<p>如欲取得完整的原始码与文件, 请连线到:<br />
42<a href="http://www.interactivetools.com/products/htmlarea/" target="_blank"
43>http://www.interactivetools.com/products/htmlarea/</a></p>
44
45<p>这份 3.0 版是由 <a href="http://students.infoiasi.ro/~mishoo/" target="_blank">mishoo</a> 所发展与维护.</p>
46
47<p>&copy; 2002, 2003 &nbsp;<a href="http://interactivetools.com" target="_blank">interactivetools.com</a> 公司 保留所有权利.</p>
48
49</div>
50
51<div style="text-align: right; padding: 0px 3px 3px 0px;">
52<button type="button" onclick="closeAbout()">I agree it's cool</button>
53</div>
54
55</body></html>
56
57
Note: See TracBrowser for help on using the repository browser.