Author: knguyen
Date: Thu Sep 27 11:13:42 2007
New Revision: 18685
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18685&repname=
=3Djahia
Log:
backport immediate or next full publication period option.
Added:
branches/JAHIA-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/jsp/jahia/engin=
es/timebasedpublishing/enable_immediatepublication.jsp
Added: branches/JAHIA-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/jsp/jahia/en=
gines/timebasedpublishing/enable_immediatepublication.jsp
URL: https://svndev.jahia.net/websvn/filedetails.php?path=3D/branches/JAHIA=
-VODAFONE-5-0-2-SP%20BRANCH/core/src/webapp/jsp/jahia/engines/timebasedpubl=
ishing/enable_immediatepublication.jsp&rev=3D18685&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/jsp/jahia/engin=
es/timebasedpublishing/enable_immediatepublication.jsp (added)
+++ branches/JAHIA-VODAFONE-5-0-2-SP BRANCH/core/src/webapp/jsp/jahia/engin=
es/timebasedpublishing/enable_immediatepublication.jsp Thu Sep 27 11:13:42 =
2007
@@ -0,0 +1,31 @@
+<%--
+Copyright 2002-2006 Jahia Ltd
+
+Licensed under the JAHIA SUSTAINABLE SOFTWARE LICENSE (JSSL), =
+Version 1.0 (the "License"), or (at your option) any later version; you ma=
y =
+not use this file except in compliance with the License. You should have =
+received a copy of the License along with this program; if not, you may ob=
tain =
+a copy of the License at =
+
+ http://www.jahia.org/license/
+
+Unless required by applicable law or agreed to in writing, software =
+distributed under the License is distributed on an "AS IS" BASIS, =
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. =
+See the License for the specific language governing permissions and =
+limitations under the License.
+--%>
+<%@ page language=3D"java"%>
+<%@ page import=3D"java.util.*" %>
+<%@ taglib uri=3D"JahiaLib" prefix=3D"jahia" %>
+<%
+ Boolean enableImmediatePublication =3D (Boolean)request.getAttribute("en=
ableImmediatePublication");
+ if ( enableImmediatePublication =3D=3D null ){
+ enableImmediatePublication =3D Boolean.TRUE;
+ }
+%>
+<input class=3D"input" type=3D"radio" name=3D"enableImmediatePublication" =
value=3D"true" <%if(enableImmediatePublication.booleanValue()){%>checked<%}=
%>>
+<jahia:engineResourceBundle resourceName=3D"org.jahia.engines.timebasedpub=
lishing.allowedToStartImmediately" defaultValue=3D"allowed to start immedia=
tely"/><br/>
+<input class=3D"input" type=3D"radio" name=3D"enableImmediatePublication" =
value=3D"false" <%if(!enableImmediatePublication.booleanValue()){%>checked<=
%}%>>
+<jahia:engineResourceBundle resourceName=3D"org.jahia.engines.timebasedpub=
lishing.onlyAtNextFullPeriod" defaultValue=3D"only at next full publish per=
iod"/>
+
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list