<?php get_header();?> <?php $get_lang = isset($wp_query->query_vars['prisna_translate_seo_request'])?urldecode($wp_query->query_vars['prisna_translate_seo_request']):''; ?> <?php if(get_field('page_head')):?> <div class="path_bar" style="background-image: url(<?php $image = get_field('page_head');if( !empty($image) ): ?> <?php echo $image['url']; ?> <?php endif; ?>)"> <div class="layout"> <ul> <li><?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?></li> </ul> </div> </div> <?php else:?> <div class="path_bars"> <div class="layout"> <ul> <li><?php if(function_exists('cmp_breadcrumbs')) cmp_breadcrumbs();?></li> </ul> </div> </div> <?php endif;?> <section class="web_main page_main"> <div class="layout"> <h2 class="page_title"> <?php wp_title(); ?> </h2> <article class="entry blog-article"> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <div class="clear"></div> </article> <div class="akordeon"> <div class="akordeon_item akordeon_item01 development"> <div class="item_body"> <div class="item_content"> <div class="akordeon_title_bar"> <?php if( have_rows('development') ): ?> <?php while( have_rows('development') ): the_row();?> <!--<h3 class="current"><span><?php echo get_sub_field('development_list');?></span></h3>--> <?php endwhile; ?> <?php endif; ?> </div> <div class="akordeon_wrap"> <?php if( have_rows('development') ): ?> <?php while( have_rows('development') ): the_row();?> <div class="current akordeon_content"> <h4 class="title"></h4> <div class="history_wrap"> <?php if( have_rows('development_time') ): ?> <?php while( have_rows('development_time') ): the_row();?> <li> <figure> <figcaption> <h5><?php echo get_sub_field('time');?></h5> <div><?php echo get_sub_field('incident');?></div> </figcaption> </figure> </li> <?php endwhile; ?> <?php endif; ?> </div> </div> <?php endwhile; ?> <?php endif; ?> </div> </div> </div> </div> </div> <?php if( in_array( '显示页面询盘表单', get_field('inquiry_form') ) ){ ?> <section class="inquiry-form-wrap ct-inquiry-form"><script type="text/javascript" src="//www.globalso.site/php/app.php?widget-init-inline.js"></script><div class="ad_prompt">Write your message here and send it to us</div></section> <?php } ?> <hr> </div> </section> <?php get_footer();?>