Customizing the direction for JSP pages
In some cases, you might need to customize a template, transformation,
or other JSP page, for example, the stop.jsp page, to create the desired
direction. To do this, add the attributes dir=rtl and align=rtl to
the HTML tags as appropriate. For example, for the stop.jsp page you
could add dir=rtl to the <table> tag that
surrounds the text of the stop.jsp page.