Blame view

mobile/tmp/tmpl/tpl_4f0d98d0_main__96Y95FIbVZXi2RTiRETuLA.php 1.45 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
  <?php 
  function tpl_4f0d98d0_main__96Y95FIbVZXi2RTiRETuLA($tpl, $ctx) {
  $_thistpl = $tpl ;
  $_translator = $tpl->getTranslator() ;
  ?>
  <ul class="top_nav">
  		<li><a href="/"><?php echo phptal_escape($ctx->SITE) ?></a></li>
  		<li><a href="<?php echo phptal_escape($ctx->URL_ADMIN) ?>"><?php echo phptal_escape($ctx->ADMIN_PAGE) ?></a></li>
  		<li class="current">Каталог</li>
  </ul>
  
  <div style="padding:10px;padding-top:0px;">
  	
  	<table class="data" width="100%" align="left" id="table">
  	<tr>
  		<td colspan="10" style="text-align:right"><b><a style="color:#F8A720;font-size:14px;" act="edit">Добавить</a></b></td>
  	</tr>
  	<tr class="header">
  	  <td width="1%"></td>
  	  <td width="15%">Название</td>
  	  <td width="10%">Описание</td>
  	  <td width="7%" colspan="3">Действия</td>
  	  </tr>
  	
  	<tbody id="table_content">
  		<?php 
  $ctx->pushSlots() ;
  $tpl->_executeMacroOfTemplate('inc/tmpl_row.html/tmpl_row', $_thistpl) ;
  $ctx->popSlots() ;
  ?>
  
  	</tbody>
  	</table>
  </div>
  
  
  
  <script>/*<![CDATA[*/
  	/*	клиентская часть, отвечает за аякс	*/
  t = new HL.controls.table("<?php echo strtr(phptal_tostring($ctx->URL_AUTOCATALOG_CONTROL_POSTS) ,array(']]>'=>']]]]><![CDATA[>','</'=>'<\/')) ?>");
  	
  /*]]>*/</script><?php 
  /* end */ ;
  
  }
  
  ?><?php /* 
  *** DO NOT EDIT THIS FILE ***
  
  Generated by PHPTAL from /var/www/autolifeX/auto-life.ua/mobile/source/modules/autocatalog/tmpl/control_posts/main.html (edit that file instead) */; ?>