Minor changes to missing internationalization text and startup scripts. Removed internationalization choices for lessons that don't support it

git-svn-id: http://webgoat.googlecode.com/svn/trunk@411 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64@gmail.com
2009-11-11 03:34:14 +00:00
parent 5db533f9ee
commit 442e8a6cce
8 changed files with 832 additions and 27 deletions

View File

@ -116,7 +116,9 @@ StringBuffer buildList = new StringBuffer();
<div id="top"></div>
<div id="topLeft">
<div align="left">
<% if (currentLesson.getAvailableLanguages().size() != 0 )
{
%>
<form method="get" action="attack" style="display: inline;">
Choose another language: <select name="language" size="1"
onChange="changeLanguage();">
@ -129,9 +131,16 @@ StringBuffer buildList = new StringBuffer();
<%
}
%>
</select></form></div></div>
%>
</select></form>
<%
} else {
%>
Internationalization is not available for this lesson
<%
}
%>
</div></div>
<div align="right" id="topRight">
<a href="attack?action=Logout" onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('logout','','images/buttons/logoutOver.jpg',1)"><img