Blame view

mobile/tmp/tmpl/tpl_4ef1d66b_main__S74upmNOmcEXis5CQdR8_w.php 1.71 KB
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
  <?php 
  function tpl_4ef1d66b_main__S74upmNOmcEXis5CQdR8_w($tpl, $ctx) {
  $_thistpl = $tpl ;
  $_translator = $tpl->getTranslator() ;
  ?>
  <div class="container">
          <div class="header">
            <div class="clr"></div>
          </div><!-- header -->
        
          <div class="content">
            <div id="rg-gallery" class="rg-gallery">
              <div class="rg-thumbs">
                <div class="es-carousel-wrapper">
                  <div class="es-nav">
                    <span class="es-nav-prev">Предыдущее</span>
                    <span class="es-nav-next">Следующее</span>
                  </div>
                  <div class="es-carousel">
                    <?php 
  $_tmp_1 = $ctx->repeat ;
  $_tmp_1->r = new PHPTAL_RepeatController($ctx->path($ctx->row, 'imagesArray'))
   ;
  $ctx = $tpl->pushContext() ;
  foreach ($_tmp_1->r as $ctx->r): ;
  ?>
  <ul>
                              <li><a href="#"><img src="<?php echo phptal_escape($ctx->r) ?>" data-large="<?php echo phptal_escape($ctx->r) ?>"/></a></li>
                            
                              
                    </ul><?php 
  endforeach ;
  $ctx = $tpl->popContext() ;
  ?>
  
                  </div>
                </div>
              </div><!-- rg-thumbs -->
            </div><!-- rg-gallery -->
          </div><!-- content -->
        </div><!-- container -->
  
        <div style="display: none; margin-top: 50px;">
          <h3>Out:</h3>
          <div id="output"></div>
        </div>
  
  
  
      <p class="text2"><?php echo phptal_tostring($ctx->path($ctx->row, 'desc')); ?>
  </p><?php 
  /* end */ ;
  
  }
  
  ?><?php /* 
  *** DO NOT EDIT THIS FILE ***
  
  Generated by PHPTAL from /home/shasha/www/pr25_autocatalog/source/modules/autocatalog/tmpl/view/main.html (edit that file instead) */; ?>