comparison bns_website/static/js/tinymce/examples/index.html @ 30:4eaaf3809385

Merge with Reviews template changes.
author Brian Neal <bgneal@gmail.com>
date Fri, 04 Nov 2011 20:02:15 -0500
parents ced908af601a
children
comparison
equal deleted inserted replaced
28:20dc7be59c85 30:4eaaf3809385
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2 <html>
3 <head>
4 <title>TinyMCE examples</title>
5 </head>
6 <frameset cols="180,80%">
7 <frame src="menu.html" name="menu" />
8 <frame src="full.html" name="main" />
9 </frameset>
10 </html>