Andrew Lewman commited on 2010-10-10 00:29:31
Zeige 1 geänderte Dateien mit 14 Einfügungen und 13 Löschungen.
| ... | ... |
@@ -10,29 +10,30 @@ |
| 10 | 10 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
| 11 | 11 |
<head> |
| 12 | 12 |
<title>$(TITLE)</title> |
| 13 |
- <link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico" /> |
|
| 14 |
- <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)" />"> |
|
| 15 |
- <ifneq "$(REDIRECT_GLOBAL)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT_GLOBAL)" />"> |
|
| 16 |
- <ifeq "$(ANNOUNCE_RSS)" "yes" "<link rel="alternate" title="Tor Project OR-announce" href="http://rss.gmane.org/gmane.network.onion-routing.announce" type="application/rss+xml" />"> |
|
| 13 |
+ <link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico" //> |
|
| 14 |
+ <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)" //>"> |
|
| 15 |
+ <ifneq "$(REDIRECT_GLOBAL)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT_GLOBAL)" //>"> |
|
| 16 |
+ <ifeq "$(ANNOUNCE_RSS)" "yes" "<link rel="alternate" title="Tor Project OR-announce" href="http://rss.gmane.org/gmane.network.onion-routing.announce" |
|
| 17 |
+type="application/rss+xml" //>"> |
|
| 17 | 18 |
|
| 18 | 19 |
# begin WML to generate css/js paths |
| 19 |
- <ifneq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/$(STYLESHEET)" />"> |
|
| 20 |
- <ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/master.css" />"> |
|
| 20 |
+ <ifneq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/$(STYLESHEET)" //>"> |
|
| 21 |
+ <ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/master.css" //>"> |
|
| 21 | 22 |
|
| 22 |
- #<link href="css/master.css" rel="stylesheet" type="text/css" /> |
|
| 23 |
+ #<link href="css/master.css" rel="stylesheet" type="text/css" //> |
|
| 23 | 24 |
<!--[if lte IE 7]> |
| 24 |
- <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie7-and-down.css" /> |
|
| 25 |
+ <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie7-and-down.css" //> |
|
| 25 | 26 |
<![endif]--> |
| 26 | 27 |
<!--[if IE 6]> |
| 27 |
- <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie6.css" /> |
|
| 28 |
+ <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie6.css" //> |
|
| 28 | 29 |
<![endif]--> |
| 29 | 30 |
# <script language="javascript" type="text/javascript" src="$(DOCROOT)/global.js"></script> |
| 30 | 31 |
# end WML to generate css/js paths |
| 31 | 32 |
|
| 32 |
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|
| 33 |
- <meta name="author" content="The Tor Project, Inc." /> |
|
| 34 |
- <meta name="keywords" content="anonymity online, tor, tor project, traffic analysis, anonymous communications research" /> |
|
| 35 |
- <meta name="description" content="truth" /> |
|
| 33 |
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" //> |
|
| 34 |
+ <meta name="author" content="The Tor Project, Inc." //> |
|
| 35 |
+ <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research" //> |
|
| 36 |
+ <meta name="description" content="truth" //> |
|
| 36 | 37 |
</head> |
| 37 | 38 |
<body> |
| 38 | 39 |
<div id="wrap"> |
| 39 | 40 |