ICU-1905 Fix referencing of the images directory

X-SVN-Rev: 8647
This commit is contained in:
George Rhoten 2002-05-20 23:34:57 +00:00
parent 2763b863be
commit 86378cd024
21 changed files with 263 additions and 253 deletions

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -85,7 +85,7 @@
<TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" --> <TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" -->
<H1 ALIGN="CENTER">Resource Bundle Reporter</H1> <H1 ALIGN="CENTER">Resource Bundle Reporter</H1>
<H1 ALIGN="CENTER"><IMG SRC="Images/Screenshots/RBReporter.gif" WIDTH="600" HEIGHT="600"></H1> <H1 ALIGN="CENTER"><IMG SRC="images/Screenshots/RBReporter.gif" WIDTH="600" HEIGHT="600"></H1>
<H4 ALIGN="LEFT">What is RBReporter?</H4> <H4 ALIGN="LEFT">What is RBReporter?</H4>
<P ALIGN="LEFT">Frequently, managers and developers working on an inernationalized <P ALIGN="LEFT">Frequently, managers and developers working on an inernationalized
product request the ability to quickly view the status and progress of product request the ability to quickly view the status and progress of
@ -189,7 +189,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -205,7 +205,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -146,7 +146,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -162,7 +162,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -95,9 +95,19 @@
<LI>A character table for selecting characters not common to keyboards</LI> <LI>A character table for selecting characters not common to keyboards</LI>
<LI>...and of course all of the bug fixes</LI> <LI>...and of course all of the bug fixes</LI>
</UL> </UL>
<P>Features added in the latest version (0.4a) of RB Manager:</P> <P>Features added in the latest version (0.6) of RB Manager:</P>
<P> <P>
<UL>
<LI>The program window now has an icon</LI>
<LI>Integrate the images and resources into the jar files</LI>
<LI>Source code made publicly available</LI>
<LI>Allow exporting of ICU4C resource bundles</LI>
<LI>... and some bug fixes</LI>
</UL>
<P></P>
<P>Features added in version 0.4a of RB Manager:</P>
<P>
<UL> <UL>
<LI>Recently accessed resource bundles appear in the File menu for easy <LI>Recently accessed resource bundles appear in the File menu for easy
opening</LI> opening</LI>
@ -130,7 +140,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -146,7 +156,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -85,8 +85,8 @@
<TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" --> <TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" -->
<DIV ALIGN="CENTER"> <DIV ALIGN="CENTER">
<H2>Welcome to Resource Bundle Manager (v0.4a)</H2> <H2>Welcome to Resource Bundle Manager (v0.6)</H2>
<P ALIGN="CENTER"><IMG SRC="Images/Screenshots/main_page.gif"></P> <P ALIGN="CENTER"><IMG SRC="images/Screenshots/main_page.gif"></P>
<P ALIGN="CENTER">These pages are meant to help you and your development <P ALIGN="CENTER">These pages are meant to help you and your development
team get started with this translation management tool.</P> team get started with this translation management tool.</P>
<P ALIGN="CENTER">The tool was developed to be easy to use and intutitive. <P ALIGN="CENTER">The tool was developed to be easy to use and intutitive.
@ -104,7 +104,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -120,7 +120,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -93,17 +93,17 @@
look and feels: <A HREF="#Windows">Windows</A>, <A HREF="#Metal">Metal</A>, look and feels: <A HREF="#Windows">Windows</A>, <A HREF="#Metal">Metal</A>,
<A HREF="#Mac">Mac OSX (aqua)</A>, and <A HREF="#Motif">Motif</A>.</P> <A HREF="#Mac">Mac OSX (aqua)</A>, and <A HREF="#Motif">Motif</A>.</P>
<P><B><a name="Windows">Windows</A></B></P> <P><B><a name="Windows">Windows</A></B></P>
<P><IMG SRC="Images/Screenshots/laf_windows.gif" WIDTH="600" HEIGHT="444"></P> <P><IMG SRC="images/Screenshots/laf_windows.gif" WIDTH="600" HEIGHT="444"></P>
<P><B><a name="Metal">Metal</A></B></P> <P><B><a name="Metal">Metal</A></B></P>
<P><IMG SRC="Images/Screenshots/laf_metal.gif" WIDTH="600" HEIGHT="444"></P> <P><IMG SRC="images/Screenshots/laf_metal.gif" WIDTH="600" HEIGHT="444"></P>
<P><B><a name="Mac">Mac OSX (aqua)</A></B></P> <P><B><a name="Mac">Mac OSX (aqua)</A></B></P>
<P>&nbsp;</P> <P>&nbsp;</P>
<P><B><a name="Motif">Motif</A></B></P> <P><B><a name="Motif">Motif</A></B></P>
<P><IMG SRC="Images/Screenshots/laf_motif.gif" WIDTH="600" HEIGHT="444"></P> <P><IMG SRC="images/Screenshots/laf_motif.gif" WIDTH="600" HEIGHT="444"></P>
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -119,7 +119,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -92,7 +92,7 @@
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/Screenshots/menu_file.gif" WIDTH="258" HEIGHT="219" VSPACE="5" HSPACE="5"></TD> <TD COLSPAN="2"><IMG SRC="images/Screenshots/menu_file.gif" WIDTH="258" HEIGHT="219" VSPACE="5" HSPACE="5"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I>New Resource Bundle...</I></TD> <TD><I>New Resource Bundle...</I></TD>
@ -114,7 +114,7 @@
system.</TD> system.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/Screenshots/menu_file_import.gif" WIDTH="454" HEIGHT="219" VSPACE="5" HSPACE="5"></TD> <TD COLSPAN="2"><IMG SRC="images/Screenshots/menu_file_import.gif" WIDTH="454" HEIGHT="219" VSPACE="5" HSPACE="5"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><B>Merge To Resource Bundle</B></I></TD> <TD><I><B>Merge To Resource Bundle</B></I></TD>
@ -122,50 +122,50 @@
the currently open resource bundle.</TD> the currently open resource bundle.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><IMG SRC="Images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">Simple <TD><I><IMG SRC="images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">Simple
Resource Bundles...</I></TD> Resource Bundles...</I></TD>
<TD>Import from other resource bundles made up of .properties text files <TD>Import from other resource bundles made up of .properties text files
created by RB Manager or not.</TD> created by RB Manager or not.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><IMG SRC="Images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">TMX <TD><I><IMG SRC="images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">TMX
Documents...</I></TD> Documents...</I></TD>
<TD>Import from XML documents that conform to the TMX specification <TD>Import from XML documents that conform to the TMX specification
created by the LISA group.</TD> created by the LISA group.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/Screenshots/menu_file_export.gif" WIDTH="439" HEIGHT="219" VSPACE="5" HSPACE="5"></TD> <TD COLSPAN="2"><IMG SRC="images/Screenshots/menu_file_export.gif" WIDTH="439" HEIGHT="219" VSPACE="5" HSPACE="5"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><B>Export Resource Bundles</B></I></TD> <TD><I><B>Export Resource Bundles</B></I></TD>
<TD>Save the translations in other formats.</TD> <TD>Save the translations in other formats.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><IMG SRC="Images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">Compilable <TD><I><IMG SRC="images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">Compilable
Java Files...</I></TD> Java Files...</I></TD>
<TD>Export to compilable java class files that extend the ListResourceBundle <TD>Export to compilable java class files that extend the ListResourceBundle
class. </TD> class. </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><IMG SRC="Images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">Minimal <TD><I><IMG SRC="images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">Minimal
Properties Files...</I></TD> Properties Files...</I></TD>
<TD>Export to .properties text files just as in the Save option, except <TD>Export to .properties text files just as in the Save option, except
that these files will be stripped of all unnecessary meta data.</TD> that these files will be stripped of all unnecessary meta data.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><IMG SRC="Images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">TMX <TD><I><IMG SRC="images/arrow_bullet.gif" WIDTH="12" HEIGHT="10">TMX
Documents...</I></TD> Documents...</I></TD>
<TD>Export to XML documents that conform to the TMX specification created <TD>Export to XML documents that conform to the TMX specification created
by the LISA group.</TD> by the LISA group.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/spacer.gif" WIDTH="15" HEIGHT="15"></TD> <TD COLSPAN="2"><IMG SRC="images/spacer.gif" WIDTH="15" HEIGHT="15"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><B>The Options Menu</B></TD> <TD COLSPAN="2"><B>The Options Menu</B></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/Screenshots/menu_options.gif" WIDTH="211" HEIGHT="111" VSPACE="5" HSPACE="5"></TD> <TD COLSPAN="2"><IMG SRC="images/Screenshots/menu_options.gif" WIDTH="211" HEIGHT="111" VSPACE="5" HSPACE="5"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I>Add New Entry...</I></TD> <TD><I>Add New Entry...</I></TD>
@ -185,13 +185,13 @@
<TD>Bring up the preferences dialog box.</TD> <TD>Bring up the preferences dialog box.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/spacer.gif" WIDTH="15" HEIGHT="15"></TD> <TD COLSPAN="2"><IMG SRC="images/spacer.gif" WIDTH="15" HEIGHT="15"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><B>The Help Menu</B></TD> <TD COLSPAN="2"><B>The Help Menu</B></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/Screenshots/menu_help.gif" WIDTH="353" HEIGHT="46" VSPACE="5" HSPACE="5"></TD> <TD COLSPAN="2"><IMG SRC="images/Screenshots/menu_help.gif" WIDTH="353" HEIGHT="46" VSPACE="5" HSPACE="5"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I>About Resource Bundle Manager...</I></TD> <TD><I>About Resource Bundle Manager...</I></TD>
@ -199,13 +199,13 @@
other information.</TD> other information.</TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/spacer.gif" WIDTH="15" HEIGHT="15"></TD> <TD COLSPAN="2"><IMG SRC="images/spacer.gif" WIDTH="15" HEIGHT="15"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><B>The Resource File Popup Menu</B></TD> <TD COLSPAN="2"><B>The Resource File Popup Menu</B></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD COLSPAN="2"><IMG SRC="Images/Screenshots/menu_popup_tree.gif" WIDTH="671" HEIGHT="543" VSPACE="5" HSPACE="5"></TD> <TD COLSPAN="2"><IMG SRC="images/Screenshots/menu_popup_tree.gif" WIDTH="671" HEIGHT="543" VSPACE="5" HSPACE="5"></TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TD><I><B>Resource File Popup Menu</B></I></TD> <TD><I><B>Resource File Popup Menu</B></I></TD>
@ -241,7 +241,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -257,7 +257,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -179,7 +179,7 @@ public class Sample {
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -195,7 +195,7 @@ public class Sample {
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="Images/template_ul.gif" HEIGHT="75"><IMG SRC="Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -93,7 +93,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -109,7 +109,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -119,7 +119,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -135,7 +135,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -106,7 +106,7 @@
<P><B>The Display</B></P> <P><B>The Display</B></P>
<P>Once you get the application running, you will hopefully see something <P>Once you get the application running, you will hopefully see something
like this:</P> like this:</P>
<P><IMG SRC="../Images/Screenshots/empty_screen.gif"></P> <P><IMG SRC="../images/Screenshots/empty_screen.gif"></P>
<P>The display may differ because of differences in the various Java Virtual <P>The display may differ because of differences in the various Java Virtual
Machines and differences in Look and Feels. At the top is a menu bar and Machines and differences in Look and Feels. At the top is a menu bar and
a logo. Below the logo and to the left is a pane in which all of the various a logo. Below the logo and to the left is a pane in which all of the various
@ -120,7 +120,7 @@
the application, it may take a few seconds to get to the preferences as the application, it may take a few seconds to get to the preferences as
the application tries to get information from your virtual machine.A dialog the application tries to get information from your virtual machine.A dialog
box should appear that looks similar to this:</P> box should appear that looks similar to this:</P>
<P><IMG SRC="../Images/Screenshots/preferences_dialog.gif" WIDTH="429" HEIGHT="269"></P> <P><IMG SRC="../images/Screenshots/preferences_dialog.gif" WIDTH="429" HEIGHT="269"></P>
<P>The first thing to do is to change the user name to your own name. You <P>The first thing to do is to change the user name to your own name. You
will only have to do this once unless someone else uses this application will only have to do this once unless someone else uses this application
and changes the name. Second, you should change the look and feel of the and changes the name. Second, you should change the look and feel of the
@ -152,7 +152,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -168,7 +168,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -113,11 +113,11 @@
the tree display on the lower left will change to reflect the name you the tree display on the lower left will change to reflect the name you
entered. Click on the name of your resource bundle, and make sure the entered. Click on the name of your resource bundle, and make sure the
'Statistics' tab is selected. You should see something like the following:</P> 'Statistics' tab is selected. You should see something like the following:</P>
<P><IMG SRC="../Images/Screenshots/new_bundle.gif" WIDTH="552" HEIGHT="385"></P> <P><IMG SRC="../images/Screenshots/new_bundle.gif" WIDTH="552" HEIGHT="385"></P>
<P>The only resource file you have is that of the base class. Select the <P>The only resource file you have is that of the base class. Select the
'(Base Class)' node of the tree by clicking on it. You should now see '(Base Class)' node of the tree by clicking on it. You should now see
the following:</P> the following:</P>
<P><IMG SRC="../Images/Screenshots/new_baseclass.gif" WIDTH="676" HEIGHT="511"></P> <P><IMG SRC="../images/Screenshots/new_baseclass.gif" WIDTH="676" HEIGHT="511"></P>
<P>The fields represented here have no bearing on how the translations will <P>The fields represented here have no bearing on how the translations will
work in your application, but give RBManager some metadata to better organize work in your application, but give RBManager some metadata to better organize
the file. Resource Title should be a short title that represents this the file. Resource Title should be a short title that represents this
@ -132,7 +132,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -148,7 +148,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -108,7 +108,7 @@
right panel.</P> right panel.</P>
<P ALIGN="LEFT">Once you have followed one of these two methods, the following <P ALIGN="LEFT">Once you have followed one of these two methods, the following
dialog should appear:</P> dialog should appear:</P>
<P ALIGN="LEFT"><IMG SRC="../Images/Screenshots/create_group.gif" WIDTH="408" HEIGHT="109"></P> <P ALIGN="LEFT"><IMG SRC="../images/Screenshots/create_group.gif" WIDTH="408" HEIGHT="109"></P>
<P ALIGN="LEFT">Enter a name and comment for the group, and click on 'Create'. <P ALIGN="LEFT">Enter a name and comment for the group, and click on 'Create'.
Now you have a group. You can add more groups now or at any time. You Now you have a group. You can add more groups now or at any time. You
can also begin to create new resources under the new group as explained can also begin to create new resources under the new group as explained
@ -119,7 +119,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -135,7 +135,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -92,7 +92,7 @@
the file tree to the left is selected, press the 'Groups' tab on the right, the file tree to the left is selected, press the 'Groups' tab on the right,
and select your group name from the drop down menu. With any luck, you and select your group name from the drop down menu. With any luck, you
will see something like this:</P> will see something like this:</P>
<P><IMG SRC="../Images/Screenshots/empty_group.gif" WIDTH="750" HEIGHT="432"></P> <P><IMG SRC="../images/Screenshots/empty_group.gif" WIDTH="750" HEIGHT="432"></P>
<P>From this view, there are several options that are to be found in the <P>From this view, there are several options that are to be found in the
six buttons to the lower right. We are now going to create a resource. six buttons to the lower right. We are now going to create a resource.
This can be accomplished by either pressing the button 'Create Resource' This can be accomplished by either pressing the button 'Create Resource'
@ -101,7 +101,7 @@
<P><B>Filling in Resource Information</B></P> <P><B>Filling in Resource Information</B></P>
<P>Once you follow one of the above two steps, you should see a dialog similar <P>Once you follow one of the above two steps, you should see a dialog similar
to the following:</P> to the following:</P>
<P><IMG SRC="../Images/Screenshots/empty_resource.gif"></P> <P><IMG SRC="../images/Screenshots/empty_resource.gif"></P>
<P>The group shown is the one currently being viewed when you clicked on <P>The group shown is the one currently being viewed when you clicked on
the 'Create Resource' button. If you used the menu to bring up this dialog, the 'Create Resource' button. If you used the menu to bring up this dialog,
it may be a different group. You may move the resource to any group you it may be a different group. You may move the resource to any group you
@ -122,7 +122,7 @@
translation text box, creates a translation that spans multiple lines translation text box, creates a translation that spans multiple lines
of text.</P> of text.</P>
<P>A sample resource creation is show as follows:</P> <P>A sample resource creation is show as follows:</P>
<P><IMG SRC="../Images/Screenshots/basic_resource.gif"></P> <P><IMG SRC="../images/Screenshots/basic_resource.gif"></P>
<P><B>Using 'Look-ups'</B></P> <P><B>Using 'Look-ups'</B></P>
<P>Resource bundles provide a way of translating contextual information <P>Resource bundles provide a way of translating contextual information
as well. For instance, what if I wanted a translation asking the user as well. For instance, what if I wanted a translation asking the user
@ -131,7 +131,7 @@
languages. This is the reason for 'look-ups'. The java.text package defines languages. This is the reason for 'look-ups'. The java.text package defines
a way for implementing these look-ups using numbers surrounded by curly a way for implementing these look-ups using numbers surrounded by curly
braces. Thus, I might want to create a resource like the one below:</P> braces. Thus, I might want to create a resource like the one below:</P>
<P><IMG SRC="../Images/Screenshots/lookup_resource.gif"></P> <P><IMG SRC="../images/Screenshots/lookup_resource.gif"></P>
<P>Once you enter anything into your translation surrounded by curly braces <P>Once you enter anything into your translation surrounded by curly braces
and change the focus away from the translation field, the dialog box will and change the focus away from the translation field, the dialog box will
update itself with areas for you to enter descriptions of the look-ups update itself with areas for you to enter descriptions of the look-ups
@ -141,7 +141,7 @@
<P>From the 'Groups' tab view, you can at any time edit the default values <P>From the 'Groups' tab view, you can at any time edit the default values
for a resource. As you enter in new resources they will appear in the for a resource. As you enter in new resources they will appear in the
group view as shown:</P> group view as shown:</P>
<P><IMG SRC="../Images/Screenshots/basic_group.gif" WIDTH="750" HEIGHT="432"></P> <P><IMG SRC="../images/Screenshots/basic_group.gif" WIDTH="750" HEIGHT="432"></P>
<P>Double clicking on a resource will bring a dialog box up similar to the <P>Double clicking on a resource will bring a dialog box up similar to the
one for creating a resource. Remember that it is only from this view that one for creating a resource. Remember that it is only from this view that
you will be able to change the resource in a way that will effect the you will be able to change the resource in a way that will effect the
@ -152,7 +152,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -168,7 +168,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -89,7 +89,7 @@
<P>The only way by which to create a new language file is by selecting the <P>The only way by which to create a new language file is by selecting the
'Add New Resource File...' option from the 'Options' menu. When you do 'Add New Resource File...' option from the 'Options' menu. When you do
so a dialog box will appear similar to this:</P> so a dialog box will appear similar to this:</P>
<P><IMG SRC="../Images/Screenshots/basic_file.gif" WIDTH="620" HEIGHT="421"></P> <P><IMG SRC="../images/Screenshots/basic_file.gif" WIDTH="620" HEIGHT="421"></P>
<P>The top three fields identify the file. The bottom three sections, Language, <P>The top three fields identify the file. The bottom three sections, Language,
Country, and Variant define the role of the resource file within the bundle. Country, and Variant define the role of the resource file within the bundle.
The only required field is the encoding field for the language. The encoding The only required field is the encoding field for the language. The encoding
@ -114,7 +114,7 @@
de node of the tree. Select the file by clicking on it once. Selecting de node of the tree. Select the file by clicking on it once. Selecting
the 'Untranslated' tab on the right should result in a view similar to the 'Untranslated' tab on the right should result in a view similar to
this:</P> this:</P>
<P><IMG SRC="../Images/Screenshots/basic_untranslated.gif" WIDTH="750" HEIGHT="416"> <P><IMG SRC="../images/Screenshots/basic_untranslated.gif" WIDTH="750" HEIGHT="416">
</P> </P>
<P>This section displays all of the resources that are marked as untranslated <P>This section displays all of the resources that are marked as untranslated
in the file. Alternatively, you could select the 'Groups' tab and see in the file. Alternatively, you could select the 'Groups' tab and see
@ -122,7 +122,7 @@
marked as translated. Double clicking on a row in the the tables present marked as translated. Double clicking on a row in the the tables present
in either view will bring up a dialog box similar to one you have all in either view will bring up a dialog box similar to one you have all
ready seen:</P> ready seen:</P>
<P><IMG SRC="../Images/Screenshots/basic_translation.gif" WIDTH="513" HEIGHT="269"></P> <P><IMG SRC="../images/Screenshots/basic_translation.gif" WIDTH="513" HEIGHT="269"></P>
<P>The top three editable components are all disabled. This is because changing <P>The top three editable components are all disabled. This is because changing
them would required editing files other than the one currently being viewed. them would required editing files other than the one currently being viewed.
This type of editing can be accomplished only from the base class. To This type of editing can be accomplished only from the base class. To
@ -142,7 +142,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -158,7 +158,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -115,7 +115,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -131,7 +131,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -115,7 +115,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -131,7 +131,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -95,7 +95,7 @@
tree is updated to reflect the opened bundle. In the following screen tree is updated to reflect the opened bundle. In the following screen
shots, you will see the tree for the resource bundle associate with RB shots, you will see the tree for the resource bundle associate with RB
Manager itself.</P> Manager itself.</P>
<P><IMG SRC="../Images/Screenshots/view_tree_basic.gif" WIDTH="642" HEIGHT="499"></P> <P><IMG SRC="../images/Screenshots/view_tree_basic.gif" WIDTH="642" HEIGHT="499"></P>
<P>The top most element of the tree (the root of the tree) represents the <P>The top most element of the tree (the root of the tree) represents the
resource bundle as a whole. Below the root are resource files, which are resource bundle as a whole. Below the root are resource files, which are
represented with the file icons with a letter in the middle, and language, represented with the file icons with a letter in the middle, and language,
@ -134,7 +134,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -150,7 +150,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -93,7 +93,7 @@
<P><B>Working with a Resource Bundle</B></P> <P><B>Working with a Resource Bundle</B></P>
<P>The screen shot below shows RB Manager and some statistics concerning <P>The screen shot below shows RB Manager and some statistics concerning
the resource bundle associated with the application.</P> the resource bundle associated with the application.</P>
<P><IMG SRC="../Images/Screenshots/view_stats_bundle.gif" WIDTH="642" HEIGHT="543"></P> <P><IMG SRC="../images/Screenshots/view_stats_bundle.gif" WIDTH="642" HEIGHT="543"></P>
<P>Three basic areas are covered by this view, Resource Files, Resource <P>Three basic areas are covered by this view, Resource Files, Resource
Groups, and Resource Items.</P> Groups, and Resource Items.</P>
<P>In the Resource Files section, the total number of individual files is <P>In the Resource Files section, the total number of individual files is
@ -123,7 +123,7 @@
<P>The screen shot below shows the statistics view for an individual resource <P>The screen shot below shows the statistics view for an individual resource
file, in this case the German (Deutsch) file. For our example, I have file, in this case the German (Deutsch) file. For our example, I have
removed some of the translations from this file.</P> removed some of the translations from this file.</P>
<P><IMG SRC="../Images/Screenshots/view_stats_file.gif" WIDTH="671" HEIGHT="543"></P> <P><IMG SRC="../images/Screenshots/view_stats_file.gif" WIDTH="671" HEIGHT="543"></P>
<P>This view shows some meta data that is associated with the Resource File. <P>This view shows some meta data that is associated with the Resource File.
This meta data has absolutely no impact on the functioning of the resource This meta data has absolutely no impact on the functioning of the resource
bundle within an application. It is there solely to aid development and bundle within an application. It is there solely to aid development and
@ -145,7 +145,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -161,7 +161,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -94,7 +94,7 @@
<P><B>Working with a Resource Bundle</B></P> <P><B>Working with a Resource Bundle</B></P>
<P>The screen shot below shows RB Manager and a view of untranslated items <P>The screen shot below shows RB Manager and a view of untranslated items
for the entire resource bundle.</P> for the entire resource bundle.</P>
<P><IMG SRC="../Images/Screenshots/view_untrans_bundle.gif" WIDTH="671" HEIGHT="543"></P> <P><IMG SRC="../images/Screenshots/view_untrans_bundle.gif" WIDTH="671" HEIGHT="543"></P>
<P>From this view, resource bundles can not be edited. To do this you either <P>From this view, resource bundles can not be edited. To do this you either
have to go to the Groups tab view or select an individual resource file. have to go to the Groups tab view or select an individual resource file.
The view is useful though for getting a picture of the translation status The view is useful though for getting a picture of the translation status
@ -107,7 +107,7 @@
<P>The next screen shot shows the Untranslated tab view when working with <P>The next screen shot shows the Untranslated tab view when working with
an individual resource file. This is the view translators will probably an individual resource file. This is the view translators will probably
use the most.</P> use the most.</P>
<P><IMG SRC="../Images/Screenshots/view_untrans_file.gif" WIDTH="671" HEIGHT="543"></P> <P><IMG SRC="../images/Screenshots/view_untrans_file.gif" WIDTH="671" HEIGHT="543"></P>
<P>Listed in the table is each of the resource currently marked as untranslated <P>Listed in the table is each of the resource currently marked as untranslated
(for more on the meta data associated with each resource, see the <A HREF="../Tutorial/index.html">Tutorial</A>). (for more on the meta data associated with each resource, see the <A HREF="../Tutorial/index.html">Tutorial</A>).
The table shows the resource key and group of the resource, which can The table shows the resource key and group of the resource, which can
@ -117,7 +117,7 @@
A dialog box will pop up allowing the resource file specific elements A dialog box will pop up allowing the resource file specific elements
of the resource to be edited. That dialog box is shown here. Its use can of the resource to be edited. That dialog box is shown here. Its use can
be found in the Tutorial.</P> be found in the Tutorial.</P>
<P><IMG SRC="../Images/Screenshots/view_untrans_dialog0.gif" WIDTH="513" HEIGHT="269"></P> <P><IMG SRC="../images/Screenshots/view_untrans_dialog0.gif" WIDTH="513" HEIGHT="269"></P>
<P>In some cases, you may want to leave the translation as it stands. This <P>In some cases, you may want to leave the translation as it stands. This
is common for instance when working with variants of a language with little is common for instance when working with variants of a language with little
change from the language parent (e.g. Canadian English and U.S. English change from the language parent (e.g. Canadian English and U.S. English
@ -139,7 +139,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -155,7 +155,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -94,7 +94,7 @@
<P><B>Working with a Resource Bundle</B></P> <P><B>Working with a Resource Bundle</B></P>
<P>The screen shot below shows RB Manager and a view of groups for the entire <P>The screen shot below shows RB Manager and a view of groups for the entire
resource bundle.</P> resource bundle.</P>
<P><IMG SRC="../Images/Screenshots/view_groups_bundle.gif" WIDTH="671" HEIGHT="543"></P> <P><IMG SRC="../images/Screenshots/view_groups_bundle.gif" WIDTH="671" HEIGHT="543"></P>
<P>Unlike the Untranslated tab view, this view allows the editing of resources. <P>Unlike the Untranslated tab view, this view allows the editing of resources.
Editing or adding resources at this level affects the resource bundle Editing or adding resources at this level affects the resource bundle
as a whole. Thus if a resource has all ready been translated in a resource as a whole. Thus if a resource has all ready been translated in a resource
@ -118,7 +118,7 @@
<P><B>Working with a Resource File</B></P> <P><B>Working with a Resource File</B></P>
<P>The next screen shot shows the Group tab view when working with an individual <P>The next screen shot shows the Group tab view when working with an individual
resource file.</P> resource file.</P>
<P><IMG SRC="../Images/Screenshots/view_groups_file.gif" WIDTH="671" HEIGHT="543"></P> <P><IMG SRC="../images/Screenshots/view_groups_file.gif" WIDTH="671" HEIGHT="543"></P>
<P>The functionality of this view mostly mirrors that of the Untranslated <P>The functionality of this view mostly mirrors that of the Untranslated
tab view. More on that view is found in <A HREF="view3.html">View 3</A>. tab view. More on that view is found in <A HREF="view3.html">View 3</A>.
The only addition is that resources all ready marked as translated can The only addition is that resources all ready marked as translated can
@ -129,7 +129,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -145,7 +145,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">

View File

@ -7,7 +7,7 @@
<STYLE TYPE="TEXT/CSS"> <STYLE TYPE="TEXT/CSS">
<!-- <!--
.topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333} .topicHead { font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
.topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../Images/diamond_bullet.gif); text-decoration: none; font-weight: bold} .topicList { font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image: url(../images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
.mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify} .mainBlock { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
--> -->
</STYLE> </STYLE>
@ -16,23 +16,23 @@
<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR> <TR>
<TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../Images/template_ul.gif" HEIGHT="75"><IMG SRC="../Images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD> <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="../images/template_ul.gif" HEIGHT="75"><IMG SRC="../images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
<TD HEIGHT="15" WIDTH="100%" BACKGROUND="../Images/template_u.gif"></TD> <TD HEIGHT="15" WIDTH="100%" BACKGROUND="../images/template_u.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD HEIGHT="60" > <TD HEIGHT="60" >
<CENTER><IMG SRC="../Images/TitleLogo_transparent.gif" VSPACE="0"></CENTER> <CENTER><IMG SRC="../images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<TD WIDTH="200" BACKGROUND="../Images/template_l.gif" VALIGN="top"> <TD WIDTH="200" BACKGROUND="../images/template_l.gif" VALIGN="top">
<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1"> <TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
<TR> <TR>
<TD CLASS="topicHead">General</TD> <TD CLASS="topicHead">General</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -49,7 +49,7 @@
<TD CLASS="topicHead">RB Manager</TD> <TD CLASS="topicHead">RB Manager</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -67,7 +67,7 @@
<TD CLASS="topicHead">RB Reporter</TD> <TD CLASS="topicHead">RB Reporter</TD>
</TR> </TR>
<TR> <TR>
<TD VALIGN="center"><IMG SRC="../Images/template_line.gif"></TD> <TD VALIGN="center"><IMG SRC="../images/template_line.gif"></TD>
</TR> </TR>
<TR> <TR>
<TD CLASS="topicList"> <TD CLASS="topicList">
@ -94,7 +94,7 @@
changes are also restricted to that resource file.</P> changes are also restricted to that resource file.</P>
<P>A screen shot of the Search tab view for the resource bundle is given <P>A screen shot of the Search tab view for the resource bundle is given
below. The view for the individual resource files is nearly identical.</P> below. The view for the individual resource files is nearly identical.</P>
<P><IMG SRC="../Images/Screenshots/view_search.gif" WIDTH="671" HEIGHT="543"></P> <P><IMG SRC="../images/Screenshots/view_search.gif" WIDTH="671" HEIGHT="543"></P>
<P>There are two basic functions to this view, Find All and Replace All. <P>There are two basic functions to this view, Find All and Replace All.
Find All takes the parameters given it and populates the result table Find All takes the parameters given it and populates the result table
with any matches found (note that the current version of RB Manager does with any matches found (note that the current version of RB Manager does
@ -115,7 +115,7 @@
<!-- #EndEditable --></TD> <!-- #EndEditable --></TD>
</TR> </TR>
<TR> <TR>
<TD BACKGROUND="../Images/template_ll.gif" HEIGHT="40" WIDTH="200"> <TD BACKGROUND="../images/template_ll.gif" HEIGHT="40" WIDTH="200">
<!-- Comment --> <!-- Comment -->
</TD> </TD>
<TD WIDTH="80"> <TD WIDTH="80">
@ -131,7 +131,7 @@
<TR> <TR>
<TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD> <TD WIDTH="200" BGCOLOR="#CCCCFF">&nbsp;</TD>
<TD> <TD>
<DIV ALIGN="CENTER"><IMG SRC="../Images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV> <DIV ALIGN="CENTER"><IMG SRC="../images/TitleLogo_transparent.gif" WIDTH="175" HEIGHT="50"></DIV>
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">