Files
ISP-Billing/ui/compiled/8e5ffc4f83e557b719bacdc912f57a375063c8ed_0.file.autoload-server.tpl.php

42 lines
1.3 KiB
PHP
Raw Normal View History

<?php
/* Smarty version 4.3.1, created on 2025-09-17 20:25:50
from '/var/www/html/yatmack/ui/ui/autoload-server.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.3.1',
'unifunc' => 'content_68caef1e5591a8_18492681',
'has_nocache_code' => false,
'file_dependency' =>
array (
'8e5ffc4f83e557b719bacdc912f57a375063c8ed' =>
array (
0 => '/var/www/html/yatmack/ui/ui/autoload-server.tpl',
1 => 1712578762,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_68caef1e5591a8_18492681 (Smarty_Internal_Template $_smarty_tpl) {
?><option value=''><?php echo Lang::T('Select Routers');?>
</option>
<?php if ($_smarty_tpl->tpl_vars['_c']->value['radius_enable']) {?>
<option value="radius">Radius</option>
<?php }
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['d']->value, 'ds');
$_smarty_tpl->tpl_vars['ds']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['ds']->value) {
$_smarty_tpl->tpl_vars['ds']->do_else = false;
?>
<option value="<?php echo $_smarty_tpl->tpl_vars['ds']->value['name'];?>
"><?php echo $_smarty_tpl->tpl_vars['ds']->value['name'];?>
</option>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
}
}