|
1 |
| -<!DOCTYPE html> |
2 |
| -<html> |
3 |
| - <head> |
4 |
| - <title>Selenium Page Object Generator</title> |
5 |
| - <link rel="stylesheet" href="assets/css/popup.css"/> |
6 |
| - </head> |
7 |
| - <body> |
8 |
| - <header> |
9 |
| - <img src="assets/icons/icon48.png"/> |
10 |
| - <span>Page Object Generator</span> |
11 |
| - </header> |
12 |
| - <div class="preloader separator"></div> |
13 |
| - <fieldset> |
14 |
| - <legend>Target</legend> |
15 |
| - <select id="target"></select> |
16 |
| - <button class="generate"><span class="fa fa-download"></span>Generate</button> |
17 |
| - <a class="downloader"></a> |
18 |
| - </fieldset> |
19 |
| - <fieldset> |
20 |
| - <legend>Settings</legend> |
21 |
| - <ul> |
22 |
| - <li> |
23 |
| - <label for="model.name">Page Name:</label> |
24 |
| - <input type="text" id="model.name" value="" placeholder="PageName (no spaces)" /> |
25 |
| - </li> |
26 |
| - <li> |
27 |
| - <label for="model.target">Destination Page Name:</label> |
28 |
| - <input type="text" id="model.target" value="" placeholder="DestinationName (optional)"/> |
29 |
| - </li> |
30 |
| - </ul> |
31 |
| - <button class="options"><span class="fa fa-bars"></span>Options</button> |
32 |
| - </fieldset> |
33 |
| - <fieldset class="share last"> |
34 |
| - <legend>Share</legend> |
35 |
| - <a class="fa fa-envelope" title="Share this extension via email"></a> |
36 |
| - <a class="fa fa-twitter" title="Share this extension on Twitter"></a> |
37 |
| - <a class="fa fa-facebook" title="Share this extension on Facebook"></a> |
38 |
| - <a class="fa fa-google-plus" title="Share this extension on Google Plus"></a> |
39 |
| - <!--<a class="fa fa-pinterest"></a>--> |
40 |
| - <a class="fa fa-linkedin" title="Share this extension on LinkedIn"></a> |
41 |
| - <a class="fa fa-star" title="Rate this extension on Chrome Web Store"></a> |
42 |
| - </fieldset> |
43 |
| - <script src="assets/js/popup.js"></script> |
44 |
| - </body> |
45 |
| -</html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <title>Selenium Page Object Generator</title> |
| 5 | + <link rel="stylesheet" href="assets/css/popup.css"/> |
| 6 | + </head> |
| 7 | + <body> |
| 8 | + <header> |
| 9 | + <img src="assets/icons/icon48.png"/> |
| 10 | + <span>Page Object Generator</span> |
| 11 | + <span class="version"></span> |
| 12 | + </header> |
| 13 | + <div class="preloader separator"></div> |
| 14 | + <fieldset> |
| 15 | + <legend>Target</legend> |
| 16 | + <select id="target"></select> |
| 17 | + <button class="generate"><span class="fa fa-download"></span>Generate</button> |
| 18 | + <a class="downloader"></a> |
| 19 | + </fieldset> |
| 20 | + <fieldset> |
| 21 | + <legend>Settings</legend> |
| 22 | + <ul> |
| 23 | + <li> |
| 24 | + <label for="model.name">Page Name:</label> |
| 25 | + <input type="text" id="model.name" value="" placeholder="PageName (no spaces)" /> |
| 26 | + </li> |
| 27 | + <li> |
| 28 | + <label for="model.target">Destination Page Name:</label> |
| 29 | + <input type="text" id="model.target" value="" placeholder="DestinationName (optional)"/> |
| 30 | + </li> |
| 31 | + </ul> |
| 32 | + <button class="options"><span class="fa fa-bars"></span>Options</button> |
| 33 | + </fieldset> |
| 34 | + <fieldset class="share last"> |
| 35 | + <legend>Share</legend> |
| 36 | + <a class="fa fa-envelope" title="Share this extension via email"></a> |
| 37 | + <a class="fa fa-twitter" title="Share this extension on Twitter"></a> |
| 38 | + <a class="fa fa-facebook" title="Share this extension on Facebook"></a> |
| 39 | + <a class="fa fa-google-plus" title="Share this extension on Google Plus"></a> |
| 40 | + <!--<a class="fa fa-pinterest"></a>--> |
| 41 | + <a class="fa fa-linkedin" title="Share this extension on LinkedIn"></a> |
| 42 | + <a class="fa fa-star" title="Rate this extension on Chrome Web Store"></a> |
| 43 | + </fieldset> |
| 44 | + <script src="assets/js/popup.js"></script> |
| 45 | + </body> |
| 46 | +</html> |
0 commit comments