| |
<%
int i = 0;
int len = 22;
String title;
ResultSet rstmsg = message.getBulletinInfo("344",0,0);
while(rstmsg.next()){
title = rstmsg.getString("maintitle");
if (title.length()>len){
title = (title.substring(0,len)+"...");
}
%>
| - —— |
2008-0-0 |
| - —— |
2008-0-0 |
| - ... |
|
| <%
if (++i>3) break;
}
%> |
| |
|
| |
<%
i = 0;
len = 22;
rstmsg = message.getBulletinInfo("345",0,0);
while(rstmsg.next()){
title = rstmsg.getString("maintitle");
if (title.length()>len){
title = (title.substring(0,len)+"...");
}
%>
|
| <%
if (++i>3) break;
}
%> |
| |
|