|  |  | @@ -315,7 +315,7 @@ | 
		
	
		
			
			|  |  |  | $fhtml .= "<input type='hidden' name='imgurl{$j}' value='{$bigimg}'>"; | 
		
	
		
			
			|  |  |  | $fhtml .= "<input type='hidden' name='imgddurl{$j}' value='{$litimg}'>"; | 
		
	
		
			
			|  |  |  | $fhtml .= "<img src='{$litimg}'>"; | 
		
	
		
			
			|  |  |  | $fhtml .= "<div class='my-2'>名称:<input type='text' name='imgmsg{$j}' value='".$ctag->GetAtt('text')."' class='admin-input-sm'></div>"; | 
		
	
		
			
			|  |  |  | $fhtml .= "<div class='my-2'>标题:<input type='text' name='imgmsg{$j}' value='".$ctag->GetAtt('text')."' class='admin-input-sm'></div>"; | 
		
	
		
			
			|  |  |  | $fhtml .= "<div><span class='btn btn-success btn-sm file-relative'>更换<input type='file' name='imgfile{$j}' class='file-absolute'></span><a href=\"javascript:delAlbPicOld('$bigimg',$j)\" class=\"btn btn-success btn-sm\">删除</a></div>"; | 
		
	
		
			
			|  |  |  | $fhtml .= "</div>"; | 
		
	
		
			
			|  |  |  | echo $fhtml; | 
		
	
	
		
			
				|  |  | 
 |