rwdhypernote 0.13 → 0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/Readme.txt +20 -7
- data/code/01rwdcore/01rwdcore.rb +2 -2
- data/code/01rwdcore/02helptexthashbegin.rb +10 -0
- data/code/01rwdcore/03helptexthash.rb +18 -20
- data/code/01rwdcore/runopentinkerdocument.rb +1 -1
- data/code/superant.com.hypernote/0uninstallapplet.rb +1 -1
- data/code/superant.com.hypernote/listdirectories2.rb +32 -0
- data/code/superant.com.hypernote/listdirectories3.rb +3 -4
- data/code/superant.com.hypernote/listhypernotes.rb +0 -16
- data/code/superant.com.hypernote/listnotedirhttp4.rb +9 -8
- data/code/superant.com.hypernote/listnotedirshtml.rb +0 -16
- data/code/superant.com.hypernote/listnotedirshtml2.rb +10 -25
- data/code/superant.com.hypernote/listnotedirshtml3.rb +0 -16
- data/code/superant.com.hypernote/loadconfigurationrecord.rb +1 -1
- data/code/superant.com.hypernote/loadconfigurationvariables.rb +1 -1
- data/code/superant.com.hypernote/saveconfigurationrecord.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +89 -158
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +10 -8
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +8 -2
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +6 -6
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
- data/configuration/rwdtinker.dist +5 -8
- data/configuration/{rwdwhypernote-0.13.dist → rwdwhypernote.dist} +9 -9
- data/configuration/tinkerwin2variables.dist +13 -7
- data/gui/00coreguibegin/applicationguitop.rwd +1 -1
- data/gui/frontwindow0/{viewlogo/cc0openphoto.rwd → cc0openphoto.rwd} +0 -0
- data/gui/{frontwindowselectionbegin/selectiontabbegin → frontwindowselections}/00selectiontabbegin.rwd +0 -0
- data/gui/frontwindowselections/{superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd → jumplinkcommands.rwd} +1 -1
- data/gui/{frontwindowselectionzend/viewselectionzend → frontwindowselections}/wwselectionend.rwd +0 -0
- data/gui/{frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd → frontwindowtdocuments/00documentbegin.rwd} +0 -0
- data/gui/frontwindowtdocuments/{superant.com.documents/tinkerdocuments.rwd → tinkerdocuments.rwd} +0 -0
- data/gui/{helpaboutbegin/superant.com.helpaboutbegin → frontwindowtdocuments}/zzdocumentend.rwd +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzrwdlasttab.rwd → zzzrwdlasttab.rwd} +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd → zzzzhelpscreenstart.rwd} +0 -0
- data/gui/{helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd → helpaboutbegin/zzzzzzhelpabouttab.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/helpscreenend.rwd → helpscreenend.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zhelpscreenstart2.rwd → zhelpscreenstart2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpabout2.rwd → zzzzhelpabout2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpscreen2end.rwd → zzzzhelpscreen2end.rwd} +0 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/10htmlnote.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.hypernote/15htmlview.rwd +5 -10
- data/gui/tinkerbackwindows/superant.com.hypernote/21editnote.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.hypernote/25html2note.rwd +7 -3
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +1 -1
- data/gui/zzcoreguiend/{tinkerapplicationguiend/yy9rwdend.rwd → yy9rwdend.rwd} +0 -0
- data/init.rb +61 -165
- data/installed/hypernotedata2.inf +1 -11
- data/installed/{rwdwhypernote-0.13.inf → rwdwhypernote.inf} +2 -2
- data/lang/en/rwdcore/en.po +166 -0
- data/lang/es/rwdcore/es.po +172 -0
- data/lang/fr/rwdcore/fr.po +166 -0
- data/lang/hi/rwdcore/hi.po +170 -0
- data/lang/ja/rwdcore/ja.po +168 -0
- data/lang/nl/rwdcore/nl.po +166 -0
- data/{extras → lib}/rconftool.rb +13 -6
- data/{ev → lib/rwd}/browser.rb +2 -2
- data/{ev → lib/rwd}/ftools.rb +0 -0
- data/{ev → lib/rwd}/mime.rb +0 -0
- data/{ev → lib/rwd}/net.rb +18 -7
- data/{ev → lib/rwd}/ruby.rb +1 -1
- data/{ev → lib/rwd}/rwd.rb +112 -632
- data/{ev → lib/rwd}/sgml.rb +1 -1
- data/{ev → lib/rwd}/thread.rb +1 -1
- data/{ev → lib/rwd}/tree.rb +2 -2
- data/{ev → lib/rwd}/xml.rb +1 -1
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- data/lib/rwdtinker/rwdcodedir.rb +56 -0
- data/lib/rwdtinker/rwdguidir.rb +57 -0
- data/lib/rwdtinker/rwdlangdir.rb +60 -0
- data/lib/rwdtinker/rwdtinkertools.rb +25 -0
- data/{extras → lib}/zip/ioextras.rb +0 -0
- data/{extras → lib}/zip/stdrubyext.rb +0 -0
- data/{extras → lib}/zip/tempfile_bugfixed.rb +0 -0
- data/{extras → lib}/zip/zip.rb +2 -2
- data/{extras → lib}/zip/zipfilesystem.rb +0 -0
- data/{extras → lib}/zip/ziprequire.rb +0 -0
- data/rwd_files/HowTo_HyperNote.txt +23 -0
- data/rwd_files/HowTo_Tinker.txt +49 -7
- data/{Notes → rwd_files/Notes}/changes.lnk +0 -0
- data/{Notes → rwd_files/Notes}/changes.txt +0 -0
- data/rwd_files/Notes/hypernote/hypernote02.html +169 -0
- data/rwd_files/Notes/hypernote/hypernote02.txt +28 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/RwdtinkerProgrammingQuickStart.htm +0 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +0 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/newnote.txt +0 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/rwdtinker.html +0 -0
- data/rwd_files/Tinkerhelptexthash.txt +81 -0
- data/rwd_files/log/rwdtinker.log +630 -0
- data/rwdconfig.dist +14 -13
- data/tests/makedist-rwdwhypernote.rb +2 -2
- data/tests/makedist.rb +12 -7
- data/zips/rwdwcalc-0.63.zip +0 -0
- data/zips/rwdwfoldeditor-0.05.zip +0 -0
- data/zips/rwdwhypernote-0.15.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/rwdwruby-1.08.zip +0 -0
- data/zips/tinkerbellw-0.03.zip +0 -0
- data/zips/wrubyslippers-1.08.zip +0 -0
- metadata +71 -66
- data/Notes/hypernote/hypernote01.html +0 -1
- data/Notes/hypernote/hypernote02.txt +0 -1
- data/code/01rwdcore/04helptextend.rb +0 -6
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +0 -27
- data/configuration/language.dist +0 -8
- data/configuration/rwdapplicationidentity.dist +0 -3
- data/lang/en/rwdcore/languagefile.rb +0 -58
- data/lang/es/rwdcore/languagefile-es.rb +0 -62
- data/lang/fr/rwdcore/languagefile.rb +0 -64
- data/lang/jp/rwdcore/languagefile.rb +0 -72
- data/lang/nl/rwdcore/languagefile.rb +0 -75
- data/lib/temp.rb +0 -1
- data/zips/rwdwcalc-0.61.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwhypernote-0.13.zip +0 -0
- data/zips/rwdwshell-1.04.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
data/{ev → lib/rwd}/sgml.rb
RENAMED
data/{ev → lib/rwd}/thread.rb
RENAMED
data/{ev → lib/rwd}/tree.rb
RENAMED
data/{ev → lib/rwd}/xml.rb
RENAMED
@@ -0,0 +1,317 @@
|
|
1
|
+
$rwdtinkerlog.info "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'> %TITLE% </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();'> ? </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();'> << </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();'> < </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();'> X </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'> %TITLE% </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();'> ? </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();'> << </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();'> < </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();'> X </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'> </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'> %TITLE% </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();'> ? </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();'> << </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();'> < </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();'> X </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
|
+
"
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# part of rwdtinker smalllinux@gmail.com
|
2
|
+
# copyleft gpl 2008 Steven Gibson
|
3
|
+
|
4
|
+
require 'lib/rwdtinker/rwdtinkertools'
|
5
|
+
|
6
|
+
tmpmodload = '
|
7
|
+
def RwdtinkerTools.findfilesp(d)
|
8
|
+
|
9
|
+
a = Array.new(Dir[d].entries.sort)
|
10
|
+
#loop through and get the files names
|
11
|
+
a.each do |x|
|
12
|
+
#adjust the filters to the files you want to see...
|
13
|
+
if(!test(?d,x))
|
14
|
+
# only rwd files
|
15
|
+
if x =~ /rb|rwd|txt/
|
16
|
+
fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
|
17
|
+
@@tempdoc+=fileA.read #reads the file into the doc string
|
18
|
+
fileA.close
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
end
|
24
|
+
|
25
|
+
def RwdtinkerTools.findprogramfiles(codedir, specificdir = "")
|
26
|
+
@@tempdoc = ""
|
27
|
+
#get a list of the files and subdirectories on the starting directory only
|
28
|
+
a = Array.new(Dir[codedir].entries.sort)
|
29
|
+
#loop through the list, ignore the files and add all new directories found
|
30
|
+
a.each do |x|
|
31
|
+
#if a directory...
|
32
|
+
if(test(?d,x))
|
33
|
+
# add to the original list of directories
|
34
|
+
@@root = x + "/**"
|
35
|
+
#adds the new ones to the array
|
36
|
+
b = Dir[@@root].entries.sort
|
37
|
+
b.each do |x|
|
38
|
+
if(test(?d,x))
|
39
|
+
a.push(x) #appends to the end of the array...
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
a.each do |x|
|
45
|
+
#if it is a file...
|
46
|
+
if(!test(?d,x))
|
47
|
+
a.delete(x)
|
48
|
+
else #it is a directory...
|
49
|
+
findfilesp(x + "/**")
|
50
|
+
end
|
51
|
+
end
|
52
|
+
return @@tempdoc
|
53
|
+
end
|
54
|
+
'
|
55
|
+
|
56
|
+
RwdtinkerTools.module_eval(tmpmodload)
|