~ubuntu-branches/ubuntu/oneiric/okasha/oneiric

« back to all changes in this revision

Viewing changes to demo-themes/default/templates/cookies.html

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2011-07-28 14:47:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110728144744-87hqfczcewlry6f6
Tags: 0.2.4-1
* New upstream release.
* debian/python-okasha-examples.install: Install demo-themes instead of
  files & templates.
* Updated debian/python-okasha-examples.links
* debian/copyright: update copyright years
* debian/control:
  + Put python-all in Build-Depends rather than Build-Depends-Indep
    (Closes: #606375)
  + Bumped Standards-Version to 3.9.2, no changes needed.
* Bumped compat level to 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html
 
2
        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<head>
 
6
<title>cookies with okasha</title>
 
7
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
8
</head>
 
9
<body>
 
10
<h1>welcome to okasha sample web application</h1>
 
11
<p>the previous value for color cookie was [%(color)s]</p>
 
12
<form name="myForm" action="/cookies/?b=a" method="POST">
 
13
<input id="color" name="color" value="%(color)s" />
 
14
<input type="submit" value="submit" />
 
15
</form>
 
16
</body>
 
17
</html>