| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 | <?php defined('IN_ADMIN') or exit('No permission resources.'); $show_dialog = $show_validator = $show_header = 1; include $this->admin_tpl('header','admin');?><style type="text/css"> html,body{background:#e2e9ea}</style><script type="text/javascript"><!--	var charset = '<?php echo CHARSET?>';	var uploadurl = '<?php echo pc_base::load_config('system','upload_url')?>';//--></script><script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>content_addtop.js"></script><script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>colorpicker.js"></script><script language="javascript" type="text/javascript" src="<?php echo JS_PATH?>cookie.js"></script><form name="myform" id="myform" action="?m=special&c=content&a=edit&specialid=<?php echo $_GET['specialid']?>&id=<?php echo $_GET['id']?>" method="post" enctype="multipart/form-data"><div class="addContent"><div class="crumbs"><?php echo L('edit_pos_info')?></div><div class="col-right">    	<div class="col-1">        	<div class="content pad-6">	<h6> <?php echo L('content_thumb')?></h6>	 <div class="upload-pic img-wrap"><div class="bk10"></div><input type="hidden" name="info[thumb]" value="<?php echo $info['thumb']?>" id="thumb">						<a href="javascript:;" onclick="javascript:flashupload('thumb_images', '<?php echo L('file_upload')?>','thumb',thumb_images,'1,jpg|jpeg|gif|bmp|png,300,300','content','39','<?php echo upload_key('1,jpg|jpeg|gif|bmp|png,300,300')?>')"><img src="<?php if($info['thumb']) { echo $info['thumb']; } else {?>statics/images/icon/upload-pic.png<?php }?>" id="thumb_preview" width="135" height="113" style="cursor:hand" /></a><input type="button" style="width: 66px;" class="button" onclick="crop_cut($('#thumb').val());return false;" value="<?php echo L('crop_thumb')?>"><script type="text/javascript">function crop_cut(id){	if (id=='') { alert('<?php echo L('please_upload_thumb')?>');return false;}	window.top.art.dialog({title:'<?php echo L('crop_thumb')?>', id:'crop', iframe:'index.php?m=content&c=content&a=public_crop&module=phpcms&picurl='+encodeURIComponent(id)+'&input=thumb&preview=thumb_preview', width:'680px', height:'480px'}, 	function(){var d = window.top.art.dialog({id:'crop'}).data.iframe;	d.uploadfile();return false;}, function(){window.top.art.dialog({id:'crop'}).close()});};</script></div> 	<h6> <?php echo L('author')?></h6>	 <input type="text" name="data[author]" value="<?php echo $data['author']?>" size="30"> 	<h6> <?php echo L('islink')?></h6>	 <input type="text" name="linkurl" id="linkurl" value="<?php if($info['islink']) { echo $info['url']; }?>" size="30" maxlength="255"<?php if($info['islink']) {?> disabled<?php }?>> <input name="info[islink]" type="checkbox" id="islink" value="1"<?php if($info['islink']) {?> checked<?php }?> onclick="ruselinkurl();" > <font color="red"><?php echo L('islink')?></font> 	<h6> <?php echo L('inputtime')?></h6> <?php echo form::date('info[inputtime]', format::date($info['inputtime'], 1) , 1);?>	<h6> <?php echo L('template_style')?></h6> <?php echo form::select($template_list, $data['style'], 'name="data[style]" id="style" onchange="load_file_list(this.value)"', L('please_select'))?>	<h6> <?php echo L('show_template')?></h6> <span id="show_template"><?php echo '<script type="text/javascript">$.getJSON(\'?m=admin&c=category&a=public_tpl_file_list&style='.$style.'&id='.$data['show_template'].'&module=special&templates=show&name=data\', function(data){$(\'#show_template\').html(data.show_template);});</script>'?></span>           </div>        </div>    </div>    <div class="col-auto">    	<div class="col-1">        	<div class="content pad-6"><table width="100%" cellspacing="0" class="table_form">	<tbody>	<tr>      <th width="80"> <font color="red">*</font> <?php echo L('for_type')?>	  </th>      <td><?php echo form::select($types, $info['typeid'], 'name="info[typeid]" id="typeid"', L('please_choose_type'))?>  </td>    </tr>	<tr>      <th width="80"> <font color="red">*</font> <?php echo L('content_title')?>	  </th>      <td><input type="text" style="width:350px;" name="info[title]" id="title" value="<?php echo new_html_special_chars($info['title'])?>" class="measure-input " onBlur="$.post('api.php?op=get_keywords&number=3&sid='+Math.random()*5, {data:$('#title').val()}, function(data){if(data && $('#keywords').val()=='') $('#keywords').val(data); })" />		<input type="hidden" name="style_color" id="style_color" value="">		<input type="hidden" name="style_font_weight" id="style_font_weight" value="">		<input type="button" class="button" id="check_title_alt" value="<?php echo L('check_exist')?>" onclick="$.get('?m=special&c=content&a=public_check_title&sid='+Math.random()*5, {data:$('#title').val()}, function(data){if(data=='1') {$('#check_title_alt').val('<?php echo L('title_exist')?>');$('#check_title_alt').css('background-color','#FFCC66');} else if(data=='0') {$('#check_title_alt').val('<?php echo L('title_no_exist')?>');$('#check_title_alt').css('background-color','#F8FFE1')}})"/> <img src="statics/images/icon/colour.png" width="15" height="16" onclick="colorpicker('title_colorpanel','set_title_color');" style="cursor:hand"/> 		<img src="statics/images/icon/bold.png" width="10" height="10" onclick="input_font_bold()" style="cursor:hand"/> <span id="title_colorpanel" style="position:absolute; z-index:200" class="colorpanel"></span>  </td>    </tr>    <tr>      <th width="80"> <?php echo L('keywords')?>	  </th>      <td><input type='text' name='info[keywords]' id='keywords' value='<?php echo $info['keywords']?>' style='50'  >  <?php echo L('more_keywords_with_blanks')?></td>    </tr>	<tr>      <th width="60"> <?php echo L('description')?>	  </th>      <td><textarea name="info[description]" id="description" style='width:98%;height:46px;' onkeyup="strlen_verify(this, 'description_len', 255)"><?php echo $info['description']?></textarea> 还可输入<B><span id="description_len"><?php echo 255-strlen($info['description'])?></span></B> 个字符  </td>    </tr>	<tr>      <th width="60"> <font color="red">*</font> <?php echo L('content')?>	  </th>      <td><div id='content_tip'></div><textarea name="data[content]" id="content" boxid="content"><?php echo $data['content']?></textarea><?php echo form::editor('content', 'full', 'content', '', '', 1)?><div class="content_attr"><label><input name="add_introduce" type="checkbox"  value="1" checked><?php echo L('iscutcontent')?></label><input type="text" name="introcude_length" value="200" size="3"><?php echo L('characters_to_contents')?><label><input type='checkbox' name='auto_thumb' value="1" checked><?php echo L('iscutcotent_pic')?></label><input type="text" name="auto_thumb_no" value="1" size="2" class=""><?php echo L('picture2thumb')?></div></td>	<tr>      <th width="60"> <?php echo L('paginationtype')?>	  </th>      <td><select name="data[paginationtype]" id="paginationtype" onchange="if(this.value==1)$('#paginationtype1').css('display','');else $('#paginationtype1').css('display','none');">                <option value="0"<?php if($data['paginationtype']==0) {?> selected<?php }?>><?php echo L('no_page')?></option>                <option value="1"<?php if($data['paginationtype']==1) {?> selected<?php }?>><?php echo L('collate_copies')?></option>                <option value="2"<?php if($data['paginationtype']==2) {?> selected<?php }?>><?php echo L('manual_page')?></option>            </select>			<span id="paginationtype1" style="display:<?php if($data['paginationtype']==1) {?>block<?php } else {?>none<?php }?>"><input name="data[maxcharperpage]" type="text" id="maxcharperpage" value="<?php echo $data['maxcharperpage']?>" size="8" maxlength="8"><?php echo L('number_of_characters')?></span>  </td>    </tr>     </tbody></table>                </div>        	</div>        </div>            </div></div><div class="fixed-bottom">	<div class="fixed-but text-c">    <div class="button"><input value="<?php echo L('save')?>" type="submit" class="cu" name="dosubmit" onclick="refersh_window();"></div>    <div class="button"><input value="<?php echo L('close')?>" type="button" name="close" class="cu" onclick="refersh_window();close_window()"></div>      </div></div></form><script type="text/javascript">function load_file_list(id) {	$.getJSON('?m=admin&c=category&a=public_tpl_file_list&style='+id+'&module=special&templates=show&name=data', function(data){$('#show_template').html(data.show_template);});}</script></body></html><script type="text/javascript"> <!--//只能放到最下面$(function(){	$.formValidator.initConfig({formid:"myform",autotip:true,onerror:function(msg,obj){window.top.art.dialog({content:msg,lock:true,width:'200',height:'50'}, 	function(){$(obj).focus();	boxid = $(obj).attr('id');	if($('#'+boxid).attr('boxid')!=undefined) {		check_content(boxid);	}	})}});	$("#typeid").formValidator({autotip:true,onshow:"<?php echo L('please_choose_type')?>",onfocus:"<?php echo L('please_choose_type')?>"}).inputValidator({min:1,onerror:"<?php echo L('please_choose_type')?>"}).defaultPassed();	$("#title").formValidator({autotip:true,onshow:"<?php echo L('please_input_title')?>",onfocus:"<?php echo L('please_input_title')?>"}).inputValidator({min:1,onerror:"<?php echo L('please_input_title')?>"}).defaultPassed();	$("#content").formValidator({autotip:true,onshow:"",onfocus:"<?php echo L('content_empty')?>"}).functionValidator({	    fun:function(val,elem){	    //获取编辑器中的内容		var oEditor = CKEDITOR.instances.content;		var data = oEditor.getData();		        if($('#islink').attr('checked')){		    return true;	    }else if(($('#islink').attr('checked')==false) && (data=='')){		    return "<?php echo L('content_empty')?>"	    } else { return true; }	}	}).defaultPassed();	/* * 加载禁用外边链接 */<?php if($info['islink']==0) {?>	$('#linkurl').attr('disabled',true);	$('#islink').attr('checked',false);	<?php }?>	$('.edit_content').hide();});document.title='编辑:<?php echo $info['title']?>';self.moveTo(0, 0);function refersh_window() {	setcookie('refersh_time', 1);}//--></script>
 |