File: /home/u547966/brikov.ru/www_old_1/wp-content/themes/brikov/templates/imgpage.php
<?php/*
Template Name: Шаблон картины
*/?>
<?php $post_id = get_the_ID(); ?>
<?php get_header(); ?>
<div class="wrap-container wrap-container-inner" id="alt01">
<div class="text-container-holder text-container-holder05 cGalleryInner">
<div class="title-holder">
<a name="pshow"></a>
<?php
// check if the repeater field has rows of data
if( have_rows('caption_pictures', $post_id) ):
// loop through the rows of data
while ( have_rows('caption_pictures', $post_id) ) : the_row(); ?>
<h2><strong><span><em><a href=""><?php the_sub_field('name_pictures',$post_id);?></a></em></span></strong></h2>
</div>
<div class="holder">
<div class="text-box">
<div class="vis-im">
<div id="visual">
<a id="left_nav_img" class="hov_nav" href="muzhchina-s-vnukami.htm#pshow" title="Мужчина с внуками"><img src="templates/default/js/clearbox/config/default/pic/left.png" /></a>
<a id="right_nav_img" class="hov_nav" href="portret-na-fone-burnogo-ruchia.htm#pshow" title="Портрет на фоне бурного ручья"><img src="templates/default/js/clearbox/config/default/pic/right.png" /></a>
<a href="<?php the_sub_field('img_painting',$post_id);?>" rel="clearbox[gallery=74,,comment=<table id='image_gal_open'><tr><td>Название</td><td class='field2'><?php the_sub_field('name_pictures',$post_id);?></td></tr><tr><td>Год создания</td><td class='field2'><?php the_sub_field('year',$post_id);?></td></tr><tr><td>Материал, техника</td><td class='field2'><?php the_sub_field('material',$post_id);?></td></tr><tr><td>Размер картины</td><td class='field2'><?php the_sub_field('size',$post_id);?></td></tr></table>]"><img id="kartina" src="<?php the_sub_field('img_painting',$post_id);?>" alt="Картина художника Алексея Брикова" width="407" /><img id="lupa-img" src="templates/default/images/lupa.png" alt="" width="" height="" /></a>
</div>
</div>
<div class="text">
<h1 class="cTitle">На фоне моря</h1>
<div class="text-holder">
</div>
</div>
</div>
</div>
</div><?php endwhile;
else :
// no rows found
endif;?>
<div class="text-container-holder text-container-holder06 text-container-holder02">
<div class="holder">
<div class="gallery-photo">
<a href="#" class="prev">prev</a>
<a href="#" class="next">next</a>
<div class="gallery gallery_img">
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>