. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 52.223.31.75 / Your IP : 172.31.6.220 [ Web Server : Apache/2.4.66 () OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux ip-172-31-14-81.eu-central-1.compute.internal 4.14.281-212.502.amzn2.x86_64 #1 SMP Thu May 26 09:52:17 UTC 2022 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE Domains : 4 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/ripara.co/admin/js/ |
Upload File : |
materialAdmin
.config(function ($stateProvider, $urlRouterProvider){
$urlRouterProvider.otherwise("/home");
$stateProvider
//------------------------------
// HOME
//------------------------------
.state ('home', {
url: '/home',
templateUrl: 'views/homepage.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/fullcalendar/dist/fullcalendar.min.css',
]
},
{
name: 'vendors',
insertBefore: '#app-level-js',
files: [
'vendors/sparklines/jquery.sparkline.min.js',
'vendors/bower_components/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js',
'vendors/bower_components/simpleWeather/jquery.simpleWeather.min.js'
]
}
])
}
},
id: 1,
nomePagina: 'Home',
accessibile: 1
})
//------------------------------
// HEADERS
//------------------------------
.state ('headers', {
url: '/headers',
templateUrl: 'views/common-2.html'
})
.state('headers.textual-menu', {
url: '/textual-menu',
templateUrl: 'views/textual-menu.html'
})
.state('headers.image-logo', {
url: '/image-logo',
templateUrl: 'views/image-logo.html'
})
.state('headers.mainmenu-on-top', {
url: '/mainmenu-on-top',
templateUrl: 'views/mainmenu-on-top.html'
})
//------------------------------
// TYPOGRAPHY
//------------------------------
.state ('typography', {
url: '/typography',
templateUrl: 'views/typography.html'
})
//------------------------------
// D2P CRM
//------------------------------
//------------------------------
// UTENTI DEL SISTEMA
//------------------------------
.state ('jam', {
url: '/jam',
templateUrl: 'views/common.html'
})
//lista utenti
.state ('jam.utenti', {
url: '/utenti',
templateUrl: 'views/jam-utenti.html',
id: 2,
nomePagina: 'Gestione Utenti',
accessibile: 1
})
/* Pagina Gruppo
.state ('jam.gruppo', {
url: '/gruppo',
templateUrl: 'views/jam-gruppi.html',
params: {
gruppo: ''
},
id: 5,
nomePagina: 'Visualizza Membri Gruppo',
accessibile: 1
})
// Pagina Gruppi
.state ('jam.gruppi', {
url: '/gruppi',
templateUrl: 'views/jam-gruppiall.html',
id: 6,
nomePagina: 'Gestione Gruppi',
accessibile: 1
})
//Schede
//Profilo
.state ('jam.utente', {
url: '/utente',
templateUrl: 'views/jam-utente.html',
templateUrl: function($state){
//se non รจ settato id_user rimando sulla lista utenti
if($state.id_user > 0){
return 'views/jam-utente.html';
}else{
return 'views/jam-utenti.html';
}
},
params: {
id_user: -1, //default -1
},
id: 12,
nomePagina: 'Utente',
accessibile: 1
})
*/
/*lista categorie
.state ('jam.preventivi', {
url: '/preventivi',
templateUrl: 'views/jam-preventivi.html',
id: 21,
nomePagina: 'Preventivi',
accessibile: 1
})*/
//@Peo riparazioni, prodotti, categorie, device, clienti, marche, prodottivendita, ordini
.state ('jam.riparazioni', {
url: '/riparazioni',
templateUrl: 'views/peo-riparazioni.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/nouislider/jquery.nouislider.css',
'vendors/farbtastic/farbtastic.css',
'vendors/bower_components/summernote/dist/summernote.css',
'vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css',
'vendors/bower_components/chosen/chosen.min.css'
]
},
{
name: 'vendors',
files: [
'vendors/input-mask/input-mask.min.js',
'vendors/bower_components/nouislider/jquery.nouislider.min.js',
'vendors/bower_components/moment/min/moment.min.js',
'vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js',
'vendors/bower_components/summernote/dist/summernote.min.js',
'vendors/fileinput/fileinput.min.js',
'vendors/bower_components/chosen/chosen.jquery.js',
'vendors/bower_components/angular-chosen-localytics/chosen.js',
'vendors/bower_components/angular-farbtastic/angular-farbtastic.js'
]
}
])
}
},
id: 22,
nomePagine: 'Riparazioni',
accessibile: 1
})
.state ('jam.prodotti', {
url: '/prodotti',
templateUrl: 'views/peo-prodotti.html',
id: 23,
nomePagine: 'Prodotti',
accessibile: 1
})
.state ('jam.categoria', {
url: '/categoria',
templateUrl: 'views/peo-categoria.html',
id: 24,
nomePagine: 'Categoria',
accessibile: 1
})
.state ('jam.device', {
url: '/device',
templateUrl: 'views/peo-device.html',
id: 25,
nomePagine: 'Device',
accessibile: 1
})
.state ('jam.clienti', {
url: '/clienti',
templateUrl: 'views/peo-clienti.html',
id: 26,
nomePagine: 'Clienti',
accessibile: 1
})
.state ('jam.marche', {
url: '/marche',
templateUrl: 'views/peo-marche.html',
id: 27,
nomePagine: 'Marche',
accessibile: 1
})
.state ('jam.stati', {
url: '/stati',
templateUrl: 'views/peo-stati.html',
id: 28,
nomePagine: 'Stati',
accessibile: 1
})
.state ('jam.sedi', {
url: '/sedi',
templateUrl: 'views/jam-sedi.html',
id: 29,
nomePagine: 'Sedi',
accessibile: 1
})
.state ('jam.metodipagamento', {
url: '/metodipagamento',
templateUrl: 'views/jam-metodipagamento.html',
id: 49,
nomePagine: 'Metodi Pagamento',
accessibile: 1
})
.state ('jam.categorieblog', {
url: '/categorieblog',
templateUrl: 'views/jam-categorie.html',
id: 30,
nomePagine: 'Categorie Blog',
accessibile: 1
})
.state ('jam.blog', {
url: '/blog',
templateUrl: 'views/jam-blog.html',
id: 31,
nomePagine: 'Blog',
accessibile: 1
})
.state ('jam.prodottivendita', {
url: '/prodottivendita',
templateUrl: 'views/peo-prodottivendita.html',
id: 32,
nomePagine: 'ProdottiVendita',
accessibile: 1,
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/nouislider/jquery.nouislider.css',
'vendors/bower_components/chosen/chosen.min.css',
'vendors/bower_components/lightgallery/light-gallery/css/lightGallery.css'
]
},
{
name: 'vendors',
files: [
'vendors/fileinput/fileinput.min.js',
'vendors/bower_components/chosen/chosen.jquery.js',
'vendors/bower_components/angular-chosen-localytics/chosen.js',
'vendors/bower_components/angular-farbtastic/angular-farbtastic.js',
'vendors/bower_components/lightgallery/light-gallery/js/lightGallery.min.js'
]
}
])
}
}
})
.state ('jam.categorievendita', {
url: '/categorievendita',
templateUrl: 'views/peo-categorievendita.html',
id: 33,
nomePagine: 'Categorie Vendita',
accessibile: 1
})
.state ('jam.ordini', {
url: '/ordini',
templateUrl: 'views/peo-ordini.html',
id: 34,
nomePagine: 'Ordini',
accessibile: 1,
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/nouislider/jquery.nouislider.css',
'vendors/farbtastic/farbtastic.css',
'vendors/bower_components/summernote/dist/summernote.css',
'vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css',
'vendors/bower_components/chosen/chosen.min.css'
]
},
{
name: 'vendors',
files: [
'vendors/input-mask/input-mask.min.js',
'vendors/bower_components/nouislider/jquery.nouislider.min.js',
'vendors/bower_components/moment/min/moment.min.js',
'vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js',
'vendors/bower_components/summernote/dist/summernote.min.js',
'vendors/fileinput/fileinput.min.js',
'vendors/bower_components/chosen/chosen.jquery.js',
'vendors/bower_components/angular-chosen-localytics/chosen.js',
'vendors/bower_components/angular-farbtastic/angular-farbtastic.js'
]
}
])
}
}
})
//------------------------------
// UTENTI DEL SISTEMA
//------------------------------
//------------------------------
// FINE D2P CRM
//------------------------------
//------------------------------
// WIDGETS
//------------------------------
.state ('widgets.widgets', {
url: '/widgets',
templateUrl: 'views/widgets.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/mediaelement/build/mediaelementplayer.css',
]
},
{
name: 'vendors',
files: [
'vendors/bower_components/mediaelement/build/mediaelement-and-player.js',
'vendors/bower_components/autosize/dist/autosize.min.js'
]
}
])
}
}
})
.state ('widgets.widget-templates', {
url: '/widget-templates',
templateUrl: 'views/widget-templates.html',
})
//------------------------------
// TABLES
//------------------------------
.state ('tables', {
url: '/tables',
templateUrl: 'views/common.html'
})
.state ('tables.tables', {
url: '/tables',
templateUrl: 'views/tables.html'
})
.state ('tables.data-table', {
url: '/data-table',
templateUrl: 'views/data-table.html'
})
//------------------------------
// FORMS
//------------------------------
.state ('form', {
url: '/form',
templateUrl: 'views/common.html'
})
.state ('form.basic-form-elements', {
url: '/basic-form-elements',
templateUrl: 'views/form-elements.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'vendors',
files: [
'vendors/bower_components/autosize/dist/autosize.min.js'
]
}
])
}
}
})
.state ('form.form-components', {
url: '/form-components',
templateUrl: 'views/form-components.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/nouislider/jquery.nouislider.css',
'vendors/farbtastic/farbtastic.css',
'vendors/bower_components/summernote/dist/summernote.css',
'vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css',
'vendors/bower_components/chosen/chosen.min.css'
]
},
{
name: 'vendors',
files: [
'vendors/input-mask/input-mask.min.js',
'vendors/bower_components/nouislider/jquery.nouislider.min.js',
'vendors/bower_components/moment/min/moment.min.js',
'vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js',
'vendors/bower_components/summernote/dist/summernote.min.js',
'vendors/fileinput/fileinput.min.js',
'vendors/bower_components/chosen/chosen.jquery.js',
'vendors/bower_components/angular-chosen-localytics/chosen.js',
'vendors/bower_components/angular-farbtastic/angular-farbtastic.js'
]
}
])
}
}
})
.state ('form.form-examples', {
url: '/form-examples',
templateUrl: 'views/form-examples.html'
})
.state ('form.form-validations', {
url: '/form-validations',
templateUrl: 'views/form-validations.html'
})
//------------------------------
// USER INTERFACE
//------------------------------
.state ('user-interface', {
url: '/user-interface',
templateUrl: 'views/common.html'
})
.state ('user-interface.ui-bootstrap', {
url: '/ui-bootstrap',
templateUrl: 'views/ui-bootstrap.html'
})
.state ('user-interface.colors', {
url: '/colors',
templateUrl: 'views/colors.html'
})
.state ('user-interface.animations', {
url: '/animations',
templateUrl: 'views/animations.html'
})
.state ('user-interface.box-shadow', {
url: '/box-shadow',
templateUrl: 'views/box-shadow.html'
})
.state ('user-interface.buttons', {
url: '/buttons',
templateUrl: 'views/buttons.html'
})
.state ('user-interface.icons', {
url: '/icons',
templateUrl: 'views/icons.html'
})
.state ('user-interface.alerts', {
url: '/alerts',
templateUrl: 'views/alerts.html'
})
.state ('user-interface.preloaders', {
url: '/preloaders',
templateUrl: 'views/preloaders.html'
})
.state ('user-interface.notifications-dialogs', {
url: '/notifications-dialogs',
templateUrl: 'views/notification-dialog.html'
})
.state ('user-interface.media', {
url: '/media',
templateUrl: 'views/media.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/mediaelement/build/mediaelementplayer.css',
'vendors/bower_components/lightgallery/light-gallery/css/lightGallery.css'
]
},
{
name: 'vendors',
files: [
'vendors/bower_components/mediaelement/build/mediaelement-and-player.js',
'vendors/bower_components/lightgallery/light-gallery/js/lightGallery.min.js'
]
}
])
}
}
})
.state ('user-interface.other-components', {
url: '/other-components',
templateUrl: 'views/other-components.html'
})
//------------------------------
// CHARTS
//------------------------------
.state ('charts', {
url: '/charts',
templateUrl: 'views/common.html'
})
.state ('charts.flot-charts', {
url: '/flot-charts',
templateUrl: 'views/flot-charts.html',
})
.state ('charts.other-charts', {
url: '/other-charts',
templateUrl: 'views/other-charts.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'vendors',
files: [
'vendors/sparklines/jquery.sparkline.min.js',
'vendors/bower_components/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js',
]
}
])
}
}
})
//------------------------------
// CALENDAR
//------------------------------
/* .state ('calendar', {
url: '/calendar',
templateUrl: 'views/calendar.html',
id: 99,
nomePagina: 'Calendario Schede Lavorazione',
accessibile: 1,
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/fullcalendar/dist/fullcalendar.min.css',
]
},
{
name: 'vendors',
files: [
'vendors/bower_components/moment/min/moment.min.js',
'vendors/bower_components/fullcalendar/dist/fullcalendar.min.js'
]
}
])
}
}
})*/
//------------------------------
// PHOTO GALLERY
//------------------------------
.state ('photo-gallery', {
url: '/photo-gallery',
templateUrl: 'views/common.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/lightgallery/light-gallery/css/lightGallery.css'
]
},
{
name: 'vendors',
files: [
'vendors/bower_components/lightgallery/light-gallery/js/lightGallery.min.js'
]
}
])
}
}
})
//Default
.state ('photo-gallery.photos', {
url: '/photos',
templateUrl: 'views/photos.html'
})
//Timeline
.state ('photo-gallery.timeline', {
url: '/timeline',
templateUrl: 'views/photo-timeline.html'
})
//------------------------------
// GENERIC CLASSES
//------------------------------
.state ('generic-classes', {
url: '/generic-classes',
templateUrl: 'views/generic-classes.html'
})
//------------------------------
// PAGES
//------------------------------
.state ('pages', {
url: '/pages',
templateUrl: 'views/common.html'
})
//Profile
.state ('pages.profile', {
url: '/profile',
templateUrl: 'views/profile.html'
})
.state ('pages.profile.profile-about', {
url: '/profile-about',
templateUrl: 'views/profile-about.html'
})
.state ('pages.profile.profile-timeline', {
url: '/profile-timeline',
templateUrl: 'views/profile-timeline.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/lightgallery/light-gallery/css/lightGallery.css'
]
},
{
name: 'vendors',
files: [
'vendors/bower_components/lightgallery/light-gallery/js/lightGallery.min.js'
]
}
])
}
}
})
.state ('pages.profile.profile-photos', {
url: '/profile-photos',
templateUrl: 'views/profile-photos.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'css',
insertBefore: '#app-level',
files: [
'vendors/bower_components/lightgallery/light-gallery/css/lightGallery.css'
]
},
{
name: 'vendors',
files: [
'vendors/bower_components/lightgallery/light-gallery/js/lightGallery.min.js'
]
}
])
}
}
})
.state ('pages.profile.profile-connections', {
url: '/profile-connections',
templateUrl: 'views/profile-connections.html'
})
//-------------------------------
.state ('pages.listview', {
url: '/listview',
templateUrl: 'views/list-view.html'
})
.state ('pages.messages', {
url: '/messages',
templateUrl: 'views/messages.html'
})
.state ('pages.pricing-table', {
url: '/pricing-table',
templateUrl: 'views/pricing-table.html'
})
.state ('pages.contacts', {
url: '/contacts',
templateUrl: 'views/contacts.html'
})
.state ('pages.invoice', {
url: '/invoice',
templateUrl: 'views/invoice.html'
})
.state ('pages.wall', {
url: '/wall',
templateUrl: 'views/wall.html',
resolve: {
loadPlugin: function($ocLazyLoad) {
return $ocLazyLoad.load ([
{
name: 'vendors',
insertBefore: '#app-level',
files: [
'vendors/bower_components/autosize/dist/autosize.min.js',
'vendors/bower_components/lightgallery/light-gallery/css/lightGallery.css'
]
},
{
name: 'vendors',
files: [
'vendors/bower_components/mediaelement/build/mediaelement-and-player.js',
'vendors/bower_components/lightgallery/light-gallery/js/lightGallery.min.js'
]
}
])
}
}
})
//------------------------------
// BREADCRUMB DEMO
//------------------------------
.state ('breadcrumb-demo', {
url: '/breadcrumb-demo',
templateUrl: 'views/breadcrumb-demo.html'
})
});