29 строки
1.5 KiB
HTML
29 строки
1.5 KiB
HTML
<!----------------Splitter Control---------------->
|
|
<div id="splittercontrol" ng-controller="SplitterCtrl">
|
|
<div class="content-container-fluid">
|
|
<div class="row">
|
|
<div class="cols-sample-area" style="height: 400px;">
|
|
<div id="outterSplitter" class="ang-splitter" ej-splitter e-orientation="vertical" e-height="280px" e-isresponsive="true" e-properties="proper1" e-isresponsive="true" e-width="550px">
|
|
<div>
|
|
<h3 class="h3">FRENCH CITIES </h3>
|
|
</div>
|
|
<div id="innerSplitter" class="ang-splitter" ej-splitter e-width="550px" e-properties="proper2">
|
|
<div>
|
|
<h3 class="h3">PARIS </h3>
|
|
Paris, the city of lights and love - this short guide is full of ideas for how to make the most of the romanticism...
|
|
</div>
|
|
<div>
|
|
<h3 class="h3">CAMEMBERT </h3>
|
|
The village in the Orne département of Normandy where the famous French cheese is originated from.
|
|
</div>
|
|
<div>
|
|
<h3 class="h3">GRENOBLE </h3>
|
|
The capital city of the French Alps and a major scientific center surrounded by many ski resorts, host of the Winter Olympics in 1968.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|