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>