File "6c36aab95d94fd7ddcbc763f2d7781b552b9081f_0.file.admin-wslog-edit.tmpl.php"

Full Path: /srv/www/www.cadoro.it/src/templates_c/6c36aab95d94fd7ddcbc763f2d7781b552b9081f_0.file.admin-wslog-edit.tmpl.php
File size: 4.05 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/* Smarty version 3.1.29, created on 2024-04-20 17:32:26
  from "/srv/www/www.cadoro.it/src/templates/admin-wslog-edit.tmpl" */

if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
  'has_nocache_code' => false,
  'version' => '3.1.29',
  'unifunc' => 'content_6623e00a159814_73938076',
  'file_dependency' => 
  array (
    '6c36aab95d94fd7ddcbc763f2d7781b552b9081f' => 
    array (
      0 => '/srv/www/www.cadoro.it/src/templates/admin-wslog-edit.tmpl',
      1 => 1708527642,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
    'file:layout-admin.tmpl' => 1,
  ),
),false)) {
function content_6623e00a159814_73938076 ($_smarty_tpl) {
$_smarty_tpl->ext->_inheritance->init($_smarty_tpl, true);
?>

<html>
  <body>
    <?php 
$_smarty_tpl->ext->_inheritance->processBlock($_smarty_tpl, 0, "breadcrumbs", array (
  0 => 'block_19032549276623e00a14eff2_89479639',
  1 => false,
  3 => 0,
  2 => 0,
));
?>

    <?php 
$_smarty_tpl->ext->_inheritance->processBlock($_smarty_tpl, 0, "content", array (
  0 => 'block_1988893026623e00a152339_95498280',
  1 => false,
  3 => 0,
  2 => 0,
));
?>

  </body>
</html>
<?php $_smarty_tpl->ext->_inheritance->endChild($_smarty_tpl);
$_smarty_tpl->smarty->ext->_subtemplate->render($_smarty_tpl, "file:layout-admin.tmpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 2, false);
}
/* {block 'breadcrumbs'}  file:admin-wslog-edit.tmpl */
function block_19032549276623e00a14eff2_89479639($_smarty_tpl, $_blockParentStack) {
?>

    <div class="breadcrumbs">
      <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/admin/wslog">Log WS</a> <span class="divider">&raquo;</span>
      <strong>#<?php echo $_smarty_tpl->tpl_vars['log']->value['id'];?>
</strong>
    </div>
    <?php
}
/* {/block 'breadcrumbs'} */
/* {block 'content'}  file:admin-wslog-edit.tmpl */
function block_1988893026623e00a152339_95498280($_smarty_tpl, $_blockParentStack) {
?>

    <div class="sheet">
      <div class="sheet-header">
        <h1>
          Dettaglio WS log
          <small>#<?php echo $_smarty_tpl->tpl_vars['log']->value['id'];?>
</small>
        </h1>
      </div>
      <div class="sheet-body">
        <form class="form-horizontal" method="post" action="" enctype="multipart/form-data">
          <fieldset>
            <div class="form-group">
              <label class="control-label col-md-2" for="id">ID</label>
              <div class="controls col-md-10">
                <input type="text" class="form-control" id="id" name="id" value="<?php echo _f('id',$_smarty_tpl->tpl_vars['log']->value);?>
" disabled>
              </div>
            </div>
            <div class="form-group">
              <label class="control-label col-md-2" for="card">Card</label>
              <div class="controls col-md-10">
                <input type="text" class="form-control" id="card" name="card" value="<?php echo _f('card',$_smarty_tpl->tpl_vars['log']->value);?>
" disabled>
              </div>
            </div>
            <div class="form-group">
              <label class="control-label col-md-2" for="request">Richiesta</label>
              <div class="controls col-md-10">
                <textarea class="form-control" id="request" name="request" disabled rows="3"><?php echo _f('request',$_smarty_tpl->tpl_vars['log']->value);?>
</textarea>
              </div>
            </div>
            <div class="form-group">
              <label class="control-label col-md-2" for="response">Risposta</label>
              <div class="controls col-md-10">
                <textarea class="form-control" id="response" name="response" disabled rows="20"><?php echo _f('response',$_smarty_tpl->tpl_vars['log']->value);?>
</textarea>
              </div>
            </div>
          </fieldset>
          <div class="form-group"><div class="col-md-offset-2 col-md-10">
            <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/admin/wslog" class="btn btn-default">Annulla</a>
          </div></div>
        </form>
      </div>
    </div>
    <?php
}
/* {/block 'content'} */
}