?? simpleexportdatadialogfragment.jsp
字號(hào):
<%-----------------------------------------------------------------------------
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.presentation.aggregation.IFragment,
org.eclipse.birt.report.resource.BirtResources" %>
<%-----------------------------------------------------------------------------
Expected java beans
-----------------------------------------------------------------------------%>
<jsp:useBean id="fragment" type="org.eclipse.birt.report.presentation.aggregation.IFragment" scope="request" />
<%-----------------------------------------------------------------------------
Export data dialog fragment
-----------------------------------------------------------------------------%>
<TABLE ID="simpleExportDialogBody" CELLSPACING="2" CELLPADDING="2" CLASS="birtviewer_dialog_body">
<TR HEIGHT="5px"><TD></TD></TR>
<TR>
<TD>
<LABEL FOR="resultsets"><%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.resultsets" )%>
</LABEL>
</TD>
</TR>
<TR>
<TD COLSPAN="3">
<SELECT ID="resultsets" CLASS="birtviewer_exportdata_dialog_single_select">
</SELECT>
</TD>
</TR>
<TR HEIGHT="5px"><TD></TD></TR>
<TR>
<TD VALIGN="top">
<TABLE STYLE="font-size:8pt;">
<TR><TD>
<LABEL FOR="availableColumnSelect"><%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.availablecolumn" )%></LABEL>
</TD></TR>
<TR><TD>
<SELECT ID="availableColumnSelect" MULTIPLE="true" SIZE="10" CLASS="birtviewer_exportdata_dialog_select">
</SELECT>
</TD></TR>
</TABLE>
</TD>
<TD VALIGN="middle">
<TABLE HEIGHT="100%">
<TR><TD>
<TABLE VALIGN="middle">
<TR><TD>
<INPUT TYPE="image" NAME="Addall" SRC="birt/images/AddAll.gif"
ALT='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.addall" )%>'
TITLE='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.addall" )%>'
CLASS="birtviewer_exportdata_dialog_button">
</TD></TR>
<TR height="2px"><TD></TD></TR>
<TR><TD>
<INPUT TYPE="image" NAME="Add" SRC="birt/images/Add.gif"
ALT='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.add" )%>'
TITLE='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.add" )%>'
CLASS="birtviewer_exportdata_dialog_button">
</TD></TR>
<TR height="2px"><TD></TD></TR>
<TR><TD>
<INPUT TYPE="image" NAME="Remove" SRC="birt/images/Remove_disabled.gif"
ALT='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.remove" )%>'
TITLE='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.remove" )%>'
CLASS="birtviewer_exportdata_dialog_button">
</TD></TR>
<TR height="2px"><TD></TD></TR>
<TR><TD>
<INPUT TYPE="image" NAME="Removeall" SRC="birt/images/RemoveAll_disabled.gif"
ALT='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.removeall" )%>'
TITLE='<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.removeall" )%>'
CLASS="birtviewer_exportdata_dialog_button">
</TD></TR>
</TABLE>
</TD></TR>
</TABLE>
</TD>
<TD >
<TABLE STYLE="font-size:8pt;">
<TR><TD>
<LABEL FOR="selectedColumnSelect"><%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.selectedcolumn" )%></LABEL>
</TD></TR>
<TR><TD>
<SELECT ID="selectedColumnSelect" MULTIPLE="true" SIZE="10" CLASS="birtviewer_exportdata_dialog_select">
</SELECT>
</TD></TR>
</TABLE>
</TD>
</TR>
<TR HEIGHT="5px"><TD></TD></TR>
<TR>
<TD COLSPAN="3" STYLE="font-size:7pt">
<%= BirtResources.getMessage( "birt.viewer.dialog.exportdata.format" )%>
</TD>
</TR>
<TR HEIGHT="5px"><TD></TD></TR>
</TABLE>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -