developer/template/default/ajax/ajax_admin_voice_stats.tpl

12 lines
460 B
Smarty
Raw Permalink Normal View History

2015-01-18 10:02:14 +01:00
<?php if(count($data)>0) { ?>
<label for="inputSelect"></label>
<?php if($ui->st('w','get')=='se'){ ?>
<select class="form-control" id="inputSelect" name="serverID">
<?php } else if($ui->st('w','get')=='ma'){ ?>
<select class="form-control" id="inputSelect" name="masterID">
<?php } else if($ui->st('w','get')=='us'){ ?>
<select class="form-control" id="inputSelect" name="userID">
<?php } ?>
<?php foreach ($data as $value) echo $value;?>
</select>
<?php } ?>