Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Pootle-1.2.1/Pootle/templates/activate.html
diff options
context:
space:
mode:
Diffstat (limited to 'Pootle-1.2.1/Pootle/templates/activate.html')
-rw-r--r--Pootle-1.2.1/Pootle/templates/activate.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/Pootle-1.2.1/Pootle/templates/activate.html b/Pootle-1.2.1/Pootle/templates/activate.html
new file mode 100644
index 0000000..096a16f
--- /dev/null
+++ b/Pootle-1.2.1/Pootle/templates/activate.html
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?python
+import pootlepage
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns:py="http://purl.org/kid/ns#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st September 2004), see www.w3.org" />
+
+ <title py:content="pagetitle">Pootle Account Activation</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <link rel="stylesheet" type="text/css" href="${baseurl}pootle.css" />
+ <link rel="shortcut icon" href="${baseurl}favicon.ico" />
+ <!--[if lt IE 7.]>
+ <script defer type="text/javascript" src="${baseurl}js/correctpng.js"></script>
+ <![endif]-->
+</head>
+
+<body bgcolor="#FFFFFF">
+ <div id="abovefooter">
+ <div py:replace="pootlepage.banner(instancetitle, links, session, uidir, uilanguage, baseurl)"/>
+
+ <div id="content" dir="$uidir" lang="$uilanguage">
+ <div class="intro" py:content="introtext">
+ Please enter your activation details
+ </div>
+
+ <form action="" enctype="multipart/form-data" method="post" name="activate" id="activate">
+ <table cellpadding="1" width="70%" border="0" cellspacing="1">
+ <tr>
+ <td colspan="1" style="width: 33%" rowspan="1" valign="top">
+ <span title="${username_tooltip}" py:content="username_title">Username</span>
+ </td>
+
+ <td colspan="1" style="width: 66%" rowspan="1" valign="top">
+ <input style="width: 100%" type="text" name="username" value="${username}" />
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="1" style="width: 33%" rowspan="1" valign="top">
+ <span title="${code_tooltip}" py:content="code_title">Activation Code</span>
+ </td>
+
+ <td colspan="1" style="width: 66%" rowspan="1" valign="top">
+ <input style="width: 100%" type="text" name="activationcode" value="${code}" />
+ </td>
+ </tr>
+ </table><input type="submit" name="activate" value="${activate_text}" />
+ </form>
+ </div>
+
+ </div>
+ <div py:replace="pootlepage.user_links(links, session, uidir, uilanguage, baseurl)"/>
+ <div py:replace="pootlepage.about(aboutlink, uidir, uilanguage, baseurl)"/>
+</body>
+</html>