%PDF- %PDF-
Direktori : /www/varak.net/paste.varak.net-5.6/app/storage/views/ |
Current File : /www/varak.net/paste.varak.net-5.6/app/storage/views/33ef49eabe566a24b61a39c8f601078d |
<div class="row"> <div class="col-sm-12"> <?php if( ! empty($global)): ?> <div class="alert alert-warning"> <button type="button" class="close" data-dismiss="alert">×</button> <?php if(is_array($global)): ?> <?php foreach($global as $msg): ?> <?php echo $msg; ?> <?php endforeach; ?> <?php else: ?> <?php echo $global; ?> <?php endif; ?> </div> <?php endif; ?> <?php if( ! empty($success)): ?> <div class="alert alert-success"> <button type="button" class="close" data-dismiss="alert">×</button> <?php if(is_array($success)): ?> <?php foreach($success as $msg): ?> <?php echo $msg; ?> <?php endforeach; ?> <?php else: ?> <?php echo $success; ?> <?php endif; ?> </div> <?php endif; ?> <?php if( ! empty($error)): ?> <div class="alert alert-danger"> <button type="button" class="close" data-dismiss="alert">×</button> <?php if(is_array($error)): ?> <?php foreach($error as $msg): ?> <?php echo $msg; ?> <?php endforeach; ?> <?php else: ?> <?php echo $error; ?> <?php endif; ?> </div> <?php endif; ?> </div> </div>