diff options
-rw-r--r-- | app/view/auth/default.view.php | 14 | ||||
-rw-r--r-- | app/view/common/foot.view.php | 18 | ||||
-rw-r--r-- | app/view/common/head.view.php | 18 | ||||
-rw-r--r-- | app/view/common/setting.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/common/topp.view.php | 18 | ||||
-rw-r--r-- | app/view/dashboard/default.view.php | 14 | ||||
-rw-r--r-- | app/view/deleteacct/default.view.php | 14 | ||||
-rw-r--r-- | app/view/except/default.view.php | 14 | ||||
-rw-r--r-- | app/view/master/foot.view.php | 18 | ||||
-rw-r--r-- | app/view/master/head.view.php | 18 | ||||
-rw-r--r-- | app/view/master/topp.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/default.view.php | 14 | ||||
-rw-r--r-- | app/view/sysconf/group.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/issue.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/message.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/pad.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/stage.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/user.modal.view.php | 18 |
18 files changed, 304 insertions, 0 deletions
diff --git a/app/view/auth/default.view.php b/app/view/auth/default.view.php index 83bb495..9d4c9b4 100644 --- a/app/view/auth/default.view.php +++ b/app/view/auth/default.view.php @@ -1,3 +1,17 @@ +<!-- + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. +--> + <!DOCTYPE html> <html lang="en"> diff --git a/app/view/common/foot.view.php b/app/view/common/foot.view.php index a24a145..977ac04 100644 --- a/app/view/common/foot.view.php +++ b/app/view/common/foot.view.php @@ -1 +1,19 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <?php include "view/master/foot.view.php"; ?> diff --git a/app/view/common/head.view.php b/app/view/common/head.view.php index b23ec18..76880a6 100644 --- a/app/view/common/head.view.php +++ b/app/view/common/head.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <?php include "view/master/head.view.php"; ?> <style type="text/css"> diff --git a/app/view/common/setting.modal.view.php b/app/view/common/setting.modal.view.php index 60b0ba5..68d3e2d 100644 --- a/app/view/common/setting.modal.view.php +++ b/app/view/common/setting.modal.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <div id="settingModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> diff --git a/app/view/common/topp.view.php b/app/view/common/topp.view.php index 40ad3fe..5908462 100644 --- a/app/view/common/topp.view.php +++ b/app/view/common/topp.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <?php include "view/master/topp.view.php"; ?> <?php if ($mod->getCurrentUser()) { ?> diff --git a/app/view/dashboard/default.view.php b/app/view/dashboard/default.view.php index 059d9c8..caf78da 100644 --- a/app/view/dashboard/default.view.php +++ b/app/view/dashboard/default.view.php @@ -1,3 +1,17 @@ +<!-- + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. +--> + <!DOCTYPE html> <html lang="en"> diff --git a/app/view/deleteacct/default.view.php b/app/view/deleteacct/default.view.php index de32202..852a37e 100644 --- a/app/view/deleteacct/default.view.php +++ b/app/view/deleteacct/default.view.php @@ -1,3 +1,17 @@ +<!-- + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. +--> + <!DOCTYPE html> <html lang="en"> diff --git a/app/view/except/default.view.php b/app/view/except/default.view.php index 7a687e5..8738a37 100644 --- a/app/view/except/default.view.php +++ b/app/view/except/default.view.php @@ -1,3 +1,17 @@ +<!-- + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. +--> + <!DOCTYPE html> <html lang="en"> diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php index c749ad0..6279b05 100644 --- a/app/view/master/foot.view.php +++ b/app/view/master/foot.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <script type="text/javascript" src="<?=$mod->ar()?>/assets/js/jquery.min.js"></script> <script type="text/javascript" src="<?=$mod->ar()?>/assets/js/bootstrap.min.js"></script> <script type="text/javascript" src="<?=$mod->ar()?>/assets/js/scrott.js"></script> diff --git a/app/view/master/head.view.php b/app/view/master/head.view.php index 54294b8..3e4e110 100644 --- a/app/view/master/head.view.php +++ b/app/view/master/head.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> diff --git a/app/view/master/topp.view.php b/app/view/master/topp.view.php index fe430ff..9a0b0fe 100644 --- a/app/view/master/topp.view.php +++ b/app/view/master/topp.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <?php if ($mod->isError() || $mod->isWarning() || $mod->isNotice()) { ?> <div id="noticeModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> diff --git a/app/view/sysconf/default.view.php b/app/view/sysconf/default.view.php index 65f7cb6..90e5441 100644 --- a/app/view/sysconf/default.view.php +++ b/app/view/sysconf/default.view.php @@ -1,3 +1,17 @@ +<!-- + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. +--> + <!DOCTYPE html> <html lang="en"> diff --git a/app/view/sysconf/group.modal.view.php b/app/view/sysconf/group.modal.view.php index cd05642..c0641d9 100644 --- a/app/view/sysconf/group.modal.view.php +++ b/app/view/sysconf/group.modal.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <div id="groupModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> diff --git a/app/view/sysconf/issue.modal.view.php b/app/view/sysconf/issue.modal.view.php index a77c1e3..694dd47 100644 --- a/app/view/sysconf/issue.modal.view.php +++ b/app/view/sysconf/issue.modal.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <div id="issueModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> diff --git a/app/view/sysconf/message.modal.view.php b/app/view/sysconf/message.modal.view.php index 715bb06..14cca2d 100644 --- a/app/view/sysconf/message.modal.view.php +++ b/app/view/sysconf/message.modal.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <div id="messageModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> diff --git a/app/view/sysconf/pad.modal.view.php b/app/view/sysconf/pad.modal.view.php index 88c62e7..2fbf26b 100644 --- a/app/view/sysconf/pad.modal.view.php +++ b/app/view/sysconf/pad.modal.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <div id="padModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> diff --git a/app/view/sysconf/stage.modal.view.php b/app/view/sysconf/stage.modal.view.php index 4eaab43..11e517f 100644 --- a/app/view/sysconf/stage.modal.view.php +++ b/app/view/sysconf/stage.modal.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <div id="stageModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> diff --git a/app/view/sysconf/user.modal.view.php b/app/view/sysconf/user.modal.view.php index b3650b0..034dc04 100644 --- a/app/view/sysconf/user.modal.view.php +++ b/app/view/sysconf/user.modal.view.php @@ -1,3 +1,21 @@ +<?php + +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + +?> + <div id="userModal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> |