rwdlanguage 0.01
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.
- data/Readme.txt +475 -0
- data/bin/rwdlanguage +19 -0
- data/code/01rwdcore/01rwdcore.rb +29 -0
- data/code/01rwdcore/02helptexthashbegin.rb +16 -0
- data/code/01rwdcore/03helptexthash.rb +21 -0
- data/code/01rwdcore/jumplinkcommand.rb +36 -0
- data/code/01rwdcore/openhelpwindow.rb +38 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +15 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/runtab.rb +15 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +11 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +15 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +7 -0
- data/code/01rwdcore/test_cases.rb +158 -0
- data/code/01rwdcore/test_harness.rb +20 -0
- data/code/01rwdcore/uploadreturns.rb +65 -0
- data/code/dd0viewphoto/dd0viewphoto.rb +5 -0
- data/code/superant.com.language/0uninstallapplet.rb +22 -0
- data/code/superant.com.language/googlelang.rb +25 -0
- data/code/superant.com.language/helptexthashload.rb +22 -0
- data/code/superant.com.language/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.language/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.language/openhelpwindow.rb +24 -0
- data/code/superant.com.language/rubySteak.rb +40 -0
- data/code/superant.com.language/runappletwindow.rb +12 -0
- data/code/superant.com.language/runrwdshellwindow.rb +12 -0
- data/code/superant.com.language/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.language/rwdtinkerversion.rb +10 -0
- data/code/superant.com.language/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.language/test_cases.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/changelocale.rb +84 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +169 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +38 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +55 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +37 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +40 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/showlocaleoptions.rb +9 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +23 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +16 -0
- data/code/superant.com.thesaurus/clearhttpview3.rb +9 -0
- data/code/superant.com.thesaurus/listwordlookup.rb +37 -0
- data/code/superant.com.thesaurus/runappletwindow.rb +12 -0
- data/code/superant.com.words/dictlookup.rb +20 -0
- data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.words/rwdtinkerversion.rb +10 -0
- data/code/zz0applicationend/zz0end.rb +5 -0
- data/configuration/rwdtinker.dist +15 -0
- data/configuration/rwdwlanguage.dist +21 -0
- data/configuration/tinkerwin2variables.dist +23 -0
- data/gui/00coreguibegin/applicationguitop.rwd +9 -0
- data/gui/frontwindow0/cc0openphoto.rwd +22 -0
- data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselections/wwselectionend.rwd +3 -0
- data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
- data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
- data/gui/helpaboutzend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.language/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.language/22google.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.language/44germany.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.language/67viewconfiguration.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.language/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.language/z9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80localechanger.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.words/4thesaurus.rwd +36 -0
- data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
- data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
- data/init.rb +179 -0
- data/installed/rwdwlanguage.inf +24 -0
- data/installed/temp.rb +1 -0
- data/lang/en/rwdcore/en.po +197 -0
- data/lang/en/rwdlanguage/en.po +32 -0
- data/lang/es/rwdcore/es.po +184 -0
- data/lang/es/rwdlanguage/en.po +32 -0
- data/lang/fr/rwdcore/fr.po +169 -0
- data/lang/fr/rwdlanguage/en.po +32 -0
- data/lang/hi/rwdcore/hi.po +173 -0
- data/lang/hi/rwdlanguage/en.po +32 -0
- data/lang/ja/rwdcore/ja.po +171 -0
- data/lang/ja/rwdlanguage/en.po +32 -0
- data/lang/nl/rwdcore/nl.po +169 -0
- data/lang/nl/rwdlanguage/en.po +32 -0
- data/lib/dict.rb +438 -0
- data/lib/g_translate.rb +43 -0
- data/lib/g_translate/client.rb +84 -0
- data/lib/g_translate/translator.rb +57 -0
- data/lib/ger-eng.txt +111283 -0
- data/lib/oothesaurus.rb +76 -0
- data/lib/rconftool.rb +387 -0
- data/lib/rwd/browser.rb +123 -0
- data/lib/rwd/ftools.rb +174 -0
- data/lib/rwd/mime.rb +328 -0
- data/lib/rwd/net.rb +877 -0
- data/lib/rwd/ruby.rb +889 -0
- data/lib/rwd/rwd.rb +1425 -0
- data/lib/rwd/sgml.rb +236 -0
- data/lib/rwd/thread.rb +63 -0
- data/lib/rwd/tree.rb +371 -0
- data/lib/rwd/xml.rb +101 -0
- 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/lib/zip/ioextras.rb +155 -0
- data/lib/zip/stdrubyext.rb +111 -0
- data/lib/zip/tempfile_bugfixed.rb +195 -0
- data/lib/zip/zip.rb +1847 -0
- data/lib/zip/zipfilesystem.rb +609 -0
- data/lib/zip/ziprequire.rb +90 -0
- data/rwd_files/HowTo_Language.txt +179 -0
- data/rwd_files/HowTo_Tinker.txt +515 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/Tinkerhelptexthash.txt +84 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/log/rwdtinker.log +726 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +76 -0
- data/rwd_files/rwdlanguagehelpfiles.txt +34 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +24 -0
- data/rwdlanguage.rb +1 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +6 -0
- data/tests/makedist-rwdwlanguage.rb +56 -0
- data/tests/makedist.rb +66 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdwcalc-0.63.zip +0 -0
- data/zips/rwdwfoldeditor-0.08.zip +0 -0
- data/zips/rwdwhypernote-0.16.zip +0 -0
- data/zips/rwdwlanguage-0.01.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/rwdwruby-1.08.zip +0 -0
- data/zips/temp.rb +1 -0
- data/zips/tinkerbellw-0.04.zip +0 -0
- data/zips/wrubyslippers-1.08.zip +0 -0
- metadata +246 -0
data/lib/rwd/xml.rb
ADDED
@@ -0,0 +1,101 @@
|
|
1
|
+
require "lib/rwd/sgml"
|
2
|
+
|
3
|
+
class SGMLObject
|
4
|
+
def to_x(closetags=true)
|
5
|
+
res = ""
|
6
|
+
|
7
|
+
parsetree("prechildren_to_x", "postchildren_to_x", res, closetags)
|
8
|
+
|
9
|
+
res
|
10
|
+
end
|
11
|
+
end
|
12
|
+
|
13
|
+
class Text < SGMLObject
|
14
|
+
def prechildren_to_x(res, closetags)
|
15
|
+
res << @text.strip unless @text.strip.empty?
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
class Comment < SGMLObject
|
20
|
+
def prechildren_to_x(res, closetags)
|
21
|
+
res << "\n" if not previous([], [Text]).kind_of?(Comment)
|
22
|
+
lines = @text.gsub(/(<!--|-->)/, "").lf.split(/\n/)
|
23
|
+
if lines.length == 1
|
24
|
+
res << " "*(@level-1) + "<!-- " + lines[0].strip + " -->" + "\n"
|
25
|
+
else
|
26
|
+
res << " "*(@level-1) + "<!--" + "\n"
|
27
|
+
res << lines.collect{|s| " "*(@level-1) + s.strip}.delete_if{|s| s.compress.empty?}.join("\n")
|
28
|
+
res << "\n"
|
29
|
+
res << " "*(@level-1) + "-->" + "\n"
|
30
|
+
res << "\n"
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
class Special < SGMLObject
|
36
|
+
def prechildren_to_x(res, closetags)
|
37
|
+
res << " "*(@level-1) + @text.compress + "\n"
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
class Instruction < SGMLObject
|
42
|
+
def prechildren_to_x(res, closetags)
|
43
|
+
res << " "*(@level-1) + @text.compress + "\n"
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
class OpenTag < Tag
|
48
|
+
def prechildren_to_x(res, closetags)
|
49
|
+
a = [@subtype]
|
50
|
+
|
51
|
+
args = @args.dup
|
52
|
+
args.delete("id")
|
53
|
+
args.delete("name")
|
54
|
+
args = args.sort
|
55
|
+
args.unshift(["id", @args["id"]]) if @args.include?("id")
|
56
|
+
args.unshift(["name", @args["name"]]) if @args.include?("name")
|
57
|
+
|
58
|
+
args.each do |k, v|
|
59
|
+
if not v.include?("'")
|
60
|
+
a << "#{k}='#{v}'"
|
61
|
+
else
|
62
|
+
if not v.include?('"')
|
63
|
+
a << "#{k}=\"#{v}\""
|
64
|
+
else
|
65
|
+
a << "#{k}='#{v.gsub(/\'/, '"')}'"
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
if @children.length == 0 or (@children.length == 1 and @children[0].kind_of?(Text) and @children[0].text.compress.empty?)
|
71
|
+
res << " "*(@level-1) + "<#{a.join(" ")}/>" + "\n"
|
72
|
+
else
|
73
|
+
if @children.length == 1 and @children[0].kind_of?(Text) and @children[0].text.lf.split(/\n/).length == 1
|
74
|
+
res << " "*(@level-1) + "<#{a.join(" ")}>"
|
75
|
+
else
|
76
|
+
res << " "*(@level-1) + "<#{a.join(" ")}>" + "\n"
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
80
|
+
|
81
|
+
def postchildren_to_x(res, closetags)
|
82
|
+
if closetags
|
83
|
+
unless @children.length == 0 or (@children.length == 1 and @children[0].kind_of?(Text) and @children[0].text.compress.empty?)
|
84
|
+
res << "\n" if @children.length == 1 and @children[0].kind_of?(Text) and @children[0].text.lf.split(/\n/).length > 1
|
85
|
+
res << " "*(@level-1) unless @children.length == 1 and @children[0].kind_of?(Text) and @children[0].text.lf.split(/\n/).length == 1
|
86
|
+
res << "</#{@subtype}>"
|
87
|
+
res << "\n"
|
88
|
+
end
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
|
93
|
+
class XML < SGML
|
94
|
+
def to_x(closetags=true)
|
95
|
+
res = ""
|
96
|
+
|
97
|
+
parsetree("prechildren_to_x", "postchildren_to_x", res, closetags)
|
98
|
+
|
99
|
+
res
|
100
|
+
end
|
101
|
+
end
|
@@ -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
|
+
"
|