commit 9379e65a4273656089637b6b52d70198c4371fe4
parent 0e9ee16591e51caeeb26ee365d391ae0076e4ae4
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 10 Mar 2016 15:34:57 +0100
fixing links to style.css in web-common
Diffstat:
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git 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
@@ -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
@@ -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