📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv7.demodesign.com.tr
/
panel
/
assets
/
js
📝
app-calendar-events.js
← Geri Dön
// sample calendar events data 'use strict' var curYear = moment().format('YYYY'); var curMonth = moment().format('MM'); // Calendar Event Source var azCalendarEvents = { id: 1, events: [{ id: '1', start: curYear + '-' + curMonth + '-08T08:30:00', end: curYear + '-' + curMonth + '-08T13:00:00', title: 'BootstrapDash Meetup', backgroundColor: '#00cccc', borderColor: '#00cccc', textColor: '#fff', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }, { id: '2', start: curYear + '-' + curMonth + '-10T09:00:00', end: curYear + '-' + curMonth + '-10T17:00:00', title: 'Design Review', backgroundColor: '#0a2ba5', borderColor: '#0a2ba5', textColor: '#fff', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }, { id: '3', start: curYear + '-' + curMonth + '-13T12:00:00', end: curYear + '-' + curMonth + '-13T18:00:00', title: 'Lifestyle Conference', backgroundColor: '#ff5733', borderColor: '#ff5733', textColor: '#fff', description: 'Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi...' }, { id: '4', start: curYear + '-' + curMonth + '-15T07:30:00', end: curYear + '-' + curMonth + '-15T15:30:00', title: 'Team Weekly Brownbag', backgroundColor: '#0373f3', borderColor: '#0373f3', textColor: '#fff', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }, { id: '5', start: curYear + '-' + curMonth + '-17T10:00:00', end: curYear + '-' + curMonth + '-19T15:00:00', title: 'Music Festival', backgroundColor: '#007bff', borderColor: '#007bff', textColor: '#fff', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }, { id: '6', start: curYear + '-' + curMonth + '-08T13:00:00', end: curYear + '-' + curMonth + '-08T18:30:00', title: 'Attend Lea\'s Wedding', backgroundColor: '#560bd0', borderColor: '#560bd0', textColor: '#fff', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }] }; // Birthday Events Source var azBirthdayEvents = { id: 2, backgroundColor: '#3bb001', borderColor: '#3bb001', textColor: '#fff', events: [{ id: '7', start: curYear + '-' + curMonth + '-01T18:00:00', end: curYear + '-' + curMonth + '-01T23:30:00', title: 'Socrates Birthday', backgroundColor: '#23bf08', borderColor: '#23bf08', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }, { id: '8', start: curYear + '-' + curMonth + '-21T15:00:00', end: curYear + '-' + curMonth + '-21T21:00:00', title: 'Reynante\'s Birthday', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }, { id: '9', start: curYear + '-' + curMonth + '-23T15:00:00', end: curYear + '-' + curMonth + '-23T21:00:00', title: 'Pauline\'s Birthday', description: 'In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis az pede mollis...' }] }; var azHolidayEvents = { id: 3, backgroundColor: '#f10075', borderColor: '#f10075', textColor: '#fff', events: [{ id: '10', start: curYear + '-' + curMonth + '-04', end: curYear + '-' + curMonth + '-06', title: 'Feast Day' }, { id: '11', start: curYear + '-' + curMonth + '-26', end: curYear + '-' + curMonth + '-27', title: 'Memorial Day' }, { id: '12', start: curYear + '-' + curMonth + '-28', end: curYear + '-' + curMonth + '-29', title: 'Veteran\'s Day' }] }; var azOtherEvents = { id: 4, backgroundColor: '#ffb52b', borderColor: '#ffb52b', textColor: '#fff', events: [{ id: '13', start: curYear + '-' + curMonth + '-06', end: curYear + '-' + curMonth + '-08', title: 'My Rest Day' }, { id: '13', start: curYear + '-' + curMonth + '-29', end: curYear + '-' + curMonth + '-31', title: 'My Rest Day' }] };
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula