summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/blog_lib.php2
-rw-r--r--examples/blog/essay_cc-form.html6
-rw-r--r--examples/blog/essay_cc-fulfillment.php4
-rw-r--r--examples/blog/essay_contract.php2
-rw-r--r--examples/blog/essay_fulfillment.php2
-rw-r--r--examples/blog/essay_pay.php2
-rw-r--r--examples/blog/index.html2
-rw-r--r--examples/blog/style.css159
8 files changed, 13 insertions, 166 deletions
diff --git a/examples/blog/blog_lib.php b/examples/blog/blog_lib.php
index b7781f7b..d52af73a 100644
--- a/examples/blog/blog_lib.php
+++ b/examples/blog/blog_lib.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 INRIA
+ Copyright (C) 2014, 2015, 2016 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/examples/blog/essay_cc-form.html b/examples/blog/essay_cc-form.html
index 51cc4f2d..7a95435c 100644
--- a/examples/blog/essay_cc-form.html
+++ b/examples/blog/essay_cc-form.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 INRIA
+ Copyright (C) 2014, 2015, 2016 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
@@ -13,6 +13,10 @@
You should have received a copy of the GNU Lesser General Public License along with
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Marcello Stanisci
+ @author Florian Dold
+ @author Gabor Toth
-->
<html>
<head>
diff --git a/examples/blog/essay_cc-fulfillment.php b/examples/blog/essay_cc-fulfillment.php
index 4239ee97..e9892df3 100644
--- a/examples/blog/essay_cc-fulfillment.php
+++ b/examples/blog/essay_cc-fulfillment.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 INRIA
+ Copyright (C) 2014, 2015, 2016 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
@@ -13,6 +13,8 @@
You should have received a copy of the GNU Lesser General Public License along with
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
+
+ @author Marcello Stanisci
*/
include '../../copylib/util.php';
diff --git a/examples/blog/essay_contract.php b/examples/blog/essay_contract.php
index a63d82c9..930b3f9f 100644
--- a/examples/blog/essay_contract.php
+++ b/examples/blog/essay_contract.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 INRIA
+ Copyright (C) 2014, 2015, 2016 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/examples/blog/essay_fulfillment.php b/examples/blog/essay_fulfillment.php
index 1f2eb18e..17956418 100644
--- a/examples/blog/essay_fulfillment.php
+++ b/examples/blog/essay_fulfillment.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 INRIA
+ Copyright (C) 2014, 2015, 2016 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/examples/blog/essay_pay.php b/examples/blog/essay_pay.php
index 66fe8ffc..e6187c94 100644
--- a/examples/blog/essay_pay.php
+++ b/examples/blog/essay_pay.php
@@ -1,7 +1,7 @@
<?php
/*
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 INRIA
+ Copyright (C) 2014, 2015, 2016 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/examples/blog/index.html b/examples/blog/index.html
index 25535bde..3ca6b097 100644
--- a/examples/blog/index.html
+++ b/examples/blog/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
This file is part of GNU TALER.
- Copyright (C) 2014, 2015 INRIA
+ Copyright (C) 2014, 2015, 2016 INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/examples/blog/style.css b/examples/blog/style.css
deleted file mode 100644
index 6e087cc8..00000000
--- a/examples/blog/style.css
+++ /dev/null
@@ -1,159 +0,0 @@
-/*
- This file is part of TALER
- Copyright (C) 2014,2015 INRIA
-
- TALER is free software: you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License (GNU LGPL) as published by the
- Free Software
- Foundation, either version 3 of the License, or (at your option)
- any later version. The code is distributed WITHOUT ANY WARRANTY;
- without even the implied warranty of MERCHANTABILITY or FITNESS
- FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details.
-
- As additional permission under GNU LGPL version 3 section 7, you
- may distribute non-source (e.g., minimized or compacted) forms of
- that code without the copy of the GNU LGPL normally required by
- section 4, provided you include this license notice and a URL
- through which recipients can access the Corresponding Source.
-
- @licend The above is the entire license notice
- for the JavaScript code in this page.
- */
-
-body {
- background-color: white;
- margin: 0;
- padding: 0;
- font-family: Verdana, sans;
-}
-
-header {
- width: 100%;
- height: 100px;
- padding: 0;
- border-bottom: 1px solid black;
-}
-
-header h1 {
- font-size: 200%;
- margin: 0 0 0 120px;
- position: relative;
- top: 50%;
- transform: translateY(-50%);
-}
-
-header #logo {
- float: left;
- width: 100px;
- padding: 0;
- margin: 0;
- text-align: center;
- border-right: 1px solid black;
-}
-
-aside {
- width: 100px;
- float: left;
-}
-
-section#main {
- margin: 0 0 0 100px;
- padding: 20px;
- border-left: 1px solid black;
- height: 100%;
- max-width: 40em;
-}
-
-section#main h1:first-child {
- margin-top: 0;
-}
-
-h1 {
- font-size: 160%;
-}
-
-h2 {
- font-size: 140%;
-}
-
-h3 {
- font-size: 120%;
-}
-
-h4, h5, h6 {
- font-size: 100%;
-}
-
-.loader {
- font-size: 10px;
- margin: 50px auto;
- text-indent: -9999em;
- width: 11em;
- height: 11em;
- border-radius: 50%;
- background: #ffffff;
- background: -moz-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
- background: -webkit-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
- background: -o-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
- background: -ms-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
- position: relative;
- -webkit-animation: load3 1.4s infinite linear;
- animation: load3 1.4s infinite linear;
- -webkit-transform: translateZ(0);
- -ms-transform: translateZ(0);
- transform: translateZ(0);
-}
-
-.loader:after {
- background: #fff;
- width: 75%;
- height: 75%;
- border-radius: 50%;
- content: '';
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
-}
-
-@-webkit-keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-
-@keyframes load3 {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-
-
-.fade {
- -webkit-animation: fade 0.7s;
- animation: fade 0.7s;
- opacity: 1;
-}
-
-@-webkit-keyframes fade {
- from {opacity: 0}
- to {opacity: 1}
-}
-@keyframes fade {
- from {opacity: 0}
- to {opacity: 1}
- }
-