1 <div class="panel-dceditor">
2 <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8">
4 <p><input type="submit" value="Continue →"/></p>
7 <script type="text/javascript" charset="utf-8">
9 var id = Math.ceil(Math.random() * 1000000000);
11 panel(function(event, me) {
12 // $(document).bind('panel:contentChanged.' + id, function(event, p) {
13 // $('.change-notification', $(me).parent()).fadeIn();
15 $(me).addClass('panel-htmleditor');
16 }, function(event, me) {
17 $(me).removeClass('panel-htmleditor');
18 // $(document).unbind('panel:contentChanged.' + id);