well() public static method

Generates a well container.
See also: http://getbootstrap.com/components/#wells
public static well ( string $content, string $size = '', array $options = [] ) : string
$content string the content
$size string the well size. Should be one of the bootstrap size modifiers: - [[SIZE_TINY]] or `xs` - [[SIZE_SMALL]] or `sm` - [[SIZE_MEDIUM]] or `md` - [[SIZE_LARGE]] or `lg`
$options array HTML attributes / options for the well container.
return string
Beispiel #1
0
						</div>
					</div>
				</div>
				 <div class="row">
					<div class="col-md-12">
						<h4 class="page-head-line">Perusahaan</h4>
						<?php 
echo $content;
?>
					</div>
				</div>
				 <div class="row">
					<div class="col-md-12">
						<h4 class="page-head-line">CONTACT</h4>					
						<?php 
echo Html::well(Html::address('Ruko De Mansion Blok C No.12', ['Jl. Jalur Sutera, Alam Sutera, Serpong', 'Tangerang Selatan.'], ['Tel ' => '(021) 3044-85-98/99'], ['Fax ' => '(021) 3044 85 97'], ['Website : ' => 'www.lukison.com', 'Email' => '*****@*****.**']), Html::SIZE_TINY);
?>
		
					</div>
				</div>				
			</div>				
		</div>
			
	</div>		
		<footer class="footer bg-black" style="height: 50px">
			<br>
				<?php 
echo $corp . date('Y');
?>
			</br>
		</footer>
Beispiel #2
0
<?php

/* @var $this yii\web\View */
use kartik\helpers\Html;
$this->title = 'contact-ubudsatu.com';
?>


<div class="content">
			<div class="content">					
				
				 <div class="row">
					<div class="col-md-12">
						<h4 class="page-head-line">CONTACT</h4>			
						<?php 
echo Html::well(Html::address('DUTA BINTARO, Cluster Ubud Satu', ['Kelurahan Kunciran, Kecamatan Pinang', 'Tangerang.'], ['Tel ' => '(021) '], ['Fax ' => '(021) '], ['Website : ' => 'www.ubudsatu.com', 'Email' => '*****@*****.**']), Html::SIZE_TINY);
?>
		
				</div>
				 	
			</div>				
		</div>
</div>