Annotation of loncom/html/htmlarea/popups/about.html, revision 1.1
1.1 ! www 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);
! 7: }
! 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()">
! 20:
! 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>
! 29:
! 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>
! 34:
! 35: <div style="margin: 1em">
! 36:
! 37: <p>A free WYSIWYG editor replacement for <tt><textarea></tt> fields.</p>
! 38:
! 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>
! 42:
! 43: <p>Version 3.0 developed and maintained by <a href="http://students.infoiasi.ro/~mishoo/" target="_blank">mishoo</a>.</p>
! 44:
! 45: <p>© 2002, 2003 <a href="http://interactivetools.com" target="_blank">interactivetools.com</a>, inc. All Rights Reserved.</p>
! 46:
! 47: </div>
! 48:
! 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>
! 52:
! 53: </body></html>
! 54:
! 55:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>