@@ -41,6 +41,7 @@ <h3>Virtual Host Settings</h3>
41
41
< li > Choose a Web Server Package</ li >
42
42
< li > If you have installed the Web Server in a non-default location, select the folder.</ li >
43
43
< li > If you prefer to use a different PHP Interpreter, choose the alternative interpreter executable.</ li >
44
+ < li > Save the Settings for next time …</ li >
44
45
</ ol >
45
46
</ div >
46
47
< div id ="misc ">
@@ -61,6 +62,7 @@ <h4>Choose a Web Server Root Folder</h4>
61
62
-->
62
63
< output type ="text " name ="server-root " value ="" placeholder ="Leave empty for default " title ="Full Path to Server Folder "> </ output >
63
64
< button name ="server-path "> Select Folder …</ button >
65
+ < button name ="server-path-default "> Default</ button >
64
66
</ div >
65
67
< div id ="choose-php-interpreter ">
66
68
< h4 > Choose a PHP Interpreter</ h4 >
@@ -70,6 +72,10 @@ <h4>Choose a PHP Interpreter</h4>
70
72
-->
71
73
< output name ="php-interpreter " value ="" placeholder ="Leave empty for default " title ="Full Path to PHP Interpreter "> </ output >
72
74
< button name ="php-interpreter-path "> Select Interpreter …</ button >
75
+ < button name ="php-interpreter-path-default "> Default …</ button >
76
+ </ div >
77
+ < div id ="save-settings ">
78
+ < button name ="save-settings "> Save</ button >
73
79
</ div >
74
80
</ form >
75
81
< form id ="hosts-file ">
@@ -82,7 +88,7 @@ <h3>Hosts File (etc/host)</h3>
82
88
</ ol >
83
89
</ div >
84
90
< div class ="textarea etc ">
85
- < textarea name ="content "> Open hosts file or Select Platform</ textarea >
91
+ < textarea name ="content " spellcheck =" false " > Open hosts file or Select Platform</ textarea >
86
92
</ div >
87
93
</ form >
88
94
< form id ="httpd-conf ">
@@ -103,7 +109,7 @@ <h3>Apache Configuration File (httpd.conf)</h3>
103
109
</ ol >
104
110
</ div >
105
111
< div class ="textarea etc ">
106
- < textarea name ="content "> Open httpd.conf file or Select Platform</ textarea >
112
+ < textarea name ="content " spellcheck =" false " > Open httpd.conf file or Select Platform</ textarea >
107
113
</ div >
108
114
</ form >
109
115
< form id ="virtual-hosts ">
@@ -117,7 +123,7 @@ <h3>Virtual Hosts File (httpd-vhosts.conf)</h3>
117
123
</ ol >
118
124
</ div >
119
125
< div class ="textarea etc ">
120
- < textarea name ="content "> Open vhosts.conf file or Select Platform</ textarea >
126
+ < textarea name ="content " spellcheck =" false " > Open vhosts.conf file or Select Platform</ textarea >
121
127
</ div >
122
128
</ form >
123
129
< form id ="generator ">
@@ -135,7 +141,7 @@ <h3>Hosts Generator</h3>
135
141
< p > < label for ="root "> Document Root</ label > < input type ="text " id ="root " name ="root " value ="…/…/example " placeholder ="…/…/example " title ="Full Path to Root Folder "> < button name ="path "> Select Folder …</ button > </ p >
136
142
< button name ="generate "> Generate</ button >
137
143
</ div >
138
- < div class ="textarea "> < textarea name ="content " class ="textarea "> The cat sat on the mat</ textarea > </ div >
144
+ < div class ="textarea "> < textarea name ="content " class ="textarea " spellcheck =" false " > The cat sat on the mat</ textarea > </ div >
139
145
</ form >
140
146
< form id ="php-ini ">
141
147
< div class ="help ">
@@ -154,15 +160,15 @@ <h3>PHP Configuration File (php.ini)</h3>
154
160
</ ol >
155
161
</ div >
156
162
< div class ="textarea etc ">
157
- < textarea name ="content "> Open php.ini file or Select Platform</ textarea >
163
+ < textarea name ="content " spellcheck =" false " > Open php.ini file or Select Platform</ textarea >
158
164
</ div >
159
165
</ form >
160
166
< form id ="misc-text ">
161
167
< div class ="help ">
162
168
< h3 > Miscellaeous Text File</ h3 >
163
169
</ div >
164
170
< div class ="textarea etc ">
165
- < textarea name ="content "> Open any file</ textarea >
171
+ < textarea name ="content " spellcheck =" false " > Open any file</ textarea >
166
172
</ div >
167
173
</ form >
168
174
< form id ="misc-actions ">
@@ -172,24 +178,21 @@ <h3>Miscellaeous Actions</h3>
172
178
< div class ="etc ">
173
179
< p > < button type ="button " name ="reset-mysql "> Reset MySQL</ button > </ p >
174
180
< p > < button type ="button " name ="phpmyadmin-css "> PHPMyAdmin CSS</ button > < button type ="button " name ="phpmyadmin-css-append "> Append CSS Settings</ button > </ p >
175
- < p > < button type ="button " name ="phpmyadmin-config "> PHPMyAdmin Config</ button > < button type ="button " name ="phpmyadmin-config-pappend "> Append Config Settings</ button > </ p >
181
+ < p > < button type ="button " name ="phpmyadmin-config "> PHPMyAdmin Config</ button > < button type ="button " name ="phpmyadmin-config-append "> Append Config Settings</ button > </ p >
176
182
</ div >
177
183
</ form >
178
184
< form id ="php-runner ">
179
185
< div class ="help " id ="php-help ">
180
186
< h3 > PHP Runner</ h3 >
181
187
</ div >
182
188
< div id ="php-code ">
183
- < textarea name ="code " placeholder ="Enter your PHP "> </ textarea >
189
+ < textarea name ="code " placeholder ="Enter your PHP " spellcheck =" false " > </ textarea >
184
190
< code class ="language-php " contenteditable ="true "> Content</ code >
185
- < button name ="doit "> Run</ button >
186
- </ div >
187
- <!--
188
- <div id="php-control">
189
- <label><input type="checkbox" name="html"> HTML Mode</label>
190
- <button name="doit">Run</button>
191
+ < div id ="php-control ">
192
+ < label > < input type ="checkbox " name ="php-tags "> HTML Mode</ label >
193
+ < button name ="doit "> Run</ button >
194
+ </ div >
191
195
</ div >
192
- -->
193
196
< div id ="php-result ">
194
197
195
198
</ div >
0 commit comments