<%@ include file="/taglibs.jsp" %> <%@ page import="org.apache.roller.pojos.*" %> <%@ page import="org.apache.roller.util.URLUtilities" %> <%@ page import="org.apache.roller.ui.authoring.struts.formbeans.WeblogEntryFormEx" %> <%@ page import="org.apache.roller.ui.authoring.struts.actions.WeblogEntryPageModel" %> <% WeblogEntryPageModel model = (WeblogEntryPageModel)request.getAttribute("model"); try { %>

<%-- ================================================================== --%> <%-- Title, category, dates and other metadata --%>
( ) ( ) ( )

<%-- ================================================================== --%> <%-- Weblog edit or preview --%> <%-- EDIT MODE --%>
<%-- need this div to control text-area size in IE 6 --%> <%-- include edit page --%>
<%-- PREVIEW MODE --%>




<%-- ================================================================== --%> <%-- plugin chooser --%>
+
<%-- ================================================================== --%> <%-- advanced settings --%>
+
<%-- ================================================================== --%> <%-- the button box --%>
<%-- save draft and post buttons: only in edit and preview mode --%> <%-- only show delete button for saved entries --%> <%-- edit mode buttons --%> <%-- // just commenting out old preview feature until we are sure we want to delete it --%> <%-- preview mode buttons --%> <%-- // just commenting out old preview feature until we are sure we want to delete it --%>
<%-- ================================================================== --%> <%-- Trackback control --%>


<%-- Add this back in once it has been properly internationalized --%> <% } catch (Throwable e) { e.printStackTrace(); } %>