|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 |
|
4 |
| - <head> |
5 |
| - <title>Perl Executing Browser - Demo</title> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 |
| - <meta charset="utf-8"> |
| 4 | + <head> |
| 5 | + <title>Perl Executing Browser - Demo</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <meta charset="utf-8"> |
8 | 8 |
|
9 |
| - <script type="text/javascript" src="jquery/jquery-1.11.1.min.js"></script> |
| 9 | + <script type="text/javascript" src="jquery/jquery-1.11.1.min.js"></script> |
10 | 10 |
|
11 |
| - <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> |
12 |
| - <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" media="all"> |
13 |
| - <link rel="stylesheet" type="text/css" href="bootstrap/css/themes/darkly-theme.css" media="all"> |
14 |
| - <script type="text/javascript" src="bootstrap/js/bootstrap-dropdown.js"></script> |
| 11 | + <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> |
| 12 | + <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" media="all"> |
| 13 | + <link rel="stylesheet" type="text/css" href="bootstrap/css/themes/darkly-theme.css" media="all"> |
| 14 | + <script type="text/javascript" src="bootstrap/js/bootstrap-dropdown.js"></script> |
15 | 15 |
|
16 |
| - <style> |
17 |
| - html, body{ |
18 |
| - height: 100%; |
19 |
| - } |
20 |
| - iframe{ |
21 |
| - width: 100%; |
22 |
| - height: 83%; |
23 |
| - border: none |
24 |
| - } |
25 |
| - </style> |
26 |
| - </head> |
| 16 | + <style> |
| 17 | + html, body{ |
| 18 | + height: 100%; |
| 19 | + } |
| 20 | + iframe{ |
| 21 | + width: 100%; |
| 22 | + height: 83%; |
| 23 | + border: none |
| 24 | + } |
| 25 | + </style> |
| 26 | + </head> |
27 | 27 |
|
28 |
| - <body> |
29 |
| - <div class="navbar navbar-inverse"> |
| 28 | + <body> |
| 29 | + <div class="navbar navbar-inverse"> |
30 | 30 |
|
31 |
| - <div class="navbar-header"> |
32 |
| - <a class="navbar-brand" href="main.html" target="iframe_a">PEB</a> |
33 |
| - </div> |
| 31 | + <div class="navbar-header"> |
| 32 | + <a class="navbar-brand" href="main.html" target="iframe_a">PEB</a> |
| 33 | + </div> |
34 | 34 |
|
35 |
| - <ul class="nav navbar-nav"> |
36 |
| - <li> |
37 |
| - <a id="perl-debugger" role="button" data-toggle="dropdown" data-target="#" href="index.html"> |
38 |
| - Perl Debugger GUI<span class="caret"></span> |
39 |
| - </a> |
40 |
| - <ul class="dropdown-menu" role="menu" aria-labelledby="requests"> |
41 |
| - <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=M" target="iframe_a">List All Modules</a></li> |
42 |
| - <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=S" target="iframe_a">List All Subroutine Names</a></li> |
43 |
| - <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=V" target="iframe_a">List All Variables</a></li> |
44 |
| - <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=s" target="iframe_a">Step-by-Step Debugging</a></li> |
45 |
| - </ul> |
46 |
| - </li> |
| 35 | + <ul class="nav navbar-nav"> |
| 36 | + <li> |
| 37 | + <a id="perl-debugger" role="button" data-toggle="dropdown" data-target="#" href="index.html"> |
| 38 | + Perl Debugger GUI<span class="caret"></span> |
| 39 | + </a> |
| 40 | + <ul class="dropdown-menu" role="menu" aria-labelledby="requests"> |
| 41 | + <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=M" target="iframe_a">List All Modules</a></li> |
| 42 | + <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=S" target="iframe_a">List All Subroutine Names</a></li> |
| 43 | + <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=V" target="iframe_a">List All Variables</a></li> |
| 44 | + <li><a href="http://local-pseudodomain/perl-debugger.function?action=select-file&command=s" target="iframe_a">Step-by-Step Debugging</a></li> |
| 45 | + </ul> |
| 46 | + </li> |
47 | 47 |
|
48 |
| - <li> |
49 |
| - <a id="printing" role="button" data-toggle="dropdown" data-target="#" href="index.html"> |
50 |
| - Printing<span class="caret"></span> |
51 |
| - </a> |
52 |
| - <ul class="dropdown-menu" role="menu" aria-labelledby="requests"> |
53 |
| - <li><a href="http://local-pseudodomain/print.function?action=preview" target="iframe_a">Print Preview</a></li> |
54 |
| - <li><a href="http://local-pseudodomain/print.function?action=print" target="iframe_a">Print</a></li> |
55 |
| - </ul> |
56 |
| - </li> |
| 48 | + <li> |
| 49 | + <a id="printing" role="button" data-toggle="dropdown" data-target="#" href="index.html"> |
| 50 | + Printing<span class="caret"></span> |
| 51 | + </a> |
| 52 | + <ul class="dropdown-menu" role="menu" aria-labelledby="requests"> |
| 53 | + <li><a href="http://local-pseudodomain/print.function?action=preview" target="iframe_a">Print Preview</a></li> |
| 54 | + <li><a href="http://local-pseudodomain/print.function?action=print" target="iframe_a">Print</a></li> |
| 55 | + </ul> |
| 56 | + </li> |
57 | 57 |
|
58 |
| - <li> |
59 |
| - <a href="javascript:location.reload();" >Reload</a> |
60 |
| - </li> |
| 58 | + <li> |
| 59 | + <a href="javascript:location.reload();" >Reload</a> |
| 60 | + </li> |
61 | 61 |
|
62 |
| - <li> |
63 |
| - <a id="about" role="button" data-toggle="dropdown" data-target="#" href="index.html"> |
64 |
| - About<span class="caret"></span> |
65 |
| - </a> |
66 |
| - <ul class="dropdown-menu" role="menu" aria-labelledby="requests"> |
67 |
| - <li><a href="http://local-pseudodomain/about.function?type=browser" target="iframe_a">About PEB</a></li> |
68 |
| - <li><a href="http://local-pseudodomain/about.function?type=qt" target="iframe_a">About Qt</a></li> |
69 |
| - </ul> |
70 |
| - </li> |
| 62 | + <li> |
| 63 | + <a id="about" role="button" data-toggle="dropdown" data-target="#" href="index.html"> |
| 64 | + About<span class="caret"></span> |
| 65 | + </a> |
| 66 | + <ul class="dropdown-menu" role="menu" aria-labelledby="requests"> |
| 67 | + <li><a href="http://local-pseudodomain/about.function?type=browser" target="iframe_a">About PEB</a></li> |
| 68 | + <li><a href="http://local-pseudodomain/about.function?type=qt" target="iframe_a">About Qt</a></li> |
| 69 | + </ul> |
| 70 | + </li> |
71 | 71 |
|
72 |
| - <li> |
73 |
| - <a href="http://local-pseudodomain/close-window.function">Close window</a> |
74 |
| - </li> |
75 |
| - </ul> |
76 |
| - </div> |
| 72 | + <li> |
| 73 | + <a href="http://local-pseudodomain/close-window.function">Close window</a> |
| 74 | + </li> |
| 75 | + </ul> |
| 76 | + </div> |
77 | 77 |
|
78 |
| - <iframe src="main.html" name="iframe_a"></iframe> |
| 78 | + <iframe src="main.html" name="iframe_a"></iframe> |
79 | 79 |
|
80 |
| - <footer> |
81 |
| - Perl Executing Browser is an HTML GUI for Perl 5 desktop applications |
82 |
| - </footer> |
83 |
| - </body> |
| 80 | + <footer> |
| 81 | + Perl Executing Browser is an HTML GUI for Perl 5 desktop applications |
| 82 | + </footer> |
| 83 | + </body> |
84 | 84 |
|
85 | 85 | </html>
|
0 commit comments