ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/SiStripWebBrowser/scripts/Viewer.html
(Generate patch)

Comparing UserCode/SiStripWebBrowser/scripts/Viewer.html (file contents):
Revision 1.3 by dutta, Mon Nov 3 18:17:35 2008 UTC vs.
Revision 1.4 by dutta, Sun Dec 7 13:20:21 2008 UTC

# Line 366 | Line 366
366                </div>
367              </div>
368            </div>
369 +          <div class="dhtmlgoodies_aTab">
370 +            <div class="bloc" id="bloc2_6" style="background:#A9FF84">
371 +              <div class="bloc" id="bloc2_6_1" style="background:#A9FF84">
372 +                <fieldset>
373 +                  <input name="listmacro"
374 +                        id="list_macros"
375 +                        value="List Macros"
376 +                        style="margin-left:1%;float:left;"
377 +                        onmouseover="ddrivetip('Get list of ROOT macros ','#EAFFF9',200);"
378 +                        onmouseout="hideddrivetip();"
379 +                        onClick="RequestMacroList()"
380 +                        type="submit">
381 +                  </input>
382 +                  <input name="executemacro"
383 +                        id="execute_macro"
384 +                        value="Execute Macro"
385 +                        style="margin-left:1%;float:right;"
386 +                        onmouseover="ddrivetip('Get list of ROOT macros ','#EAFFF9',200);"
387 +                        onmouseout="hideddrivetip();"
388 +                        onClick="ExecuteSelectedMacro()"
389 +                        type="submit">
390 +                  </input>
391 +
392 +                </fieldset>
393 +
394 +
395 +              </div>
396 +              <div class="bloc" id="bloc2_6_2">
397 +                <fieldset>
398 +                  <select size=12
399 +                          style="width:100%;font-size:13pt;"
400 +                          name="MacroListArea"
401 +                          id="macrolistarea">
402 +                 </select>
403 +                </fieldset>
404 +              </div>
405 +            </div>
406 +          </div>
407          </div>
408      </fieldset>
409    </div>
410 +
411   </form>
412   </body>
413   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines