Index: branches/MwEmbedStandAlone/tests/mwEmbed_Demo.html |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <!DOCTYPE HTML> |
3 | 3 | <html> |
4 | 4 | <head> |
5 | | - <title>mWEmbed Tutorial</title> |
| 5 | + <title>mwEmbed Testing Kit</title> |
6 | 6 | |
7 | 7 | <link type="text/css" rel="stylesheet" href="jslib/syntax/prettify.css" /> |
8 | 8 | <link rel="stylesheet" type="text/css" media="screen" href="jslib/menu/css/superfish.css" /> |
— | — | @@ -46,8 +46,6 @@ |
47 | 47 | </head> |
48 | 48 | <body> |
49 | 49 | |
50 | | -<h3>mwEmbed Tutorial</h3> |
51 | | - |
52 | 50 | <div id="container"> |
53 | 51 | |
54 | 52 | <div id="content"> |
— | — | @@ -179,6 +177,7 @@ |
180 | 178 | |
181 | 179 | <div id="docbox" class="ui-widget-content"> |
182 | 180 | <h3 class="ui-widget-header">mwEmbed Documentation</h3> |
| 181 | + <p> there will be a menu here to switch between the README and the generated docs</p> |
183 | 182 | <div id="jsdocs"> |
184 | 183 | <iframe src="../docs/index.html" width="90%" height="80%"> |
185 | 184 | </iframe> |
— | — | @@ -188,7 +187,7 @@ |
189 | 188 | |
190 | 189 | <div id="js-console" class="ui-widget-content"> |
191 | 190 | <h3 class="ui-widget-header">mwEmbed Controls</h3> |
192 | | - <p>Textboxes and buttons for interacting with the demonstration player.</p> |
| 191 | + <p>Textboxes and buttons for interacting with the demonstration player.</p> |
193 | 192 | </div> |
194 | 193 | |
195 | 194 | <div id="help" style="display:none;"> |
— | — | @@ -209,7 +208,9 @@ |
210 | 209 | |
211 | 210 | |
212 | 211 | |
213 | | -<!-- <div id="menu"> |
| 212 | +<!-- |
| 213 | + |
| 214 | +<div id="menu"> |
214 | 215 | <ul class="sf-menu sf-horizontal"> |
215 | 216 | <li><a href="#flashvars">FlashVars</a> |
216 | 217 | <ul> |
— | — | @@ -233,5 +234,7 @@ |
234 | 235 | </ul> |
235 | 236 | </li> |
236 | 237 | </ul> |
237 | | - </div> END menu --> |
| 238 | + </div>i |
| 239 | + |
| 240 | + END menu --> |
238 | 241 | |