<%@ page contentType="text/html; charset=utf-8"%>
<%@taglib uri="/struts-tags" prefix="s"%>
<%
    String path = request.getContextPath();
    String basePath = request.getScheme() + "://"
            + request.getServerName() + ":" + request.getServerPort()
            + path + "/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>歌曲发送任务列表</title>
        <style type="text/css"></style>
        <script src="<%=basePath %>js/jquery-1.3.2.min.js" type="text/javascript"></script>
        <link rel="stylesheet" href="<%=basePath %>css/main.css" type="text/css" />

    </head>

    <body>
    <div id="loading" style="position:fixed !important;position:absolute;top:0;left:0;height:100%; width:100%; z-index:999; background:#000 url(<%=basePath%>p_w_picpaths/loading.gif) no-repeat center center; opacity:0.6; filter:alpha(opacity=60);font-size:14px;line-height:20px;" οnclick="javascript:turnoff('loading')">
        <p id="loading-one" style="color:#fff;position:absolute; top:50%; left:50%; margin:20px 0 0 -50px; padding:3px 10px;" οnclick="javascript:turnoff('loading')">页面载入中..</p>
        </div>
    <script type="text/javascript">
    //<![CDATA[
      function turnoff(obj){
        document.getElementById(obj).style.display="none";
      }
    //]]>
    </script>
        
    </body>
</html>