Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Pootle-1.2.1/Pootle/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'Pootle-1.2.1/Pootle/templates/home.html')
-rw-r--r--Pootle-1.2.1/Pootle/templates/home.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/Pootle-1.2.1/Pootle/templates/home.html b/Pootle-1.2.1/Pootle/templates/home.html
new file mode 100644
index 0000000..32ca1a4
--- /dev/null
+++ b/Pootle-1.2.1/Pootle/templates/home.html
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?python
+import navbar, 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">User Page for: ${username}</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="fullwidthcontent" dir="$uidir" lang="$uilanguage">
+ <div class="contents"><h3 class="title" py:content="quicklinkstitle">Quick Links</h3>
+ <div py:for="language in quicklinks" py:strip="True">
+ <h3 class="title">
+ <a href="../${language.code}/" py:content="language.name">Language</a>
+ </h3>
+ <div py:if="language.projects" class="item-description">
+ <span py:for="project in language.projects" py:strip="True">
+ <a href="../${language.code}/${project.code}/" py:content="project.name">Language Project</a>
+ <span py:if="project.isprojectadmin" py:strip="True">
+ (<a href="../${language.code}/${project.code}/admin.html" py:content="admintext">Admin</a>)
+ </span>
+ <span py:replace="XML(project.sep)"/>
+ </span>
+ </div>
+ </div>
+ <div py:if="not quicklinks" class="item-description" py:content="setoptionstext">
+ Please click on 'Change options' and select some languages and projects
+ </div>
+ </div>
+
+ <div class="info">
+ <a href="options.html" py:content="optionslink">Change options</a>
+ </div>
+
+ <div class="info" py:if="session.issiteadmin">
+ <a href="../admin/" py:content="adminlink">Admin page</a>
+ </div>
+ </div>
+
+ </div>
+ <div py:replace="pootlepage.user_links(links, session, uidir, uilanguage, baseurl)"/>
+ <div py:replace="pootlepage.about(aboutlink, uidir, uilanguage, baseurl)"/>
+</body>
+</html>