Skip to content

Commit

Permalink
ADD Telefonica's license header to all the Jade views!
Browse files Browse the repository at this point in the history
  • Loading branch information
frbattid committed Oct 19, 2015
1 parent 3911b82 commit 0229abe
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 19 deletions.
32 changes: 32 additions & 0 deletions cosmos-gui/views/dashboard.jade
Original file line number Diff line number Diff line change
@@ -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
| <b>Cosmos Dashboard.</b>

Expand All @@ -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")
63 changes: 44 additions & 19 deletions cosmos-gui/views/layout.jade
Original file line number Diff line number Diff line change
@@ -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 &copy;
| <a href="http://www.fiware.org/">FIWARE</a>.
| The use of FIWARE Lab services is subject to the acceptance of the
| <a href="http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FI-LAB_Terms_and_Conditions">Terms and Conditions</a>,
| <a href="http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FI-LAB_Personal_Data_Protection_Policy">Personal Data Protection Policy</a>
| and
| <a href="http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE_Lab">Cookies Policy</a>.
header
img(src='/images/header_fiware.jpg')
.container
.main-content
block content
.sidebar
block sidebar
footer
p
| 2015 &copy;
| <a href="http://www.fiware.org/">FIWARE</a>.
| The use of FIWARE Lab services is subject to the acceptance of the
| <a href="http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FI-LAB_Terms_and_Conditions">Terms and Conditions</a>,
| <a href="http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FI-LAB_Personal_Data_Protection_Policy">Personal Data Protection Policy</a>
| and
| <a href="http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE_Lab">Cookies Policy</a>.

24 changes: 24 additions & 0 deletions cosmos-gui/views/login.jade
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 24 additions & 0 deletions cosmos-gui/views/new_account.jade
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 24 additions & 0 deletions cosmos-gui/views/new_password.jade
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0229abe

Please sign in to comment.