%--
* Copyright by Intland Software
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Intland Software. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Intland.
*
* $Revision$ $Date$
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fn" prefix="fn" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@page import="com.intland.codebeamer.persistence.dto.ProjectDto"%>
<%@page import="com.intland.codebeamer.controller.ControllerUtils"%>
<%
ProjectDto project = ControllerUtils.getCurrentProject(request);
pageContext.setAttribute("preferences",
com.intland.codebeamer.persistence.dao.impl.ProjectPreferencesDaoImpl.getInstance().findByProjectId(project.getId()));
pageContext.setAttribute("TAB", "\t");
pageContext.setAttribute("NEWLINE", "\n");
%>