[Debtags-commits] [svn] r2135 - web/trunk
Enrico Zini
enrico at alioth.debian.org
Tue Nov 21 15:08:55 CET 2006
Author: enrico
Date: Tue Nov 21 15:08:55 2006
New Revision: 2135
Modified:
web/trunk/edit.html
Log:
Fix the page title and heading
Modified: web/trunk/edit.html
==============================================================================
--- web/trunk/edit.html (original)
+++ web/trunk/edit.html Tue Nov 21 15:08:55 2006
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Debian Tag Browser -- Edit package PACKAGE</title>
+ <title>Debtags Editor</title>
<meta name="Description" content="">
<meta name="Language" content="English">
<meta name="Author" content="Enrico Zini, enrico at debian.org">
@@ -28,6 +28,8 @@
// Validate package name
if (sdesc == null) return;
+ document.title = "Debtags editor -- " + p;
+
pkg = p;
//document.patch.pkg.value = pkg;
render("pkgname", "<a href='http://packages.qa.debian.org/"+pkg+"'>"+pkg+"</a>");
@@ -231,7 +233,7 @@
</script>
</head>
<body>
- <h1><a href='<TMPL_VAR NAME="RETURNLINK">'>Debian Package Browser</a> - <em>Editor</em></h1>
+ <h1>Debtags Editor</h1>
<div id="begin">
<form name="begin" onSubmit="return false;">
More information about the Debtags-commits
mailing list