You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeecg/WebRoot/webpage/demo/upload/uploadTabs.jsp

10 lines
612 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="/context/mytags.jsp"%>
<t:tabs id="tt" iframe="false" tabPosition="bottom">
<t:tab iframe="demoController.do?autoupload&turn=upload/autoupload" icon="icon-search" title="自动上传" id="auto"></t:tab>
<!-- update-begin--Author:lihuan Date:20130418 for 增加下载功能 -->
<t:tab iframe="demoController.do?autoupload&turn=upload/defaultupload" icon="icon-search" title="普通上传下载" id="default"></t:tab>
<!-- update-end--Author:lihuan Date:20130418 for增加下载功能 -->
</t:tabs>