adding some strings
[moodle-linuxchix.git] / lib / editor / htmlarea / popups / about.html
blob9b052185b52b7beba39f3272ae2668a0483651f8
1 <html style="width: 380px; height: 250px;">
2 <head><title>About HTMLArea</title>
3 <script type="text/javascript" src="popup.js"></script>
4 <script type="text/javascript">
5 function closeAbout() {
6 __dlg_close(null);
8 </script>
9 <style>
10 html,body,textarea { font-family: tahoma,verdana,arial; font-size: 11px;
11 padding: 0px; margin: 0px; }
12 tt { font-size: 120%; }
13 body { padding: 0px; background: ButtonFace; color: ButtonText; }
14 a:link, a:visited { color: #00f; }
15 a:hover { color: #f00; }
16 a:active { color: #f80; }
17 button { font: 11px tahoma,verdana,sans-serif; }
18 </style></head>
19 <body onload="__dlg_init()">
21 <div style="background-color: #fff; color: #000; padding: 3px; border-bottom: 1px solid #000;">
22 <div style="font-family: 'arial black',arial,sans-serif; font-size: 28px;
23 letter-spacing: -1px;">
24 <span style="position: relative; top: -0.2em">H</span><span
25 style="position: relative; top: 0.1em">T</span><span
26 style="position: relative; top: -0.1em">M</span><span
27 style="position: relative; top: 0.2em">L</span> Area
28 3.0 <span style="position: relative; top: -0.6em; font-size: 50%; font-weight: normal">[ rev. beta ]</span></div>
30 <div style="text-align: right; font-size: 90%; margin-bottom: 1em">
31 Released on Aug 11, 2003 [21:30] GMT
32 </div>
33 </div>
35 <div style="margin: 1em">
37 <p>A free WYSIWYG editor replacement for <tt>&lt;textarea&gt;</tt> fields.</p>
39 <p>For full source code and docs, visit:<br />
40 <a href="http://www.interactivetools.com/products/htmlarea/" target="_blank"
41 >http://www.interactivetools.com/products/htmlarea/</a></p>
43 <p>Version 3.0 developed and maintained by <a href="http://students.infoiasi.ro/~mishoo/" target="_blank">mishoo</a>.</p>
45 <p>&copy; 2002, 2003 <a href="http://interactivetools.com" target="_blank">interactivetools.com</a>, inc. All Rights Reserved.</p>
47 </div>
49 <div style="text-align: right; padding: 0px 3px 3px 0px;">
50 <button type="button" onclick="closeAbout()">I agree it's cool</button>
51 </div>
53 </body></html>