summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-10 15:34:57 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-10 15:34:57 +0100
commit9379e65a4273656089637b6b52d70198c4371fe4 (patch)
tree4331bc0cb13dc0f8ae30a870edd43af4a0e93515
parent0e9ee16591e51caeeb26ee365d391ae0076e4ae4 (diff)
downloadmerchant-9379e65a4273656089637b6b52d70198c4371fe4.tar.gz
merchant-9379e65a4273656089637b6b52d70198c4371fe4.tar.bz2
merchant-9379e65a4273656089637b6b52d70198c4371fe4.zip
fixing links to style.css in web-common
m---------examples/blog/web-common0
-rw-r--r--examples/shop/checkout.php9
-rw-r--r--examples/shop/fulfillment.php2
-rw-r--r--examples/shop/index.php2
m---------examples/shop/web-common0
5 files changed, 6 insertions, 7 deletions
diff --git a/examples/blog/web-common b/examples/blog/web-common
-Subproject a960ff6eaa792a25e6c9dea2ed5eae363cb1cdb
+Subproject a7119fe5e6b2bb52c11f439e01f7a602b935299
diff --git a/examples/shop/checkout.php b/examples/shop/checkout.php
index f12779ba..4daa1d89 100644
--- a/examples/shop/checkout.php
+++ b/examples/shop/checkout.php
@@ -22,7 +22,7 @@
<html>
<head>
<title>Toy Store - Payment method - Taler Demo</title>
- <link rel="stylesheet" type="text/css" href="style.css">
+ <link rel="stylesheet" type="text/css" href="web-common/style.css">
<script type="application/javascript" src="web-common/taler-presence.js"></script>
</head>
<body>
@@ -51,8 +51,8 @@
<text x="19" y="82" font-family="Verdana" font-size="90" fill="darkcyan">S</text>
</svg>
</div>
-
- <h1>Toy Store - Select payment method</h1>
+ <!--#include virtual="web-common/dropdown-navbar.html" -->
+ <h1 class="nav">Toy Store - Select payment method</h1>
</header>
<aside class="sidebar" id="left">
@@ -60,8 +60,7 @@
<section id="main">
<article>
- <!--#include virtual="web-common/dropdown-navbar.html" -->
- <h1 class="nav">Select your payment method</h1>
+ <h1>Select your payment method</h1>
<p>
This is an example for a "checkout" page of a Web shop.
diff --git a/examples/shop/fulfillment.php b/examples/shop/fulfillment.php
index 87779ff0..c99a4768 100644
--- a/examples/shop/fulfillment.php
+++ b/examples/shop/fulfillment.php
@@ -17,7 +17,7 @@
<html lang="en">
<head>
<title>Taler's "Demo" Shop</title>
- <link rel="stylesheet" type="text/css" href="style.css">
+ <link rel="stylesheet" type="text/css" href="web-common/style.css">
<script type="application/javascript" src="web-common/taler-presence.js"></script>
<script type="application/javascript">
function executePayment(H_contract, pay_url, offering_url) {
diff --git a/examples/shop/index.php b/examples/shop/index.php
index efe4f3af..e28689ab 100644
--- a/examples/shop/index.php
+++ b/examples/shop/index.php
@@ -20,7 +20,7 @@ require_once "../../copylib/config.php";
<html lang="en">
<head>
<title>Taler Donation Demo</title>
- <link rel="stylesheet" type="text/css" href="style.css">
+ <link rel="stylesheet" type="text/css" href="web-common/style.css">
<script src="web-common/taler-presence.js" type="text/javascript"></script>
<script type="text/javascript">
<?php
diff --git a/examples/shop/web-common b/examples/shop/web-common
-Subproject a960ff6eaa792a25e6c9dea2ed5eae363cb1cdb
+Subproject a7119fe5e6b2bb52c11f439e01f7a602b935299