From 0229abe27e6ec70edbf7916877d1afe642c2d8a1 Mon Sep 17 00:00:00 2001 From: frbattid Date: Mon, 19 Oct 2015 15:14:38 +0200 Subject: [PATCH] ADD Telefonica's license header to all the Jade views! --- cosmos-gui/views/dashboard.jade | 32 +++++++++++++++ cosmos-gui/views/layout.jade | 63 +++++++++++++++++++++--------- cosmos-gui/views/login.jade | 24 ++++++++++++ cosmos-gui/views/new_account.jade | 24 ++++++++++++ cosmos-gui/views/new_password.jade | 24 ++++++++++++ 5 files changed, 148 insertions(+), 19 deletions(-) diff --git a/cosmos-gui/views/dashboard.jade b/cosmos-gui/views/dashboard.jade index 699330d..7cd4d79 100644 --- a/cosmos-gui/views/dashboard.jade +++ b/cosmos-gui/views/dashboard.jade @@ -1,6 +1,31 @@ +// +// Copyright 2015 Telefonica Investigación y Desarrollo, S.A.U +// +// This file is part of fiware-tidoop (FI-WARE project). +// +// fiware-tidoop is free software: you can redistribute it and/or modify it under the terms of the GNU Affero +// General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your +// option) any later version. +// fiware-tidoop is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the +// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License +// for more details. +// +// You should have received a copy of the GNU Affero General Public License along with fiware-tidoop. If not, see +// http://www.gnu.org/licenses/. +// +// For those usages not covered by the GNU Affero General Public License please contact with +// francisco dot romerobueno at telefonica dot com +// +// +// Dashboard page +// +// Author: frb +// + extend layout block content + p | Cosmos Dashboard. @@ -11,6 +36,13 @@ block content block sidebar .widget + p + | Options: + + ul + li + a(href="profile") - My profile + form(name="logout", action="logout", method="get") div.actions input(type="submit", value="Logout", id="submit") diff --git a/cosmos-gui/views/layout.jade b/cosmos-gui/views/layout.jade index 16bee36..573c5f1 100644 --- a/cosmos-gui/views/layout.jade +++ b/cosmos-gui/views/layout.jade @@ -1,23 +1,48 @@ +// +// Copyright 2015 Telefonica Investigación y Desarrollo, S.A.U +// +// This file is part of fiware-tidoop (FI-WARE project). +// +// fiware-tidoop is free software: you can redistribute it and/or modify it under the terms of the GNU Affero +// General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your +// option) any later version. +// fiware-tidoop is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the +// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License +// for more details. +// +// You should have received a copy of the GNU Affero General Public License along with fiware-tidoop. If not, see +// http://www.gnu.org/licenses/. +// +// For those usages not covered by the GNU Affero General Public License please contact with +// francisco dot romerobueno at telefonica dot com +// +// +// Layout page +// +// Author: frb +// + doctype html + html - head - title #{title} - Cosmos GUI - link(rel='stylesheet', href='/stylesheets/style.css') + head + title #{title} - Cosmos GUI + link(rel='stylesheet', href='/stylesheets/style.css') body - header - img(src='/images/header_fiware.jpg') - .container - .main-content - block content - .sidebar - block sidebar - footer - p - | 2015 © - | FIWARE. - | The use of FIWARE Lab services is subject to the acceptance of the - | Terms and Conditions, - | Personal Data Protection Policy - | and - | Cookies Policy. + header + img(src='/images/header_fiware.jpg') + .container + .main-content + block content + .sidebar + block sidebar + footer + p + | 2015 © + | FIWARE. + | The use of FIWARE Lab services is subject to the acceptance of the + | Terms and Conditions, + | Personal Data Protection Policy + | and + | Cookies Policy. diff --git a/cosmos-gui/views/login.jade b/cosmos-gui/views/login.jade index a1e6a3b..80818d7 100644 --- a/cosmos-gui/views/login.jade +++ b/cosmos-gui/views/login.jade @@ -1,3 +1,27 @@ +// +// Copyright 2015 Telefonica Investigación y Desarrollo, S.A.U +// +// This file is part of fiware-tidoop (FI-WARE project). +// +// fiware-tidoop is free software: you can redistribute it and/or modify it under the terms of the GNU Affero +// General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your +// option) any later version. +// fiware-tidoop is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the +// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License +// for more details. +// +// You should have received a copy of the GNU Affero General Public License along with fiware-tidoop. If not, see +// http://www.gnu.org/licenses/. +// +// For those usages not covered by the GNU Affero General Public License please contact with +// francisco dot romerobueno at telefonica dot com +// +// +// Login page +// +// Author: frb +// + extend layout block content diff --git a/cosmos-gui/views/new_account.jade b/cosmos-gui/views/new_account.jade index 9ef33de..00524a2 100644 --- a/cosmos-gui/views/new_account.jade +++ b/cosmos-gui/views/new_account.jade @@ -1,3 +1,27 @@ +// +// Copyright 2015 Telefonica Investigación y Desarrollo, S.A.U +// +// This file is part of fiware-tidoop (FI-WARE project). +// +// fiware-tidoop is free software: you can redistribute it and/or modify it under the terms of the GNU Affero +// General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your +// option) any later version. +// fiware-tidoop is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the +// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License +// for more details. +// +// You should have received a copy of the GNU Affero General Public License along with fiware-tidoop. If not, see +// http://www.gnu.org/licenses/. +// +// For those usages not covered by the GNU Affero General Public License please contact with +// francisco dot romerobueno at telefonica dot com +// +// +// New account page +// +// Author: frb +// + extend layout block content diff --git a/cosmos-gui/views/new_password.jade b/cosmos-gui/views/new_password.jade index 092d18f..b52be6c 100644 --- a/cosmos-gui/views/new_password.jade +++ b/cosmos-gui/views/new_password.jade @@ -1,3 +1,27 @@ +// +// Copyright 2015 Telefonica Investigación y Desarrollo, S.A.U +// +// This file is part of fiware-tidoop (FI-WARE project). +// +// fiware-tidoop is free software: you can redistribute it and/or modify it under the terms of the GNU Affero +// General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your +// option) any later version. +// fiware-tidoop is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the +// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License +// for more details. +// +// You should have received a copy of the GNU Affero General Public License along with fiware-tidoop. If not, see +// http://www.gnu.org/licenses/. +// +// For those usages not covered by the GNU Affero General Public License please contact with +// francisco dot romerobueno at telefonica dot com +// +// +// New password page +// +// Author: frb +// + extend layout block content