Blame view

mobile/tmp/tmpl/tpl_4ef0a6fc_form__d4A80WJ6rpnQxk0cFZuuRg.php 1.38 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
  <?php 
  function tpl_4ef0a6fc_form__d4A80WJ6rpnQxk0cFZuuRg($tpl, $ctx) {
  $_thistpl = $tpl ;
  $_translator = $tpl->getTranslator() ;
  ?>
  <div style="width:200px;position:absolute;left:35%;top:30%">
  
  
  <?php 
  if (NULL !== ($_tmp_1 = ($ctx->login_url))):  ;
  $_tmp_1 = ' action="'.phptal_escape($_tmp_1).'"' ;
  else:  ;
  $_tmp_1 = '' ;
  endif ;
  ?>
  <form method="post"<?php echo $_tmp_1 ?>>
  <input type="hidden" name="send" value="1"/>
  <?php 
  $ctx->noThrow(true) ;
  if (!phptal_isempty($ctx->error)):  ;
  if (false):  ;
  endif ;
  $ctx->noThrow(false) ;
  ?>
  <p style="color:red"><?php 
  $ctx->noThrow(true) ;
  if (!phptal_isempty($_tmp_2 = $ctx->error)):  ;
  ?>
  <?php 
  echo phptal_escape($_tmp_2) ;
  endif ;
  $ctx->noThrow(false) ;
  ?>
  </p><?php endif; ?>
  
  <p><b>логин:</b><br/><?php 
  $ctx->noThrow(true) ;
  if (!phptal_isempty($_tmp_2 = ($ctx->login))):  ;
  $_tmp_2 = ' value="'.phptal_escape($_tmp_2).'"' ;
  else:  ;
  $_tmp_2 = '' ;
  endif ;
  $ctx->noThrow(false) ;
  ?>
  <input style="width:200px;" type="text" name="login"<?php echo $_tmp_2 ?>/></p>
  <p><b>пароль:</b><br/><input style="width:200px;" type="password" name="pass"/></p>
  <p style="text-align:right"><input type="submit" value="Войти"/></p>
  </form>
  
  </div><?php 
  /* end */ ;
  
  }
  
  ?><?php /* 
  *** DO NOT EDIT THIS FILE ***
  
  Generated by PHPTAL from /home/shasha/www/pr25_autocatalog/autolife/source/modules/users/tmpl/admin_index/form.html (edit that file instead) */; ?>