<%@ page language="java" contentType="text/html; charset=iso-8859-1" %> <%@ page import="com.ddwave.jsp.*, com.ddwave.beans.*, com.ddwave.util.*" %> <% String locale = "en"; String meeting_sql = "select title, place, time, url, new_window from meeting_master where locale='"+locale+"' order by id desc"; DDApplicationContext appContext = new DDApplicationContext(application.getInitParameter("prop.file")); %> Li18nux - The Free Standards Group Linux Internationalization Initiative
Press Releases
LI18NUX2000
Call for Participation
Li18nux Charter
Meetings
Subgroups
Legal Notice
 

  

<% try{ DBAccess dba = new DBAccess(appContext); dba.connect(); try{ dba.executeQuery(meeting_sql); while(dba.next()){ String url = dba.getString("url"); %>
 <%=dba.getHtmlString("title") %>
 Place <%=dba.getHtmlString("place")%>
 Time <%=dba.getHtmlString("time")%>
[<% if(!url.equals("")){%> target="_blank"<%}%> >details <% }else{%> details <% }%> ]

  <% } }finally{ dba.disconnect(); } }catch(Exception e){ e.printStackTrace(); } %>
Meeting Minutes

Past Meeting Announcements

 


Copyright © 2001 Linux Internationalization Initiative (Li18nux). All rights reserved.