rwdruby 1.05 → 1.06

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. data/Readme.txt +20 -7
  2. data/code/superant.com.rwdshell/0uninstallapplet.rb +1 -1
  3. data/code/superant.com.rwdshell/helptexthashshell.rb +13 -1
  4. data/code/superant.com.rwdshell/openhelpwindowshell.rb +3 -1
  5. data/code/superant.com.rwdshell/rubyeval.rb +15 -20
  6. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +8 -2
  7. data/configuration/rwdtinker.dist +2 -2
  8. data/configuration/{rwdwruby-1.05.dist → rwdwruby-1.06.dist} +2 -2
  9. data/gui/00coreguibegin/applicationguitop.rwd +1 -1
  10. data/gui/tinkerbackwindows/superant.com.ashellscripts/1rwdrubyeval.rwd +2 -1
  11. data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/44listplayscripts.rwd +0 -0
  12. data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/45listscripts.rwd +0 -0
  13. data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/46editscriptrecord.rwd +0 -0
  14. data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listplayscripts.rwd +0 -0
  15. data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listscripts.rwd +0 -0
  16. data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/3editscripts.rwd +0 -0
  17. data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/4scriptutilities.rwd +0 -0
  18. data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/6rwdshelleval.rwd +0 -0
  19. data/installed/{rwdwruby-1.05.inf → rwdwruby-1.06.inf} +2 -3
  20. data/lib/rwd/rwd.rb +21 -558
  21. data/lib/rwdthemes/default.rwd +317 -0
  22. data/lib/rwdthemes/pda.rwd +72 -0
  23. data/lib/rwdthemes/windowslike.rwd +171 -0
  24. data/rwd_files/HowTo_Ruby.txt +4 -0
  25. data/rwd_files/HowTo_Tinker.txt +4 -0
  26. data/scripts/date.sh +2 -0
  27. data/scripts/echo2.sh +2 -0
  28. data/scripts/lister.sh +2 -0
  29. data/scripts/test02.rb +2 -0
  30. data/scripts/uname.sh +2 -0
  31. data/tests/makedist-rwdwruby.rb +1 -1
  32. data/tests/makedist.rb +1 -1
  33. data/zips/rwdwfoldeditor-0.03.zip +0 -0
  34. data/zips/rwdwruby-1.06.zip +0 -0
  35. data/zips/wrubyslippers-1.06.zip +0 -0
  36. metadata +22 -15
  37. data/zips/rwdwfoldeditor-0.02.zip +0 -0
  38. data/zips/rwdwruby-1.05.zip +0 -0
  39. data/zips/rwdwschedule-1.04.zip +0 -0
