123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- <!-- inc:header -->
- <!-- if($file_uptype == "swf") -->
- <script type="text/javascript" src="libs/swfupload/swfupload.js"></script>
- <script type="text/javascript" src="libs/swfupload/swfupload.queue.js"></script>
- <script type="text/javascript" src="libs/swfupload/fileprogress.js"></script>
- <script type="text/javascript" src="libs/swfupload/handlers.js"></script>
- <!-- end -->
- <div class="notice"><div class="p">
- <table width="100%" cellpadding="0" cellspacing="0">
- <tr>
- <td width="150px">
- <table cellpadding="0" cellspacing="0">
- <form id="_phpok_action_upload" action="{:$page_url}" method="post" enctype="multipart/form-data">
- <tr>
- <td><span class="lead"> » 附件列表</span></td>
- <td><div id="divStatus"></div></td>
- <td> </td>
- <td><span id="spanButtonPlaceHolder"></span></td>
- <td> </td>
- <td style="display:none;"><input id="btnCancel" type="button" value="取消上传" onclick="swfu.cancelQueue();" disabled="disabled" /></td>
- </tr>
- </form>
- </table>
- </td>
- <td>
- <table>
- <form method="post" action="{:site_url('files')}">
- <tr>
- <td>附件搜索:</td>
- <td>
- <select name="type" id="type">
- <option value="">全部,不限</option>
- <option value="img"{if($input_type == "img")} selected{end}>图片类</option>
- <option value="video"{if($input_type == "video")} selected{end}>影音类</option>
- <option value="download"{if($input_type == "download")} selected{end}>其他</option>
- </select>
- </td>
- <td>上传时间:</td>
- <td><input type="text" name="postdate" id="postdate" onfocus="show_date('postdate')" style="width:75px;" value="{:$postdate}"></td>
- <td> 关键字:</td>
- <td><input type="text" name="keywords" value="{:$keywords}" id="keywords"></td>
- <td><input type="submit" value="搜索" class="btn2"></td>
- </tr>
- </form>
- </table>
- </td>
- <td align="right"><a href="{:site_url('files,set')}" class="button">附件设置</a></td>
- </tr>
- </table>
- </div></div>
- <!-- if($file_uptype != "swf") -->
- <div class="notice"><div class="p">
- <table cellpadding="0" cellspacing="0">
- <form method="post" action="{:site_url('open,upok','','&')}" enctype="multipart/form-data">
- <input type="hidden" id="_go_back_url" name="_go_back_url" value="{:$page_url}" />
- <tr>
- <td> » 上传附件:</td>
- <td><input type="file" name="upload_file" id="upload_file" size="12"></td>
- <td> </td>
- <td><input type="submit" value="上传" class="btn2" /></td>
- </tr>
- </form>
- </table>
- </div></div>
- <!-- end -->
- <div id="fsUploadProgress" class="swfupload_progress"></div>
- <div class="main">
- <table width="100%" style="layout:fixed;" cellpadding="0" cellspacing="0">
- <tr>
- <td class="t_sub" width="50%">名称</td>
- <td class="t_sub" width="50%">名称</td>
- </tr>
- <tr>
- <!-- $rslist AS $key=>$value -->
- <!-- run:$ftype = ROOT."images/filetype-large/".$value[ftype].".jpg" -->
- <!-- run:$thumb = file_exists($ftype) ? $value[ftype] : "unknown" -->
- <td class="{:($key)%2=='' ? 'tc_left' : 'tc_right'}">
- <table width="100%" onMouseOver="over_tr(this)" onMouseOut="out_tr(this)">
- <tr>
- <td align="center" width="90px" height="90px"><a href="javascript:phpjs_preview({:$value[id]});void(0);"><!-- if($value[thumb]) --><img src="{:$value[thumb]}" width="80px" height="80px" /><!-- else --><img src="images/filetype-large/{:$thumb}.jpg" width="80px" height="80px" /><!-- end --></a></td>
- <td>
- <!-- if($thumb == "flv") -->
- <div>封面:<input type="text" id="flv_pic_{:$value[id]}" value="{:$value[flv_pic]}" style="width:180px" /> <input type="button" value="选择" class="btn2" onclick="phpjs_onepic('flv_pic_{:$value[id]}')" /> <input type="button" class="btn2" value="清空" onclick="phpjs_onepic_clear('flv_pic_{:$value[id]}')">
- </div>
- <div style="padding-top:5px;">名称:<input type="text" id="tmpname_{:$value[id]}" value="{:$value[title] ? $value[title] : basename($value[filename])}" style="width:180px" /> <input type="button" value="提交" onclick="update_name({:$value[id]});" class="btn2" /></div>
- <!-- else -->
- <div>名称:<input type="text" id="tmpname_{:$value[id]}" value="{:$value[title] ? $value[title] : basename($value[filename])}" style="width:180px" /> <input type="button" value="改名" onclick="update_name({:$value[id]});" class="btn2" /></div>
- <!-- end -->
- <div style="padding-top:5px;">时间:{:date("Y-m-d H:i:s",$value[postdate])}</div>
- <div style="padding-top:5px;">
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td><input type="checkbox" value="{:$value[id]}" /></td>
- <td><a href="javascript:update_one({:$value['id']});void(0);" class="btn pic_gd" title="更新图片规格"></a></td>
- <td><a href="javascript:copy_url({:$value['id']});void(0);" class="btn piclink" title="链接"></a></td>
- <td><a href="javascript:to_delete({:$value['id']});void(0);" class="btn pic_del" title="删除"></a></td>
- <td id="notice_{:$value[id]}" style="color:darkblue;"></td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- </td>
- <!-- row:2 -->
- <!-- end -->
- </tr>
- </table>
- </div>
- <div class="table">
- <table width="100%">
- <tr>
- <td>
- <input type="button" value="全选" onclick="select_all()" class="btn2">
- <input type="button" value="全不选" onclick="select_none()" class="btn3">
- <input type="button" value="反选" onclick="select_anti()" class="btn2">
-
- <input type="button" value="批量更新" onclick="update_pl()" class="btn4">
- <input type="button" value="全部更新" onclick="update_all()" class="btn4">
-
- <input type="button" value="批量删除" onclick="del_pl()" class="btn4">
- </td>
- <td align="right">{:$pagelist}</td>
- </tr>
- </table>
- </div>
- <script type="text/javascript">
- var page_url = "{:$page_url}";
- </script>
- <!-- if($file_uptype == "swf") -->
- <script type="text/javascript">
- var settings = {
- flash_url : "libs/swfupload/swfupload.swf",
- upload_url: "{:site_url('open,upload','','&')}",
- post_params: {"{:SYS_SESSION_ID}" : "{:$sys_app->session_lib->sessid()}"},
- file_size_limit : "500 MB",
- file_types : "*.*",
- file_types_description : "全部文件",
- file_upload_limit : 100,
- file_queue_limit : 0,
- custom_settings : {
- progressTarget : "fsUploadProgress",
- cancelButtonId : "btnCancel"
- },
- debug: false,
- // Button settings
- button_image_url: "images/swfupload.png",
- button_placeholder_id : "spanButtonPlaceHolder",
- button_width: "62",
- button_height: "22",
- // The event handler functions are defined in handlers.js
- file_queued_handler : fileQueued,
- file_queue_error_handler : fileQueueError,
- file_dialog_complete_handler : fileDialogComplete,
- upload_start_handler : uploadStart,
- upload_progress_handler : uploadProgress,
- upload_error_handler : uploadError,
- upload_success_handler : uploadSuccess,
- upload_complete_handler : uploadComplete,
- queue_complete_handler : queueComplete // Queue plugin event
- };
- swfu = new SWFUpload(settings);
- </script>
- <!-- end -->
- <script type="text/javascript">
- function update_one(id)
- {
- var url = base_file + "?" + base_ctrl + "=open&" + base_func + "=pl&picid="+id;
- Layer.init(url,630,500);
- }
- function update_pl()
- {
- var id = join_checkbox();
- if(!id)
- {
- alert("请选择要更新的附件");
- return false;
- }
- var url = base_file + "?" + base_ctrl + "=open&" + base_func + "=pl&picid="+id;
- Layer.init(url,630,500);
- }
- function update_all()
- {
- var url = base_file + "?" + base_ctrl + "=open&" + base_func + "=pl&picid=all";
- Layer.init(url,630,500);
- }
- function del_pl()
- {
- var id = join_checkbox();
- if(!id)
- {
- alert("请选择要批量删除的附件");
- return false;
- }
- var qc = confirm("确定要删除这些附件吗?删除后是不能恢复的!");
- if(qc == "0")
- {
- return false;
- }
- var url = base_url + base_func + "=del&id="+id;
- var msg = get_ajax(url);
- if(!msg) msg = "error!";
- if(msg == "ok")
- {
- direct(page_url);
- }
- else
- {
- alert(msg);
- return false;
- }
- }
- function to_delete(id)
- {
- if(!id)
- {
- alert("没有指定ID!");
- return false;
- }
- var qc = confirm("确定要删除该附件吗?删除后是不能恢复的!");
- if(qc == "0")
- {
- return false;
- }
- var url = base_url + base_func + "=del&id="+id;
- var msg = get_ajax(url);
- if(!msg) msg = "error!";
- if(msg == "ok")
- {
- direct(page_url);
- }
- else
- {
- alert(msg);
- return false;
- }
- }
- function update_name(id)
- {
- if(!id)
- {
- alert("获取ID错误!请检查!");
- return false;
- }
- var tname = getid("tmpname_"+id).value;
- if(!tname)
- {
- alert("名称不允许为空!");
- return false;
- }
- var url = base_url + base_func + "=update_name&id="+id+"&tmpname="+EncodeUtf8(tname);
- //判断是否有封面,如有,同时更新FLV封面信息
- if(getid("flv_pic_"+id))
- {
- var flv_pic = getid("flv_pic_"+id).value;
- url += "&flv_pic="+EncodeUtf8(flv_pic);
- }
- get_ajax(url,js_update_tmpname,id);
- }
- function js_update_tmpname(msg,id)
- {
- if(msg == "ok")
- {
- getid("notice_"+id).innerHTML = "更名成功";
- eval_js(3,"js_clear_tmpname("+id+")");
- return true;
- }
- else
- {
- if(msg)
- {
- getid("notice_"+id).innerHTML = msg;
- return false;
- }
- }
- }
- function js_clear_tmpname(id)
- {
- getid("notice_"+id).innerHTML = "";
- }
- function copy_url(id)
- {
- var url = base_file + "?" + base_ctrl + "=open&" + base_func + "=copyurl&id="+id;
- Layer.init(url,630,500);
- }
- </script>
- <!-- inc:footer -->
|