Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
resources /
views /
pages /
Delete
Unzip
Name
Size
Permission
Date
Action
icons.blade.php
1.38
KB
-rwxrwxrwx
2022-04-21 13:44
language.blade.php
34.17
KB
-rwxrwxrwx
2022-04-21 13:44
map.blade.php
302
B
-rwxrwxrwx
2022-04-21 13:44
notifications.blade.php
5.9
KB
-rwxrwxrwx
2022-04-21 13:44
table_list.blade.php
7.58
KB
-rwxrwxrwx
2022-04-21 13:44
typography.blade.php
4.51
KB
-rwxrwxrwx
2022-04-21 13:44
upgrade.blade.php
6.66
KB
-rwxrwxrwx
2022-04-21 13:44
Save
Rename
@extends('layouts.app', ['activePage' => 'notifications', 'titlePage' => __('Notifications')]) @section('content') <div class="content"> <div class="container-fluid"> <div class="card"> <div class="card-header card-header-primary"> <h3 class="card-title">Notifications</h3> <p class="card-category">Handcrafted by our friend <a target="_blank" href="https://github.com/mouse0270">Robert McIntosh</a>. Please checkout the <a href="http://bootstrap-notify.remabledesigns.com/" target="_blank">full documentation.</a> </p> </div> <div class="card-body"> <div class="row"> <div class="col-md-6"> <h4 class="card-title">Notifications Style</h4> <div class="alert alert-info"> <span>This is a plain notification</span> </div> <div class="alert alert-info"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span>This is a notification with close button.</span> </div> <div class="alert alert-info alert-with-icon" data-notify="container"> <i class="material-icons" data-notify="icon">add_alert</i> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span data-notify="message">This is a notification with close button and icon.</span> </div> <div class="alert alert-info alert-with-icon" data-notify="container"> <i class="material-icons" data-notify="icon">add_alert</i> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span data-notify="message">This is a notification with close button and icon and have many lines. You can see that the icon and the close button are always vertically aligned. This is a beautiful notification. So you don't have to worry about the style.</span> </div> </div> <div class="col-md-6"> <h4 class="card-title">Notification states</h4> <div class="alert alert-info"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span> <b> Info - </b> This is a regular notification made with ".alert-info"</span> </div> <div class="alert alert-success"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span> <b> Success - </b> This is a regular notification made with ".alert-success"</span> </div> <div class="alert alert-warning"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span> <b> Warning - </b> This is a regular notification made with ".alert-warning"</span> </div> <div class="alert alert-danger"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span> <b> Danger - </b> This is a regular notification made with ".alert-danger"</span> </div> <div class="alert alert-primary"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <i class="material-icons">close</i> </button> <span> <b> Primary - </b> This is a regular notification made with ".alert-primary"</span> </div> </div> </div> </div> <div class="col-md-12"> <div class="places-buttons"> <div class="row"> <div class="col-md-6 ml-auto mr-auto text-center"> <h4 class="card-title"> Notifications Places <p class="category">Click to view notifications</p> </h4> </div> </div> <div class="row"> <div class="col-lg-8 col-md-10 ml-auto mr-auto"> <div class="row"> <div class="col-md-4"> <button class="btn btn-primary btn-block" onclick="md.showNotification('top','left')">Top Left</button> </div> <div class="col-md-4"> <button class="btn btn-primary btn-block" onclick="md.showNotification('top','center')">Top Center</button> </div> <div class="col-md-4"> <button class="btn btn-primary btn-block" onclick="md.showNotification('top','right')">Top Right</button> </div> </div> </div> </div> <div class="row"> <div class="col-lg-8 col-md-10 ml-auto mr-auto"> <div class="row"> <div class="col-md-4"> <button class="btn btn-primary btn-block" onclick="md.showNotification('bottom','left')">Bottom Left</button> </div> <div class="col-md-4"> <button class="btn btn-primary btn-block" onclick="md.showNotification('bottom','center')">Bottom Center</button> </div> <div class="col-md-4"> <button class="btn btn-primary btn-block" onclick="md.showNotification('bottom','right')">Bottom Right</button> </div> </div> </div> </div> </div> </div> </div> </div> </div> @endsection