@@ -0,0 +1,317 @@
1
+ $stderr.puts "in default theme load"
2
+
3
+ $rwd_html["DEFAULT"] = "
4
+ <!-- Generated by RubyWebDialog. -->
5
+ <!-- For more information, please contact Erik Veenstra <rwd@erikveen.dds.nl>. -->
6
+ <html>
7
+ <head>
8
+ <title>%TITLE%</title>
9
+
10
+ <meta http-equiv='Content-Type' content='text/html; charset=%CHARSET%'>
11
+ <meta http-equiv='Content-Style-Type' content='text/html ; charset=UTF-8'>
12
+ <meta http-equiv='Refresh' content='%REFRESH%, javascript:document.bodyform.submit();'>
13
+
14
+ <link rel='shortcut icon' href='%LOGO%'>
15
+
16
+ <style type='text/css'>
17
+ <!--
18
+
19
+ body {
20
+ background : url(%WATERMARK%) white center center no-repeat fixed;
21
+ }
22
+
23
+ a {
24
+ text-decoration : none;
25
+ }
26
+
27
+ a:hover {
28
+ background : #AAAAAA;
29
+ }
30
+
31
+ td.panel1 {
32
+ border-color : #888888 #EEEEEE #EEEEEE #888888;
33
+ border-width : 1pt;
34
+ border-style : solid solid solid solid;
35
+ }
36
+
37
+ td.panel2 {
38
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
39
+ border-width : 1pt;
40
+ border-style : solid solid solid solid;
41
+ }
42
+
43
+ td.panel1high {
44
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
45
+ border-width : 1pt;
46
+ border-style : solid solid solid solid;
47
+ }
48
+
49
+ td.panel2high {
50
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
51
+ border-width : 1pt;
52
+ border-style : none none none none;
53
+ }
54
+
55
+ td.panel1low {
56
+ border-color : #888888 #EEEEEE #EEEEEE #888888;
57
+ border-width : 1pt;
58
+ border-style : solid solid solid solid;
59
+ }
60
+
61
+ td.panel2low {
62
+ border-color : #888888 #EEEEEE #EEEEEE #888888;
63
+ border-width : 1pt;
64
+ border-style : none none none none;
65
+ }
66
+
67
+ td.tabblad {
68
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
69
+ border-width : 1pt;
70
+ border-style : none solid solid solid;
71
+ }
72
+
73
+ td.passivetab {
74
+ background-color : #BBBBBB;
75
+ border-color : #DDDDDD #DDDDDD #EEEEEE #DDDDDD;
76
+ border-width : 1pt;
77
+ border-style : solid solid solid solid;
78
+ }
79
+
80
+ td.activetab {
81
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
82
+ border-width : 1pt;
83
+ border-style : solid solid none solid;
84
+ }
85
+
86
+ td.notab {
87
+ border-color : #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
88
+ border-width : 1pt;
89
+ border-style : none none solid none;
90
+ }
91
+
92
+ //-->
93
+ </style>
94
+
95
+ <script type='text/javascript'>
96
+ <!--
97
+ function BodyGo() {
98
+ $RWD_FOCUS$
99
+ }
100
+ //-->
101
+ </script>
102
+ </head>
103
+
104
+ <body bgcolor='white' onload='BodyGo()' link='#000000' vlink='#000000' alink='#000000'>
105
+ <form name='bodyform' action='/' method='post'>
106
+ <table align='center' border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>
107
+ <tr align='center' valign='middle'>
108
+ <td align='center'>
109
+
110
+ <table align='center' border='0' cellspacing='0' cellpadding='0'>
111
+
112
+ <tr align='center'>
113
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
114
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
115
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
116
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
117
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
118
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
119
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
120
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
121
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
122
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
123
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
124
+ </tr>
125
+
126
+ <tr align='center'>
127
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
128
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
129
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
130
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
131
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
132
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
133
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
134
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
135
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
136
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
137
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
138
+ </tr>
139
+
140
+ <tr align='center'>
141
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
142
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
143
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
144
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
145
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
146
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
147
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
148
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
149
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
150
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
151
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
152
+ </tr>
153
+
154
+ <tr align='center'>
155
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
156
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
157
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
158
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
159
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
160
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
161
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
162
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
163
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
164
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
165
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
166
+ </tr>
167
+
168
+ <tr align='center'>
169
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
170
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
171
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
172
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
173
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
174
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
175
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
176
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
177
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
178
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
179
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
180
+ </tr>
181
+
182
+ <tr align='center'>
183
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
184
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
185
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
186
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
187
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
188
+
189
+ <td align='center'>
190
+
191
+ <table align='center' border='0' cellspacing='0' cellpadding='0' %WIDTH1%>
192
+ <tr align='center'>
193
+ <td align='center' bgcolor='#444488'>
194
+
195
+ <table align='left' border='0' cellspacing='1' cellpadding='0'>
196
+ <tr align='center'>
197
+ <td align='border'><img src='%LOGO%' width='14' height='14'></td>
198
+ <td align='center'><b><small><font color='#FFFFFF'>&nbsp;%TITLE%&nbsp;</font></small></b></td>
199
+ </tr>
200
+ </table>
201
+
202
+ <table align='right' border='0' cellspacing='1' cellpadding='0'>
203
+ <tr align='center'>
204
+ <!-- %HELPBUTTON% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_help\";document.bodyform.submit();'>&nbsp;?&nbsp;</a></small></b></td>
205
+ <!-- %BACKBUTTONS% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_main\";document.bodyform.submit();'>&nbsp;&lt;&lt;&nbsp;</a></small></b></td>
206
+ <!-- %BACKBUTTONS% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_back\";document.bodyform.submit();'>&nbsp;&lt;&nbsp;</a></small></b></td>
207
+ <!-- %CLOSEBUTTON% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_quit\";document.bodyform.submit();'>&nbsp;X&nbsp;</a></small></b></td>
208
+ </tr>
209
+ </table>
210
+
211
+ </td>
212
+ </tr>
213
+
214
+ <tr align='center'>
215
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='%WIDTH2%'></td>
216
+ </tr>
217
+
218
+ <tr align='center'>
219
+ <td align='center' bgcolor='#CCCCCC'>
220
+ <table align='center' border='0' cellspacing='3' cellpadding='0'>
221
+ %BODY%
222
+ </table>
223
+
224
+ <input name='rwd_action' value='$RWD_FIRSTACTION$' type='hidden'>
225
+ <input name='rwd_session' value='$RWD_SESSION$' type='hidden'>
226
+ </td>
227
+ </tr>
228
+ </table>
229
+
230
+ </td>
231
+
232
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
233
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
234
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
235
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
236
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
237
+ </tr>
238
+
239
+ <tr align='center'>
240
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
241
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
242
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
243
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
244
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
245
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
246
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
247
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
248
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
249
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
250
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
251
+ </tr>
252
+
253
+ <tr align='center'>
254
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
255
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
256
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
257
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
258
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
259
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
260
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
261
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
262
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
263
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
264
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
265
+ </tr>
266
+
267
+ <tr align='center'>
268
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
269
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
270
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
271
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
272
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
273
+ <td align='center' bgcolor='#EEEEEE'><img src='rwd_pixel.gif' height='1' width='1'></td>
274
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
275
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
276
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
277
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
278
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
279
+ </tr>
280
+
281
+ <tr align='center'>
282
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
283
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
284
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
285
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
286
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
287
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
288
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='1'></td>
289
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
290
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
291
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
292
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
293
+ </tr>
294
+
295
+ <tr align='center'>
296
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
297
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
298
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
299
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
300
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
301
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
302
+ <td align='center' bgcolor='black'><img src='rwd_pixel.gif' height='1' width='1'></td>
303
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
304
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
305
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
306
+ <td align='center' ><img src='rwd_pixel.gif' height='1' width='1'></td>
307
+ </tr>
308
+
309
+ </table>
310
+
311
+ </td>
312
+ </tr>
313
+ </table>
314
+ </form>
315
+ </body>
316
+ </html>
317
+ "
@@ -0,0 +1,72 @@
1
+
2
+
3
+ $rwd_html["PDA"] = "
4
+ <!-- Generated by RubyWebDialog. -->
5
+ <!-- For more information, please contact Erik Veenstra <rwd@erikveen.dds.nl>. -->
6
+ <html>
7
+ <head>
8
+ <title>%TITLE%</title>
9
+
10
+ <meta http-equiv='Content-Type' content='text/html; charset=%CHARSET%'>
11
+ <meta http-equiv='Refresh' content='%REFRESH%, javascript:document.bodyform.submit();'>
12
+
13
+ <link rel='shortcut icon' href='%LOGO%'>
14
+
15
+ <script type='text/javascript'>
16
+ <!--
17
+ function BodyGo() {
18
+ $RWD_FOCUS$
19
+ }
20
+ //-->
21
+ </script>
22
+ </head>
23
+
24
+ <body bgcolor='white' onload='BodyGo()' link='#000000' vlink='#000000' alink='#000000'>
25
+ <form name='bodyform' action='/' method='post'>
26
+ <table align='center' border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>
27
+
28
+ <tr align='center'>
29
+ <td align='center' bgcolor='#444488'>
30
+
31
+ <table align='left' border='0' cellspacing='1' cellpadding='0'>
32
+ <tr align='center'>
33
+ <td align='border'><img src='%LOGO%' width='14' height='14'></td>
34
+ <td align='center'><b><small><font color='#FFFFFF'>&nbsp;%TITLE%&nbsp;</font></small></b></td>
35
+ </tr>
36
+ </table>
37
+
38
+ <table align='right' border='0' cellspacing='1' cellpadding='0'>
39
+ <tr align='center'>
40
+ <!-- %HELPBUTTON% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_help\";document.bodyform.submit();'>&nbsp;?&nbsp;</a></small></b></td>
41
+ <!-- %BACKBUTTONS% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_main\";document.bodyform.submit();'>&nbsp;&lt;&lt;&nbsp;</a></small></b></td>
42
+ <!-- %BACKBUTTONS% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_back\";document.bodyform.submit();'>&nbsp;&lt;&nbsp;</a></small></b></td>
43
+ <!-- %CLOSEBUTTON% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_quit\";document.bodyform.submit();'>&nbsp;X&nbsp;</a></small></b></td>
44
+ </tr>
45
+ </table>
46
+
47
+ </td>
48
+ </tr>
49
+
50
+ <!--
51
+ <tr align='center'>
52
+ <td align='center' bgcolor='#FFFFFF'>&nbsp;</td>
53
+ </tr>
54
+ -->
55
+
56
+ <tr align='center'>
57
+ <td align='center' bgcolor='#FFFFFF'>
58
+
59
+ <table align='center' border='0' cellspacing='0' cellpadding='0'>
60
+ %BODY%
61
+ </table>
62
+
63
+ <input name='rwd_action' value='$RWD_FIRSTACTION$' type='hidden'>
64
+ <input name='rwd_session' value='$RWD_SESSION$' type='hidden'>
65
+ </td>
66
+ </tr>
67
+
68
+ </table>
69
+ </form>
70
+ </body>
71
+ </html>
72
+ "
@@ -0,0 +1,171 @@
1
+
2
+
3
+ $rwd_html["WINDOWSLOOKALIKE"] = "
4
+ <!-- Generated by RubyWebDialog. -->
5
+ <!-- For more information, please contact Erik Veenstra <rwd@erikveen.dds.nl>. -->
6
+ <html>
7
+ <head>
8
+ <title>%TITLE%</title>
9
+
10
+ <meta http-equiv='Content-Type' content='text/html; charset=%CHARSET%'>
11
+ <meta http-equiv='Content-Style-Type' content='text/css; charset=UTF-8' >
12
+ <meta http-equiv='Refresh' content='%REFRESH%, javascript:document.bodyform.submit();'>
13
+
14
+ <link rel='shortcut icon' href='%LOGO%'>
15
+
16
+ <style type='text/css'>
17
+ <!--
18
+
19
+ body {
20
+ background : url(%WATERMARK%) white center center no-repeat fixed;
21
+ }
22
+
23
+ a {
24
+ text-decoration : none;
25
+ }
26
+
27
+ a:hover {
28
+ background : #AAAAAA;
29
+ }
30
+
31
+ td.window {
32
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
33
+ border-width : 3pt;
34
+ border-style : solid solid solid solid;
35
+ }
36
+
37
+ td.panel1 {
38
+ border-color : #888888 #EEEEEE #EEEEEE #888888;
39
+ border-width : 1pt;
40
+ border-style : solid solid solid solid;
41
+ }
42
+
43
+ td.panel2 {
44
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
45
+ border-width : 1pt;
46
+ border-style : solid solid solid solid;
47
+ }
48
+
49
+ td.panel1high {
50
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
51
+ border-width : 1pt;
52
+ border-style : solid solid solid solid;
53
+ }
54
+
55
+ td.panel2high {
56
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
57
+ border-width : 1pt;
58
+ border-style : none none none none;
59
+ }
60
+
61
+ td.panel1low {
62
+ border-color : #888888 #EEEEEE #EEEEEE #888888;
63
+ border-width : 1pt;
64
+ border-style : solid solid solid solid;
65
+ }
66
+
67
+ td.panel2low {
68
+ border-color : #888888 #EEEEEE #EEEEEE #888888;
69
+ border-width : 1pt;
70
+ border-style : none none none none;
71
+ }
72
+
73
+ td.tabblad {
74
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
75
+ border-width : 1pt;
76
+ border-style : none solid solid solid;
77
+ }
78
+
79
+ td.passivetab {
80
+ background-color : #BBBBBB;
81
+ border-color : #DDDDDD #DDDDDD #EEEEEE #DDDDDD;
82
+ border-width : 1pt;
83
+ border-style : solid solid solid solid;
84
+ }
85
+
86
+ td.activetab {
87
+ border-color : #EEEEEE #888888 #888888 #EEEEEE;
88
+ border-width : 1pt;
89
+ border-style : solid solid none solid;
90
+ }
91
+
92
+ td.notab {
93
+ border-color : #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
94
+ border-width : 1pt;
95
+ border-style : none none solid none;
96
+ }
97
+
98
+ //-->
99
+ </style>
100
+
101
+ <script type='text/javascript'>
102
+ <!--
103
+ function BodyGo() {
104
+ $RWD_FOCUS$
105
+ }
106
+ //-->
107
+ </script>
108
+ </head>
109
+
110
+ <body bgcolor='white' onload='BodyGo()' link='#000000' vlink='#000000' alink='#000000'>
111
+ <form name='bodyform' action='/' method='post'>
112
+ <table align='center' border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>
113
+ <tr align='center' valign='middle'>
114
+ <td align='center'>
115
+
116
+ <table align='center' border='0' cellspacing='0' cellpadding='0'>
117
+
118
+ <tr align='center'>
119
+ <td align='center' class='window'>
120
+
121
+ <table align='center' border='0' cellspacing='0' cellpadding='0' %WIDTH1%>
122
+ <tr align='center'>
123
+ <td align='center' bgcolor='#444488'>
124
+
125
+ <table align='left' border='0' cellspacing='1' cellpadding='0'>
126
+ <tr align='center'>
127
+ <td align='border'><img src='%LOGO%' width='14' height='14'></td>
128
+ <td align='center'><b><small><font color='#FFFFFF'>&nbsp;%TITLE%&nbsp;</font></small></b></td>
129
+ </tr>
130
+ </table>
131
+
132
+ <table align='right' border='0' cellspacing='1' cellpadding='0'>
133
+ <tr align='center'>
134
+ <!-- %HELPBUTTON% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_help\";document.bodyform.submit();'>&nbsp;?&nbsp;</a></small></b></td>
135
+ <!-- %BACKBUTTONS% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_main\";document.bodyform.submit();'>&nbsp;&lt;&lt;&nbsp;</a></small></b></td>
136
+ <!-- %BACKBUTTONS% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_back\";document.bodyform.submit();'>&nbsp;&lt;&nbsp;</a></small></b></td>
137
+ <!-- %CLOSEBUTTON% --><td align='center' bgcolor='#EEEEEE'><b><small><a href='javascript:document.bodyform.rwd_action.value=\"rwd_quit\";document.bodyform.submit();'>&nbsp;X&nbsp;</a></small></b></td>
138
+ </tr>
139
+ </table>
140
+
141
+ </td>
142
+ </tr>
143
+
144
+ <tr align='center'>
145
+ <td align='center' bgcolor='white'><img src='rwd_pixel.gif' height='1' width='%WIDTH2%'></td>
146
+ </tr>
147
+
148
+ <tr align='center'>
149
+ <td align='center' bgcolor='#CCCCCC'>
150
+ <table align='center' border='0' cellspacing='3' cellpadding='0'>
151
+ %BODY%
152
+ </table>
153
+
154
+ <input name='rwd_action' value='$RWD_FIRSTACTION$' type='hidden'>
155
+ <input name='rwd_session' value='$RWD_SESSION$' type='hidden'>
156
+ </td>
157
+ </tr>
158
+ </table>
159
+
160
+ </td>
161
+ </tr>
162
+
163
+ </table>
164
+
165
+ </td>
166
+ </tr>
167
+ </table>
168
+ </form>
169
+ </body>
170
+ </html>
171
+ "