File "6e79f046e5ef95b765da7e9d3e2737dd035691c7_0.file.admin-pages-delete.tmpl.php"

Full Path: /srv/www/www.cadoro.it/src/templates_c/6e79f046e5ef95b765da7e9d3e2737dd035691c7_0.file.admin-pages-delete.tmpl.php
File size: 3.17 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/* Smarty version 3.1.29, created on 2024-04-30 16:22:14
  from "/srv/www/www.cadoro.it/src/templates/admin-pages-delete.tmpl" */

if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
  'has_nocache_code' => false,
  'version' => '3.1.29',
  'unifunc' => 'content_6630fe963a9a10_04814235',
  'file_dependency' => 
  array (
    '6e79f046e5ef95b765da7e9d3e2737dd035691c7' => 
    array (
      0 => '/srv/www/www.cadoro.it/src/templates/admin-pages-delete.tmpl',
      1 => 1708527642,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
    'file:layout-admin.tmpl' => 1,
  ),
),false)) {
function content_6630fe963a9a10_04814235 ($_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_18105967826630fe963979e8_10035024',
  1 => false,
  3 => 0,
  2 => 0,
));
?>

    <?php 
$_smarty_tpl->ext->_inheritance->processBlock($_smarty_tpl, 0, "content", array (
  0 => 'block_15469482376630fe963a0e46_12648514',
  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-pages-delete.tmpl */
function block_18105967826630fe963979e8_10035024($_smarty_tpl, $_blockParentStack) {
?>

    <div class="breadcrumbs">
      <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/admin/pages">Pagine</a> <span class="divider">&raquo;</span>
      <strong><?php echo $_smarty_tpl->tpl_vars['page']->value['slug'];?>
</strong>
    </div>
    <?php
}
/* {/block 'breadcrumbs'} */
/* {block 'content'}  file:admin-pages-delete.tmpl */
function block_15469482376630fe963a0e46_12648514($_smarty_tpl, $_blockParentStack) {
?>

    <div class="sheet">
      <div class="sheet-header">
        <h1>
          Elimina pagina
          <small><?php echo $_smarty_tpl->tpl_vars['page']->value['slug'];?>
</small>
        </h1>
      </div>
      <div class="sheet-body">
        <form class="form-horizontal" method="post" action="" enctype="multipart/form-data">
          <fieldset>
            <legend>
              Sei sicuro di voler procedere con l'eliminazione della pagina?
            </legend>
            <div class="form-group">
              <label class="control-label col-md-3" for="slug">SLUG</label>
              <div class="controls col-md-9">
                <p class="help-block">
                  <?php echo $_smarty_tpl->tpl_vars['page']->value['slug'];?>

                </p>
              </div>
            </div>
          </fieldset>
          <div class="form-group form-actions"><div class="col-md-offset-3 col-md-9">
            <button type="submit" class="btn btn-danger">Elimina la pagine</button>
            <a href="<?php echo $_smarty_tpl->tpl_vars['base_url']->value;?>
/admin/pages" class="btn btn-default">Annulla</a>
          </div></div>
        </form>
      </div>
    </div>
    <?php
}
/* {/block 'content'} */
}