Index: lams_central/web/indexContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/Attic/indexContent.jsp,v diff -u -r1.8 -r1.9 --- lams_central/web/indexContent.jsp 16 Jun 2006 00:35:04 -0000 1.8 +++ lams_central/web/indexContent.jsp 20 Jun 2006 05:22:44 -0000 1.9 @@ -1,12 +1,13 @@ <%@ page contentType="text/html; charset=utf-8" language="java" %> <%@ taglib uri="tags-core" prefix="c" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %>
|