r67912 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67911‎ | r67912 | r67913 >
Date:17:45, 12 June 2010
Author:papyromancer
Status:deferred
Tags:
Comment:
added in demo contol ui skeleton
Modified paths:
  • /branches/MwEmbedStandAlone/tests/mwEmbed_Demo.html (modified) (history)
  • /branches/MwEmbedStandAlone/tests/style.css (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/tests/style.css
@@ -61,7 +61,13 @@
6262 width: 720px;
6363 z-index:100;
6464 right:10px; position:absolute; top:10px; margin:0; }
 65+#js-console { background-color:#FFFFFF;
 66+color: black;
 67+ width: 720px;
 68+ z-index:100;
 69+ left:10px; position:absolute; bottom:10px; margin:0; }
6570
 71+
6672 dfn { border-bottom:1px dotted green; color:green; cursor:default; font-style:normal; }
6773
6874 .controls { padding: 5px; }
Index: branches/MwEmbedStandAlone/tests/mwEmbed_Demo.html
@@ -36,6 +36,11 @@
3737
3838 $("#docbox").resizable();
3939 $("#docbox").draggable();
 40+ $("#js-console").resizable();
 41+ $("#js-console").draggable();
 42+
 43+
 44+
4045 });
4146 </script>
4247 </head>
@@ -179,15 +184,17 @@
180185 </iframe>
181186 </div>
182187
183 - <div id="demo_control_panel" style="display:none;">
184 - <p>Demo Controls</p>
185 - </div><!-- END demo_control_panel -->
 188+ </div><!-- end sideBox -->
186189
 190+ <div id="js-console" class="ui-widget-content">
 191+ <h3 class="ui-widget-header">mwEmbed Controls</h3>
 192+ <p>Textboxes and buttons for interacting with the demonstration player.</p>
 193+ </div>
 194+
187195 <div id="help" style="display:none;">
188196 <p>Instructions will go here</p>
189197 </div><!-- END help -->
190198
191 - </div><!-- end sideBox -->
192199
193200 </div><!-- END content -->
194201 </div><!-- END container -->

Status & tagging log