<%out.print(_bundle.getString("forum_index_0"), _charsetName);%> |
<%
String bgColor;
int[] fclass = {39, 40, 42};
for(int i = 0; i < fclass.length; i++) {
if ((i % 2) == 0) { bgColor = "";} else {bgColor = "#F7F7F7";}%>
<%kgweb.web.Frame.h_text_link("forumClass" + i, response, kgweb.comm.Title.getUrl(fclass[i]), _bundle.getString("title_" + fclass[i]), out, _charsetName, null);%>
|
<%}%>
|
|
<%@include file="../comm/end.txt"%>