代码拉取完成,页面将自动刷新
<%-----------------------------------------------------------------------------
Copyright (c) 2004 Actuate Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Actuate Corporation - Initial implementation.
-----------------------------------------------------------------------------%>
<%@ page contentType="text/html; charset=utf-8" %>
<%@ page session="false" buffer="none" %>
<%@ page import="org.eclipse.birt.report.utility.BirtUtility,
org.eclipse.birt.report.IBirtConstants,
org.eclipse.birt.report.resource.BirtResources" %>
<%-----------------------------------------------------------------------------
Cancel Task
-----------------------------------------------------------------------------%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>
<%= BirtResources.getMessage( "birt.viewer.title.message" )%>
</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<LINK REL="stylesheet" HREF="<%= request.getContextPath( ) + "/webcontent/birt/styles/style.css" %>" TYPE="text/css">
</HEAD>
<%
String taskid = request.getParameter( IBirtConstants.OPRAND_TASKID );
try
{
BirtUtility.cancelTask( request, taskid );
}
catch( Exception e )
{
e.printStackTrace( );
}
%>
<BODY>
<TABLE CLASS="BirtViewer_Highlight_Label">
<TR>
<TD NOWRAP>
<%= BirtResources.getMessage( "birt.viewer.message.taskcanceled" )%>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。