<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - News Edit Form JSP - - Attributes: --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ page import="org.dspace.app.webui.servlet.admin.NewsEditServlet" %> <%@ page import="org.dspace.core.Constants" %> <% String position = (String)request.getAttribute("position"); //get the existing news String news = (String)request.getAttribute("news"); if (news == null) { news = ""; } request.setAttribute("LanguageSwitch", "hide"); %> <%--

News Editor

--%>

<%--

Add or edit text in the box below to have it appear in the <%= positionStr%> of the DSpace home page.

--%>

<% if (position.contains("top")) { %> <% } else { %> <% } %>

<%--

You may format the text using HTML tags, but please note that the HTML will not be validated here.

--%>

<%-- News: --%> <%-- --%> " /> <%-- --%> " />