13 | @endforeach
14 |
15 |
16 |
17 | {{ Form::close() }}
18 | @stop
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/user-interface.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/box.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "zeroclipboard",
3 | "description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
4 | "version": "1.3.5",
5 | "main": ["./ZeroClipboard.js", "./ZeroClipboard.swf"],
6 | "keywords": ["flash","clipboard","copy","cut","paste","zclip","clip","clippy"],
7 | "license": "https://github.com/zeroclipboard/zeroclipboard/blob/master/LICENSE",
8 | "authors": [{"name":"Jon Rohan","url":"http://jonrohan.me/"},{"name":"James M. Greene","email":"james.m.greene@gmail.com","url":"http://jamesgreene.net/"}],
9 | "homepage": "http://zeroclipboard.org/",
10 | "repository": {"type":"git","url":"https://github.com/zeroclipboard/zeroclipboard.git"},
11 | "location": "git://github.com/zeroclipboard/zeroclipboard.git"
12 | }
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-fa.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Persian (Farsi) initialisation for the jQuery date/time entry extension
3 | Written by benyblack and Javad Mowlanezhad (jmowla@gmail.com). */
4 | (function($) {
5 | $.datetimeEntry.regional['fa'] = {datetimeFormat: 'Y/O/D H:M',
6 | monthNames: ['فروردين','ارديبهشت','خرداد','تير','مرداد','شهريور',
7 | 'مهر','آبان','آذر','دي','بهمن','اسفند'],
8 | monthNamesShort: ['1','2','3','4','5','6',
9 | '7','8','9','10','11','12'],
10 | dayNames: ['يکشنبه','دوشنبه','سهشنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'],
11 | dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'],
12 | ampmNames: ['ق.ظ', 'ب.ظ'],
13 | spinnerTexts: ['اکنون', 'قبلی', 'بعدی', 'افزایش', 'کاهش'],
14 | isRTL: true};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['fa']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/icecream.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/config/user_passwords.php:
--------------------------------------------------------------------------------
1 | [
5 | 'table' => 'users', //if no tablename, uses panel name
6 | 'single_item_name' => 'User',
7 | 'has_timestamps' => TRUE, // Boolean for whether or not we'll be using timestamps
8 | 'default_order_by' => 'username'
9 | ],
10 |
11 | 'elements' => [
12 |
13 | 'username' => [
14 | 'label' => 'Username',
15 | 'type' => 'text',
16 | 'length' => 30,
17 | 'attributes' => '',
18 | 'rules' => '',
19 | 'display' => 'L'
20 | ],
21 | 'password' => [
22 | 'label' => 'Reset Password',
23 | 'type' => 'password',
24 | 'length' => 255, // important. must be greater than 60 characters
25 | 'attributes' => '',
26 | 'rules' => 'required|alpha_dash|between:4,30',
27 | 'display' => 'U'
28 | ]
29 | ]
30 | ];
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/flag.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/README.md:
--------------------------------------------------------------------------------
1 | Flat UI Pro 1.2.1
2 | =======
3 |
4 | Flat UI Pro
5 |
6 | Make money by partnering with Designmodo and earn 25% Commission Per Sale! Just add "Powered by Flat UI" in your site footer and link it to affiliate link.
7 | Learn more http://designmodo.com/affiliates/
8 |
9 | Thanks for supporting our website and enjoy!
10 |
11 | Links:
12 | http://designmodo.com/flat
13 |
14 |
15 | ## Authors
16 |
17 | **Sergey Shmidt**
18 |
19 | + [http://shmidt.in](http://shmidt.in)
20 | + [http://twitter.com/monstercritic](http://twitter.com/monstercritic)
21 |
22 | **Sergii Iurevych**
23 |
24 | + [http://twitter.com/iurevych](http://twitter.com/iurevych)
25 | + [http://github.com/iurevych](http://github.com/iurevych)
26 |
27 | ## Typeface
28 | Flat UI Free is made using the Lato typeface, which can be downloaded for free here: http://www.google.com/webfonts/specimen/Lato
29 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/card.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/camera.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/printer.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/views/layouts/welcome.blade.php:
--------------------------------------------------------------------------------
1 | @extends('station::layouts.base')
2 |
3 | @section('content')
4 |
5 |
6 |
7 |
8 | Welcome to Station!
9 |
10 |
11 |
12 | If you are reading this message then you have installed Station successfully
13 |
14 |
15 |
16 | The next thing you should do is configure your /config/packages/lifeboy/station/_app.php file and begin to create individual "panel" files. Each panel appears in Station's navigation bar and is an area where your users can control data or content.
17 |
18 |
19 |
20 | There is plenty more to read about this and other things in the documentation.
21 |
22 |
23 |
24 |
25 | @stop
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-sk.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Slovak initialisation for the jQuery date/time entry extension
3 | Written by Vojtech Rinik (vojto@hmm.sk) */
4 | (function($) {
5 | $.datetimeEntry.regional['sk'] = {datetimeFormat: 'D.O.Y H:Ma',
6 | monthNames: ['Január','Február','Marec','Apríl','Máj','Jún',
7 | 'Júl','August','September','Október','November','December'],
8 | monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún',
9 | 'Júl','Aug','Sep','Okt','Nov','Dec'],
10 | dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
11 | dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Teraz', 'Predchádzajúce pole', 'Nasledujúce pole', 'Zvýšiť', 'Znížiť'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['sk']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-tr.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Turkish initialisation for the jQuery date/time entry extension
3 | Written by Vural Dinçer and Izzet Emre Erkan (kara@karalamalar.net) */
4 | (function($) {
5 | $.datetimeEntry.regional['tr'] = {datetimeFormat: 'D.O.Y H:M',
6 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran',
7 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'],
8 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz',
9 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'],
10 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
11 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['şu an', 'önceki alan', 'sonraki alan', 'arttır', 'azalt'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['tr']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-it.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Italian initialisation for the jQuery date/time entry extension
3 | Written by Apaella (apaella@gmail.com). */
4 | (function($) {
5 | $.datetimeEntry.regional['it'] = {datetimeFormat: 'D/O/Y H:M',
6 | monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
7 | 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
8 | monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
9 | 'Lug','Ago','Set','Ott','Nov','Dic'],
10 | dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'],
11 | dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Adesso', 'Precedente', 'Successivo', 'Aumenta', 'Diminuisci'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['it']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-fr.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | French initialisation for the jQuery date/time entry extension
3 | Written by Keith Wood (kbwood{at}iinet.com.au) September 2010. */
4 | (function($) {
5 | $.datetimeEntry.regional['fr'] = {datetimeFormat: 'D/O/Y H:M',
6 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
7 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
8 | monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
9 | 'Jul','Aoû','Sep','Oct','Nov','Déc'],
10 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
11 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Maintenant', 'Précédent', 'Suivant', 'Augmenter', 'Diminuer'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['fr']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-sv.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Swedish initialisation for the jQuery date/time entry extension.
3 | Written by Anders Ekdahl ( anders@nomadiz.se). */
4 | (function($) {
5 | $.datetimeEntry.regional['sv'] = {datetimeFormat: 'Y-O-D H:M',
6 | monthNames: ['Januari','Februari','Mars','April','Maj','Juni',
7 | 'Juli','Augusti','September','Oktober','November','December'],
8 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
9 | 'Jul','Aug','Sep','Okt','Nov','Dec'],
10 | dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'],
11 | dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Nu', 'Förra fältet', 'Nästa fält', 'öka', 'minska'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['sv']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/src/migrations/2014_10_31_001034_pivot_group_user_table.php:
--------------------------------------------------------------------------------
1 | increments('id');
17 | $table->integer('group_id')->unsigned()->index();
18 | $table->integer('user_id')->unsigned()->index();
19 | $table->foreign('group_id')->references('id')->on('groups')->onDelete('cascade');
20 | $table->foreign('user_id')->references('id')->on('users')->onDelete('cascade');
21 | });
22 | }
23 |
24 |
25 |
26 | /**
27 | * Reverse the migrations.
28 | *
29 | * @return void
30 | */
31 | public function down()
32 | {
33 | Schema::drop('group_user');
34 | }
35 |
36 | }
37 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-ru.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Russian (UTF-8) initialisation for the jQuery date/time entry extension.
3 | Written by Andrew Stromnov (stromnov@gmail.com). */
4 | (function($) {
5 | $.datetimeEntry.regional['ru'] = {datetimeFormat: 'D.O.Y H:M',
6 | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь',
7 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
8 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн',
9 | 'Июл','Авг','Сен','Окт','Ноя','Дек'],
10 | dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
11 | dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Сейчас', 'Предыдущее поле', 'Следующее поле', 'Больше', 'Меньше'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['ru']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/modules/code.less:
--------------------------------------------------------------------------------
1 | //
2 | // Code (inline and blocK)
3 | // --------------------------------------------------
4 |
5 |
6 | // Inline and block code styles
7 | code,
8 | kdb,
9 | pre,
10 | samp {
11 | font-family: @font-family-monospace;
12 | }
13 |
14 | // Inline code
15 | code {
16 | font-size: 75%;
17 | color: @code-color;
18 | background-color: @code-bg;
19 | border-radius: @border-radius-base;
20 | }
21 |
22 | // Blocks of code
23 | pre {
24 | padding: ((@line-height-computed - 6) / 3);
25 | margin: 0 0 (@line-height-computed / 2);
26 | font-size: (@font-size-base - 5); // 18px to 13px
27 | line-height: @line-height-base;
28 | color: @pre-color;
29 | background-color: @pre-bg;
30 | border: 2px solid @pre-border-color;
31 | border-radius: @pre-border-radius;
32 | }
33 |
34 | // Enable scrollable blocks of code
35 | .pre-scrollable {
36 | max-height: @pre-scrollable-max-height;
37 | }
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-de.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | German initialisation for the jQuery date/time entry extension
3 | Written by Eyk Schulz (eyk.schulz@gmx.net) and Milian Wolff (mail@milianw.de) */
4 | (function($) {
5 | $.datetimeEntry.regional['de'] = {datetimeFormat: 'D.O.Y H:M',
6 | monthNames: ['Januar','Februar','März','April','Mai','Juni',
7 | 'Juli','August','September','Oktober','November','Dezember'],
8 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
9 | 'Jul','Aug','Sep','Okt','Nov','Dez'],
10 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
11 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Jetzt', 'vorheriges Feld', 'nächstes Feld', 'hoch', 'runter'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['de']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-is.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Icelandic initialisation for the jQuery date/time entry extension
3 | Written by Már Örlygsson (http://mar.anomy.net/) */
4 | (function($) {
5 | $.datetimeEntry.regional['is'] = {datetimeFormat: 'D.O.Y H:M',
6 | monthNames: ['janúar','febrúar','mars','apríl','maí','júní',
7 | 'júlí','ágúst','september','október','nóvember','desember'],
8 | monthNamesShort: ['jan','feb','mar','apr','maí','jún',
9 | 'júl','ágú','sep','okt','nóv','des'],
10 | dayNames: ['sunnudagur','mánudagur','þriðjudagur','miðvikudagur','fimmtudagur','föstudagur','laugardagur'],
11 | dayNamesShort: ['sun','mán','þri','mið','fim','fös','lau'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Dagurinn í dag', 'Fyrra svæði', 'Næsta svæði', 'Hækka', 'Lækka'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['is']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-ro.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Romanian initialisation for the jQuery date/time entry extension
3 | Written by Edmond L. (ll_edmond@walla.com) */
4 | (function($) {
5 | $.datetimeEntry.regional['ro'] = {datetimeFormat: 'O/D/Y H:M',
6 | monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie',
7 | 'Iulie','August','Septembrie','Octobrie','Noiembrie','Decembrie'],
8 | monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun',
9 | 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec'],
10 | dayNames: ['Duminică', 'Luni', 'Marti', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
11 | dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Acum', 'Campul Anterior', 'Campul Urmator', 'Mareste', 'Micsoreaza'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['ro']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-es.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Spanish initialisation for the jQuery date/time entry extension
3 | Written by diegok (diego@freekeylabs.com) and Vester (xvester@gmail.com). */
4 | (function($) {
5 | $.datetimeEntry.regional['es'] = {datetimeFormat: 'D/O/Y H:M',
6 | monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
7 | 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
8 | monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
9 | 'Jul','Ago','Sep','Oct','Nov','Dic'],
10 | dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
11 | dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Ahora', 'Campo anterior', 'Siguiente campo', 'Aumentar', 'Disminuir'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['es']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-hu.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Hungarian initialisation for the jQuery date/time entry extension
3 | Written by Karaszi Istvan (raszi@spam.raszi.hu) */
4 | (function($) {
5 | $.datetimeEntry.regional['hu'] = {datetimeFormat: 'Y-O-D H:M',
6 | monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június',
7 | 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
8 | monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
9 | 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
10 | dayNames: ['Vasámap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
11 | dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Most', 'Előző mező', 'Következő mező', 'Növel', 'Csökkent'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['hu']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-cs.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Czech initialisation for the jQuery date/time entry extension
3 | Written by Stanislav Kurinec (stenly.kurinec@gmail.com) and Tomas Muller (tomas@tomas-muller.net) */
4 | (function($) {
5 | $.datetimeEntry.regional['cs'] = {datetimeFormat: 'D.O.Y H:M',
6 | monthNames: ['leden','únor','březen','duben','květen','červen',
7 | 'červenec','srpen','září','říjen','listopad','prosinec'],
8 | monthNamesShort: ['led','úno','bře','dub','kvě','čer',
9 | 'čvc','srp','zář','říj','lis','pro'],
10 | dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'],
11 | dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Nyní', 'Předchozí pole', 'Následující pole', 'Zvýšit', 'Snížit'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['cs']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-pl.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Polish initialisation for the jQuery date/time entry extension.
3 | Polish translation by Jacek Wysocki (jacek.wysocki@gmail.com). */
4 | (function($) {
5 | $.datetimeEntry.regional['pl'] = {datetimeFormat: 'Y-O-D H:M',
6 | monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec',
7 | 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'],
8 | monthNamesShort: ['Sty','Lut','Mar','Kwi','Maj','Cze',
9 | 'Lip','Sie','Wrz','Paź','Lis','Gru'],
10 | dayNames: ['Niedziela','Poniedzialek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
11 | dayNamesShort: ['Nie','Pon','Wto','Śro','Czw','Pią','Sob'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Teraz', 'Poprzednie pole', 'Następne pole', 'Zwiększ wartość', 'Zmniejsz wartość'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['pl']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/test/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ZeroClipboard unit tests
6 |
7 |
8 |
9 |
10 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/bootstrap/css/prettify.css:
--------------------------------------------------------------------------------
1 | .com { color: #93a1a1; }
2 | .lit { color: #195f91; }
3 | .pun, .opn, .clo { color: #93a1a1; }
4 | .fun { color: #dc322f; }
5 | .str, .atv { color: #D14; }
6 | .kwd, .prettyprint .tag { color: #1e347b; }
7 | .typ, .atn, .dec, .var { color: teal; }
8 | .pln { color: #48484c; }
9 |
10 | .prettyprint {
11 | padding: 8px;
12 | background-color: #f7f7f9;
13 | border: 1px solid #e1e1e8;
14 | }
15 | .prettyprint.linenums {
16 | -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
17 | -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
18 | box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
19 | }
20 |
21 | /* Specify class=linenums on a pre to get line numbering */
22 | ol.linenums {
23 | margin: 0 0 0 33px; /* IE indents via margin-left */
24 | }
25 | ol.linenums li {
26 | padding-left: 12px;
27 | color: #bebec5;
28 | line-height: 20px;
29 | text-shadow: 0 1px 0 #fff;
30 | }
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-nl.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Dutch initialisation written for the jQuery date/time entry extension.
3 | Glenn plas (glenn.plas@telenet.be) and Mathias Bynens (http://mathiasbynens.be/). */
4 | (function($) {
5 | $.datetimeEntry.regional['nl'] = {datevFormat: 'D/O/Y H:M',
6 | monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
7 | 'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
8 | monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
9 | 'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
10 | dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
11 | dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Nu', 'Vorig veld', 'Volgend veld','Verhoog', 'Verlaag'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['nl']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-lt.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Lithuanian initialisation for the jQuery date/time entry extension
3 | Written by Andrej Andrejev and Arturas Paleicikas . */
4 | (function($) {
5 | $.datetimeEntry.regional['lt'] = {datetimeFormat: 'Y-O-D H:M',
6 | monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis',
7 | 'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'],
8 | monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir',
9 | 'Lie','Rugp','Rugs','Spa','Lap','Gru'],
10 | dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'],
11 | dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'],
12 | ampmNames: ['AM', 'PM'],
13 | spinnerTexts: ['Dabar', 'Ankstesnis laukas', 'Kitas laukas', 'Daugiau', 'Mažiau'],
14 | isRTL: false};
15 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['lt']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/medal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/query-datetime/jquery.datetimeentry-pt.js:
--------------------------------------------------------------------------------
1 | /* http://keith-wood.name/datetimeEntry.html
2 | Portuguese initialisation for the jQuery date/time entry extension
3 | Written by Dino Sane (dino@asttra.com.br) and Leonildo Costa Silva (leocsilva@gmail.com). */
4 | (function($) {
5 | $.datetimeEntry.regional['pt'] = {datetimeFormat: 'D/O/Y H:M',
6 | monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
7 | 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
8 | monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
9 | 'Jul','Ago','Set','Out','Nov','Dez'],
10 | dayNames: ['Domingo','Segunda-feira','Terça-feira',
11 | 'Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
12 | dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
13 | ampmNames: ['AM', 'PM'],
14 | spinnerTexts: ['Agora', 'Campo anterior', 'Campo Seguinte', 'Aumentar', 'Diminuir'],
15 | isRTL: false};
16 | $.datetimeEntry.setDefaults($.datetimeEntry.regional['pt']);
17 | })(jQuery);
18 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/scaffolding.less:
--------------------------------------------------------------------------------
1 | //
2 | // Scaffolding
3 | // --------------------------------------------------
4 |
5 |
6 | // Body reset
7 | // -------------------------
8 |
9 | body {
10 | font-family: @font-family-base;
11 | font-size: @font-size-base;
12 | line-height: @line-height-base;
13 | color: @text-color;
14 | background-color: @body-bg;
15 | }
16 |
17 | // Links
18 | // -------------------------
19 |
20 | a {
21 | color: @link-color;
22 | text-decoration: none;
23 | .transition(.25s);
24 |
25 | &:hover,
26 | &:focus {
27 | color: @link-hover-color;
28 | text-decoration: none;
29 | }
30 | }
31 |
32 | // Images
33 | // -------------------------
34 |
35 | // Rounded corners
36 | .img-rounded {
37 | border-radius: @border-radius-large;
38 | }
39 |
40 | // Description text under image
41 | .img-comment {
42 | font-size: ceil(@font-size-base * 1.071); // ~15px
43 | line-height: @line-height-base;
44 | font-style: italic;
45 | margin: 24px 0;
46 | }
--------------------------------------------------------------------------------
/src/Lifeboy/Station/Config/StationConfig.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/fit.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/readme.md:
--------------------------------------------------------------------------------
1 | # Station for Laravel
2 |
3 | Station allows developers to auto-generate, configure, and deploy an admin interface with advanced scaffolding, migrations and models for their Laravel software. It includes an artisan build command and a simple but extensible UI.
4 |
5 | If you are tired of creating CRUD-capable interfaces from scratch, then Station may be perfect for you. In a few minutes you can have a back-end admin installed and ready for use by you, your customers, and your customers' users.
6 |
7 | Station shines when used as a CMS however it is *not* your typical template-based CMS system. It does not include front-end templates or layouts. Instead it is intended to be used as a database, content, and user management system. It takes away the heavy-lifting involved in creating a back-end for your web site or application. But, it leaves the front-end a blank canvas for your creativity!
8 |
9 | ## Read the [Documentation](http://station.readthedocs.org)
10 |
11 | **Looking for a Laravel 4 version? Check this out: https://github.com/thecanarycollective/station**
12 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/pills.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/flower.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/src/meta/composer.json.tmpl:
--------------------------------------------------------------------------------
1 | {
2 | "name": "<%= name %>/<%= name %>",
3 | "description": "<%= description %>",
4 | "version": "<%= version %>",
5 | "type": "library",
6 | "keywords": <%= JSON.stringify(keywords) %>,
7 | "license": "<%= licenses[0].type %>",
8 | "authors": <%= JSON.stringify(_.filter(_.map(contributors, function(c) {
9 | var a;
10 | /* Does not currently support the NPM package.json string format (as opposed to object format) for "people" types */
11 | if (c && typeof c === "object") {
12 | /* The `name` property is required */
13 | if (c.name) {
14 | a = {};
15 | a.name = c.name;
16 |
17 | if (c.email) {
18 | a.email = c.email;
19 | }
20 | if (c.url) {
21 | a.homepage = c.url;
22 | }
23 | a.role = c.role || "Developer";
24 | }
25 | }
26 | return a;
27 | }), function(a) { return !!a; })) %>,
28 | "homepage": "<%= homepage %>",
29 | "support": {
30 | "source": "<%= repository.url %>",
31 | "issues": "<%= bugs.url %>"
32 | }
33 | }
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 | Copyright (c) 2014 Jon Rohan, James M. Greene
3 |
4 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5 |
6 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7 |
8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9 |
--------------------------------------------------------------------------------
/docs/license.rst:
--------------------------------------------------------------------------------
1 | License
2 | =======
3 |
4 | The MIT License (MIT)
5 |
6 | Copyright (c) 2016 Lifeboy Tech LLC
7 |
8 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11 |
12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
/docs/_build/html/_sources/license.txt:
--------------------------------------------------------------------------------
1 | License
2 | =======
3 |
4 | The MIT License (MIT)
5 |
6 | Copyright (c) 2016 Lifeboy Tech LLC
7 |
8 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11 |
12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
/license.txt:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2016 Lifeboy Tech LLC
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/touch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/src/meta/LICENSE.tmpl:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 | Copyright (c) <%= grunt.template.today("yyyy") %> <%= _.pluck(contributors, "name").join(", ") %>
3 |
4 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5 |
6 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7 |
8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9 |
--------------------------------------------------------------------------------
/docs/models.rst:
--------------------------------------------------------------------------------
1 |
2 | .. _models:
3 |
4 | Working with Station Models
5 | ===========================
6 |
7 | Every time you run :ref:`build-command` all of your models (at least all of the models which are associated with Station panels) get regenerated. You might be thinking, "Well that sucks, what if I want to add my own methods to those models?!"". Guess what? That is not a problem. Station's models carefully avoid any custom code you've written and instead only replace Station's own boilerplate class variables and methods in your models, leaving your own work intact.
8 |
9 | .. code-block:: php
10 |
11 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/modules/labels.less:
--------------------------------------------------------------------------------
1 | //
2 | // Labels
3 | // --------------------------------------------------
4 |
5 | .label {
6 | font-size: 72%;
7 | font-weight: normal;
8 | padding: .15em .5em .2em;
9 |
10 | // Add hover effects, but only for links
11 | &[href] {
12 | &:hover,
13 | &:focus {
14 | color: @label-link-hover-color;
15 | }
16 | }
17 | }
18 |
19 | // Colors
20 | // Contextual variations (linked labels get darker on :hover)
21 |
22 | .label-default {
23 | .label-variant(@label-default-bg, @label-default-bg-hover, @label-default-text-color);
24 | }
25 |
26 | .label-inverse {
27 | .label-variant(@label-inverse-bg, @label-inverse-bg-hover);
28 | }
29 |
30 | .label-success {
31 | .label-variant(@label-success-bg, @label-success-bg-hover);
32 | }
33 |
34 | .label-important {
35 | .label-variant(@label-important-bg, @label-important-bg-hover);
36 | }
37 |
38 | .label-warning {
39 | .label-variant(@label-warning-bg, @label-warning-bg-hover);
40 | }
41 |
42 | .label-info {
43 | .label-variant(@label-info-bg, @label-info-bg-hover);
44 | }
45 |
46 | .label-primary {
47 | .label-variant(@label-primary-bg, @label-primary-bg-hover);
48 | }
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/clocks.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/_build/html/_sources/models.txt:
--------------------------------------------------------------------------------
1 |
2 | .. _models:
3 |
4 | Working with Station Models
5 | ===========================
6 |
7 | Every time you run :ref:`build-command` all of your models (at least all of the models which are associated with Station panels) get regenerated. You might be thinking, "Well that sucks, what if I want to add my own methods to those models?!"". Guess what? That is not a problem. Station's models carefully avoid any custom code you've written and instead only replace Station's own boilerplate class variables and methods in your models, leaving your own work intact.
8 |
9 | .. code-block:: php
10 |
11 |
2 |
3 |
4 |
5 | ZeroClipboard unit tests: core.js
6 |
7 |
8 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/mail.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/chat.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/js/jquery.ui.touch-punch.min.js:
--------------------------------------------------------------------------------
1 | /*
2 | * jQuery UI Touch Punch 0.2.2
3 | *
4 | * Copyright 2011, Dave Furfero
5 | * Dual licensed under the MIT or GPL Version 2 licenses.
6 | *
7 | * Depends:
8 | * jquery.ui.widget.js
9 | * jquery.ui.mouse.js
10 | */
11 | (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return;}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return;}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f);}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return;}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown");};c._touchMove=function(f){if(!a){return;}this._touchMoved=true;d(f,"mousemove");};c._touchEnd=function(f){if(!a){return;}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click");}a=false;};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f);};})(jQuery);
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/eye.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/search.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/pencil.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/toilet-paper.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/magic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/src/javascript/ZeroClipboard/flash.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Simple Flash Detection
3 | *
4 | * returns true if Flash is detected
5 | */
6 | var _detectFlashSupport = function () {
7 | var hasFlash = false;
8 |
9 | if (typeof flashState.disabled === "boolean") {
10 | hasFlash = flashState.disabled === false;
11 | }
12 | else {
13 | // IE
14 | if (typeof ActiveXObject === "function") {
15 | try {
16 | if (new ActiveXObject("ShockwaveFlash.ShockwaveFlash")) {
17 | hasFlash = true;
18 | }
19 | }
20 | catch (error) {}
21 | }
22 |
23 | // Every other browser
24 | if (!hasFlash && navigator.mimeTypes["application/x-shockwave-flash"]) {
25 | hasFlash = true;
26 | }
27 | }
28 |
29 | return hasFlash;
30 | };
31 |
32 |
33 | /*
34 | * Parse a Flash version string (e.g. "MAC 11,9,100")
35 | *
36 | * returns a cleaner Flash version string (e.g. "11.9.100")
37 | */
38 | function _parseFlashVersion(flashVersion) {
39 | return flashVersion.replace(/,/g, ".").replace(/[^0-9\.]/g, "");
40 | }
41 |
42 |
43 | /*
44 | * Flash version verification
45 | *
46 | * returns true if Flash version is acceptable
47 | */
48 | function _isFlashVersionSupported(flashVersion) {
49 | return parseFloat(_parseFlashVersion(flashVersion)) >= 10.0;
50 | }
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/chair.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/docs/roadmap.md:
--------------------------------------------------------------------------------
1 | # Roadmap
2 |
3 | These are things that we have expressed interest in but haven't implemented yet. There is no order, if you feel like you can complete one of the tasks. Feel free to fork the project and send a pull request with the new code.
4 |
5 | ## Rich Clipboard
6 | The Flash Clipboard API supports RichText (RTF), HTML, and custom data. We want to enable those as feasible. See Issues [#143](https://github.com/zeroclipboard/zeroclipboard/issues/143) and [#152](https://github.com/zeroclipboard/zeroclipboard/issues/152).
7 |
8 | ## HTML5 Clipboard API
9 | In a perfect world we wouldn't need ZeroClipboard, and the browsers would just take care of it. We would like to write ZeroClipboard to use the browser's clipboard API when available. See Issues [#171](https://github.com/zeroclipboard/zeroclipboard/issues/171) and [#105](https://github.com/zeroclipboard/zeroclipboard/issues/105).
10 |
11 | ## Flash tests
12 | We want to setup a unit test suite for the Flash file. See Issue [#43](https://github.com/zeroclipboard/zeroclipboard/issues/43).
13 |
14 | ## Mostly new API in v2.0.0
15 | Most of the API will be redesigned for v2.0.0 (as we did not design the v1.x API but rather inherited it.
16 | Feedback on the [https://gist.github.com/JamesMGreene/7886534](ZeroClipboard v2.0.0 API draft) is welcomed!
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/dude.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/modules/pager.less:
--------------------------------------------------------------------------------
1 | //
2 | // Pager
3 | // --------------------------------------------------
4 |
5 | .pager {
6 | background-color: @brand-primary;
7 | border-radius: @border-radius-large;
8 | color: @inverse;
9 | font-size: 16px;
10 | font-weight: 700;
11 | display: inline-block;
12 |
13 | li {
14 | &:first-child {
15 | > a,
16 | > span {
17 | border-left: none;
18 | border-radius: @border-radius-large 0 0 @border-radius-large;
19 | }
20 | }
21 |
22 | > a,
23 | > span {
24 | background: none;
25 | border: none;
26 | border-left: 2px solid mix(@brand-primary, black, 85%);
27 | color: @inverse;
28 | padding: @pager-padding;
29 | text-decoration: none;
30 | white-space: nowrap;
31 | border-radius: 0 @border-radius-large @border-radius-large 0;
32 | line-height: 1.313;
33 |
34 | &:hover,
35 | &:focus {
36 | background-color: mix(@brand-primary, black, 85%);
37 | }
38 | &:active {
39 | background-color: mix(@brand-primary, black, 85%);
40 | }
41 |
42 | // Add some spacing between the icon and text
43 | [class*="fui-"] + span {
44 | margin-left: 8px;
45 | }
46 | span + [class*="fui-"] {
47 | margin-left: 8px;
48 | }
49 | }
50 | }
51 | }
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/goal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/lock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/book.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/map.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/modules/popover.less:
--------------------------------------------------------------------------------
1 | //
2 | // Popover
3 | // --------------------------------------------------
4 |
5 | .popover {
6 | background-color: mix(@brand-primary, white, 9%);
7 | border: none;
8 | padding: 0;
9 | .box-shadow(none);
10 |
11 | &.right .arrow {
12 | border-right-color: mix(@brand-primary, white, 9%);
13 | left: -9px;
14 | margin-top: -9px;
15 | }
16 | &.left .arrow {
17 | border-left-color: mix(@brand-primary, white, 9%);
18 | right: -9px;
19 | margin-top: -9px;
20 | }
21 | &.bottom .arrow {
22 | border-bottom-color: mix(@brand-primary, white, 9%);
23 | margin-right: -9px;
24 | top: -9px;
25 | }
26 | &.top .arrow {
27 | border-top-color: mix(@brand-primary, white, 9%);
28 | bottom: -9px;
29 | margin-left: -9px;
30 | }
31 | .arrow {
32 | border-width: 9px;
33 |
34 | &:after {
35 | display: none;
36 | }
37 | }
38 | }
39 |
40 | // Popover Title
41 | .popover-title {
42 | background-color: mix(@brand-primary, white, 33%);
43 | color: @inverse;
44 | font-size: @component-font-size-base;
45 | line-height: 1.2;
46 | font-weight: 700;
47 | padding: 10px 20px 11px;
48 | }
49 |
50 | // Popover Content
51 | .popover-content {
52 | padding: 9px 20px 1px;
53 |
54 | p {
55 | font-size: ceil(@component-font-size-base * 0.933); // ~14px
56 | line-height: 1.286; // 18px
57 | }
58 | }
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/test/core.js.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ZeroClipboard unit tests: core.js
6 |
7 |
8 |
20 |
21 |
22 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/src/views/partials/list_items.blade.php:
--------------------------------------------------------------------------------
1 | @foreach($data['data'] as $row)
2 |
3 |
4 |
5 | {!! $row_opener !!} id="{{ $curr_panel }}-record-{{ $row['id'] }}" data-id="{{ $row['id'] }}">
6 |
7 | @if ($user_can_bulk_delete)
8 | {{-- We need our bulk-delete checkbox --}}
9 | <{{ $item_element }} class="td-for-bulk-delete col-0-0">
10 |
11 | {{ $item_element }}>
12 | @endif
13 |
14 | @if ($user_can_update)
15 | {{-- We need our button for edit/update --}}
16 | <{{ $item_element }} class="td-for-edit col-0">
17 |
18 |
19 |
20 | {{ $item_element }}>
21 | @endif
22 |
23 | @include('station::partials.list_item_row_content', compact('row'))
24 |
25 | @if ($user_can_delete)
26 | {{-- We need our button for delete --}}
27 | <{{ $item_element }} class="td-for-delete col-delete">
28 |
32 |
33 |
34 | {{ $item_element }}>
35 | @endif
36 | {!! $row_closer !!}
37 | @endforeach
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/save.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/test/utils.js.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ZeroClipboard unit tests: utils.js
6 |
7 |
8 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
This page demonstrates the very basics of the
23 | jQuery Date/Time Entry plugin.
24 | It contains the minimum requirements for using the plugin and
25 | can be used as the basis for your own experimentation.
22 | @foreach (Session::get('errors')->all() as $error)
23 |
{!! $error !!}
24 | @endforeach
25 |
28 |
29 | @endif
30 |
31 | {{-- useful for validator responses when we're not doing a redirect and have no session flashes --}}
32 | @if(isset($ajax_errors) && $ajax_errors && count($ajax_errors) > 0)
33 |
34 |
There were some problems:
35 | @foreach ($ajax_errors as $error)
36 |
{!! $error[0] !!}
37 | @endforeach
38 |
41 |
42 | @endif
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/modules/input-icons.less:
--------------------------------------------------------------------------------
1 | //
2 | // Input Icons
3 | // --------------------------------------------------
4 |
5 | .form-group {
6 | position: relative;
7 | }
8 |
9 | .form-control {
10 | & + .input-icon {
11 | position: absolute;
12 | top: 2px;
13 | right: 2px;
14 | line-height: 37px;
15 | vertical-align: middle;
16 | font-size: @input-icon-font-size; // ~20px
17 | color: desaturate(lighten(@brand-primary, 45%), 15%);
18 | background-color: @inverse;
19 | padding: 0 12px 0 0;
20 | border-radius: @input-border-radius;
21 | }
22 | }
23 |
24 | // Icons sizing
25 | // ---------------------------
26 |
27 | // Huge
28 | .input-hg + .input-icon {
29 | line-height: 49px;
30 | padding: 0 16px 0 0;
31 | }
32 |
33 | //Large
34 | .input-lg + .input-icon {
35 | line-height: 41px;
36 | padding: 0 15px 0 0;
37 | }
38 |
39 | // Small
40 | .input-sm + .input-icon {
41 | font-size: @font-size-base;
42 | line-height: 30px;
43 | padding: 0 10px 0 0;
44 | }
45 |
46 |
47 | // Icons states
48 | // ---------------------------
49 |
50 | .has-success {
51 | .input-icon {
52 | color: @brand-success;
53 | }
54 | }
55 | .has-warning {
56 | .input-icon {
57 | color: @brand-warning;
58 | }
59 | }
60 | .has-error {
61 | .input-icon {
62 | color: @brand-danger;
63 | }
64 | }
65 | .form-control[disabled] + .input-icon,
66 | .form-control[readonly] + .input-icon,
67 | fieldset[disabled] .form-control + .input-icon,
68 | .form-control.disabled + .input-icon {
69 | color: mix(@gray, white, 40%);
70 | background-color: mix(@gray, white, 10%);
71 | }
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/flat-ui.less:
--------------------------------------------------------------------------------
1 | // Flat UI main stylesheet that aggregates all modules
2 |
3 | // Loading custom fonts
4 | //@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,400italic,300");
5 | @import "fonts";
6 | @import "icon-font";
7 |
8 | // Loading config with variables (changing them leads to changing a color scheme)
9 | @import "variables";
10 |
11 | // Utility mixins for greater good
12 | @import "mixins";
13 |
14 | @import "scaffolding";
15 |
16 | // Modules
17 | @import "modules/type";
18 | @import "modules/code";
19 | @import "modules/buttons";
20 | @import "modules/button-groups";
21 | @import "modules/caret";
22 | @import "modules/navbar";
23 | @import "modules/select";
24 | @import "modules/forms";
25 | @import "modules/input-icons";
26 | @import "modules/input-groups";
27 | @import "modules/checkbox-and-radio";
28 | @import "modules/tagsinput";
29 | @import "modules/progress-bars";
30 | @import "modules/ui-slider";
31 | @import "modules/ui-spinner";
32 | @import "modules/ui-datepicker";
33 | @import "modules/pager";
34 | @import "modules/pagination";
35 | @import "modules/tooltip";
36 | @import "modules/dropdown";
37 | @import "modules/tables";
38 | @import "modules/labels";
39 | @import "modules/badges";
40 | @import "modules/alerts";
41 | @import "modules/bottom";
42 | @import "modules/navs";
43 | @import "modules/iconbar";
44 | @import "modules/breadcrumbs";
45 | @import "modules/popover";
46 | @import "modules/dialog";
47 | @import "modules/modals";
48 | @import "modules/switch";
49 | @import "modules/carousel";
50 |
51 | // Spaces
52 | @import "spaces";
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/app-store.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/src/javascript/end.js:
--------------------------------------------------------------------------------
1 | // The AMDJS logic branch is evaluated first to avoid potential confusion over
2 | // the CommonJS syntactical sugar offered by AMD.
3 | if (typeof define === "function" && define.amd) {
4 | // Alternative `define` that requires these special CommonJS "free variable"
5 | // dependencies. AMD loaders are required to implement this special use case
6 | // per the AMDJS spec:
7 | // https://github.com/amdjs/amdjs-api/wiki/AMD#wiki-define-dependencies
8 |
9 | define(
10 | ["require", "exports", "module"],
11 | function(require, exports, module) {
12 | // Automatically set the `_amdModuleId` value if loading via AMD
13 | _amdModuleId = (module && module.id) || null;
14 |
15 | return ZeroClipboard;
16 | });
17 | }
18 | else if (typeof module === "object" && module && typeof module.exports === "object" && module.exports && typeof window.require === "function") {
19 | // CommonJS module loaders are required to provide an `id` property on the
20 | // `module` object that can be used to uniquely load this module again,
21 | // i.e. `require(module.id)`. This requirement is per the CommonJS modules
22 | // spec: "Module Context", 3.1.
23 | // http://wiki.commonjs.org/articles/m/o/d/Modules_1.1.1_5572.html#Module_Context
24 | //
25 | // ZeroClipboard also needs to be able access itself via a globally available `require`.
26 |
27 | // Automatically set the `_cjdModuleId` value if loading via CommonJS
28 | _cjsModuleId = module.id || null;
29 |
30 | module.exports = ZeroClipboard;
31 | }
32 | else {
33 | window.ZeroClipboard = ZeroClipboard;
34 | }
35 |
36 | })((function() { return this; })());
37 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/converse.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/retina.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/bulb.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/zeroclipboard-1.3.5/docs/security.md:
--------------------------------------------------------------------------------
1 | ### ZeroClipboard Security
2 |
3 | We try our best to keep ZeroClipboard secure but there are some rules that you should consider following to keep your site safe.
4 |
5 | #### Rules
6 |
7 | Basically, if an attacker gets access to the main window/global object via an XSS exploit, it's pretty much an instant "GAME OVER" unless **ALL** of the following are true:
8 | 1. The `ZeroClipboard` object itself is not globally accessible.
9 | 2. The `ZeroClipboard.prototype` object itself is not globally accessible.
10 | 3. No `ZeroClipboard` instances are globally accessible.
11 | 4. No callback functions for dispatched ZeroClipboard events are globally accessible.
12 | 5. If a variable is used to set the path to the SWF via `ZeroClipboard#config`, that variable must not be globally accessible.
13 | 6. The DOM is not accessible (due to built-in support for `data-clipboard-text` and `data-clipboard-target` attributes).
14 |
15 |
16 | #### Examples
17 |
18 | 1. Having `ZeroClipboard` instances globally accessible (versus encapsulated in a closure). This allows an attacker to manually call a client's `setText` method and inject their own text.
19 | 2. As with all globally accessible functions in JavaScript, any globally accessible callback functions (hooked to events) can be overridden by an attacker. This isn't terribly dangerous but could be annoying.
20 | 3. Overriding any of the `ZeroClipboard` or `ZeroClipboard.prototype` properties or methods, if globally accessible.
21 | 4. Adding `data-clipboard-text` or `data-clipboard-target` attributes to every element in the DOM.
22 |
23 |
24 | ### Responsible Disclosure
25 |
26 | If you find any security holes that you believe can be patched, please submit a pull request or file an issue. We will be very appreciative!
27 |
--------------------------------------------------------------------------------
/docs.md:
--------------------------------------------------------------------------------
1 | # Documentation
2 |
3 | ## Panels
4 |
5 | ### panel_config
6 |
7 | #### override
8 |
9 | ##### Definition
10 |
11 | To run your own code for that specific method instead of station. You give it the controller + method name. You can use the wildcard **%user_id%** and pass that to the override if you need to. The override **%id%** is also available if you need to pass an id. (Handy when overriding the **U**)
12 |
13 | ##### Example
14 |
15 | ```
16 | return [
17 | 'panel_options' => [
18 | 'override' => ['L' => 'MessagingController@message_inbox'],
19 | ```
20 |
21 |
22 | #### button_override
23 |
24 | ##### Definition
25 |
26 | Sometimes you don't want to use the default text for a button. You always need the **save** and **save_add** keys. If you don't want a **save_add** button at all, set to 0.
27 |
28 | ##### Example
29 |
30 | ```
31 | return [
32 | 'panel_options' => [
33 | 'button_override' => ['C'=>['save'=>'Send Message','save_add'=>0],
34 | 'U'=>['save'=>'Send Reply','save_add'=>0]],
35 | ```
36 |
37 | #### triggers
38 |
39 | ##### Definition
40 |
41 | Triggers allow you to have some logic happen before or after a certain action **CRUD**. You specify the controller and method you want to pass the id of the element. The one exception is the pre C trigger, which instead passes the post data, since there is no id yet to pass.
42 |
43 | ##### Example
44 |
45 | ```
46 | 'panel_options' => [
47 | 'table' => 'works', // required
48 | 'single_item_name' => 'Work',
49 | 'trigger' => ['post'=>['C'=>'BillingController@listingFeeOnCreate'],
50 | 'pre'=>['D'=>'BillingController@listingFeeOnDelete']]
51 | ],
52 | ```
53 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/less/modules/dialog.less:
--------------------------------------------------------------------------------
1 | //
2 | // Dialog
3 | // --------------------------------------------------
4 |
5 | .dialog {
6 | background-color: mix(@brand-primary, white, 9%);
7 | border-top: 2px solid mix(@brand-primary, white, 20);
8 | font-size: @dialog-font-size;
9 | margin-bottom: 20px;
10 | padding: @dialog-padding;
11 | position: relative;
12 | text-align: center;
13 |
14 | .btn {
15 | vertical-align: baseline;
16 | }
17 | form {
18 | margin-bottom: 0;
19 |
20 | input,
21 | .btn {
22 | margin-bottom: 0;
23 | margin-left: 20px;
24 | vertical-align: top;
25 |
26 | &:first-child {
27 | margin-left: 0;
28 | }
29 | }
30 | }
31 |
32 | // Dialog styles
33 | // -----------
34 | &.dialog-success {
35 | background-color: #f0faf8;
36 | border-top-color: #e2edeb;
37 | }
38 |
39 | &.dialog-danger { .swap-dialog-color(@brand-danger); }
40 | &.dialog-warning { .swap-dialog-color(@brand-warning); }
41 | &.dialog-info { .swap-dialog-color(@brand-info); }
42 | &.dialog-inverse {
43 | background-color: @brand-primary;
44 | border-top-color: mix(@brand-primary, black, 80%);
45 | color: @inverse;
46 | }
47 | }
48 |
49 | //
50 | // Responsive: Landscape phone to desktop/tablet
51 | // --------------------------------------------------
52 | @media (max-width: 767px) {
53 | .dialog {
54 | padding-left: 20px;
55 | padding-right: 20px;
56 |
57 | form .btn,
58 | .btn {
59 | display: block;
60 | margin: 9px 0;
61 | min-width: auto;
62 | width: 100%;
63 |
64 | &:last-child {
65 | margin-bottom: 0;
66 | }
67 | }
68 | form .btn + .btn,
69 | .btn + .btn {
70 | margin-top: 18px;
71 | }
72 | form input {
73 | margin: 9px 0;
74 | }
75 | }
76 | }
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/wine.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/clipboard.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/video.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/Flat-UI-Pro-1.2.2/images/icons/settings.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/js/tapmodo-Jcrop-1902fbc/demos/tutorial1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Hello World | Jcrop Demo
5 |
6 |
7 |
8 |
9 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
43 | This example demonstrates the default behavior of Jcrop.
44 | Since no event handlers have been attached it only performs
45 | the cropping behavior.
46 |