Commit 9044d50d by Manzar Hussain

latest application

parent 0caba6dc
{#
/**
* @file
* Default view template to display all the fields in a row.
*
* Available variables:
* - view: The view in use.
* - fields: A list of fields, each one contains:
* - content: The output of the field.
* - raw: The raw data for the field, if it exists. This is NOT output safe.
* - class: The safe class ID to use.
* - handler: The Views field handler controlling this field.
* - inline: Whether or not the field should be inline.
* - wrapper_element: An HTML element for a wrapper.
* - wrapper_attributes: List of attributes for wrapper element.
* - separator: An optional separator that may appear before a field.
* - label: The field's label text.
* - label_element: An HTML element for a label wrapper.
* - label_attributes: List of attributes for label wrapper.
* - label_suffix: Colon after the label.
* - element_type: An HTML element for the field content.
* - element_attributes: List of attributes for HTML element for field content.
* - has_label_colon: A boolean indicating whether to display a colon after
* the label.
* - element_type: An HTML element for the field content.
* - element_attributes: List of attributes for HTML element for field content.
* - row: The raw result from the query, with all data it fetched.
*
* @see template_preprocess_views_view_fields()
*
* @ingroup themeable
*/
#}
<div class="container-fluid bg_n_img spacerTB cs_c_hb_d" style="background: url(/themes/custom/envigo/images/use_bg_pc.jpg);">
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="cs_w_b">
<h1 class="c_heading_b text-center">Search by Application</h1>
<div class="cs_slider_wp">
<div class="cs_s_cb row cs_application_c">
{% for row in rows %}
<div class="cs_item_b col-10 col-md-6 col-lg-4 col-xl-3">
<div class="cs_inner_item">
<a href="" class="cs_a_con_ob">
<div class="cs_a_c_w">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_application_image }}'] }}
</div>
<div class="cs_overlay_c_b">
<div class="cs_icbnd">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_application_short_descript }}'] }}</p>
</div>
</div>
</a>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="cs_btn_c_b">
<a href="/application">View All Applications &nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- section code end -->
...@@ -33,43 +33,105 @@ ...@@ -33,43 +33,105 @@
#} #}
<div class="container-fluid spacerTB m_c_s_d_i">
<div class="container-fluid bg_n_img spacerTB cs_c_hb_d" style="background: url(/themes/custom/envigo/images/use_bg_pc.jpg);">
<div class="row"> <div class="row">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-md-8">
<div class="cs_w_b"> <div class="h_c_b_wrapper">
<h1 class="c_heading_b text-center">Search by Application</h1> <h2 class="h_c_w_bnm">Packaging</h2>
<div class="cs_slider_wp"> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>
<div class="cs_s_cb row cs_application_c">
{% for row in rows %}
<div class="cs_item_b col-10 col-md-6 col-lg-4 col-xl-3">
<div class="cs_inner_item">
<a href="" class="cs_a_con_ob">
<div class="cs_a_c_w">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_application_image }}'] }}
</div>
<div class="cs_overlay_c_b">
<div class="cs_icbnd">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_application_short_descript }}'] }}</p>
</div>
</div>
</a>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="cs_btn_c_b">
<a href="/application">View All Applications &nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div> </div>
<!--product list start-->
<div class="row">
{% for row in rows %}
<div class="col-md-4">
<section class="ap-grid-block">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
<div class="ap-slider">
<div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_product_icon }}'] }}</figure>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}</p>
</div>
<div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_product_icon }}'] }}</figure>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}</p>
</div>
<div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_product_icon }}'] }}</figure>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}</p>
</div>
</div>
</section>
</div>
{% endfor %}
</div>
<!--product list end-->
</div>
<div class="col-md-4">
<!--form start-->
<div class="f-w">
<h4 class="h_c_w_bnm">Get in touch today</h4>
<form>
<div class="form-row">
<div class="col">
<input type="text" class="form-control" value="" placeholder="Firstname *" />
</div>
<div class="col">
<input type="text" class="form-control" value="" placeholder="Lastname *" />
</div>
</div>
<div class="form-row">
<div class="col">
<input type="text" class="form-control" value="" placeholder="Email address* " />
</div>
<div class="col">
<input type="text" class="form-control" value="" placeholder="Mobile No*" />
</div>
</div>
<div class="form-row">
<div class="col">
<input type="text" class="form-control" value="" placeholder="Company name" />
</div>
<div class="col">
<input type="text" class="form-control" value="" placeholder="Pastcode*" />
</div>
</div>
<div class="form-row">
<div class="col">
<select class="form-control" name="country">
<option value="" disabled selected>Country*</option>
<option>India</option>
</select>
</div>
<div class="col">
<select class="form-control" name="country">
<option value="" disabled selected>State*</option>
<option>Delhi</option>
</select>
</div>
</div>
<div class="form-row">
<div class="col">
<textarea class="form-control" placeholder="Enter your message"></textarea>
</div>
</div>
<div class="form-row">
<div class="col">
<button class="btn btn-primary" type="submit">Submit</button>
</div>
</div>
</form>
</div>
<!--form end-->
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!-- section code end --> <!-- section code end -->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment