<%@ page import="org.lamsfoundation.lams.tool.noticeboard.NoticeboardConstants" %> <%@ taglib uri="tags-html" prefix="html" %> <% String authorUrl = "/authoring?toolContentID="+355; String learnerUrl = "/starter/learner?toolSessionID="+455+"&mode=learner"; String learnerUrlTeacher = "/starter/learner?userId="+555+"&toolSessionID="+455+"&mode=teacher"; String learnerUrlAuthor = "/starter/learner?&toolSessionID="+455+"&mode=author"; String monitoringUrl = "/monitoring?toolContentID="+355; String exportPortfolioTeacher ="/exportPortfolio.do?mode=teacher&toolContentID=355"; String exportPortfolioStudent = "/exportPortfolio.do?mode=learner&toolSessionID=455&userID=555"; %> <%@ taglib uri="tags-core" prefix="c" %> Noticeboard Starter Page